* {
    box-sizing: border-box;
}

.slps-wrap {
    background: #121212;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

.slps-wrap a {
    color: inherit;
    text-decoration: none;
}

.slps-podcast-hero {
    display: grid;
    grid-template-columns: 232px 1fr;
    gap: 24px;
    align-items: end;
    padding: 38px;
    min-height: 248px;
    background: linear-gradient(180deg, #555 0%, #333 100%);
}

.slps-hero-cover img {
    width: 232px;
    height: 185px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 20px 35px rgba(0,0,0,.35);
}

.slps-hero-content .slps-type,
.slps-type {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
}

.slps-hero-content h1 {
    margin: 0;
    font-size: clamp(46px, 7vw, 98px);
    line-height: .95;
    font-weight: 900;
    letter-spacing: -4px;
    color: #fff;
}

.slps-hero-content h3 {
    margin: 18px 0 0;
    font-size: 25px;
    color: #fff;
}

.slps-main {
    padding: 36px 39px 70px;
    background: linear-gradient(180deg, #202020 0%, #121212 28%);
}

.slps-top-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 52px;
}

.slps-follow-btn {
    border: 1px solid #8b8b8b;
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 800;
}

.slps-dot-btn {
    border: 0;
    background: transparent;
    color: #aaa;
    font-size: 24px;
    cursor: pointer;
}

.slps-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) 420px;
    gap: 58px;
}

.slps-episodes-area h2,
.slps-about-area h2,
.slps-episode-body h2 {
    font-size: 26px;
    margin: 0 0 18px;
    color: #fff;
}

.slps-episode-card {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 24px;
    padding: 18px 12px 25px;
    border-top: 1px solid #333;
}

.slps-episode-img img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    object-fit: cover;
}

.slps-episode-content h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.35;
    color: #fff;
}

.slps-episode-content h3 a:hover {
    text-decoration: underline;
}

.slps-blue-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #1f7ce9;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.slps-pod-name {
    color: #b3b3b3;
    margin: 0 0 17px;
    font-size: 14px;
}

.slps-episode-desc {
    color: #b3b3b3;
    line-height: 1.45;
    margin: 0 0 14px;
    max-height: 42px;
    overflow: hidden;
}

.slps-meta {
    display: flex;
    gap: 7px;
    margin: 0 0 18px;
    color: #fff;
    font-size: 14px;
}

.slps-episode-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slps-plus-btn {
    width: 23px;
    height: 23px;
    background: transparent;
    border: 2px solid #b3b3b3;
    color: #b3b3b3;
    border-radius: 50%;
    font-size: 17px;
    line-height: 16px;
    cursor: pointer;
}

.slps-play-btn {
    width: 32px;
    height: 32px;
    background: #fff;
    color: #000 !important;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.slps-about-area p {
    color: #b3b3b3;
    line-height: 1.45;
    font-size: 16px;
}

.slps-tags {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 24px 0 34px;
}

.slps-tags span {
    color: #ddd;
}

.slps-tags span:first-child,
.slps-tags span:last-child {
    background: #2a2a2a;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

.slps-featured-box {
    background: #181818;
    padding: 18px;
    border-radius: 14px;
    border: 1px solid #282828;
}

.slps-featured-box img {
    width: 100%;
    max-width: 160px;
    border-radius: 8px;
}

.slps-featured-box h4 {
    line-height: 1.35;
    color: #fff;
}

.slps-featured-box a {
    display: inline-block;
    background: #fff;
    color: #000 !important;
    padding: 9px 18px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 14px;
}

.slps-detail-wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 42px 18px 70px;
    background: #121212;
}

.slps-back-link {
    display: inline-block;
    color: #b3b3b3 !important;
    margin-bottom: 25px;
    font-weight: 700;
}

.slps-detail-hero {
    display: grid;
    grid-template-columns: 290px 1fr;
    gap: 34px;
    align-items: center;
    background: linear-gradient(180deg, #444, #191919);
    padding: 32px;
    border-radius: 16px;
}

.slps-detail-hero img {
    width: 290px;
    height: 290px;
    object-fit: cover;
    border-radius: 8px;
}

.slps-detail-hero h1 {
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1;
    margin: 12px 0;
    letter-spacing: -2px;
    color: #fff;
}

.slps-detail-hero h3 {
    color: #ddd;
    margin: 0 0 18px;
}

.slps-detail-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.slps-detail-meta span {
    background: #2a2a2a;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
}

.slps-detail-hero p {
    color: #cfcfcf;
    line-height: 1.55;
}

.slps-large-play {
    display: inline-block;
    background: #1ed760;
    color: #000 !important;
    border: 0;
    border-radius: 999px;
    padding: 14px 28px;
    font-weight: 900;
    font-size: 16px;
    cursor: pointer;
}

.slps-episode-body {
    background: #181818;
    margin: 28px 0;
    padding: 26px;
    border-radius: 14px;
    color: #cfcfcf;
    line-height: 1.7;
}

.slps-episode-body p {
    color: #cfcfcf;
}

.slps-related-area {
    margin-top: 35px;
}

.slps-message {
    background: #121212;
    color: #fff;
    padding: 20px;
}
/* Prevent content overflow */
.slps-episode-desc,
.slps-about-area p,
.slps-episode-body p,
.slps-detail-hero p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    max-width: 100%;
}

/* Long URLs or unbroken text */
.slps-episode-body,
.slps-about-area,
.slps-episode-content {
    overflow: hidden;
}

/* Rich content */
.slps-episode-body p,
.slps-episode-body div,
.slps-episode-body span,
.slps-episode-body a {
    max-width: 100%;
    overflow-wrap: break-word;
}

/* Images inside content */
.slps-episode-body img,
.slps-about-area img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Tables inside content */
.slps-episode-body table {
    width: 100%;
    display: block;
    overflow-x: auto;
}

/* Iframe / embeds */
.slps-episode-body iframe,
.slps-episode-body video {
    max-width: 100%;
}
@media (max-width: 980px) {
    .slps-content-grid {
        grid-template-columns: 1fr;
    }

    .slps-about-area {
        order: -1;
    }
}

@media (max-width: 720px) {
    .slps-podcast-hero,
    .slps-detail-hero {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .slps-hero-cover img,
    .slps-detail-hero img {
        width: 100%;
        height: auto;
    }

    .slps-hero-content h1 {
        font-size: 48px;
        letter-spacing: -2px;
    }

    .slps-main {
        padding: 28px 16px;
    }

    .slps-episode-card {
        grid-template-columns: 72px 1fr;
        gap: 14px;
    }

    .slps-episode-img img {
        width: 72px;
        height: 72px;
    }

    .slps-episode-desc {
        max-height: 62px;
    }
}
