:root {
    --ahseq-navy: #102a43;
    --ahseq-gold: #c99516;
    --ahseq-ink: #243b53;
    --ahseq-muted: #627d98;
    --ahseq-border: #d9e2ec;
    --ahseq-surface: #f4f7fa;
    --ahseq-white: #ffffff;
    --ahseq-radius: 12px;
    --ahseq-shadow: 0 14px 34px rgba(16, 42, 67, 0.09);
}

.ahseq-program-single *,
.ahseq-program-archive *,
.ahseq-program-catalogue * {
    box-sizing: border-box;
}

.ahseq-program-container {
    width: min(1280px, calc(100% - 48px));
    margin-inline: auto;
}

.ahseq-program-catalogue {
    width: 100% !important;
    max-width: none !important;
}

.ahseq-program-hero,
.ahseq-program-archive__header {
    padding: 68px 0 54px;
    background: var(--ahseq-surface);
    border-bottom: 1px solid var(--ahseq-border);
}

.ahseq-program-hero h1,
.ahseq-program-archive__header h1,
.ahseq-program-category-intro h1 {
    max-width: 980px;
    margin: 8px 0 16px;
    color: var(--ahseq-navy);
    font-size: clamp(2.15rem, 4.8vw, 4rem);
    line-height: 1.08;
}

.ahseq-program-category-intro {
    width: 100%;
    padding: 34px 38px;
    margin: 0 0 24px;
    background: var(--ahseq-surface);
    border: 1px solid var(--ahseq-border);
    border-radius: var(--ahseq-radius);
}

.ahseq-program-category-intro h1 {
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.ahseq-program-eyebrow,
.ahseq-program-category-link {
    display: inline-block;
    margin: 0;
    color: var(--ahseq-gold);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.ahseq-program-eyebrow--link:hover,
.ahseq-program-category-link:hover {
    color: var(--ahseq-navy);
}

.ahseq-program-lead,
.ahseq-program-category-description {
    max-width: 860px;
    color: var(--ahseq-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.ahseq-program-lead > :first-child,
.ahseq-program-category-description > :first-child {
    margin-top: 0;
}

.ahseq-program-lead > :last-child,
.ahseq-program-category-description > :last-child {
    margin-bottom: 0;
}

.ahseq-program-disclaimer {
    max-width: 900px;
    padding: 16px 18px;
    margin-top: 20px;
    background: #fffaf0;
    border: 1px solid rgba(201, 149, 22, 0.34);
    border-left: 4px solid var(--ahseq-gold);
    border-radius: 8px;
    color: var(--ahseq-ink);
    line-height: 1.6;
}

.ahseq-program-disclaimer strong {
    display: block;
    margin-bottom: 4px;
    color: var(--ahseq-navy);
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ahseq-program-disclaimer p {
    margin: 0;
}

.ahseq-program-catalogue-body {
    padding-bottom: 76px;
}

.ahseq-program-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 44px;
    padding-block: 54px 80px;
}

.ahseq-program-content,
.ahseq-program-sidebar {
    min-width: 0;
}

.ahseq-program-prose,
.ahseq-program-content {
    color: var(--ahseq-ink);
    line-height: 1.75;
}

.ahseq-program-sidebar {
    align-self: start;
    position: sticky;
    top: 28px;
}

.ahseq-program-featured-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--ahseq-radius) var(--ahseq-radius) 0 0;
}

.ahseq-program-facts {
    padding: 26px;
    background: var(--ahseq-white);
    border: 1px solid var(--ahseq-border);
    border-radius: var(--ahseq-radius);
    box-shadow: var(--ahseq-shadow);
}

.ahseq-program-featured-image + .ahseq-program-facts {
    border-radius: 0 0 var(--ahseq-radius) var(--ahseq-radius);
}

.ahseq-program-facts h2,
.ahseq-program-provider-notice h2,
.ahseq-program-tabpanel h2 {
    margin-top: 0;
    color: var(--ahseq-navy);
}

.ahseq-program-facts dl,
.ahseq-program-card__meta {
    margin: 0;
}

.ahseq-program-facts dl > div,
.ahseq-program-card__meta > div {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid var(--ahseq-border);
}

.ahseq-program-facts dl > div:last-child,
.ahseq-program-card__meta > div:last-child {
    border-bottom: 0;
}

.ahseq-program-facts dt,
.ahseq-program-card__meta dt {
    color: var(--ahseq-muted);
    font-weight: 600;
}

.ahseq-program-facts dd,
.ahseq-program-card__meta dd {
    min-width: 0;
    margin: 0;
    color: var(--ahseq-ink);
    overflow-wrap: anywhere;
}

.ahseq-program-facts a {
    color: var(--ahseq-navy);
    text-decoration: none;
}

.ahseq-program-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.ahseq-program-button,
.ahseq-program-filters button,
.ahseq-program-filter-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 20px;
    border: 1px solid var(--ahseq-navy);
    border-radius: 7px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.ahseq-program-button--primary,
.ahseq-program-filters button {
    background: var(--ahseq-navy);
    color: var(--ahseq-white);
}

.ahseq-program-button--secondary,
.ahseq-program-filter-reset {
    background: var(--ahseq-white);
    color: var(--ahseq-navy);
}

.ahseq-program-button:hover,
.ahseq-program-filters button:hover,
.ahseq-program-filter-reset:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(16, 42, 67, 0.13);
}

.ahseq-program-provider-notice {
    padding: 30px;
    margin-top: 30px;
    background: var(--ahseq-surface);
    border-left: 4px solid var(--ahseq-gold);
    border-radius: var(--ahseq-radius);
}

/* Accessible switchable Program tabs */
.ahseq-program-tabs {
    width: 100%;
    overflow: hidden;
    background: var(--ahseq-white);
    border: 1px solid var(--ahseq-border);
    border-radius: var(--ahseq-radius);
    box-shadow: 0 10px 28px rgba(16, 42, 67, 0.06);
}

.ahseq-program-tablist {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: thin;
    background: #eef3f7;
    border-bottom: 1px solid var(--ahseq-border);
}

.ahseq-program-tab {
    flex: 0 0 auto;
    min-height: 58px;
    padding: 15px 20px;
    margin: 0;
    background: transparent;
    border: 0;
    border-right: 1px solid var(--ahseq-border);
    border-bottom: 3px solid transparent;
    color: var(--ahseq-navy);
    font: inherit;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
    white-space: nowrap;
}

.ahseq-program-tab:hover {
    background: rgba(255, 255, 255, 0.7);
}

.ahseq-program-tab.is-active,
.ahseq-program-tab[aria-selected="true"] {
    background: var(--ahseq-white);
    border-bottom-color: var(--ahseq-gold);
    color: var(--ahseq-navy);
}

.ahseq-program-tab:focus-visible {
    position: relative;
    z-index: 1;
    outline: 3px solid rgba(201, 149, 22, 0.28);
    outline-offset: -3px;
}

.ahseq-program-tabpanel {
    min-height: 240px;
    padding: clamp(26px, 4vw, 42px);
}

.ahseq-program-tabpanel[hidden] {
    display: none !important;
}

.ahseq-program-tabpanel h2 {
    margin-bottom: 18px;
    font-size: clamp(1.55rem, 2.6vw, 2.15rem);
}

.ahseq-program-tabpanel .ahseq-program-prose > :first-child {
    margin-top: 0;
}

.ahseq-program-tabpanel .ahseq-program-prose > :last-child {
    margin-bottom: 0;
}

.ahseq-program-tab-section + .ahseq-program-tab-section {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid var(--ahseq-border);
}

.ahseq-program-tab-section h3 {
    margin: 0 0 10px;
    color: var(--ahseq-navy);
    font-size: 1.15rem;
}

/* Catalogue filters */
.ahseq-program-filters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px 20px;
    align-items: end;
    width: 100% !important;
    max-width: none !important;
    padding: 24px;
    margin: 28px 0 30px;
    background: var(--ahseq-white);
    border: 1px solid var(--ahseq-border);
    border-radius: var(--ahseq-radius);
    box-shadow: 0 8px 24px rgba(16, 42, 67, 0.05);
}

.ahseq-program-filter {
    min-width: 0;
    width: 100%;
}

.ahseq-program-filters label {
    display: block;
    margin-bottom: 7px;
    color: var(--ahseq-ink);
    font-size: 0.92rem;
    font-weight: 700;
}

.ahseq-program-filters input,
.ahseq-program-filters select {
    display: block;
    width: 100% !important;
    max-width: none !important;
    min-height: 48px;
    padding: 10px 13px;
    margin: 0;
    background: var(--ahseq-white);
    border: 1px solid var(--ahseq-border);
    border-radius: 7px;
    color: var(--ahseq-ink);
}

.ahseq-program-filters input:focus,
.ahseq-program-filters select:focus {
    border-color: var(--ahseq-gold);
    outline: 3px solid rgba(201, 149, 22, 0.16);
    outline-offset: 1px;
}

.ahseq-program-filter-actions {
    display: flex;
    grid-column: 1 / -1;
    gap: 12px;
    justify-content: flex-end;
}

/* Cards */
.ahseq-program-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    width: 100%;
    padding-block: 14px 42px;
}

.ahseq-program-columns-1 .ahseq-program-grid {
    grid-template-columns: 1fr;
}

.ahseq-program-columns-2 .ahseq-program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ahseq-program-columns-4 .ahseq-program-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ahseq-program-grid > * {
    min-width: 0;
}

.ahseq-program-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 100%;
    overflow: hidden;
    float: none !important;
    background: var(--ahseq-white);
    border: 1px solid var(--ahseq-border);
    border-radius: var(--ahseq-radius);
    box-shadow: var(--ahseq-shadow);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.ahseq-program-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(16, 42, 67, 0.13);
}

.ahseq-program-card__image {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    overflow: hidden;
    background: var(--ahseq-surface);
}

.ahseq-program-card__image img {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 220ms ease;
}

.ahseq-program-card:hover .ahseq-program-card__image img {
    transform: scale(1.025);
}

.ahseq-program-card__body {
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 24px;
}

.ahseq-program-card__title {
    margin: 9px 0 16px;
    color: var(--ahseq-navy);
    font-size: clamp(1.2rem, 1.6vw, 1.42rem);
    line-height: 1.32;
    overflow-wrap: anywhere;
}

.ahseq-program-card__title a,
.ahseq-program-link {
    color: var(--ahseq-navy);
    text-decoration: none;
}

.ahseq-program-card__meta > div {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    padding: 9px 0;
    font-size: 0.94rem;
}

.ahseq-program-card__excerpt {
    display: -webkit-box;
    margin-top: 16px;
    overflow: hidden;
    color: var(--ahseq-muted);
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ahseq-program-card__excerpt p {
    margin: 0;
}

.ahseq-program-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    padding-top: 20px;
    font-weight: 700;
}

.ahseq-program-link:hover {
    color: var(--ahseq-gold);
}

.ahseq-program-empty {
    grid-column: 1 / -1;
    padding: 30px;
    background: var(--ahseq-surface);
    border: 1px solid var(--ahseq-border);
    border-radius: var(--ahseq-radius);
    color: var(--ahseq-muted);
    text-align: center;
}

/* Header dropdown styling is intentionally left to the active WordPress theme. */

@media (max-width: 1080px) {
    .ahseq-program-grid,
    .ahseq-program-columns-4 .ahseq-program-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .ahseq-program-layout {
        grid-template-columns: 1fr;
    }

    .ahseq-program-sidebar {
        position: static;
    }

}

@media (max-width: 700px) {
    .ahseq-program-container {
        width: min(100% - 28px, 1280px);
    }

    .ahseq-program-hero,
    .ahseq-program-archive__header {
        padding: 48px 0 38px;
    }

    .ahseq-program-layout {
        gap: 28px;
        padding-block: 38px 60px;
    }

    .ahseq-program-category-intro {
        padding: 28px 22px;
    }

    .ahseq-program-grid,
    .ahseq-program-columns-2 .ahseq-program-grid,
    .ahseq-program-columns-4 .ahseq-program-grid,
    .ahseq-program-filters {
        grid-template-columns: 1fr;
    }

    .ahseq-program-filter-actions {
        grid-column: 1;
        flex-direction: column;
    }

    .ahseq-program-filter-actions > *,
    .ahseq-program-actions .ahseq-program-button {
        width: 100%;
    }

    .ahseq-program-actions {
        flex-direction: column;
    }

    .ahseq-program-facts dl > div,
    .ahseq-program-card__meta > div {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .ahseq-program-tab {
        min-height: 54px;
        padding: 13px 16px;
        font-size: 0.94rem;
    }

    .ahseq-program-tabpanel {
        min-height: 200px;
        padding: 26px 20px;
    }
}

.ahseq-program-pagination,
.ahseq-program-archive .navigation.pagination {
    display: flex;
    justify-content: center;
    margin: 6px 0 44px;
}

.ahseq-program-pagination .page-numbers,
.ahseq-program-archive .nav-links .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 8px 12px;
    margin: 3px;
    background: var(--ahseq-white);
    border: 1px solid var(--ahseq-border);
    border-radius: 6px;
    color: var(--ahseq-navy);
    font-weight: 700;
    text-decoration: none;
}

.ahseq-program-pagination .page-numbers.current,
.ahseq-program-archive .nav-links .page-numbers.current {
    background: var(--ahseq-navy);
    border-color: var(--ahseq-navy);
    color: var(--ahseq-white);
}

/* Programs & ATP Directory additions. */
.ahseq-atp-directory *,
.ahseq-atp-profile *,
.ahseq-atp-archive * {
    box-sizing: border-box;
}

.ahseq-program-eyebrow-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    align-items: center;
}

.ahseq-program-subtitle {
    max-width: 900px;
    margin: -2px 0 14px;
    color: var(--ahseq-ink);
    font-size: clamp(1.12rem, 2vw, 1.38rem);
    font-weight: 600;
    line-height: 1.45;
}

.ahseq-program-button--text {
    background: transparent;
    border-color: transparent;
    color: var(--ahseq-navy);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ahseq-program-button--text:hover {
    background: var(--ahseq-white);
    border-color: var(--ahseq-border);
}

/* Allow the catalogue filter bar to stay full width whether two or three filters are enabled. */
.ahseq-program-filters {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ahseq-program-ceu {
    padding: 30px;
    margin-top: 30px;
    background: var(--ahseq-white);
    border: 1px solid var(--ahseq-border);
    border-top: 4px solid var(--ahseq-gold);
    border-radius: var(--ahseq-radius);
    box-shadow: 0 10px 28px rgba(16, 42, 67, 0.06);
}

.ahseq-program-ceu h2 {
    margin: 6px 0 14px;
    color: var(--ahseq-navy);
}

.ahseq-program-ceu__value {
    margin: 0 0 8px;
    color: var(--ahseq-ink);
    font-size: 1.08rem;
    font-weight: 700;
}

/* Approved Training Provider directory */
.ahseq-atp-directory {
    width: 100%;
    padding: 46px 0 72px;
    color: var(--ahseq-ink);
}

.ahseq-atp-directory__header {
    width: 100%;
    padding: 34px 38px;
    margin-bottom: 24px;
    background: var(--ahseq-surface);
    border: 1px solid var(--ahseq-border);
    border-radius: var(--ahseq-radius);
}

.ahseq-atp-directory__header h1 {
    margin: 7px 0 14px;
    color: var(--ahseq-navy);
    font-size: clamp(2.1rem, 4.4vw, 3.6rem);
    line-height: 1.08;
}

.ahseq-atp-directory__program-context {
    padding: 13px 16px;
    margin-top: 20px;
    background: var(--ahseq-white);
    border-left: 4px solid var(--ahseq-gold);
    border-radius: 6px;
    color: var(--ahseq-ink);
}

.ahseq-atp-filters {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px 18px;
    align-items: end;
    width: 100%;
    padding: 24px;
    margin: 0 0 30px;
    background: var(--ahseq-white);
    border: 1px solid var(--ahseq-border);
    border-radius: var(--ahseq-radius);
    box-shadow: 0 8px 24px rgba(16, 42, 67, 0.05);
}

.ahseq-atp-filters > div {
    min-width: 0;
}

.ahseq-atp-filters label {
    display: block;
    margin-bottom: 7px;
    color: var(--ahseq-ink);
    font-size: 0.92rem;
    font-weight: 700;
}

.ahseq-atp-filters select {
    display: block;
    width: 100%;
    max-width: none;
    min-height: 48px;
    padding: 10px 13px;
    margin: 0;
    background: var(--ahseq-white);
    border: 1px solid var(--ahseq-border);
    border-radius: 7px;
    color: var(--ahseq-ink);
}

.ahseq-atp-filters select:focus {
    border-color: var(--ahseq-gold);
    outline: 3px solid rgba(201, 149, 22, 0.16);
    outline-offset: 1px;
}

.ahseq-atp-filter-actions {
    display: flex;
    grid-column: 1 / -1;
    gap: 12px;
    justify-content: flex-end;
}

.ahseq-atp-filter-actions button,
.ahseq-atp-filter-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 20px;
    border: 1px solid var(--ahseq-navy);
    border-radius: 7px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.ahseq-atp-filter-actions button {
    background: var(--ahseq-navy);
    color: var(--ahseq-white);
    cursor: pointer;
}

.ahseq-atp-filter-actions a {
    background: var(--ahseq-white);
    color: var(--ahseq-navy);
}

.ahseq-atp-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    width: 100%;
    padding: 8px 0 42px;
}

.ahseq-atp-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    background: var(--ahseq-white);
    border: 1px solid var(--ahseq-border);
    border-radius: var(--ahseq-radius);
    box-shadow: var(--ahseq-shadow);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.ahseq-atp-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(16, 42, 67, 0.13);
}

.ahseq-atp-card__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
    padding: 24px;
    background: var(--ahseq-surface);
    border-bottom: 1px solid var(--ahseq-border);
}

.ahseq-atp-card__logo img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
}

.ahseq-atp-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 24px;
}

.ahseq-atp-card h2 {
    margin: 8px 0 8px;
    color: var(--ahseq-navy);
    font-size: clamp(1.25rem, 1.7vw, 1.5rem);
    line-height: 1.3;
}

.ahseq-atp-card h2 a {
    color: inherit;
    text-decoration: none;
}

.ahseq-atp-card__number,
.ahseq-atp-card__location {
    margin: 4px 0;
    color: var(--ahseq-muted);
}

/* ATP public profile */
.ahseq-atp-profile__hero {
    padding: 58px 0 48px;
    background: var(--ahseq-surface);
    border-bottom: 1px solid var(--ahseq-border);
}

.ahseq-atp-profile__hero-grid {
    display: grid;
    grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
    gap: 34px;
    align-items: center;
}

.ahseq-atp-profile__hero h1 {
    margin: 7px 0 10px;
    color: var(--ahseq-navy);
    font-size: clamp(2.15rem, 4.6vw, 3.8rem);
    line-height: 1.08;
}

.ahseq-atp-profile__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    padding: 22px;
    background: var(--ahseq-white);
    border: 1px solid var(--ahseq-border);
    border-radius: var(--ahseq-radius);
}

.ahseq-atp-profile__logo img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 130px;
    object-fit: contain;
}

.ahseq-atp-profile__number {
    margin: 0 0 12px;
    color: var(--ahseq-ink);
    font-weight: 700;
}

.ahseq-atp-profile__body {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 34px;
    padding-top: 52px;
    padding-bottom: 76px;
}

.ahseq-atp-profile__details,
.ahseq-atp-profile__programs {
    min-width: 0;
    padding: 30px;
    background: var(--ahseq-white);
    border: 1px solid var(--ahseq-border);
    border-radius: var(--ahseq-radius);
    box-shadow: 0 10px 28px rgba(16, 42, 67, 0.06);
}

.ahseq-atp-profile__details h2,
.ahseq-atp-profile__programs h2 {
    margin-top: 0;
    color: var(--ahseq-navy);
}

.ahseq-atp-profile__details dl {
    margin: 0;
}

.ahseq-atp-profile__details dl > div {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px solid var(--ahseq-border);
}

.ahseq-atp-profile__details dl > div:last-child {
    border-bottom: 0;
}

.ahseq-atp-profile__details dt {
    color: var(--ahseq-muted);
    font-weight: 700;
}

.ahseq-atp-profile__details dd {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
}

.ahseq-atp-profile__details a,
.ahseq-atp-profile__programs a {
    color: var(--ahseq-navy);
}

.ahseq-atp-profile__programs ul {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.ahseq-atp-profile__programs li + li {
    margin-top: 9px;
}

@media (max-width: 1080px) {
    .ahseq-atp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ahseq-atp-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .ahseq-atp-directory {
        padding: 32px 0 56px;
    }

    .ahseq-atp-directory__header {
        padding: 28px 22px;
    }

    .ahseq-atp-grid,
    .ahseq-atp-filters,
    .ahseq-atp-profile__hero-grid,
    .ahseq-atp-profile__body {
        grid-template-columns: 1fr;
    }

    .ahseq-atp-filter-actions {
        grid-column: 1;
        flex-direction: column;
    }

    .ahseq-atp-filter-actions > * {
        width: 100%;
    }

    .ahseq-atp-profile__hero {
        padding: 42px 0 36px;
    }

    .ahseq-atp-profile__body {
        gap: 24px;
        padding-top: 34px;
        padding-bottom: 56px;
    }

    .ahseq-atp-profile__details,
    .ahseq-atp-profile__programs {
        padding: 24px 20px;
    }

    .ahseq-atp-profile__details dl > div {
        grid-template-columns: 1fr;
        gap: 3px;
    }
}
