body.single-kalaams,
body.single-kalaam {
    background: #f8f6ef;
}

.hsk-single-kalaam-page {
    background: #f8f6ef;
    color: #183c2f;
}

.hsk-kalaam-hero {
    background: #003d2b;
    padding: 55px 20px 58px;
    text-align: center;
    color: #ffffff;
}

.hsk-kalaam-hero-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.hsk-urdu-title {
    font-size: 42px;
    line-height: 1.8;
    color: #ffffff;
    margin: 0 0 8px;
    font-weight: 400;
    letter-spacing: .2px;
}

.hsk-english-title {
    font-size: 16px;
    color: #d6bf72;
    font-style: italic;
}

.hsk-kalaam-tags span {
    display: inline-block;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(214,191,114,0.35);
    color: #d6bf72;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 5px 12px;
    border-radius: 20px;
    margin: 12px 4px 0;
    text-transform: uppercase;
}

.hsk-single-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 45px 20px 70px;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, .9fr);
    gap: 30px;
}

.hsk-audio-card {
    background: #003d2b;
    border-radius: 8px;
    padding: 32px;
    color: #ffffff;
    margin-bottom: 18px;
}

.hsk-section-label {
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #d6bf72;
    margin-bottom: 24px;
}

.hsk-audio-title {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 15px;
    opacity: .9;
}

.hsk-audio-player {
    width: 100%;
    height: 42px;
    accent-color: #d6bf72;
}

.hsk-no-audio {
    border-top: 1px solid rgba(255,255,255,.18);
    padding-top: 16px;
    color: rgba(255,255,255,.75);
    font-size: 13px;
}

.hsk-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 24px;
}

.hsk-pill-btn,
.hsk-action-buttons a,
.hsk-action-buttons button,
.hsk-action-buttons .wpulike {
    background: #f5efe2;
    border: 1px solid #d6bf72;
    color: #003d2b;
    border-radius: 20px;
    padding: 8px 18px;
    font-size: 12px;
    text-decoration: none;
    line-height: 1;
    min-height: auto;
    cursor: pointer;
}

.hsk-pdf-box {
    background: #f3f3f3;
    min-height: 620px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 35px;
}

.hsk-pdf-header {
    background: #f5efe2;
    padding: 14px 18px;
    font-size: 13px;
    color: #003d2b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.hsk-mini-download {
    background: #d6bf72;
    color: #003d2b;
    border-radius: 20px;
    padding: 6px 13px;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.hsk-pdf-content {
    min-height: 560px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    text-align: center;
    color: #555;
}

.hsk-pdf-placeholder {
    margin: auto;
    color: #666;
}

.hsk-doc-icon {
    font-size: 44px;
    line-height: 1;
    color: #111;
    margin-bottom: 16px;
}

.hsk-pdf-iframe {
    width: 100%;
    min-height: 560px;
    border: 0;
}

.hsk-section-heading {
    font-size: 22px;
    line-height: 1.35;
    color: #003d2b;
    margin: 0 0 14px;
    font-weight: 600;
}

.hsk-video-box {
    background: #111111;
    border-radius: 8px;
    min-height: 320px;
    margin-bottom: 35px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hsk-responsive-embed,
.hsk-responsive-embed iframe {
    width: 100%;
    min-height: 320px;
}

.hsk-responsive-embed iframe {
    display: block;
    border: 0;
}

.hsk-empty-video {
    width: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.42);
    text-align: center;
    font-size: 13px;
}

.hsk-play-icon {
    font-size: 42px;
    opacity: .35;
    margin-bottom: 15px;
}

.hsk-video-link {
    color: #d6bf72;
}

.hsk-clips-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 35px;
}

.hsk-clip-card {
    background: #111111;
    border-radius: 8px;
    min-height: 280px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hsk-clip-card .hsk-empty-video,
.hsk-clip-card .hsk-responsive-embed,
.hsk-clip-card iframe {
    min-height: 280px;
}

.hsk-lyrics-box {
    background: #fff;
    border-radius: 8px;
    padding: 22px;
    margin-bottom: 35px;
}

.hsk-lyrics-content {
    font-size: 16px;
    line-height: 1.9;
}

.hsk-comments-box {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 35px;
    border: 1px solid rgba(0,0,0,0.04);
}

.hsk-comments-title {
    background: #f5efe2;
    padding: 14px 18px;
    color: #003d2b;
    font-size: 13px;
    font-weight: 600;
}

.hsk-comments-box .comments-area,
.hsk-comments-box #comments {
    padding: 18px;
}

.hsk-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.hsk-related-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #003d2b;
    border: 1px solid rgba(0,0,0,0.04);
    transition: transform .2s ease, box-shadow .2s ease;
}

.hsk-related-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.hsk-related-thumb {
    height: 68px;
    background: #003d2b;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hsk-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hsk-related-body {
    padding: 12px;
}

.hsk-related-code {
    color: #d6bf72;
    font-size: 10px;
    margin-bottom: 8px;
}

.hsk-related-urdu {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 5px;
    text-align: right;
}

.hsk-related-eng {
    color: #666;
    font-size: 11px;
    line-height: 1.4;
    min-height: 30px;
}

.hsk-related-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.hsk-related-meta span {
    background: #e8f2ea;
    color: #003d2b;
    font-size: 9px;
    padding: 5px 7px;
    border-radius: 14px;
    text-transform: uppercase;
}

.hsk-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
}

.hsk-side-card {
    background: #f5efe2;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 22px;
}

.hsk-side-card-title {
    padding: 15px 18px;
    font-size: 11px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #003d2b;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    font-weight: 700;
}

.hsk-detail-row {
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 12px 18px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    font-size: 12px;
    gap: 10px;
}

.hsk-detail-row .label {
    color: #666666;
}

.hsk-detail-row .value {
    color: #003d2b;
    font-weight: 600;
    text-align: right;
}

.hsk-download-card,
.hsk-nav-card {
    padding: 18px;
}

.hsk-gold-btn,
.hsk-green-soft-btn {
    display: block;
    border-radius: 20px;
    padding: 10px 18px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.hsk-gold-btn {
    background: #d6bf72;
    color: #003d2b;
}

.hsk-green-soft-btn {
    background: #dcece3;
    color: #003d2b;
}

@media (max-width: 900px) {
    .hsk-single-wrap {
        grid-template-columns: 1fr;
    }

    .hsk-sidebar {
        position: static;
    }

    .hsk-clips-grid,
    .hsk-related-grid {
        grid-template-columns: 1fr;
    }

    .hsk-urdu-title {
        font-size: 30px;
    }
}
