.hp-icon {
    font-size: 20px;
}
/* Ensure the container spans the full width */
.wp-block-newspack-blocks-carousel {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.wp-block-newspack-blocks-carousel article .entry-wrapper {
    background: linear-gradient(
        15deg, 
        rgba(300, 165, 50, 0.5), /* Light transparent orange */
        rgba(400, 200, 5, 0)    /* Fully transparent */
    );
}
.header-hero {
    display: none;
}

body.single-post .header-hero {
    display: block;
}



    .site-content {
        padding: 2rem 0;
    }

.page span[id^=more-]+.hp-form--primary, .tax-hp_listing_category .hp-form--primary {
    margin-top: 2rem;
}

.header-navbar:last-child {
    border-bottom: none;
    box-shadow: 0 0px 0px rgba(7, 36, 86, 0.075);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.wp-block-button__link {
        background-color: #ff7926;
}
.wp-block-button__link:not(.has-text-color) {
    color: #ffffff;
}


.wpnbha.has-more-button button {
    display: block;
    width: auto;
    margin: 20px auto 0 auto; /* 20px space above, centered horizontally */
    height: auto;
    text-align: center;
}


/* 1) Don't let the logo BLOCK shrink */
.header-logo { 
  flex: 0 0 auto !important;   /* stop flex shrinking */
  min-width: 180px !important; /* reserve space for the logo */
}

/* 2) Give the logo IMAGE a consistent size (ignore width:100%) */
.header-logo img {
  width: auto !important;
  height: 56px !important;     /* tweak 50–70px to taste */
  max-width: none !important;
}

/* 3) On laptop widths, trim menu size/gap so the header fits */
@media (max-width: 1440px) {
  .main-navigation a { font-size: 14px !important; }
  .main-navigation { column-gap: 16px !important; } /* or gap if your theme uses it */
}

/* 4) Some themes downsize logo via media queries — override that too */
@media (max-width: 1440px) {
  .header-logo { min-width: 180px !important; }
  .header-logo img { height: 56px !important; }
}