.page-id-1971 .entry-header {
    padding-bottom: 10px;
}

.page-id-1971 .entry-title {
    color: #12263a;
    font-size: clamp(38px, 4.8vw, 56px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.02;
    margin-bottom: 12px;
}

.page-id-1971 .entry-content {
    color: #33475b;
}

.ytd-page--directory {
    background: #ffffff;
    color: #33475b;
    padding: 6px 0 80px;
}

.ytd-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 8px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.ytd-breadcrumbs a {
    color: #3d5c7a;
    text-decoration: none;
}

.ytd-breadcrumbs a:hover,
.ytd-breadcrumbs a:focus {
    text-decoration: underline;
}

.ytd-back {
    color: #245b8f;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
    text-decoration: none;
}

.ytd-back:hover,
.ytd-back:focus {
    text-decoration: underline;
}

.ytd-intro {
    color: #516575;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 14px;
    max-width: 860px;
}

.ytd-utility-links {
    color: #516575;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 28px;
}

.ytd-utility-links a {
    color: #245b8f;
    font-weight: 600;
    text-decoration: none;
}

.ytd-utility-links a:hover,
.ytd-utility-links a:focus {
    text-decoration: underline;
}

.ytd-utility-links span {
    color: #93a3b5;
    display: inline-block;
    margin: 0 10px;
}

.ytd-directory {
    display: grid;
    gap: 26px 34px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ytd-directory-group {
    min-width: 0;
}

.ytd-directory-group h2 {
    border-top: 1px solid #d9e2ea;
    color: #12263a;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0 0 16px;
    padding-top: 16px;
}

.ytd-directory-list {
    list-style: disc;
    margin: 0;
    padding-left: 18px;
}

.ytd-directory-list li {
    margin-bottom: 12px;
}

.ytd-directory-list li::marker {
    color: #7d92a8;
}

.ytd-directory-list a {
    color: #245b8f;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
    text-decoration: none;
}

.ytd-directory-list a:hover,
.ytd-directory-list a:focus {
    text-decoration: underline;
}

.ytd-directory-list span {
    color: #7b8ea1;
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 2px;
}

.ytd-empty {
    background: #f7f9fb;
    border: 1px solid #dde5ec;
    border-radius: 18px;
    color: #516575;
    margin-top: 18px;
    padding: 20px;
}

.ytd-empty[hidden] {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    .ytd-directory {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    .page-id-1971 .entry-title {
        font-size: clamp(34px, 10vw, 44px);
    }

    .ytd-page--directory {
        padding-bottom: 56px;
    }

    .ytd-directory {
        grid-template-columns: minmax(0, 1fr);
    }
}
