.podcast-thumb {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.podcast-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e7a349;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.podcast-title {
    color: #164a88;
    background-color: rgba(240, 248, 255, 0.139);
    font-size: clamp(0.9rem, 2vw, 1rem);
    margin-bottom: 0;
    word-break: break-word;
}

.podcast-desc {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #6c757d;
}

.podcast-btn {
    background-color: #164a88;
    border-color: #164a88;
}

.podcast-btn:hover,
.podcast-btn:active {
    background-color: #123a6e !important;
    border-color: #123a6e !important;
}

@media (max-width: 576px) {
    .podcast-avatar {
        width: 32px;
        height: 32px;
    }

    .podcast-avatar i {
        font-size: 0.8rem;
    }
}
