.play-pause-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.play-pause-button .icon-play,
.play-pause-button .icon-pause {
    fill: #000;
}

.play-pause-button .icon-play:hover,
.play-pause-button .icon-pause:hover {
    fill: #555;
}

.podcastDescription{
    font-size: 0.87rem !important;
    font-weight: 500 !important;
    line-height: 2em !important;
}

.play-pause-button svg {
    width: 32px;
    height: 32px;
}

.podcast-player {
    display: inline-block;
}

button.play-pause-button {
    background: none !important;
}


.MGH-button-wrapper {
    display: inline-block;
    min-width: 12.285rem;
}

.MGH-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffffb5;
    border-radius: 0.3rem;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    min-width: 120px;
    transition: background-color 0.2s;
}

.MGH-button:hover {
    background-color: #f0f0f0;
}

.MGH-button-icon {
    font-size: 18px;
}

#mgh-fullscreen-player {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
    z-index: 9999;
    display: none;
    height: auto;
}

.mgh-player-container {
    width: 100%;
    background-color: #b8bec4;
    border-radius: 0; 
    padding: 10px;
    color: #05264e;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

span.mgh-duration, span.mgh-current-time {
    color: #05264e;
}

.mgh-player-close {
    background: none !important;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

button.mgh-player-close:hover,
button.mgh-player-forward:hover,
button.mgh-player-rewind:hover,
button.mgh-player-play-pause:hover{
    background-color: #e1e1e142 !important;
    padding: 0.5rem 1.25rem;
    border-radius: 10rem;
}


.mgh-player-controls {
    display: flex;
    align-items: center;
}

.mgh-player-controls button {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.mgh-player-seek {
    flex: 1; 
    min-width: 100px;
    direction: ltr;
}

.mgh-player-time-display {
    font-size: 14px;
    white-space: nowrap;
}


.mgh-speakers-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mgh-speaker-box {
    min-width: 17rem;
    max-width: 20rem;
    background: linear-gradient(201deg, #313C3B 0%, #314f4d 100%);
    border-radius: 1rem;
    text-align: center;
    overflow: hidden;
    padding: 0.9rem 0rem;
}

.mgh-speaker-image-wrapper {
    position: relative;
    width: 100%;
}

.mgh-speaker-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.mgh-speaker-info {
    margin-top: 1rem;
    color: #fff;
}

.mgh-speaker-name {
    margin: 1rem 0.5rem;
    font-size: 0.9rem;
    color: white;
    font-weight: 600;
}

.mgh-speaker-specialty {
    margin: 0.0rem 0.8rem 1rem 0.8rem;
    font-size: 0.8rem;
    color: white;
    font-weight: 500;
}

.mgh-speaker-link {
    text-decoration: none;
    color: inherit;
}

button#mgh-listen-now-button {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    min-width: 11rem !important;
    max-width: 10rem !important;
    background: #f0f0f0 !important;
    padding: 0 !important;
    border-radius: 0.35rem !important;
}

span.MGH-button-text {
    font-size: 0.85rem;
    color: #313C3B;
    font-weight: 500;
}

a.MGH-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.3rem 0.6rem;
    gap: 0.5rem;
}

.MGH-youtube-music {
    gap: 1rem !important;
}

img.mgh-speaker-image {
    border-radius: 50rem !important;
    width: 5.5rem !important;
}

.MGH-button.mgh-disabled {
    opacity: 0.6;
    pointer-events: none;
}

span.mgh-views-count {
    color: #34313B;
    font-size: 0.75rem;
    font-weight: 500;
}

div.mgh-podcast-views-box {
    display: flex;
    flex-direction: row;
    gap: 0.2rem;
    justify-content: center;
    align-items: center;
}


@media (max-width: 1022px) {
    .mgh-speakers-wrapper {
        justify-content: center !important;
    }
    .mgh-speaker-box {
        width: 18rem !important;
    }
    .MGH-button, button#mgh-listen-now-button {
        background-color: #ffffff6e !important;
    }
    button.mgh-player-close {
        display: none !important;
    }
    .mgh-player-controls button {
        padding: 0.5rem !important;
    }
    .mgh-speaker-specialty {
        font-size: 0.7rem !important;
    }
    .MGH-button-wrapper {
        width: 12.6rem !important;
        min-width: 12.5rem !important;
        max-width: 12.8rem !important;
    }
    .MGH-button, button#mgh-listen-now-button {
        background-color: #ffffff6e !important;
        min-width: 13rem !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .MGH-button-wrapper {
        width: 12.6rem !important;
        min-width: 12.5rem !important;
        max-width: 12.8rem !important;
    }
    .MGH-button, button#mgh-listen-now-button {
        background-color: #ffffff6e !important;
        min-width: 13rem !important;
    }
    span.mgh-views-count {
        color: #34313B;
        font-size: 0.75rem;
        font-weight: 500;
    }
    
    div.mgh-podcast-views-box {
        display: flex;
        flex-direction: row;
        gap: 0.2rem;
        justify-content: center;
        align-items: center;
    }
}