.podcast-card {
    background-color: #f4f1f7;
    position: relative;
    width: 100%;
    padding: 20px;
    margin: 20px 0;
}

.podcast-card .podcast-title {
    justify-content: space-between;
}

.podcast-card .podcast-title h2 {
    margin-bottom: 10px;
    font-weight: 600;
}

.podcast-card .expand-podcast {
    white-space: nowrap;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 700;
    color: #6429ad;
    pointer-events: all;
}

.podcast-card .expand-podcast i {
    margin-left: 5px;
    color: inherit;
}

.podcast-card .podcast-content {
    display: none;
    margin-top: 20px;
}

.podcast-card .podcast-content .download-pod {
    margin: 10px 15px 10px 0;
    display: inline-block;
}

.podcast-card .podcast-content .download-pod a {
    margin-right: 10px;
    color: #6429ad;
}

.podcast-card .podcast-content .download-pod i {
    color: #6429ad;
}

.podcast-card .podcast-content .download-pod a:hover ,
.podcast-card .podcast-content .download-pod a:hover + i {
    color: #61c0bc;
}


.theme-vtx .podcast-card .mejs-controls .mejs-time-rail .mejs-time-total,
.theme-vtx .podcast-card .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: white;
}

.podcast-card .mejs-container {
    width: 100% !important;
}

.theme-vtx.search-results .expand-podcast {
    position: absolute;
    right: 20px;
    top: 40px;
}

.podcast-platforms {
    display: flex;
    gap: 20px;
    align-items: center;
}

.podcast-platforms a {
    border: none;
    display: flex;
    gap: 10px;
    align-items: center;
}

.podcast-platforms i {
    font-size: 30px;
    color: #1db954;
}

.with-sidebar .sidebar .podcast-platforms img {
    max-height: 30px;
    max-width: 30px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}