/*
Theme Name: PopCulture 2024
Theme URI: https://alley.com/
Template: pcm-2024
Author: Alley
Author URI: https://alley.com/
Description: A block-based child theme for PopCulture.com.
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
*/

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

.site-footer .wp-block-site-logo img {
  width: 180px;
}

/* Featured Posts. */
/* stylelint-disable-next-line selector-max-compound-selectors */
.is-style-featured .wp-block-post-template .wp-block-post:first-child .wp-block-wp-curate-post-title {
  font-weight: var(--wp--custom--typography--font-weight--black, 900);
}

/* Headings. */
.wp-block-heading.is-style-display {
  font-weight: var(--wp--custom--typography--font-weight--black, 900);
}

.wp-block-heading.is-style-latest {
  color: var(--wp--custom--color--primary--base);
  font-weight: var(--wp--custom--typography--font-weight--black, 900);
  letter-spacing: unset;
  text-transform: none;
}

.wp-block-heading.is-style-latest::before {
  display: none;
}
