.mgh-podcasts-page-list{
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
}

.mgh-podcasts-page-list,
.mgh-podcasts-page-list *{
    box-sizing: border-box;
}

.mgh-podcasts-page-list [hidden]{
    display: none !important;
}

.mgh-podcasts-page-list .mgh-podcasts-page-results,
.mgh-podcasts-page-list .mgh-consultants-page-results{
    position: relative;
    margin-top: 1.8rem;
}

.mgh-podcasts-page-list .mgh-podcasts-page-grid,
.mgh-podcasts-page-list .mgh-consultants-page-grid{
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1.5rem;
    row-gap: 2rem;
    align-items: start;
}

.mgh-podcasts-page-list .mgh-podcasts-page-filters,
.mgh-podcasts-page-list .mgh-consultants-page-filters{
    direction: rtl;
    display: flex;
    flex-wrap: nowrap;
    gap: .75rem;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 1.25rem;
    background: var(--mgh-color-5, #c0b0bd);
    padding: .6rem;
    border-radius: .6rem;
    position: sticky;
    top: 0;
    z-index: 10;
    width: 78rem;
    margin-right: -1.28rem;
}

.mgh-podcasts-page-list .mgh-podcasts-page-search,
.mgh-podcasts-page-list .mgh-consultants-page-search{
    margin-inline-start: auto;
    color: #291919;
    direction: rtl;
    width: 17rem;
    min-width: 17rem;
    max-width: 17.5rem;
    flex: 0 0 auto;
    border: 1px solid rgba(146, 83, 118, .18);
    border-radius: 0.6rem;
    padding: .5rem .8rem;
    background: rgba(255, 255, 255, .9);
    outline: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mgh-podcasts-page-list .mgh-podcasts-page-search::placeholder,
.mgh-podcasts-page-list .mgh-consultants-page-search::placeholder{
    color: rgba(41,25,25,.65);
    opacity: 1;
}

.mgh-podcasts-page-list .mgh-podcasts-page-select,
.mgh-podcasts-page-list .mgh-consultants-page-select{
    width: 12rem;
    min-width: 12rem;
    max-width: 12.5rem;
    flex: 0 0 auto;
    border: 1px solid rgba(146,83,118,.18);
    border-radius: .6rem;
    padding: .4rem .8rem;
    background: rgba(255,255,255,.9);
    outline: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #291919;
    direction: rtl;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 5 4-5z' fill='%23333132' fill-opacity='.7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: left .8rem center;
    padding-inline-end: 2.25rem;
}

.mgh-podcasts-page-list .mgh-podcasts-page-select::-ms-expand,
.mgh-podcasts-page-list .mgh-consultants-page-select::-ms-expand{
    display: none;
}

.mgh-podcasts-page-list .mgh-podcasts-page-search:focus,
.mgh-podcasts-page-list .mgh-podcasts-page-select:focus,
.mgh-podcasts-page-list .mgh-consultants-page-search:focus,
.mgh-podcasts-page-list .mgh-consultants-page-select:focus{
    border-color: rgba(146,83,118,.35);
    box-shadow: 0 0 0 3px rgba(146,83,118,.12);
}

.mgh-podcasts-page-list .mgh-podcasts-page-select-wrap,
.mgh-podcasts-page-list .mgh-consultants-page-select-wrap{
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
}

.mgh-podcasts-page-list .mgh-podcasts-page-select-arrow,
.mgh-podcasts-page-list .mgh-consultants-page-select-arrow{
    display: none;
}

.mgh-podcasts-page-list .mgh-consultants-page-select-wrap{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.mgh-podcasts-page-list .mgh-consultants-page-select-wrap.mgh-is-enhanced > .mgh-consultants-page-select-native{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    border: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    pointer-events: none !important;
}

.mgh-podcasts-page-list .mgh-consultants-page-select-ui{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.mgh-podcasts-page-list button.mgh-consultants-page-select{
    display: block;
    text-align: right;
    cursor: pointer;
}

.mgh-podcasts-page-list button.mgh-consultants-page-select:focus-visible{
    outline: 2px solid #5D5FEF;
    outline-offset: 2px;
}

.mgh-podcasts-page-list .mgh-consultants-page-select-menu{
    position: absolute;
    top: calc(100% + .35rem);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(146,83,118,.18);
    border-radius: .6rem;
    box-shadow: 0 10px 24px rgba(0,0,0,.12);
    padding: .35rem;
    max-height: 16rem;
    overflow: auto;
    z-index: 25;
}

.mgh-podcasts-page-list .mgh-consultants-page-select-item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    appearance: none;
    border: 0;
    background: transparent;
    border-radius: .45rem;
    padding: .55rem .6rem;
    text-align: right;
    line-height: 1.35;
    color: #333132;
    cursor: pointer;
    margin-bottom: .15rem;
}

.mgh-podcasts-page-list .mgh-consultants-page-select-item-label{
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.mgh-podcasts-page-list .mgh-consultants-page-select-item:hover,
.mgh-podcasts-page-list .mgh-consultants-page-select-item:focus-visible{
    background: var(--mgh-color-5, #c0b0bd);
    outline: 0;
    color: var(--mgh-color-6, #333132);
}

.mgh-podcasts-page-list .mgh-consultants-page-select-item.mgh-is-selected{
    background: rgba(146,83,118,.12);
    color: var(--mgh-color-3, #925376);
}

.mgh-podcasts-page-list .mgh-consultants-page-select-item-x{
    display: none;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 999rem;
    background: rgba(146,83,118,.14);
    color: var(--mgh-color-3, #925376);
    font-size: .95rem;
    font-weight: 700;
    line-height: 1;
}

.mgh-podcasts-page-list .mgh-consultants-page-select-item.mgh-is-selected .mgh-consultants-page-select-item-x{
    display: inline-flex;
}

.mgh-podcasts-page-list .mgh-consultants-page-select-wrap.mgh-is-open .mgh-consultants-page-select-trigger{
    border-color: rgba(146,83,118,.35);
    box-shadow: 0 0 0 2px rgba(146,83,118,.08);
}

.mgh-podcasts-page-list .mgh-podcasts-page-empty,
.mgh-podcasts-page-list .mgh-consultants-page-empty{
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
    text-align: right;
    padding: 1.25rem 1rem;
    border-radius: 1rem;
    background: rgba(0,0,0,.04);
    color: rgba(0,0,0,.7);
}

.mgh-podcasts-page-list[data-mgh-loading="1"] .mgh-podcasts-page-grid,
.mgh-podcasts-page-list[data-mgh-loading="1"] .mgh-consultants-page-grid{
    opacity: .6;
    transform: translateY(2px);
    transition: opacity .18s ease, transform .18s ease;
}

.mgh-podcasts-page-list[data-mgh-loading="1"] .mgh-podcasts-page-results::after,
.mgh-podcasts-page-list[data-mgh-loading="1"] .mgh-consultants-page-results::after{
    content: "";
    position: absolute;
    inset-inline-start: 50%;
    top: -1rem;
    width: 1.5rem;
    height: 1.5rem;
    margin-inline-start: -.75rem;
    border-radius: 999rem;
    border: 2px solid rgba(146,83,118,.18);
    border-top-color: rgba(146,83,118,.8);
    animation: mghPodcastsPageSpin .8s linear infinite;
}

@keyframes mghPodcastsPageSpin{
    to{ transform: rotate(360deg); }
}


.mgh-podcasts-page-list .mgh-podcasts-page-pagination-wrap,
.mgh-podcasts-page-list .mgh-consultants-page-pagination-wrap{
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.mgh-podcasts-page-list .mgh-podcasts-page-pagination,
.mgh-podcasts-page-list .mgh-consultants-page-pagination{
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    direction: rtl;
}

.mgh-podcasts-page-list .mgh-podcasts-page-page,
.mgh-podcasts-page-list .mgh-consultants-page-page,
.mgh-podcasts-page-list .mgh-podcasts-page-ellipsis,
.mgh-podcasts-page-list .mgh-consultants-page-ellipsis{
    min-width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    line-height: 1;
}

.mgh-podcasts-page-list .mgh-podcasts-page-page,
.mgh-podcasts-page-list .mgh-consultants-page-page{
    appearance: none;
    border: 1px solid #D8DAE6;
    background: #FFFFFF;
    color: #2E3340;
    cursor: pointer;
    padding: 0 .625rem;
    transition: background-color .2s ease,color .2s ease,border-color .2s ease;
}

.mgh-podcasts-page-list .mgh-podcasts-page-page:hover,
.mgh-podcasts-page-list .mgh-podcasts-page-page:active,
.mgh-podcasts-page-list .mgh-consultants-page-page:hover,
.mgh-podcasts-page-list .mgh-consultants-page-page:active{
    border-color: #B9BED8;
    background: #F6F7FC;
}

.mgh-podcasts-page-list .mgh-podcasts-page-page.mgh-is-current,
.mgh-podcasts-page-list .mgh-consultants-page-page.mgh-is-current{
    color: #925376;
    cursor: default;
    background: rgba(146,83,118,.12);
    border-color: rgba(146,83,118,.35);
}

.mgh-podcasts-page-list .mgh-podcasts-page-page:hover,
.mgh-podcasts-page-list .mgh-consultants-page-page:hover{
    background-color: #925376;
    color: #fff;
    text-decoration: none;
}

.mgh-podcasts-page-list .mgh-podcasts-page-page:focus-visible,
.mgh-podcasts-page-list .mgh-consultants-page-page:focus-visible{
    outline: 2px solid #5D5FEF;
    outline-offset: 2px;
}

.mgh-podcasts-page-list .mgh-podcasts-page-ellipsis,
.mgh-podcasts-page-list .mgh-consultants-page-ellipsis{
    color: #7A8092;
    min-width: 1.5rem;
    width: auto;
}
.mgh-podcasts-page-list .mgh-podcast-card{
    --mgh-card-radius: 2rem;
    --mgh-cover-radius: 24px;
    width: 100%;
    min-width: 0;
    border-radius: var(--mgh-card-radius);
    padding: 1.25rem 1.05rem 1.05rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    direction: rtl;
    background: #F6F6F6;
    box-shadow: 0 3px 10px rgba(0,0,0,.12);
    position: relative;
    overflow: hidden;
}

.mgh-podcasts-page-list .mgh-podcast-card-cover{
    width: 150px;
    height: 150px;
    border-radius: var(--mgh-cover-radius);
    overflow: hidden;
    display: block;
    background: linear-gradient(135deg, #B589A2 0%, #DABECA 100%);
    box-shadow: 0px 12px 18px -2px rgba(0,0,0,.15);
    -webkit-user-drag: none;
    user-select: none;
}

.mgh-podcasts-page-list .mgh-podcast-card-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mgh-podcasts-page-list .mgh-podcast-card-title{
    margin-top: 1.1rem;
    color: #291919;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    text-wrap: balance;
}

.mgh-podcasts-page-list .mgh-podcast-card-title:focus-visible{
    outline: 2px solid #925376;
    outline-offset: 4px;
    border-radius: .6rem;
}

.mgh-podcasts-page-list .mgh-podcast-card-excerpt{
    margin-top: .75rem;
    color: rgba(41,25,25,.78);
    font-size: .9rem;
    font-weight: 400;
    text-wrap: balance;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(2 * 1.55em);
}

.mgh-podcasts-page-list .mgh-podcast-wave{
    margin-top: 1rem;
    display: block;
    width: 210px;
    height: 35px;
    max-width: 100%;
}

.mgh-podcasts-page-list .mgh-podcast-wave line,
.mgh-podcasts-page-list .mgh-podcast-wave rect,
.mgh-podcasts-page-list .mgh-podcast-wave .mgh-wave-bar{
    transform-box: fill-box;
    transform-origin: center;
    transform: scaleY(.92);
    animation: mghPodcastWave 1.12s ease-in-out infinite;
    animation-play-state: paused;
}

.mgh-podcasts-page-list .mgh-podcast-card.is-playing .mgh-podcast-wave line,
.mgh-podcasts-page-list .mgh-podcast-card.is-playing .mgh-podcast-wave rect,
.mgh-podcasts-page-list .mgh-podcast-card.is-playing .mgh-podcast-wave .mgh-wave-bar{
    animation-play-state: running;
}

.mgh-podcasts-page-list .mgh-podcast-wave line:nth-child(2n),
.mgh-podcasts-page-list .mgh-podcast-wave rect:nth-child(2n),
.mgh-podcasts-page-list .mgh-podcast-wave .mgh-wave-bar:nth-child(2n){
    animation-duration: .98s;
    animation-delay: -.18s;
}

.mgh-podcasts-page-list .mgh-podcast-wave line:nth-child(3n),
.mgh-podcasts-page-list .mgh-podcast-wave rect:nth-child(3n),
.mgh-podcasts-page-list .mgh-podcast-wave .mgh-wave-bar:nth-child(3n){
    animation-duration: 1.18s;
    animation-delay: -.42s;
}

.mgh-podcasts-page-list .mgh-podcast-wave line:nth-child(5n),
.mgh-podcasts-page-list .mgh-podcast-wave rect:nth-child(5n),
.mgh-podcasts-page-list .mgh-podcast-wave .mgh-wave-bar:nth-child(5n){
    animation-duration: .86s;
    animation-delay: -.33s;
}

@keyframes mghPodcastWave{
    0%{ transform: scaleY(.55); }
    45%{ transform: scaleY(1.15); }
    100%{ transform: scaleY(.6); }
}

.mgh-podcasts-page-list .mgh-podcast-card-play{
    margin-top: .85rem;
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 9999px;
    padding: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #F6F6F6;
    box-shadow:
        0px 6px 16px -4px rgba(0,0,0,.12),
        inset 0px 1px 0px rgba(255,255,255,.85),
        inset 0px -1px 0px rgba(0,0,0,.03);
    color: var(--mgh-color-3, #925376);
    transition: background-color .18s ease, color .18s ease, transform .12s ease, box-shadow .18s ease;
}

.mgh-podcasts-page-list .mgh-podcast-card-play::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: conic-gradient(
        from 390deg,
        rgba(0,0,0,0.00) 0deg,
        rgba(0,0,0,0.10) 35deg,
        rgba(0,0,0,0.20) 70deg,
        rgba(0,0,0,0.30) 95deg,
        rgba(0,0,0,0.20) 125deg,
        rgba(0,0,0,0.00) 165deg,
        rgba(0,0,0,0.00) 360deg
    );
    -webkit-mask: radial-gradient(circle, transparent 62%, #000 74%);
    mask: radial-gradient(circle, transparent 62%, #000 74%);
    filter: blur(.2px);
    opacity: 1.12;
    transition: opacity .18s ease;
}

.mgh-podcasts-page-list .mgh-podcast-card-play[disabled]{
    opacity: .45;
    cursor: not-allowed;
}

.mgh-podcasts-page-list .mgh-podcast-card-play:focus-visible{
    outline: 2px solid #925376;
    outline-offset: 4px;
}

.mgh-podcasts-page-list button.mgh-podcast-card-play:focus{
    color: #fff;
    background: var(--mgh-color-3, #925376);
    box-shadow:
        0px 6px 16px -4px rgba(0,0,0,.22),
        inset 0px 1px 0px rgba(255,255,255,.18),
        inset 0px -1px 0px rgba(0,0,0,.22);
}

.mgh-podcasts-page-list .mgh-podcast-ic{
    display: block;
}

.mgh-podcasts-page-list .mgh-podcast-ic-pause{
    display: none;
}

.mgh-podcasts-page-list .mgh-podcast-card-play[aria-pressed="true"] .mgh-podcast-ic-play{
    display: none;
}

.mgh-podcasts-page-list .mgh-podcast-card-play[aria-pressed="true"] .mgh-podcast-ic-pause{
    display: block;
}

.mgh-podcasts-page-list .mgh-podcast-card-play:hover,
.mgh-podcasts-page-list .mgh-podcast-card-play:active,
.mgh-podcasts-page-list .mgh-podcast-card-play[aria-pressed="true"]{
    color: #fff;
}

.mgh-podcasts-page-list .mgh-podcast-card-play:hover,
.mgh-podcasts-page-list .mgh-podcast-card-play[aria-pressed="true"]{
    background-color: var(--mgh-color-3, #925376) !important;
    background: var(--mgh-color-3, #925376) !important;
    box-shadow:
        0px 6px 16px -4px rgba(0,0,0,.22),
        inset 0px 1px 0px rgba(255,255,255,.18),
        inset 0px -1px 0px rgba(0,0,0,.22);
}

.mgh-podcasts-page-list .mgh-podcast-card-play:active{
    background-color: var(--mgh-color-3, #925376) !important;
    background: var(--mgh-color-3, #925376) !important;
    transform: translateY(1px);
    box-shadow:
        inset 0px 8px 14px rgba(0,0,0,.22),
        inset 0px -1px 0px rgba(255,255,255,.14);
}

.mgh-podcasts-page-list .mgh-podcast-card-play[aria-pressed="true"]{
    background-color: var(--mgh-color-3, #925376) !important;
    background: var(--mgh-color-3, #925376) !important;
    background-image: radial-gradient(circle at 30% 25%, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 60%) !important;
    box-shadow:
        0px 10px 20px -10px rgba(0,0,0,.35),
        inset 0px 1px 0px rgba(255,255,255,.18),
        inset 0px -2px 0px rgba(0,0,0,.18);
}

.mgh-podcasts-page-list .mgh-podcast-card-play:hover::after,
.mgh-podcasts-page-list .mgh-podcast-card-play:active::after,
.mgh-podcasts-page-list .mgh-podcast-card-play[aria-pressed="true"]::after,
.mgh-podcasts-page-list button.mgh-podcast-card-play:focus::after{
    opacity: .55;
}

@media (max-width:639.98px){
    .mgh-podcasts-page-list .mgh-podcasts-page-filters,
    .mgh-podcasts-page-list .mgh-consultants-page-filters{
        flex-wrap: wrap;
        justify-content: center;
    }

    .mgh-podcasts-page-list .mgh-podcasts-page-search,
    .mgh-podcasts-page-list .mgh-consultants-page-search{
        flex: 1 1 100%;
        max-width: none;
        min-width: 0;
        margin-inline-start: 0;
    }

    .mgh-podcasts-page-list .mgh-podcasts-page-select,
    .mgh-podcasts-page-list .mgh-consultants-page-select{
        flex: 1 1 100%;
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    .mgh-podcasts-page-list .mgh-podcast-card{
        border-radius: 1.5rem;
        padding-inline: .85rem;
    }

    .mgh-podcasts-page-list .mgh-podcast-card-cover{
        width: 132px;
        height: 132px;
    }

    .mgh-podcasts-page-list .mgh-podcast-wave{
        width: 180px;
    }
}

@media (min-width:640px){
    .mgh-podcasts-page-list .mgh-podcasts-page-grid,
    .mgh-podcasts-page-list .mgh-consultants-page-grid{
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (min-width:1024px){
    .mgh-podcasts-page-list .mgh-podcasts-page-grid,
    .mgh-podcasts-page-list .mgh-consultants-page-grid{
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}

@media (prefers-reduced-motion: reduce){
    .mgh-podcasts-page-list *{
        scroll-behavior: auto;
    }

    .mgh-podcasts-page-list .mgh-podcast-wave line,
    .mgh-podcasts-page-list .mgh-podcast-wave rect,
    .mgh-podcasts-page-list .mgh-podcast-wave .mgh-wave-bar{
        animation: none;
        transform: none;
        opacity: 1;
    }

    .mgh-podcasts-page-list[data-mgh-loading="1"] .mgh-podcasts-page-grid,
    .mgh-podcasts-page-list[data-mgh-loading="1"] .mgh-consultants-page-grid{
        transition: none;
    }

    .mgh-podcasts-page-list[data-mgh-loading="1"] .mgh-podcasts-page-results::after,
    .mgh-podcasts-page-list[data-mgh-loading="1"] .mgh-consultants-page-results::after{
        animation: none;
    }
}