/*
Theme Name: Mangeloni Child
Description: Child theme for safe, update-resistant customizations to Podcaster Radio.
Author: Massimo Angeloni
Template: podcaster-radio
Version: 1.0.4
Text Domain: mangeloni-child
*/

/*
 * Keep the parent theme's typography and layout intact.
 * Only normalize interactive controls that otherwise use unrelated sizes.
 */
.more-btn a,
.wp-block-button__link,
input[type="submit"]:not(.adminbar-button),
input[type="button"]:not(.adminbar-button) {
  box-sizing: border-box;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 5px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.more-btn a,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-numbers {
  box-sizing: border-box;
  min-width: 40px;
  min-height: 40px;
  padding: 10px 13px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
