.td_block_wrap {
    margin-bottom: 0px!important;
}

.podcast-scroll {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
}
.podcast-card {
    flex: 0 0 350px; 
    /* scroll-snap-align: start; */
}

.podcast-card iframe {
    width: 100%;
    height: 100px;
    border-radius: 12px;
    border: none;
}
