#tia-radio-open {
    position: fixed;
    right: 28px;
    bottom: 74px;
    z-index: 100001;
    background: #8d6bd1;
    color: #fff;
    width: 132px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    padding: 12px 18px;
    cursor: pointer;
    font-family: Georgia, serif;
    box-shadow: 0 12px 35px rgba(0,0,0,.28);
    line-height: 1.25;
}

html.tiaq-pjax-loading {
    cursor: progress;
}

html.tiaq-pjax-loading main {
    opacity: .58;
    transition: opacity .16s ease;
    pointer-events: none;
}

#tia-radio-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0,0,0,.62);
    backdrop-filter: blur(4px);
}

#tia-radio-modal.tia-radio-visible {
    display: block;
}

.tia-radio-box {
    width: min(430px, calc(100vw - 28px));
    height: min(680px, calc(100vh - 28px));
    position: absolute;
    right: 24px;
    bottom: 140px;
    background: #080808;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0,0,0,.45);
}

#tia-radio-close {
    position: absolute;
    right: 14px;
    top: 12px;
    z-index: 2;
    background: rgba(255,255,255,.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    font-size: 20px;
    line-height: 28px;
}

.tia-radio-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    #tia-radio-open {
        right: 18px;
        bottom: 72px;
        width: 116px;
        padding: 10px 14px;
        font-size: 13px;
    }

    .tia-radio-box {
        right: 14px;
        bottom: 128px;
        width: calc(100vw - 28px);
        height: min(620px, calc(100vh - 150px));
    }
}
