/*
Theme Name: American Songwriter 2026
Theme URI: https://alley.com/
Template: pcm-2024
Author: Alley
Author URI: https://alley.com/
Description: A block-based child theme for American Songwriter.
Version: 1.0
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pcm-2024
*/

.wp-block-button.wp-block-button--google-cta .wp-block-button__link--google-cta {
  border-radius: var(--wp--custom--border-radius--small, 5px);
}

/* Site logo size. */
.site-header .wp-block-site-logo img,
.site-footer .wp-block-site-logo img {
  width: 150px;
}

.site-header__inner {
  @media (min-width: 992px) and (max-width: 1199px) {
    gap: 0;
  }
}

/* Navigation. */
.wp-block-savage-platform-theme-navigation[data-location='header'],
.wp-block-savage-platform-theme-navigation[data-location='footer'] {
  .menu {
    align-items: center;
  }

  .menu-item a {
    display: block;
    font-size: var(--wp--custom--typography--font-size--sm);
    padding-inline: 0.4rem;
    text-transform: uppercase;
    
    &:hover {
      color: var(--wp--custom--color--primary--base);
    }
  }
}

.wp-block-savage-platform-theme-navigation[data-location='header'] {
  @media (max-width: 991px) {
    display: none;
  }
}

.menu-toggle__button:hover {
  color: var(--wp--custom--color--primary--base);
}

/* Sound of Texas menu item. */
.menu-item.sound-of-texas a {
  padding: 0;
}

.site-header .wp-block-social-links {
  font-size: var(--wp--custom--typography--font-size--md);

  @media (min-width: 992px) and (max-width: 1199px) {
    display: none;
  }
}

/* Post lists. */
.is-style-post-list .wp-block-post-template .wp-block-post {
  /* stylelint-disable-next-line selector-max-compound-selectors */
  .wp-block-post-featured-image {
    --featured-image-size: 100px;
    flex: 0 1 var(--featured-image-size);
    height: auto;
    width: var(--featured-image-size);

    @container post-template-container (width >= 600px) {
      --featured-image-size: 300px;
    }
  }

  /* stylelint-disable-next-line selector-max-compound-selectors */
  .wp-block-wp-curate-post {
    flex-direction: row;
  }
}

/* Archives. */
.entry-header--archive {
  border-block-end: 1px solid var(--wp--custom--color--neutral--90);
  padding-block-end: var(--wp--custom--spacing--block-gap, 1.5rem);

  .wp-block-term-description.has-lg-font-size {
    font-size: var(--wp--custom--typography--font-size--md) !important;
  }
}

.wp-block-term-description p + p {
  margin-block-start: var(--wp--custom--spacing--block-gap, 1.5rem);
}

/* Pages. */
.entry-header--page {
  border-block-end: 1px solid var(--wp--custom--color--neutral--90);
  padding-block-end: var(--wp--custom--spacing--block-gap, 1.5rem);
  
  .entry-title {
    font-weight: 900;
    max-width: var(--wp--style--global--wide-size);
    text-align: center;
    text-transform: uppercase;
  }
}
