.recent-podcasts-wrapper-ca843b05 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.recent-podcasts-wrapper-ca843b05 .podcast-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.recent-podcasts-wrapper-ca843b05 .podcast-image img,
.recent-podcasts-wrapper-ca843b05 .podcast-placeholder {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.recent-podcasts-wrapper-ca843b05 .podcast-placeholder {
    background: #e0e0e0;
}

.recent-podcasts-wrapper-ca843b05 .podcast-content {
    flex: 1;
}

.recent-podcasts-wrapper-ca843b05 .podcast-title {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.2;
}

.recent-podcasts-wrapper-ca843b05 .podcast-title a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.recent-podcasts-wrapper-ca843b05 .podcast-title a:hover {
    color: #000;
}

.recent-podcasts-wrapper-ca843b05 .podcast-date {
    font-size: 12px;
    color: #777;
}
