/*

Theme Name:  Adrenaline Child Theme

Theme URI:   https://www.proteusthemes.com/

Description: Child theme for the Adrenaline

Author:      ProteusThemes

Template:    adrenaline-pt

Version:     1.0.0

*/

/* This is used to hide information sitewide like ticket sales until they are available on Choice.
Setting this to display: none will hide concert rep, artists and ticket sale buttons. Details and date will remain. */
/*.hideSometimes65 { display: none; }*/

/*

SEASON68
Mint: #e1a159
Dark Dark Blue: #000
Tan: #e1a159
*/


/* Post 44703 — anchor the featured image to the bottom */
.postid-44703 .page-header-single__image-container {
  position: relative;
  overflow: hidden;
  /* MUST be an explicit height (max-height alone won't work) */
  height: clamp(260px, 45vh, 560px);
}

.postid-44703 .page-header-single__image {
  width: 100%;
  height: 100% !important;           /* override .img-fluid { height:auto } */
  display: block;
  object-fit: cover;
  object-position: center bottom !important; /* force bottom anchoring */
}

/* Fallback for browsers without object-fit support */
@supports not (object-fit: cover) {
  .postid-44703 .page-header-single__image {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: auto;
    height: 100% !important;
  }
}




@font-face {
    font-family: 'editors_noteregular';
    src: url('/wp-content/themes/adrenaline-pt-child/assets/fonts/editorsnote-regular.woff2') format('woff2'),
        url('/wp-content/themes/adrenaline-pt-child/assets/fonts/editorsnote-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h2,
.widget_text h3 .widget-title__inline,
.widget-title span.widget-title__inline,
.textwidget h3 {
    font-family: 'editors_noteregular' !important;
    font-weight: bold;
}

a.header__logo.header__logo--big {
    background-image: url(https://www.helenasymphony.org/wp-content/uploads/2025/04/25Logo.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* //Season  Customizations */

.home .header__logo img {
    display: none;
}

@media screen and (max-width: 782px) {
    a.header__logo.header__logo--big {
        background-image: none !important;
    }

    .home .header__logo img {
        display: block;
        width: 55%;
    }
}

.header-info__content,
.header-info__link-container {
    background-color: #fff;
}

.header-info__social {
    background: #e1a159 !important;
}

.carousel-item.js-object-fit-fallback {
    background-color: #000;
}

button.btn.btn-secondary.header__navbar-toggler.hidden-lg-up.js-sticky-mobile-option {
    background-color: #282650 !important;
    border-color: #282650 !important;
}




body.home .boxed-container {
    background-color: #fff;
}

.header .social-icons__link {
    color: #000 !important;
}

.page-header__title {
    font-family: 'editors_noteregular' !important;
    text-transform: capitalize;
}

/* //end customizations */
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow,
.pt-slick-carousel__slide-number {
    color: #666;
}

button.slick-prev.slick-arrow::hover,
button.slick-next.slick-arrow::hover,
.pt-slick-carousel__slide-number::hover {
    color: #e1a159 !important;
}

.toggle70 {
    /* Hide/Show ticket Purchase */
    display: none !important;
}

.ow-icon-placement-left.ow-button-hover {
    border: 0 !important;
}

.home header.site-header.header.header--slider {
    margin-bottom: 0;
}


html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
}

.accent1bkg {
    background-color: #e1a159 !important;
    background: #e1a159 !important;
}

.accent2bkg {
    background-color: #00d9d9 !important;
    background: #00d9d9 !important;
}

.accent3bkg {
    background-color: #C4DCC8 !important;
}

.accent1clr {
    color: #000 !important;
}

.accent2clr {
    color: #e1a159 !important;
}

.accent3clr {
    color: #e1a159 !important;
}

.accent1font {
    font-family: 'editors_noteregular' !important;
}

.btn-light {
    background-color: #e1a159;
}

/* a.timetable__item:nth-of-type(7) .timetable__date, a.timetable__item:nth-of-type(7) .timetable__content {
    background-color:#B88B32 !important;
	color: #fff !important;
}
a.timetable__item:nth-of-type(7) .timetable__description {
	color: #fff !important;
} */


.footer-top__info,
.footer-bottom__center {
    background: #e1a159 !important;
}

.timetable__content,
.timetable__date {
    background: #91cc1c !important;
}

.main-navigation>.menu-item::before {
    background-color: #d1a1d3 !important;
}

.main-navigation>.menu-item-has-children>a::after {
    color: #d1a1d3 !important;
}

.footer-top__social-icons .icon-container .fa {
    color: #000;
}

.header-info__social-link:not(:last-of-type) {
    border-right: 1px solid #000;
}

.header-info__social-link {
    color: #000;
}

span.widget-title__inline {
    color: #8f689b !important;
}

.so-widget-sow-button-flat-9bb53a73ed72 .ow-button-base a {
    background: #000 !important;
}

a.ow-icon-placement-left.ow-button-hover {
    width: 100%;
    background: #d1a1d3 !important;
    border: 0;
    color: #000;
}

.ow-button-base a.ow-icon-placement-left.ow-button-hover {
    color: #000 !important;
}

.post-navigation__container {
    display: none !important;
}

.footer-top__logo {
    background-color: #232640 !important;
}

.footer-top a,
.footer-top .widget_nav_menu .menu a {
    color: #fff !important;
}

/* Choice Customizations */

.page_header {
    display: none !important;
}

#content-container {
    padding-top: 0px !important;
}

.x-panel-default table {
    border: 0 !important;
    width: auto !important;
    margin-bottom: 0px !important;
}

.x-panel-default table,
td,
tr {
    border: 0 !important;
    padding: 0 !important;
}

#tktDonation-triggerWrap {
    width: 100% !important;
}

.art-button-wrapper .art-button {
    border-radius: 0 !important;
    padding: .5rem 1.5rem !important;
    font-family: "futura-pt", sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    letter-spacing: 2px !important;
    background-color: #c99642 !important;
    color: #fff !important;
    text-shadow: none !important;
    margin-right: 25px !important;
}

#cartFeesPanel table {
    float: right !important;
}

#cartFeesPanel table td {
    text-align: right !important;
    line-height: 1.4em !important;
}

legend#fs_donation-legend,
.x-fieldset-header {
    width: auto !important;
}

table#comments {
    width: 100% !important;
}

/* end Choice Customizations */


body {

    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;

}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {

    font-family: "brandon-grotesque", sans-serif;

    font-style: normal;

    font-weight: 500;

}

.main-navigation .menu-item:first-child>a,
.main-navigation .menu-item:last-child>a {
    border-radius: 0px;
}

.page-header-single__categories a,
.widget_search .search-field,
.form-control,
.timetable__date,
.timetable__content {
    border-radius: 0px !important;
}

.timetable__content,
.timetable__date {
    background: #C4DCC8;
}

.header {
    border-bottom: 0 !important;
}

a.header__logo.header__logo--big,
.header__logo {
    /*Home page, behind logo*/
    background-color: #fff !important;
    border-bottom: 1px solid #dddddd;
}

a.header__logo.header__logo--default {
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    background-color: #222640 !important;
}


/*Slide text color*/

.slick-carousel-captions-slide-0 h1 h1 {
    color: #000 !important;
}

.slick-carousel-captions-slide-0 .btn-primary {
    background-color: #000 !important;
    color: #fff !important;
    border: 0px !important;
    text-shadow: none !important;
}

.slick-carousel-captions-slide-1 h1 {
    color: #c99642 !important;
}

.slick-carousel-captions-slide-1 .btn-primary {
    background-color: #c99642 !important;
    color: #fff !important;
    border: 0px !important;
    text-shadow: none !important;
}

.slick-carousel-captions-slide-2 h1 {
    color: #FFF !important;
}

.slick-carousel-captions-slide-2 .btn-primary {
    background-color: #B09618 !important;
    color: #fff !important;
    border: 0px !important;
    text-shadow: none !important;
}



/* Cyber Monday / Black Friday Slide Styles

.slick-carousel-captions-slide-1 .pt-slick-carousel__content-title {
	color: #c99642 !important;
}
.slick-carousel-captions-slide-1 h1{
	color: #31469A !important;
	font-size: 50px !important;
}
.slick-carousel-captions-slide-1 b {
	color: #c99642 !important;
}
.slick-carousel-captions-slide-1 p.p4 {
    letter-spacing: 2px;
}
.slick-carousel-captions-slide-1 .btn-primary {
	background-color: #31469A !important;
	color: #000 !important;
	border: 0px !important;
	text-shadow: none !important;
}*/



/*End Slide text color*/

.pt-slick-carousel .carousel-item__slide-image, img.carousel-item__slide-image { object-fit: contain !important; object-position: left bottom !important; }

@media only screen and (max-width: 768px) {

    .js-pt-slick-carousel-captions-text h1 {

        color: #000 !important;

        font-size: 2.25em !important;

        letter-spacing: normal !important;

        line-height: normal !important;

        font-weight: 500 !important;

    }

    .js-pt-slick-carousel-captions-text h2 {

        color: #000 !important;

        font-weight: 500 !important;

        font-size: 1.5em !important;

        letter-spacing: 2px !important;

    }

    .js-pt-slick-carousel-captions-text h3 {

        color: #000 !important;

        font-size: 1.5em !important;

        letter-spacing: normal !important;

        line-height: normal !important;

        font-weight: 500 !important;

        margin-bottom: 25px !important;

    }



    .footer-top__widgets {
        margin-left: -15px !important;
        margin-right: -15px !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

}

.concertIndexImage {

    height: 300px;

    width: 100%;

    background-size: cover;

    background-position: center;

    margin-bottom: 25px;

}

#comments-submit-button {
    color: #fff !important;
}

.page-header__container {
    background-image: none !important;
    background-color: #232640 !important;
}



.js-pt-slick-carousel-captions-text h1:nth-child(2) {
    color: #FFBF00 !important;
}



.call-to-action__title,
.call-to-action__subtitle {
    text-shadow: none !important;
}

.footer-top__widgets,
.footer-top__back-to-top {
    background-color: #232640;
}

.breadcrumbs span>span {
    color: #e0e0e0 !important;
}



.content-area img,
.content-area .featherlight-image,
.latest-posts__item,
.latest-posts__date {
    border-radius: 0 !important;
}

.latest-posts__item {
    background-image: none;
    background-color: #232640;
}

.latest-posts__item::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .25);
}

.page-header-single__meta {
    display: none !important;
}

.timetable__price {
    display: none !important;
}

.timetable__title {

    -webkit-flex: 3 0 15% !important;

    -ms-flex: 3 0 15% !important;

    flex: 3 0 15% !important;

}

.timetable__description {

    -webkit-flex: 2 0 85% !important;

    -ms-flex: 2 0 85% !important;

    flex: 2 0 85% !important;

}

.timetable__title::after,
.timetable__description::after {
    width: 0 !important;
}



.pt-slick-carousel__content {
    width: 90% !important;
}

p.pt-slick-carousel__content-title.js-pt-slick-carousel-captions-title {

    font-size: 16px !important;

    text-transform: uppercase !important;

    font-family: "brandon-grotesque", sans-serif;

    font-style: normal;

    font-weight: 500;

    letter-spacing: 6px;

    text-shadow: none !important;

}

.pt-slick-carousel__content-description.js-pt-slick-carousel-captions-text h1 {

    font-size: 74px;

    text-transform: uppercase !important;

    font-family: "brandon-grotesque", sans-serif;

    font-style: normal;

    font-weight: 500;

    letter-spacing: 14px;

    line-height: 69px;

    color: #fff;

    text-shadow: none !important;

}

.pt-slick-carousel__content-description.js-pt-slick-carousel-captions-text h2 {

    font-size: 24px;

    text-transform: uppercase !important;

    text-shadow: none !important;

    font-family: "brandon-grotesque", sans-serif;

    font-style: normal;

    font-weight: 500;

    letter-spacing: 6px;

    color: #fff;

    margin-bottom: 35px;

}

.pt-slick-carousel__content-description.js-pt-slick-carousel-captions-text h3 {

    font-size: 32px;

    text-transform: uppercase !important;

    text-shadow: none !important;

    font-family: "brandon-grotesque", sans-serif;

    font-style: normal;

    font-weight: 500;

    letter-spacing: 10px;

    color: #fff;

    margin-bottom: 50px;

}

.btn {

    border-radius: 0 !important;

    padding: .5rem 1.5rem;

    font-family: "brandon-grotesque", sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 16px;

    letter-spacing: 2px;

}

.btn-primary {
    border-color: #000 !important;
    background-color: #000 !important;
}


.News .latest-posts__date {
    background-color: #e1a159 !important;
    color: #fff !important;
}

.Press .latest-posts__date {
    background-color: #e1a159 !important;
    color: #fff !important;
}

.latest-posts__title,
a.article__title-link.u-url,
#post-4927 span.widget-title__inline {

    font-family: "brandon-grotesque", sans-serif !important;

    font-style: normal;

    font-weight: 600;

    font-size: 26px;

}

.latest-posts__text {

    font-family: "brandon-grotesque", sans-serif;

    font-style: normal;

    font-weight: 500;

    font-size: 18px;

}

.latest-posts__more-news {
    font-weight: 600 !important;
}

a.latest-posts__item.latest-posts__item--more-news {
    background-color: #8f689b !important;
    /* background-image: url(https://www.helenasymphony.org/wp-content/uploads/2022/06/stellar-bkg.jpg);
	background-repeat: no-repeat;
	background-size: cover; */
    border: 0;
}

.post-navigation__title,
.post-navigation::before {
    color: #000 !important;
}

.btn-outline-light {
    border-color: #00d9d9;
}

a.ow-button-hover,
input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
    background: #000;
    border-radius: 0 !important;
    padding: .5rem 1.5rem !important;
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

a.ow-icon-placement-left.ow-button-hover:hover,
input.wpcf7-form-control.wpcf7-submit.btn.btn-primary:hover {
    border-color: #fff !important;
}


.artists {

    background-color: #E9E9E9;

    padding: 25px;

}

.artists span.h4.pricing-list__title {
    font-size: .75rem !important;
}

.artists span.h6.pricing-list__price {
    font-size: .75rem !important;
    font-style: italic !important;
}



.musician {
    margin-bottom: 0px !important;
}

.musician em {
    padding-left: 2px;
}

.chair {
    padding-left: 15px;
    font-style: italic;
    font-size: .75em;
}

.fb-pixel {
    display: none !important;
}

#panel-6-3-1-0>.panel-widget-style,
#panel-6-3-1-5>.panel-widget-style {
    max-height: none !important;
}


/* DONATION FORM Styles  */
#dgx-donate-container {
    border-radius: 0px;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

#header_desc p {
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.dgx-donate-form-section {
    border: 0px !important;
    background: #eee;
    border-radius: 0px;
    margin-bottom: 0;
}

#dgx-donate-form-donor-section input[type="text"] {
    width: 50%;
}

div#_dgx_donate_user_amount {
    text-align: center;
}

.dgx-donate-form-section input[type="text"] {
    border: none;
    border-radius: 0;
    margin-right: 0;
}

#dgx-donate-form-donation-section span[id^="dgx_donate_giving_level"],
#other_radio_button {
    width: 11%;
    float: left;
    text-align: center;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

#dgx-donate-form-donation-section.dgx-donate-form-section input[type="radio"] {
    display: block;
    margin: 4px auto;
}

#dgx-donate-form-donation-section.dgx-donate-form-section label {
    width: unset;
    margin-bottom: 0;
}

div#_dgx_donate_user_amount {
    text-align: right;
}

div#_dgx_donate_repeating {
    display: inline-block;
    margin-top: 25px;
}

#dgx-donate-form-donation-section {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#dgx-donate-form-tribute-section h2 {
    display: none;
}

#dgx-donate-form-tribute-section {
    padding-top: 0;
}

div#_dgx_donate_memorial_gift,
div#_dgx_donate_honoree_name,
div#_dgx_donate_honor_by_email,
div#_dgx_donate_honor_by_post_mail,
div#_dgx_donate_honoree_email_name,
div#_dgx_donate_honoree_email {
    padding-left: 25px;
}

div#_dgx_donate_honoree_post_name,
div#_dgx_donate_honoree_address,
div#_dgx_donate_honoree_city,
div#_dgx_donate_honoree_state,
div#_dgx_donate_honoree_province,
div#_dgx_donate_honoree_country,
div#_dgx_donate_honoree_zip {
    margin-left: 50px;
}

select.conceal-state,
select.postal-acknowledgement {
    padding: 5px;
}

#_dgx_donate_honoree_name label {
    display: block;
    width: unset;
}

div#_dgx_donate_repeating {
    background: rgba(0, 115, 188, .3);
    padding: 10px;
    width: 100%;
}

div#_dgx_donate_tribute_gift {
    padding: 10px;
    width: 100%;
}

#_dgx_donate_repeating p {
    margin-bottom: 0;
}

@media (max-width: 992px) {

    /*for mobile*/
    span#dgx_donate_giving_level_35 {
        width: 17% !important;
    }

    .dgx-donate-form-section span.horiz {
        margin-left: 10px;
        width: 17% !important;
    }
}


.other-donation-level label::after {
    content: '$ ';
}

input#_dgx_donate_user_amount {
    width: 60px;
}

.acff-submit-buttons input[type=submit] {
    color: transparent;
    background: #000;
    border-radius: 0 !important;
    padding: .5rem 2.5rem !important;
    border: 0;
}

.acff-submit-buttons {
    margin-left: 50px !important;
    position: relative;
}

.acff-submit-buttons::after {
    content: "Add Name";
    position: absolute;
    display: block;
    color: #fff;
    top: 10px;
    left: 16px;
    pointer-events: none;
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

input#acff-post-field_6172dc0ec9c6b {
    text-align: center;
}

h1.tribe-events-single-event-title {
    margin-bottom: 50px;
}

.tribe-events-event-meta::before,
.tribe-events-event-meta~div:not(.tribe-events-event-meta, .event-tickets) {
    border: none !important;
}

.tribe-events-meta-group.tribe-events-meta-group-gmap {
    display: none !important;
}

dd.tribe-events-event-url {
    padding-top: 20px;
}

dd.old-commented-out::after {
    content: "";
    position: absolute;
    background-image: url(https://www.helenasymphony.org/wp-content/uploads/2022/08/basecamp.png);
    background-repeat: no-repeat;
    width: 220px;
    height: 42px;
    display: block;
    margin-top: 25px;
}

.sponsored {
    margin-top: 25px;
}

.sponsored img {
    width: 173px !important;
    max-width: 173px !important;
}

.tribe-events-event-url a {
    width: 100%;
    background: #e1a159 !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 1rem 1.47rem !important;
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tribe-events-event-url a:hover {
    background: #000 !important;
    color: #fff;
}

span.tribe-country-name {
    display: none;
}

dt.tribe-events-event-url-label {
    visibility: hidden;
}

a.tribe-events-gmap {
    display: block;
}

img.attachment-large.size-large.wp-post-image {
    width: 600px;
}

@media (max-width: 992px) {
    .custom-event-meta {
        display: block !important;
    }
}


.custom-event-meta .panel-grid-cell {
    display: inline-block;
}

a.tribe-events-widget-events-list__event-title-link.tribe-common-anchor-thin,
time.tribe-events-widget-events-list__event-datetime,
span.tribe-events-widget-events-list__event-date-tag-month,
span.tribe-events-widget-events-list__event-date-tag-daynum.tribe-common-h2.tribe-common-h4--min-medium {
    font-family: 'brandon-grotesque' !important;
}


.cta span.widget-title__inline {
    font-size: 60px;
    color: #232640 !important;
    font-family: 'des_montillesregular' !important;
    font-weight: normal !important;
}

.cta p {
    color: #232640;
}

.cta input#mc_mv_EMAIL {
    display: block;
    width: 100%;
    padding: 5px;
    border: 0;
    margin-bottom: 10px;
}

label.mc_var_label.mc_header.mc_header_email {
    color: #232640;
}

input#mc_signup_submit {
    border: none !important;
    padding: 0.5rem 1.5rem;
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    background: #232640;
    text-shadow: none;
    text-transform: uppercase;
    border-width: 2px;
}

strong.mc_success_msg {
    color: #fff;
}

.latest-posts__item::after {
    background: none;
}

#post-4779 img.sow-image-grid-image_html {
    max-width: 250px !important;
    padding: 15px;
    min-width: 100px !important;
    width: auto;
}

.tribe-events-widget-events-list__event-datetime .tribe-event-time,
.tribe-events-widget-events-list__event-datetime .tribe-event-date-start+span {
    display: none;
}


.sponsor-wrapper {
    margin: 2rem 0;
}

.sponsor-type-heading {
    width: 100%;
    font-size: 1.8rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.5rem;
}

.sponsor-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 2rem;
}

.sponsor-logos-column {
    width: 75%;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}


.sponsor-logos-column a,
.sponsor-logos-column img {
    display: inline-block;
    max-width: 200px;
    max-height: 150px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.sponsor-logos-column a:hover img {
    transform: scale(1.05);
}

.sponsor-nologo-column {
    width: 25%;
    min-width: 0;
    padding-left: 1rem;
    border-left: 1px solid #ccc;
}

.sponsor-nologo-column ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.sponsor-nologo-column li {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.sponsor-nologo-column a {
    color: #333;
    text-decoration: none;
}

.sponsor-nologo-column a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .sponsor-row {
        flex-direction: column;
    }

    .sponsor-logos-column,
    .sponsor-nologo-column {
        width: 100%;
        border-left: none;
        padding-left: 0;
    }
}

  /* hp logos two col layout */
    .sponsor-grid-wrapper {
    margin: 2rem 0;
  }

  .sponsor-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .sponsor {
    text-align: center;
  }

  .sponsor img {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }
  .sponsor img:hover {
    filter: grayscale(0%);
  }

  .sponsor p {
    font-size: 0.75rem;
    line-height: 1.2;
    margin-top: 0.5rem;
  }

  @media (min-width: 768px) {
    .sponsor-grid {
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
  }