.expo8320-gold-sponsor-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.expo8320-partner-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.expo8320-partner-card {
    align-items: center;
    aspect-ratio: 2.15 / 1;
    background: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-width: 0;
    padding: 24px;
}

.expo8320-partner-card a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.expo8320-partner-card img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.expo8320-partner-name {
    color: #232323;
    font-weight: 700;
    text-align: center;
}

.expo8320-gold-sponsor-card {
    align-items: center;
    aspect-ratio: 2.15 / 1;
    background: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-width: 0;
    padding: 24px;
}

.expo8320-gold-sponsor-card a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.expo8320-gold-sponsor-card img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.expo8320-gold-sponsor-name {
    color: #232323;
    font-weight: 700;
    text-align: center;
}

.expo8320-gold-sponsor-placeholder span {
    background: #d89e29;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    padding: 14px 22px;
    text-align: center;
}

.expo8320-gold-sponsor-placeholder small {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.expo8320-data-notice {
    color: #a12622;
}

/* Public exhibitor directory */
.expo-exhibitors { color: #333333; }
.expo-exhibitors-filter { background: #ffffff; border: 1px solid #e4e7e5; border-radius: 16px; box-shadow: 0 8px 24px rgba(25, 42, 28, .07); padding: 26px; }
.expo-exhibitors-filter-fields { display: grid; gap: 16px; grid-template-columns: minmax(220px, 1.45fr) repeat(4, minmax(150px, 1fr)); }
.expo-exhibitors-field { display: grid; font-size: 14px; font-weight: 700; gap: 8px; }
.expo-exhibitors-field input, .expo-exhibitors-field select { appearance: auto; background: #fff; border: 1px solid #d8ddda; border-radius: 7px; box-sizing: border-box; color: #333333; font: inherit; font-weight: 400; min-height: 45px; padding: 10px 12px; width: 100%; }
.expo-exhibitors-chips { border: 0; display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; padding: 0; }
.expo-exhibitors-chips legend { clip: rect(0 0 0 0); height: 1px; overflow: hidden; position: absolute; width: 1px; }
.expo-exhibitors-chip input { clip: rect(0 0 0 0); height: 1px; overflow: hidden; position: absolute; width: 1px; }
.expo-exhibitors-chip span { align-items: center; border: 1px solid #d8ddda; border-radius: 7px; cursor: pointer; display: inline-flex; font-size: 14px; font-weight: 700; min-height: 42px; padding: 0 16px; }
.expo-exhibitors-chip span::before { color: #43a735; content: "✓"; font-size: 17px; margin-right: 8px; }
.expo-exhibitors-chip input:checked + span { background: #eff8ed; border-color: #43a735; }
.expo-exhibitors-chip input:focus + span { outline: 2px solid #089dd9; outline-offset: 2px; }
.expo-exhibitors-filter-actions { align-items: center; display: flex; justify-content: space-between; gap: 20px; }
.expo-exhibitors-filter-actions a { color: #333333; font-size: 14px; font-weight: 700; text-decoration: underline; }
.expo-exhibitors-filter-actions button { background: #43a735; border: 0; border-radius: 6px; color: #ffffff; cursor: pointer; font: inherit; font-size: 14px; font-weight: 700; min-height: 44px; padding: 0 24px; text-transform: uppercase; }
.expo-exhibitors-filter-actions button:hover, .expo-exhibitors-filter-actions button:focus { background: #378d2d; }
.expo-exhibitors-result-heading { margin: 20px 0 14px; }
.expo-exhibitors-result-heading p { margin: 0; }
.expo-exhibitors-grid { display: grid; gap: 18px; grid-auto-rows: 405px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.expo-exhibitor-card { background: #ffffff; border: 1px solid #e5e8e6; border-radius: 10px; box-shadow: 0 5px 17px rgba(25, 42, 28, .05); display: flex; flex-direction: column; height: 100%; min-width: 0; overflow: hidden; }
.expo-exhibitor-logo { align-items: center; box-sizing: border-box; display: flex; flex: 0 0 142px; justify-content: flex-start; padding: 24px 20px 16px; }
.expo-exhibitor-logo img { display: block; height: 100px; max-height: 100%; max-width: 100%; object-fit: contain; object-position: left center; width: 100%; }
.expo-exhibitor-logo span { color: #333333; font-size: 20px; font-weight: 800; }
.expo-exhibitor-card-body { display: flex; flex: 1; flex-direction: column; padding: 0 20px 18px; }
.expo-exhibitor-meta { display: flex; flex-wrap: wrap; font-size: 12px; gap: 7px; margin: 0 0 12px; }
.expo-exhibitor-meta span { background: #f0f8ef; border-radius: 999px; padding: 3px 7px; }
.expo-exhibitor-card h3 { font-size: 18px; line-height: 1.25; margin: 0 0 8px; }
.expo-exhibitor-segments { font-size: 14px; margin: 0; }
.expo-exhibitor-features { align-content: flex-start; display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; min-height: 26px; padding-top: 14px; }
.expo-exhibitor-feature, .expo-exhibitor-role { align-items: center; display: inline-flex; font-size: 12px; line-height: 1.2; }
.expo-exhibitor-feature svg { fill: none; height: 16px; margin-right: 5px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 16px; }
.expo-exhibitor-feature--green { color: #27891d; }
.expo-exhibitor-feature--blue { color: #089dd9; }
.expo-exhibitor-role { background: #f4f5f4; border-radius: 999px; padding: 4px 7px; }
.expo-exhibitor-card-actions { border-top: 1px solid #e5e8e6; display: flex; gap: 12px; justify-content: space-between; margin-top: auto; padding: 14px 20px; }
.expo-exhibitor-card-actions a { color: #27891d; font-size: 12px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.expo-exhibitor-card-actions a:last-child { color: #333333; margin-left: auto; }
.expo-exhibitors-empty { background: #ffffff; border-radius: 10px; margin: 0; padding: 28px; text-align: center; }

.expo-sponsors {
    color: #232323;
    color-scheme: only light;
}

.expo-sponsors-filter {
    align-items: center;
    background: #ffffff;
    border-radius: 999px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 0 auto 42px;
    max-width: 980px;
    padding: 9px;
}

.expo-sponsors-filter a {
    border-radius: 999px;
    color: inherit;
    font-weight: 700;
    padding: 10px 20px;
    text-decoration: none;
}

.expo-sponsors-filter a[aria-current="page"],
.expo-sponsors-filter a:hover,
.expo-sponsors-filter a:focus {
    background: #42a637;
    color: #ffffff;
}

.expo-sponsors-group {
    margin: 0 auto 48px;
}

.expo-sponsors-group-title {
    font-size: clamp(24px, 3vw, 32px);
    margin: 0 0 24px;
    text-align: center;
}

.expo-sponsors-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.expo-sponsors-group--gold .expo-sponsors-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.expo-sponsors-group--bronze .expo-sponsors-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.expo-sponsor-card {
    align-items: center;
    background: #ffffff;
    border-radius: 14px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 20px;
    text-align: center;
}

.expo-sponsor-website,
.expo-sponsor-logo {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 100%;
}

.expo-sponsor-logo {
    min-height: 92px;
}

.expo-sponsors-group--gold .expo-sponsor-logo { min-height: 148px; }
.expo-sponsors-group--silver .expo-sponsor-logo { min-height: 104px; }
.expo-sponsors-group--bronze .expo-sponsor-logo { min-height: 64px; }

.expo-sponsor-logo img {
    display: block;
    height: auto;
    max-height: 92px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.expo-sponsors-group--gold .expo-sponsor-logo img { max-height: 148px; }
.expo-sponsors-group--silver .expo-sponsor-logo img { max-height: 104px; }
.expo-sponsors-group--bronze .expo-sponsor-logo img { max-height: 64px; }

.expo-sponsor-name,
.expo-sponsor-description,
.expo-sponsor-contact {
    margin: 14px 0 0;
}

.expo-sponsor-name { font-size: 18px; font-weight: 700; }
.expo-sponsor-description { font-size: 14px; }
.expo-sponsor-contact { display: grid; font-size: 14px; gap: 4px; }
.expo-sponsor-contact a { color: inherit; }

@media (max-width: 980px) {
    .expo-sponsors-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .expo-sponsors-group--bronze .expo-sponsors-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .expo-exhibitors-filter-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .expo-exhibitors-field--search { grid-column: span 2; }
    .expo-exhibitors-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
    .expo-sponsors-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .expo-sponsors-group--gold .expo-sponsors-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .expo-sponsors-group--bronze .expo-sponsors-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
    .expo8320-gold-sponsor-grid {
        gap: 16px;
        grid-template-columns: 1fr;
    }

    .expo8320-partner-grid {
        gap: 16px;
        grid-template-columns: 1fr;
    }

    .expo8320-gold-sponsor-card {
        border-radius: 12px;
        padding: 20px;
    }

    .expo8320-partner-card {
        border-radius: 12px;
        padding: 20px;
    }

    .expo-sponsors-filter { border-radius: 18px; }
    .expo-sponsors-filter a { padding: 8px 12px; }
    .expo-sponsors-grid { gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .expo-sponsors-group--gold .expo-sponsors-grid,
    .expo-sponsors-group--bronze .expo-sponsors-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .expo-sponsors-group--gold .expo-sponsor-logo { min-height: 104px; }
    .expo-sponsors-group--silver .expo-sponsor-logo { min-height: 82px; }
    .expo-sponsors-group--bronze .expo-sponsor-logo { min-height: 70px; }
    .expo-sponsors-group--gold .expo-sponsor-logo img { max-height: 104px; }
    .expo-sponsors-group--silver .expo-sponsor-logo img { max-height: 82px; }
    .expo-sponsors-group--bronze .expo-sponsor-logo img { max-height: 70px; }
    .expo-exhibitors-filter { border-radius: 12px; padding: 18px; }
    .expo-exhibitors-filter-fields { grid-template-columns: 1fr; }
    .expo-exhibitors-field--search { grid-column: auto; }
    .expo-exhibitors-chips { gap: 8px; }
    .expo-exhibitors-chip span { min-height: 38px; padding: 0 11px; }
    .expo-exhibitors-filter-actions { align-items: stretch; flex-direction: column-reverse; }
    .expo-exhibitors-filter-actions button { width: 100%; }
    .expo-exhibitors-grid { grid-template-columns: 1fr; }
}
