/* Phoenix2026 custom overrides */


.wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
    gap: 16px;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
    background: #fa320a;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container {
    right: auto;
    left: auto
}

.phoenix2026-magazine-query {
 margin-top: 15px
}
:root :where(.wp-block-site-title) {
    font-weight: 900;
    letter-spacing: -.5px;
    font-size: 28px;
    /* color: #fff; */
}


.wp-block-navigation .wp-block-navigation-item__label {
    /* font-weight: 600; */
    /* color: #fff; */
    font-size: 1rem;
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    /* stroke: #fff; */
}

:where(.wp-site-blocks) > * {
    margin-block-start: 0;
}

header.wp-block-template-part {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 3px 6px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 19px;
}

header.wp-block-template-part .alignwide {padding: 5px 0!important;}

header  .phoenix2026-brand .wp-block-site-logo img {max-height: 47px;width: auto;}


@media (min-width: 1000px) {

.phoenix2026-front-page .phoenix2026-magazine-post-template {

   .hentry:first-of-type {
    .phoenix2026-magazine-card {
        display: flex;
        flex-direction: column;
        
        

        .wp-block-post-featured-image {order: 2}
        .wp-block-post-title {order: 1;line-height: 2;font-size: 2rem!important;font-family: arial,Fira Code;font-weight: 900;}
        .phoenix2026-magazine-excerpt {order: 3}
        
        
    }
   }
}

}

body .phoenix2026-front-page .phoenix2026-magazine-post-template {
.wp-block-post-title {
 letter-spacing: -.04rem!important;
 font-weight: 800;
 line-height: 1.3;
}
    
}

.wp-singular {

 .wp-block-post-title {
  font-weight: 800;
 }

 .wp-block-heading {
  font-weight: 900;
  font-size: 1.5rem;
  font-family: arial;
 }
 
 .wp-block-group.alignwide {
     /* border-bottom: 1px solid; */
}
}

.entry-content:where(.is-layout-constrained) > * {
    /* margin-block-start: 1rem; */
    /* margin-block-end: 13px; */
}

.wp-block-post-featured-image {
 margin-bottom: 15px;
 margin-top: 15px
}