/*
|--------------------------------------------------------------------------
| Iran Basketball House — Homepage V7.3 / Consolidated Design Freeze
|--------------------------------------------------------------------------
| Canonical homepage stylesheet generated from the approved V7.3 state.
| Redundant declarations shadowed by the exact same selector/property/
| context have been removed while preserving the effective cascade.
|--------------------------------------------------------------------------
*/

:root {
    --ibh-v7-navy: #081b36;
    --ibh-v7-navy-2: #06162d;
    --ibh-v7-orange: #f58220;
    --ibh-v7-bg: #fafaf8;
    --ibh-v7-surface: #ffffff;
    --ibh-v7-text: #121826;
    --ibh-v7-muted: #6b7280;
    --ibh-v7-line: #e8ebef;
    --ibh-v7-line-dark: rgba(255,255,255,.14);
    --ibh-v7-radius: 14px;
    --ibh-v7-feature-radius: 18px;
    --ibh-v7-shell: 1240px;
}

.ibh-v7-body {
    background: var(--ibh-v7-bg);
    color: var(--ibh-v7-text);
}

.ibh-v7-main,
.ibh-v7-page {
    width: 100%;
    min-width: 0;
}

.ibh-v7-page {
    overflow: clip;
    background: var(--ibh-v7-bg);
}

.ibh-v7-shell {
    width: min(var(--ibh-v7-shell), calc(100% - 48px));
    margin-inline: auto;
}

.ibh-v7-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.ibh-v7-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    color: var(--ibh-v7-orange);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: -.01em;
}

.ibh-v7-kicker::before {
    content: "";
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
}

.ibh-v7-kicker.is-light {
    color: #ff9b59;
}

.ibh-v7-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.ibh-v7-heading.is-compact {
    margin-bottom: 28px;
}

.ibh-v7-heading h2 {
    margin: 0;
    color: var(--ibh-v7-navy);
    font-size: clamp(1.65rem, 2.55vw, 2.45rem);
    line-height: 1.42;
    font-weight: 950;
    letter-spacing: -.045em;
}

.ibh-v7-heading.is-light h2 {
    color: #fff;
}

.ibh-v7-heading-links,
.ibh-v7-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.ibh-v7-heading-links a,
.ibh-v7-text-link {
    color: #485264;
    font-size: .76rem;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.ibh-v7-heading-links a:hover,
.ibh-v7-text-link:hover {
    color: var(--ibh-v7-orange);
}

.ibh-v7-text-link.is-light {
    color: rgba(255,255,255,.76);
}

.ibh-v7-text-link.is-light:hover {
    color: #fff;
}

.ibh-v7-hero {
    position: relative;
    display: flex;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    background: var(--ibh-v7-navy);
}

.ibh-v7-hero-media,
.ibh-v7-hero-overlay {
    position: absolute;
    inset: 0;
}

.ibh-v7-hero-media {
    z-index: -3;
}

.ibh-v7-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 28% center;
    filter: saturate(1.04) contrast(1.04) brightness(.88);
}

.ibh-v7-hero-overlay {
    z-index: -2;
    background: linear-gradient(to left, rgba(4,18,40,.99) 0%, rgba(5,23,48,.94) 34%, rgba(5,24,49,.68) 56%, rgba(4,18,38,.18) 82%, rgba(4,18,38,.08) 100%),
        linear-gradient(to top, rgba(3,15,33,.50), transparent 46%);
}

.ibh-v7-hero-inner {
    display: flex;
    align-items: center;
    min-height: inherit;
}

.ibh-v7-hero-copy {
    margin-inline-start: auto;
    color: #fff;
}

.ibh-v7-hero h1 {
    margin: 0;
    color: #fff;
    font-weight: 950;
}

.ibh-v7-hero h1 span {
    display: block;
    color: var(--ibh-v7-orange);
}

.ibh-v7-hero-copy > p {
    margin: 20px 0 0;
    line-height: 2.05;
}

.ibh-v7-search {
    display: grid;
    grid-template-columns: minmax(0,1fr) 46px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.ibh-v7-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    padding: 0 17px;
    background: transparent;
    color: #fff;
    font: inherit;
}

.ibh-v7-search input::placeholder {
    color: rgba(255,255,255,.54);
}

.ibh-v7-search button {
    display: grid;
    place-items: center;
    border: 0;
    border-inline-start: 1px solid rgba(255,255,255,.14);
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.ibh-v7-search svg {
    width: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
}

.ibh-v7-btn {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: .76rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.ibh-v7-btn:hover {
    transform: translateY(-1px);
}

.ibh-v7-btn.is-primary {
    background: var(--ibh-v7-orange);
    border-color: var(--ibh-v7-orange);
    color: #fff;
}

.ibh-v7-btn.is-ghost {
    border-color: rgba(255,255,255,.24);
    background: rgba(255,255,255,.045);
    color: #fff;
}

.ibh-v7-quick-wrap {
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
}

.ibh-v7-quick {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 12px;
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.ibh-v7-quick a {
    display: flex;
    align-items: center;
    padding: 0 18px;
    border-inline-start: 1px solid rgba(255,255,255,.10);
    color: #fff;
    text-decoration: none;
}

.ibh-v7-quick a:first-child {
    border-inline-start: 0;
}

.ibh-v7-quick a:hover {
    background: rgba(255,255,255,.035);
}

.ibh-v7-quick span {
    font-weight: 900;
}

.ibh-v7-quick strong {
    font-weight: 850;
}

.ibh-v7-today {
    background: #fff;
}

.ibh-v7-today-grid {
    display: grid;
    align-items: stretch;
}

.ibh-v7-lead-story {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--ibh-v7-line);
    border-radius: var(--ibh-v7-feature-radius);
    background: var(--ibh-v7-surface);
}

.ibh-v7-lead-media {
    min-height: 100%;
    background: #eef1f4;
    overflow: hidden;
}

.ibh-v7-lead-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.ibh-v7-lead-story:hover .ibh-v7-lead-media img {
    transform: scale(1.018);
}

.ibh-v7-lead-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ibh-v7-lead-copy small {
    color: var(--ibh-v7-orange);
    font-size: .67rem;
    font-weight: 900;
}

.ibh-v7-lead-copy h3 {
    margin: 10px 0 12px;
    font-size: clamp(1.45rem, 2.25vw, 2.2rem);
    line-height: 1.48;
    font-weight: 950;
    letter-spacing: -.035em;
}

.ibh-v7-lead-copy h3 a {
    color: var(--ibh-v7-navy);
    text-decoration: none;
}

.ibh-v7-lead-copy p {
    margin: 0;
    color: var(--ibh-v7-muted);
    font-size: .82rem;
    line-height: 1.95;
}

.ibh-v7-lead-copy > span {
    margin-top: 18px;
    color: #9299a4;
    font-size: .64rem;
}

.ibh-v7-lead-story.is-empty {
    grid-template-columns: 1fr;
}

.ibh-v7-radar-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--ibh-v7-line);
}

.ibh-v7-radar-head {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid var(--ibh-v7-line);
}

.ibh-v7-radar-head span {
    color: var(--ibh-v7-navy);
    font-size: .78rem;
    font-weight: 950;
}

.ibh-v7-radar-head a {
    color: var(--ibh-v7-muted);
    font-size: .66rem;
    font-weight: 800;
    text-decoration: none;
}

.ibh-v7-radar-list article {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 110px;
    padding: 18px 0;
    border-bottom: 1px solid var(--ibh-v7-line);
}

.ibh-v7-radar-list article small {
    color: var(--ibh-v7-orange);
    font-size: .61rem;
    font-weight: 900;
}

.ibh-v7-radar-list article h3 {
    margin: 5px 0 8px;
    font-weight: 900;
}

.ibh-v7-radar-list article h3 a {
    color: var(--ibh-v7-text);
    text-decoration: none;
}

.ibh-v7-radar-list article h3 a:hover {
    color: var(--ibh-v7-orange);
}

.ibh-v7-radar-list time {
    color: #9aa1ac;
    font-size: .6rem;
}

.ibh-v7-empty {
    margin: 0;
    color: var(--ibh-v7-muted);
    font-size: .78rem;
    line-height: 1.9;
}

.ibh-v7-community {
    background: var(--ibh-v7-bg);
}

.ibh-v7-people-rail {
    display: grid;
    grid-template-columns: repeat(6, minmax(0,1fr));
}

.ibh-v7-person {
    min-width: 0;
    display: flex;
    align-items: center;
    border: 1px solid var(--ibh-v7-line);
    color: var(--ibh-v7-text);
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.ibh-v7-person:hover {
    background: #fff;
}

.ibh-v7-person-avatar {
    flex: 0 0 68px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 50%;
    background: #eef1f4;
}

.ibh-v7-person-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ibh-v7-person-avatar strong {
    color: var(--ibh-v7-navy);
    font-size: 1.1rem;
}

.ibh-v7-person > span:last-child {
    min-width: 0;
}

.ibh-v7-person > span:last-child strong,
.ibh-v7-person > span:last-child small {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ibh-v7-person > span:last-child strong {
    color: var(--ibh-v7-navy);
    font-weight: 950;
}

.ibh-v7-person > span:last-child small {
    margin-top: 4px;
    color: var(--ibh-v7-muted);
}

.ibh-v7-native-sponsor .ibh-home-sponsor-slot,
.ibh-v7-native-sponsor .ibh-home-sponsor-placeholder {
    width: 100% !important;
    margin: 0 !important;
}

.ibh-v7-native-sponsor .ibh-home-sponsor-card {
    display: grid !important;
    overflow: hidden;
    border: 1px solid var(--ibh-v7-line) !important;
    background: #fff !important;
    box-shadow: none !important;
}

.ibh-v7-native-sponsor .ibh-home-sponsor-visual {
    background: #f4f5f6 !important;
}

.ibh-v7-native-sponsor .ibh-home-sponsor-main-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.ibh-v7-native-sponsor .ibh-home-sponsor-logo-mark {
    border-radius: 12px !important;
    background: #fff !important;
}

.ibh-v7-native-sponsor .ibh-home-sponsor-content {
    align-items: flex-start !important;
}

.ibh-v7-native-sponsor .ibh-home-sponsor-badge {
    margin-bottom: 5px !important;
    padding: 4px 7px !important;
    border-radius: 99px !important;
    background: #fff2e8 !important;
    color: #c95b08 !important;
    font-size: .57rem !important;
}

.ibh-v7-native-sponsor .ibh-home-sponsor-content h2 {
    margin: 0 !important;
    color: var(--ibh-v7-navy) !important;
    line-height: 1.5 !important;
}

.ibh-v7-native-sponsor .ibh-home-sponsor-content h3 {
    margin: 4px 0 0 !important;
    color: #596273 !important;
    font-size: .7rem !important;
}

.ibh-v7-native-sponsor .ibh-home-sponsor-content p {
    margin: 6px 0 0 !important;
    color: var(--ibh-v7-muted) !important;
    line-height: 1.8 !important;
}

.ibh-v7-native-sponsor .ibh-home-sponsor-btn {
    margin-top: 8px !important;
    padding: 0 11px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: var(--ibh-v7-navy) !important;
    color: #fff !important;
    text-decoration: none !important;
}

.ibh-v7-native-sponsor .ibh-home-sponsor-placeholder {
    padding: 10px !important;
    border: 1px dashed #cfd5dd !important;
    border-radius: 12px !important;
    background: #fff !important;
}

.ibh-v7-radio {
    position: relative;
}

.ibh-v7-radio::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 12% 18%, rgba(245,130,32,.09), transparent 26%);
}

.ibh-v7-radio-label {
    width: fit-content;
    border: 1px solid rgba(245,130,32,.38);
    border-radius: 99px;
    color: #ff9c5a;
    font-weight: 900;
}

.ibh-v7-radio-copy h3 {
    font-weight: 950;
    letter-spacing: -.04em;
}

.ibh-v7-radio-copy p {
    max-width: 540px;
    margin: 14px 0 0;
    color: rgba(255,255,255,.67);
    font-size: .79rem;
    line-height: 1.95;
}

.ibh-v7-radio-meta {
    display: flex;
    flex-wrap: wrap;
}

.ibh-v7-radio-meta span {
    color: rgba(255,255,255,.66);
}

.ibh-v7-radio-controls {
    display: flex;
    align-items: center;
}

.ibh-v7-play {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
    border: 0;
    background: var(--ibh-v7-orange);
    color: #fff;
    font: inherit;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.ibh-v7-play-icon {
    font-size: .68rem;
}

.ibh-v7-eq {
    display: inline-flex;
    align-items: center;
}

.ibh-v7-eq i {
    height: 7px;
    display: block;
    border-radius: 99px;
    background: var(--ibh-v7-orange);
    transform-origin: center;
    animation: ibh-v7-eq 1.15s ease-in-out infinite alternate;
}

.ibh-v7-eq i:nth-child(2) {
    animation-delay: -.34s;
}

.ibh-v7-eq i:nth-child(3) {
    animation-delay: -.72s;
}

.ibh-v7-eq i:nth-child(4) {
    animation-delay: -.18s;
}

.ibh-v7-eq i:nth-child(5) {
    animation-delay: -.58s;
}

.ibh-v7-eq i:nth-child(6) {
    animation-delay: -.86s;
}

.ibh-v7-eq i:nth-child(7) {
    animation-delay: -.42s;
}

@keyframes ibh-v7-eq {
    0% { height: 6px; opacity: .45; }
    100% { height: 25px; opacity: 1; }
}

.ibh-v7-episodes-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.ibh-v7-episodes-head span {
    font-weight: 900;
}

.ibh-v7-episodes {
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
}

.ibh-v7-episode-card {
    scroll-snap-align: start;
    min-width: 0;
    display: flex;
    align-items: center;
}

.ibh-v7-mini-play {
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(245,130,32,.42);
    border-radius: 50%;
    background: transparent;
    color: var(--ibh-v7-orange);
    font: inherit;
    font-size: .62rem;
    text-decoration: none;
    cursor: pointer;
}

.ibh-v7-episode-card > div {
    min-width: 0;
}

.ibh-v7-episode-card h4 {
    font-weight: 900;
}

.ibh-v7-episode-card h4 a {
    text-decoration: none;
}

.ibh-v7-episode-card span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ibh-v7-learning-grid {
    border-top: 1px solid var(--ibh-v7-line);
    border-bottom: 1px solid var(--ibh-v7-line);
}

.ibh-v7-learning-item {
    border-inline-start: 1px solid var(--ibh-v7-line);
    color: var(--ibh-v7-text);
}

.ibh-v7-learning-item b {
    color: #9ca3af;
    font-size: 1rem;
    font-weight: 500;
}

.ibh-v7-heritage {
    background: #f5f3ef;
}

.ibh-v7-hall-feature,
.ibh-v7-honor-card {
    overflow: hidden;
    border: 1px solid rgba(8,27,54,.10);
    border-radius: var(--ibh-v7-radius);
    background: rgba(255,255,255,.60);
    color: var(--ibh-v7-text);
    text-decoration: none;
}

.ibh-v7-hall-feature {
    display: grid;
}

.ibh-v7-hall-media,
.ibh-v7-honor-media {
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #e7e6e2;
}

.ibh-v7-hall-media img,
.ibh-v7-honor-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ibh-v7-hall-media i,
.ibh-v7-honor-media i {
    color: rgba(8,27,54,.34);
    font-style: normal;
    font-weight: 950;
}

.ibh-v7-hall-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ibh-v7-hall-copy small {
    color: #a15c2d;
    font-size: .65rem;
    font-weight: 900;
}

.ibh-v7-hall-copy strong {
    margin-top: 8px;
    color: var(--ibh-v7-navy);
    line-height: 1.45;
    font-weight: 950;
    letter-spacing: -.035em;
}

.ibh-v7-hall-copy em {
    margin-top: 18px;
    color: var(--ibh-v7-muted);
    font-size: .68rem;
    font-style: normal;
    font-weight: 800;
}

.ibh-v7-honor-card {
    display: grid;
}

.ibh-v7-honor-card > span:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ibh-v7-honor-card small {
    color: #a15c2d;
    font-weight: 900;
}

.ibh-v7-honor-card strong {
    color: var(--ibh-v7-navy);
    font-weight: 950;
}

.ibh-v7-partners {
    border-top: 1px solid var(--ibh-v7-line);
    border-bottom: 1px solid var(--ibh-v7-line);
}

.ibh-v7-partners-inner {
    display: grid;
    align-items: center;
}

.ibh-v7-partners h2 {
    margin: 0;
    color: var(--ibh-v7-navy);
    font-weight: 950;
}

.ibh-v7-partner-logos {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.ibh-v7-final {
    background: var(--ibh-v7-bg);
}

.ibh-v7-final-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    background: var(--ibh-v7-navy);
    color: #fff;
}

.ibh-v7-final h2 {
    margin: 0;
    color: #fff;
    line-height: 1.45;
    font-weight: 950;
    letter-spacing: -.035em;
}

.ibh-v7-final p {
    max-width: 680px;
    margin: 10px 0 0;
    color: rgba(255,255,255,.65);
    font-size: .76rem;
    line-height: 1.95;
}

@media (max-width: 1050px) {
    .ibh-v7-people-rail {
        grid-template-columns: repeat(3, minmax(0,1fr));
    }

    .ibh-v7-today-grid {
        grid-template-columns: 1fr;
    }

    .ibh-v7-radar-list {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 0 20px;
    }

    .ibh-v7-radar-head {
        grid-column: 1 / -1;
    }

    .ibh-v7-radio-feature {
        grid-template-columns: 1fr 1fr;
    }

    .ibh-v7-heritage-grid {
        grid-template-columns: 1fr;
    }

    .ibh-v7-honors {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 700px) {
    .ibh-v7-heading {
        align-items: flex-start;
    }

    .ibh-v7-heading h2 {
        font-size: clamp(1.45rem, 6.2vw, 1.9rem);
    }

    .ibh-v7-heading-links {
        gap: 8px 12px;
    }

    .ibh-v7-hero {
        align-items: stretch;
    }

    .ibh-v7-hero-media img {
        object-position: 38% center;
    }

    .ibh-v7-hero-overlay {
        background: linear-gradient(to top, rgba(4,17,37,.99) 0%, rgba(4,19,42,.93) 42%, rgba(5,22,46,.58) 70%, rgba(4,17,37,.18) 100%);
    }

    .ibh-v7-hero-inner {
        align-items: flex-end;
    }

    .ibh-v7-hero-copy {
        margin: 0;
    }

    .ibh-v7-hero-copy > p {
        max-width: 38ch;
        margin-top: 14px;
        line-height: 1.9;
    }

    .ibh-v7-hero .ibh-v7-actions {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .ibh-v7-btn {
        min-width: 0;
        padding-inline: 10px;
        font-size: .7rem;
    }

    .ibh-v7-quick-wrap {
        bottom: 14px;
    }

    .ibh-v7-quick {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
    }

    .ibh-v7-quick::-webkit-scrollbar {
        display: none;
    }

    .ibh-v7-quick a {
        flex: 0 0 auto;
        scroll-snap-align: start;
        padding-inline: 13px;
    }

    .ibh-v7-today-grid {
        gap: 22px;
    }

    .ibh-v7-lead-story {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .ibh-v7-lead-media {
        aspect-ratio: 16/9;
    }

    .ibh-v7-lead-copy h3 {
        font-size: 1.35rem;
    }

    .ibh-v7-lead-copy p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .ibh-v7-radar-list {
        display: block;
    }

    .ibh-v7-radar-list article {
        min-height: 0;
    }

    .ibh-v7-people-rail {
        display: grid;
        grid-auto-flow: column;
        grid-template-columns: none;
        overflow-x: auto;
        padding-bottom: 7px;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
    }

    .ibh-v7-people-rail::-webkit-scrollbar {
        display: none;
    }

    .ibh-v7-person {
        scroll-snap-align: start;
    }

    .ibh-v7-native-sponsor .ibh-home-sponsor-content h2 {
        font-size: .86rem !important;
    }

    .ibh-v7-native-sponsor .ibh-home-sponsor-content h3,
    .ibh-v7-native-sponsor .ibh-home-sponsor-content p {
        display: none !important;
    }

    .ibh-v7-radio-copy p {
        font-size: .73rem;
    }

    .ibh-v7-episodes-head small {
        display: none;
    }

    .ibh-v7-learning-grid {
        grid-template-columns: 1fr;
        border-bottom: 0;
    }

    .ibh-v7-learning-item {
        border-inline-start: 0;
        border-bottom: 1px solid var(--ibh-v7-line);
    }

    .ibh-v7-learning-item p {
        max-width: 38ch;
    }

    .ibh-v7-hall-feature {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .ibh-v7-hall-copy strong {
        font-size: 1.55rem;
    }

    .ibh-v7-partners-inner {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ibh-v7-partner-logos {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    .ibh-v7-final-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .ibh-v7-final .ibh-v7-actions {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 390px) {
    .ibh-v7-hero .ibh-v7-actions,
    .ibh-v7-final .ibh-v7-actions {
        grid-template-columns: 1fr;
    }

    .ibh-v7-people-rail {
        grid-auto-columns: 82%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ibh-v7-lead-media img,
    .ibh-v7-person,
    .ibh-v7-btn {
        transition: none !important;
    }
}

:root {
    --ibh-v71-section-gap: 96px;
}

.ibh-v7-section {
    padding-block: var(--ibh-v71-section-gap);
}

.ibh-v7-heading {
    margin-bottom: 30px;
}

.ibh-v7-heading h2 {
    text-wrap: balance;
}

.ibh-v7-kicker {
    margin-bottom: 8px;
}

.ibh-v7-hero {
    min-height: clamp(600px, 69vh, 680px);
}

.ibh-v7-hero-inner {
    padding-block: 64px 112px;
}

.ibh-v7-hero h1 {
    max-width: 16ch;
    font-size: clamp(2.5rem, 4.25vw, 4.25rem);
    line-height: 1.2;
    letter-spacing: -.048em;
}

.ibh-v7-hero-copy > p {
    max-width: 590px;
    margin-top: 16px;
    color: rgba(255,255,255,.72);
    font-size: .92rem;
}

.ibh-v7-search {
    width: min(560px, 100%);
    height: 46px;
    margin-top: 22px;
    border-color: rgba(255,255,255,.16);
    background: rgba(3,15,33,.28);
}

.ibh-v7-search input {
    font-size: .74rem;
}

.ibh-v7-hero .ibh-v7-actions {
    margin-top: 16px;
}

.ibh-v7-quick-wrap {
    bottom: 20px;
}

.ibh-v7-quick {
    border-color: rgba(255,255,255,.10);
    background: rgba(5,22,45,.48);
}

.ibh-v7-quick a {
    min-height: 58px;
    gap: 9px;
    padding-inline: 16px;
    border-inline-start-color: rgba(255,255,255,.075);
}

.ibh-v7-quick span {
    color: rgba(245,130,32,.78);
    font-size: .57rem;
}

.ibh-v7-quick strong {
    font-size: .72rem;
}

.ibh-v7-lead-story {
    grid-template-columns: minmax(0,1.22fr) minmax(250px,.78fr);
    min-height: 420px;
}

.ibh-v7-lead-copy {
    padding: clamp(26px, 3vw, 42px);
}

.ibh-v7-radar-list {
    padding-inline-start: 4px;
}

.ibh-v7-radar-list article h3 {
    font-size: .88rem;
}

.ibh-v7-people-rail {
    gap: 10px;
}

.ibh-v7-person {
    gap: 11px;
    padding: 12px;
    border-color: rgba(8,27,54,.08);
    background: rgba(255,255,255,.42);
    border-radius: 11px;
}

.ibh-v7-person:hover {
    transform: translateY(-1px);
    border-color: rgba(245,130,32,.26);
}

.ibh-v7-person-avatar {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
}

.ibh-v7-person > span:last-child strong {
    font-size: .79rem;
}

.ibh-v7-person > span:last-child small {
    font-size: .61rem;
}

.ibh-v7-native-sponsor {
    padding-block: 10px 38px;
}

.ibh-v7-native-sponsor .ibh-home-sponsor-card {
    grid-template-columns: 150px minmax(0,1fr) !important;
    min-height: 112px !important;
    border-color: rgba(8,27,54,.08) !important;
    border-radius: 12px !important;
}

.ibh-v7-native-sponsor .ibh-home-sponsor-visual {
    min-height: 112px !important;
}

.ibh-v7-native-sponsor .ibh-home-sponsor-logo-mark {
    width: 54px !important;
    height: 54px !important;
}

.ibh-v7-native-sponsor .ibh-home-sponsor-content {
    padding: 16px 20px !important;
}

.ibh-v7-native-sponsor .ibh-home-sponsor-content h2 {
    font-size: .94rem !important;
}

.ibh-v7-native-sponsor .ibh-home-sponsor-content p {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    max-width: 620px !important;
    font-size: .66rem !important;
}

.ibh-v7-native-sponsor .ibh-home-sponsor-btn {
    min-height: 30px !important;
    font-size: .58rem !important;
}

.ibh-v7-eq {
    gap: 3px;
}

.ibh-v7-eq i {
    width: 2px;
    opacity: .78;
    animation-name: ibh-v71-eq;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.ibh-v7-eq i:nth-child(1) {
    animation-duration: 1.05s;
}

.ibh-v7-eq i:nth-child(2) {
    animation-duration: .88s;
}

.ibh-v7-eq i:nth-child(3) {
    animation-duration: 1.22s;
}

.ibh-v7-eq i:nth-child(4) {
    animation-duration: .96s;
}

.ibh-v7-eq i:nth-child(5) {
    animation-duration: 1.16s;
}

.ibh-v7-eq i:nth-child(6) {
    animation-duration: .82s;
}

.ibh-v7-eq i:nth-child(7) {
    animation-duration: 1.28s;
}

@keyframes ibh-v71-eq {
    0%   { height: 5px;  opacity: .42; }
    55%  { height: 14px; opacity: .72; }
    100% { height: 26px; opacity: .94; }
}

.ibh-v7-radio-controls:hover .ibh-v7-eq i,
.ibh-v7-play:hover + .ibh-v7-eq i {
    animation-duration: .58s;
}

.ibh-v7-episodes::-webkit-scrollbar {
    height: 4px;
}

.ibh-v7-episodes::-webkit-scrollbar-track {
    background: rgba(255,255,255,.06);
    border-radius: 99px;
}

.ibh-v7-episodes::-webkit-scrollbar-thumb {
    background: rgba(245,130,32,.52);
    border-radius: 99px;
}

.ibh-v7-episode-card {
    border-color: rgba(255,255,255,.11);
}

.ibh-v7-learning-item > span {
    min-width: 28px;
    color: rgba(245,130,32,.66);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -.04em;
}

.ibh-v7-hall-feature {
    min-height: 320px;
    grid-template-columns: minmax(0,.96fr) minmax(0,1.04fr);
}

.ibh-v7-hall-media img {
    object-position: center top;
}

.ibh-v7-hall-copy {
    padding: 30px;
}

.ibh-v7-hall-copy strong {
    font-size: clamp(1.45rem,2.25vw,2.18rem);
}

.ibh-v7-partners-inner {
    grid-template-columns: minmax(210px,.34fr) minmax(0,1fr);
}

.ibh-v7-partner-logos a,
.ibh-v7-partner-logos span {
    height: 36px;
}

.ibh-v7-final-inner {
    padding: 34px 40px;
    border-radius: 16px;
}

.ibh-v7-final h2 {
    font-size: clamp(1.45rem,2.15vw,2.08rem);
}

@media (max-width: 1050px) {
    .ibh-v7-section {
        padding-block: 82px;
    }

    .ibh-v7-community {
        padding-block: 78px 64px;
    }

    .ibh-v7-radio {
        padding-block: 82px 88px;
    }

    .ibh-v7-learning,
    .ibh-v7-heritage {
        padding-block: 82px;
    }

    .ibh-v7-hall-feature {
        min-height: 300px;
    }
}

@media (max-width: 700px) {
    .ibh-v7-shell {
        width: min(100% - 30px, 620px);
    }

    .ibh-v7-section {
        padding-block: 60px;
    }

    .ibh-v7-heading {
        margin-bottom: 22px;
    }

    .ibh-v7-hero {
        min-height: 560px;
    }

    .ibh-v7-hero-inner {
        padding-block: 82px 120px;
    }

    .ibh-v7-hero h1 {
        max-width: 15ch;
        font-size: clamp(1.95rem, 8.5vw, 2.52rem);
        line-height: 1.28;
    }

    .ibh-v7-hero-copy > p {
        font-size: .76rem;
    }

    .ibh-v7-search {
        height: 44px;
        margin-top: 16px;
    }

    .ibh-v7-quick a {
        min-width: 128px;
        min-height: 52px;
    }

    .ibh-v7-lead-media {
        min-height: 208px;
    }

    .ibh-v7-lead-copy {
        padding: 20px 18px 22px;
    }

    .ibh-v7-radar-list article {
        padding-block: 15px;
    }

    .ibh-v7-people-rail {
        grid-auto-columns: 74%;
        gap: 9px;
    }

    .ibh-v7-person {
        padding: 11px;
    }

    .ibh-v7-person-avatar {
        width: 66px;
        height: 66px;
        flex-basis: 66px;
    }

    .ibh-v7-native-sponsor {
        padding-block: 4px 18px;
    }

    .ibh-v7-native-sponsor .ibh-home-sponsor-card {
        grid-template-columns: 82px minmax(0,1fr) !important;
        min-height: 92px !important;
    }

    .ibh-v7-native-sponsor .ibh-home-sponsor-visual {
        min-height: 92px !important;
    }

    .ibh-v7-native-sponsor .ibh-home-sponsor-content {
        padding: 10px 12px !important;
    }

    .ibh-v7-native-sponsor .ibh-home-sponsor-content p,
    .ibh-v7-native-sponsor .ibh-home-sponsor-content h3 {
        display: none !important;
    }

    .ibh-v7-learning-item {
        min-height: 0;
    }

    .ibh-v7-learning-item > span {
        font-size: .86rem;
    }

    .ibh-v7-hall-media {
        min-height: 210px;
        aspect-ratio: 4 / 3;
    }

    .ibh-v7-hall-copy {
        padding: 22px 18px 24px;
    }

    .ibh-v7-honor-card {
        grid-template-columns: 102px minmax(0,1fr);
    }

    .ibh-v7-partner-logos a,
    .ibh-v7-partner-logos span {
        height: 32px;
    }

    .ibh-v7-partner-logos img {
        max-height: 28px;
    }

    .ibh-v7-final-inner {
        padding: 28px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ibh-v7-eq i {
        animation: none !important;
        height: 12px !important;
    }

    .ibh-v7-person,
    .ibh-v7-lead-media img {
        transition: none !important;
        transform: none !important;
    }
}

.ibh-v7-hero-copy {
    width: min(640px, 48vw) !important;
    margin: 0 !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    text-align: right !important;
    direction: rtl !important;
}

.ibh-v7-hero-inner {
    direction: rtl !important;
}

.ibh-v7-hero h1 {
    margin-right: 0 !important;
    margin-left: auto !important;
    text-align: right !important;
}

.ibh-v7-hero-copy > p,
.ibh-v7-search,
.ibh-v7-hero .ibh-v7-actions {
    margin-right: 0 !important;
    margin-left: auto !important;
}

.ibh-v7-hero-copy h1,
.ibh-v7-hero-copy p,
.ibh-v7-hero-copy .ibh-v7-actions {
    text-align: right;
}

.ibh-v7-hero .ibh-v7-actions {
    justify-content: flex-start;
}

.ibh-v7-search {
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.ibh-v7-today {
    padding-block: 88px 94px;
}

.ibh-v7-today-grid {
    grid-template-columns: minmax(0, 2.15fr) minmax(270px, .78fr);
    gap: 28px;
}

.ibh-v7-radar-head span::after {
    content: " · از خانه بسکتبال";
    color: #8a93a1;
    font-weight: 700;
    font-size: .62rem;
}

.ibh-v7-radar-list article {
    padding-block: 16px;
}

.ibh-v7-radar-list article h3 {
    line-height: 1.8;
}

.ibh-v7-community {
    padding-block: 86px 62px;
}

.ibh-v7-radio-copy > p {
    margin-top: 10px;
}

.ibh-v7-episodes-head {
    margin-top: 17px;
}

.ibh-v7-episodes {
    margin-top: 8px;
}

.ibh-v7-final-inner {
    min-height: 176px;
}

@media (max-width: 700px) {
    .ibh-v7-hero-copy {
        width: 100% !important;
        margin-inline: 0 !important;
        text-align: right !important;
    }

    .ibh-v7-hero-copy h1,
    .ibh-v7-hero-copy p {
        text-align: right !important;
    }

    .ibh-v7-hero .ibh-v7-actions {
        justify-content: stretch;
    }

    .ibh-v7-today {
        padding-block: 56px 60px;
    }

    .ibh-v7-radar-head span::after {
        display: none;
    }

    .ibh-v7-community {
        padding-block: 54px 38px;
    }

    .ibh-v7-episode-card {
        min-height: 68px;
    }

    .ibh-v7-final {
        padding-block: 44px 48px;
    }

    .ibh-v7-final-inner {
        min-height: 0;
    }
}

.ibh-v7-heritage-grid {
    display: grid !important;
}

.ibh-v7-hall-grid {
    display: grid !important;
    min-width: 0 !important;
}

.ibh-v7-hall-square {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(8, 27, 54, .08) !important;
    background: #0b203b !important;
    isolation: isolate !important;
}

.ibh-v7-hall-square-media {
    position: absolute !important;
    inset: 0 !important;
    display: grid !important;
    place-items: center !important;
    overflow: hidden !important;
}

.ibh-v7-hall-square-media img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center top !important;
    transition: transform .28s ease !important;
}

.ibh-v7-hall-square-media i {
    color: rgba(255,255,255,.72) !important;
    font-style: normal !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
}

.ibh-v7-hall-square-shade {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    background: linear-gradient(
            to top,
            rgba(4, 16, 32, .92) 0%,
            rgba(4, 16, 32, .60) 29%,
            rgba(4, 16, 32, .08) 65%,
            rgba(4, 16, 32, 0) 100%
        ) !important;
}

.ibh-v7-hall-square-copy {
    position: absolute !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    color: #fff !important;
}

.ibh-v7-hall-square-copy small {
    color: #F58220 !important;
    font-weight: 800 !important;
}

.ibh-v7-hall-square-copy strong {
    color: #fff !important;
    font-weight: 900 !important;
}

.ibh-v7-hall-square:hover .ibh-v7-hall-square-media img {
    transform: scale(1.025) !important;
}

.ibh-v7-honors {
    display: grid !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

@media (max-width: 980px) {
    .ibh-v7-heritage-grid {
        grid-template-columns: 1fr !important;
    }

    .ibh-v7-honors {
        grid-template-columns: repeat(2, minmax(0,1fr)) !important;
        grid-template-rows: none !important;
    }
}

@media (max-width: 700px) {
    .ibh-v7-hall-square {
        border-radius: 11px !important;
    }

    .ibh-v7-hall-square-copy {
        inset-inline: 10px !important;
        bottom: 10px !important;
    }

    .ibh-v7-hall-square-copy small {
        font-size: .48rem !important;
    }

    .ibh-v7-hall-square-copy strong {
        font-size: .76rem !important;
    }

    .ibh-v7-honors {
        grid-template-columns: 1fr !important;
        gap: 9px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ibh-v7-hall-square-media img {
        transition: none !important;
        transform: none !important;
    }
}

.ibh-v7-side-story {
    display: grid !important;
    grid-template-columns: 104px minmax(0, 1fr) !important;
    gap: 13px !important;
    align-items: center !important;
    padding-block: 13px !important;
    border-bottom: 1px solid rgba(8,27,54,.08) !important;
}

.ibh-v7-side-story:last-child {
    border-bottom: 0 !important;
}

.ibh-v7-side-story-media {
    display: block !important;
    width: 104px !important;
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
    border-radius: 9px !important;
    background: #eef1f4 !important;
}

.ibh-v7-side-story-media img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    transition: transform .25s ease !important;
}

.ibh-v7-side-story:hover .ibh-v7-side-story-media img {
    transform: scale(1.025) !important;
}

.ibh-v7-side-story-copy {
    min-width: 0 !important;
}

.ibh-v7-side-story-copy small {
    color: #F58220 !important;
    font-size: .54rem !important;
    font-weight: 850 !important;
}

.ibh-v7-side-story-copy h3 {
    margin: 4px 0 5px !important;
    font-size: .78rem !important;
    line-height: 1.72 !important;
}

.ibh-v7-side-story-copy time {
    color: #8a93a1 !important;
    font-size: .52rem !important;
}

.ibh-v7-radio {
    padding-block: 62px 66px !important;
    background: #fff !important;
    color: #081B36 !important;
}

.ibh-v7-radio::before {
    display: none !important;
}

.ibh-v7-radio > .ibh-v7-shell {
    position: relative !important;
}

.ibh-v7-radio .ibh-v7-heading {
    width: min(100%, 980px) !important;
    margin-inline: auto !important;
    margin-bottom: 16px !important;
}

.ibh-v7-radio .ibh-v7-heading.is-light h2 {
    color: #081B36 !important;
    font-size: clamp(1.35rem, 1.7vw, 1.72rem) !important;
}

.ibh-v7-radio .ibh-v7-kicker.is-light {
    color: #F58220 !important;
}

.ibh-v7-radio .ibh-v7-text-link.is-light {
    color: #5d6675 !important;
}

.ibh-v7-radio .ibh-v7-text-link.is-light:hover {
    color: #F58220 !important;
}

.ibh-v7-radio-feature {
    width: min(100%, 980px) !important;
    min-height: 210px !important;
    max-height: 218px !important;
    margin-inline: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, .38fr) minmax(0, .62fr) !important;
    overflow: hidden !important;
    border: 1px solid rgba(8,27,54,.10) !important;
    border-radius: 14px !important;
    background: #081B36 !important;
    box-shadow: none !important;
}

.ibh-v7-radio-cover {
    min-height: 210px !important;
    max-height: 218px !important;
    overflow: hidden !important;
}

.ibh-v7-radio-cover img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
}

.ibh-v7-radio-copy {
    padding: 18px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.ibh-v7-radio-label {
    margin-bottom: 7px !important;
    padding: 3px 7px !important;
    font-size: .54rem !important;
}

.ibh-v7-radio-copy h3 {
    max-width: 22ch !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(1.18rem, 1.55vw, 1.52rem) !important;
    line-height: 1.5 !important;
}

.ibh-v7-radio-copy > p {
    display: -webkit-box !important;
    overflow: hidden !important;
    max-width: 58ch !important;
    margin: 6px 0 0 !important;
    color: rgba(255,255,255,.66) !important;
    font-size: .62rem !important;
    line-height: 1.78 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
}

.ibh-v7-radio-meta {
    gap: 7px 10px !important;
    margin-top: 7px !important;
}

.ibh-v7-radio-meta span {
    font-size: .54rem !important;
}

.ibh-v7-radio-controls {
    gap: 11px !important;
    margin-top: 10px !important;
}

.ibh-v7-play {
    min-height: 33px !important;
    padding-inline: 13px !important;
    border-radius: 8px !important;
    font-size: .59rem !important;
}

.ibh-v7-eq {
    height: 20px !important;
}

.ibh-v7-episodes-head {
    width: min(100%, 980px) !important;
    min-height: 20px !important;
    margin: 12px auto 0 !important;
    color: #081B36 !important;
}

.ibh-v7-episodes-head span {
    color: #081B36 !important;
    font-size: .64rem !important;
}

.ibh-v7-episodes-head small {
    color: #8a93a1 !important;
    font-size: .52rem !important;
}

.ibh-v7-episodes {
    width: min(100%, 980px) !important;
    grid-auto-columns: minmax(220px, 29%) !important;
    gap: 8px !important;
    margin: 6px auto 0 !important;
    padding-bottom: 4px !important;
    scrollbar-color: rgba(245,130,32,.42) rgba(8,27,54,.06) !important;
}

.ibh-v7-episode-card {
    min-height: 58px !important;
    gap: 9px !important;
    padding: 8px 10px !important;
    border: 1px solid rgba(8,27,54,.09) !important;
    border-radius: 9px !important;
    background: #fbfbfa !important;
}

.ibh-v7-mini-play {
    width: 29px !important;
    height: 29px !important;
    flex-basis: 29px !important;
}

.ibh-v7-episode-card small {
    color: #8a93a1 !important;
    font-size: .50rem !important;
}

.ibh-v7-episode-card h4 {
    margin: 2px 0 !important;
    font-size: .61rem !important;
    line-height: 1.55 !important;
}

.ibh-v7-episode-card h4 a {
    color: #081B36 !important;
}

.ibh-v7-episode-card span {
    color: #727b89 !important;
    font-size: .50rem !important;
}

.ibh-v7-heritage {
    padding-block: 72px 78px !important;
}

.ibh-v7-heritage .ibh-v7-heading {
    margin-bottom: 22px !important;
}

.ibh-v7-heritage .ibh-v7-heading h2 {
    font-size: clamp(1.55rem, 2.25vw, 2.2rem) !important;
}

.ibh-v7-heritage-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr) !important;
    gap: 14px !important;
    align-items: start !important;
}

.ibh-v7-hall-grid {
    width: 100% !important;
    max-width: 470px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
    justify-self: start !important;
    align-content: start !important;
}

.ibh-v7-hall-square {
    aspect-ratio: 1 / 1 !important;
    border-radius: 11px !important;
}

.ibh-v7-hall-square-copy {
    inset-inline: 11px !important;
    bottom: 10px !important;
}

.ibh-v7-hall-square-copy small {
    font-size: .48rem !important;
}

.ibh-v7-hall-square-copy strong {
    font-size: .78rem !important;
    line-height: 1.48 !important;
}

.ibh-v7-honors {
    gap: 9px !important;
}

.ibh-v7-honor-card {
    min-height: 118px !important;
    height: auto !important;
    border-radius: 11px !important;
}

.ibh-v7-honor-card > span:last-child {
    padding: 13px !important;
}

.ibh-v7-honor-card strong {
    font-size: .72rem !important;
    line-height: 1.65 !important;
}

@media (max-width: 700px) {
    .ibh-v7-side-story {
        grid-template-columns: 94px minmax(0, 1fr) !important;
        gap: 11px !important;
        padding-block: 11px !important;
    }

    .ibh-v7-side-story-media {
        width: 94px !important;
    }

    .ibh-v7-radio {
        padding-block: 48px 52px !important;
    }

    .ibh-v7-radio .ibh-v7-heading {
        margin-bottom: 12px !important;
    }

    .ibh-v7-radio-feature {
        grid-template-columns: 1fr !important;
        min-height: 0 !important;
        max-height: none !important;
    }

    .ibh-v7-radio-cover {
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: 16 / 8.7 !important;
    }

    .ibh-v7-radio-copy {
        padding: 17px 15px 19px !important;
    }

    .ibh-v7-radio-copy h3 {
        max-width: none !important;
        font-size: 1.15rem !important;
    }

    .ibh-v7-radio-copy > p {
        font-size: .59rem !important;
    }

    .ibh-v7-episodes {
        grid-auto-columns: minmax(205px, 77%) !important;
    }

    .ibh-v7-heritage {
        padding-block: 56px 60px !important;
    }

    .ibh-v7-heritage-grid {
        grid-template-columns: 1fr !important;
    }

    .ibh-v7-hall-grid {
        max-width: none !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
    }

    .ibh-v7-honors {
        margin-top: 4px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ibh-v7-side-story-media img {
        transition: none !important;
        transform: none !important;
    }
}

.ibh-v7-learning {
    padding-block: 56px;
    background: #fff;
}

.ibh-v7-learning .ibh-v7-heading {
    align-items: flex-end;
    margin-bottom: 24px;
}

.ibh-v7-learning-intro {
    max-width: 620px;
    margin: 8px 0 0;
    color: var(--ibh-v7-muted);
    font-size: .72rem;
    line-height: 1.9;
}

.ibh-v7-learning-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    border: 0;
}

.ibh-v7-learning-item {
    position: relative;
    min-height: 176px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
    align-items: start;
    padding: 24px;
    border: 1px solid #e8ebef;
    border-radius: 16px;
    background: #fafbfc;
    text-decoration: none;
    transition: transform .18s ease,
        border-color .18s ease,
        background-color .18s ease,
        box-shadow .18s ease;
}

.ibh-v7-learning-item:first-child {
    border-inline-start: 1px solid #e8ebef;
}

.ibh-v7-learning-item:hover {
    transform: translateY(-2px);
    border-color: #d8dde4;
    background: #fff;
    box-shadow: 0 14px 34px rgba(8, 27, 54, .07);
}

.ibh-v7-learning-number {
    min-width: 30px;
    padding-top: 2px;
    color: var(--ibh-v7-orange);
    font-size: .63rem;
    font-weight: 950;
}

.ibh-v7-learning-copy {
    min-width: 0;
}

.ibh-v7-learning-copy small {
    display: block;
    margin-bottom: 7px;
    color: #8c96a3;
    font-size: .58rem;
    font-weight: 850;
}

.ibh-v7-learning-item h3 {
    margin: 0;
    color: var(--ibh-v7-navy);
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 950;
}

.ibh-v7-learning-item p {
    max-width: 33ch;
    margin: 7px 0 0;
    color: var(--ibh-v7-muted);
    font-size: .68rem;
    line-height: 1.82;
}

.ibh-v7-learning-meta {
    display: inline-flex;
    margin-top: 16px;
    color: #a45520;
    font-size: .61rem;
    font-weight: 900;
}

.ibh-v7-learning-item > b {
    align-self: center;
    color: #afb6c0;
    font-size: 1.05rem;
    font-weight: 500;
    transition: transform .18s ease,
        color .18s ease;
}

.ibh-v7-learning-item:hover > b {
    transform: translateX(-3px);
    color: var(--ibh-v7-orange);
}

@media (max-width: 900px) {
    .ibh-v7-learning-grid {
        grid-template-columns: 1fr;
    }

    .ibh-v7-learning-item {
        min-height: 0;
    }

    .ibh-v7-learning-item p {
        max-width: 60ch;
    }
}

@media (max-width: 700px) {
    .ibh-v7-learning {
        padding-block: 40px;
    }

    .ibh-v7-learning .ibh-v7-heading {
        align-items: flex-start;
    }

    .ibh-v7-learning-intro {
        font-size: .68rem;
    }

    .ibh-v7-learning-grid {
        gap: 9px;
    }

    .ibh-v7-learning-item {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 12px;
        padding: 19px 17px;
        border-radius: 13px;
    }
}

.ibh-v7-hall-square {
    min-height: 194px;
}

.ibh-v7-hall-square-media {
    border-radius: inherit;
}

.ibh-v7-hall-square-copy {
    padding: 15px;
}

.ibh-v7-hall-square-copy strong {
    margin-top: 4px;
}

.ibh-v7-honor-card {
    grid-template-columns: 39% minmax(0, 1fr);
}

.ibh-v7-honor-card small {
    font-size: .57rem;
}

.ibh-v7-honor-card strong {
    margin-top: 5px;
}

.ibh-v7-partners {
    padding-block: 24px;
    background: #fff;
    border-block: 1px solid #edf0f3;
}

.ibh-v7-partners-inner {
    gap: 22px;
}

.ibh-v7-partners h2 {
    font-size: .92rem;
}

.ibh-v7-partner-logos {
    gap: 20px;
    align-items: center;
}

.ibh-v7-partner-logos a,
.ibh-v7-partner-logos span {
    min-width: 78px;
    min-height: 44px;
    display: grid;
    place-items: center;
    opacity: .58;
    filter: grayscale(1);
    transition: opacity .18s ease,
        filter .18s ease,
        transform .18s ease;
}

.ibh-v7-partner-logos a:hover {
    opacity: 1;
    filter: grayscale(0);
    transform: translateY(-1px);
}

.ibh-v7-partner-logos img {
    max-width: 118px;
    max-height: 38px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ibh-v7-final {
    padding-block: 46px;
}

@media (max-width: 980px) {
    .ibh-v7-hall-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ibh-v7-honor-card {
        grid-template-columns: 42% minmax(0, 1fr);
    }
}

@media (max-width: 700px) {
    .ibh-v7-hall-grid,
    .ibh-v7-honors {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .ibh-v7-hall-square {
        min-height: 175px;
    }

    .ibh-v7-honor-card {
        min-height: 0;
        display: block;
    }

    .ibh-v7-honor-media {
        min-height: 120px;
    }

    .ibh-v7-honor-card > span:last-child {
        min-height: 82px;
        padding: 12px;
    }

    .ibh-v7-partners {
        padding-block: 20px;
    }

    .ibh-v7-partner-logos {
        gap: 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
    }

    .ibh-v7-partner-logos::-webkit-scrollbar {
        display: none;
    }

    .ibh-v7-partner-logos a,
    .ibh-v7-partner-logos span {
        flex: 0 0 auto;
        min-width: 74px;
    }
}
