@media (min-width: 1200px) {
    .container {
        max-width: 960px !important;
    }
}

.podcast-header {
    background-image: url("https://anbarsang.com/frontend/img/mic1200-800.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 10px;
    color: white;
}

body {
    background-color: #f8f9fa;
}

.podcast-header {
    padding: 20px;
    border-radius: 10px;
}

.episode-card {
    border: 1px solid #ddd;
    background: linear-gradient(to bottom, #dfe7ef9e, #fff);
    border-radius: 10px;
    box-shadow: 6px 12px 10px rgb(0 0 0 / 7%);
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    position: relative;
    height: 126px;
}

.episode-card img {
    border-radius: 10px;
}

.btn-follow {
    background-color: red;
    color: white;
    border: none;
}

.btn-follow:hover {
    background-color: darkred;
}

.btn-play {
    background-color: red;
    color: white;
    border: none;
    position: absolute;
    left: 15px;
    top: 75%;
    transform: translateY(-50%);
    padding: 12px 13px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-play:hover {
    background-color: darkred;
}

@media (min-width: 1000px) {
    .btn-play {
        left: 20px;
        top: 50%;
    }
}

@media (max-width: 1000px) {
    .episode-card img {
        width: 155px;
        height: 100px;
        max-width: none;
    }
}

@media (min-width: 1000px) {
    .episode-card img {
        width: 180px;
        height: 125px;
    }
}

.episode-class1 {
    border: 0.2px solid #0000000d;
    padding: 10px;
    box-shadow: 6px 12px 10px rgb(0 0 0 / 7%);
}

.font-podcast {
    font-weight: bold;
    line-height: 1.6;
}
