noscript > details {
    display: none;
}

noscript > details[open] {
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;

    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    font-weight: 300;

    display: block;
    width: 644px;

    color: #6f7880;
    background-color: white;
    border: none;
    border-radius: 30px;
    padding: 18px 22px 18px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
}

noscript > details > summary {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    cursor: pointer;
    list-style: none;
}

noscript > details > summary:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: calc(100% - 16px);
    top: calc(7px / 2);
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMEwwIDJMNiA4TDAgMTRMMiAxNkw4IDEwTDE0IDE2TDE2IDE0TDEwIDhMMTYgMkwxNCAwTDggNkwyIDBaIiBmaWxsPSIjNDM0ODRDIi8+Cjwvc3ZnPgo=);
}

noscript > details > div {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ed5f74;
    text-align: center;
    cursor: default;
    user-select: none;
}
