html.us-rcp-active,
html.us-rcp-active body {
    margin: 0 !important;
    min-height: 100% !important;
    overflow: hidden !important;
}

html.us-rcp-no-select,
html.us-rcp-no-select * {
    -webkit-user-select: none !important;
    user-select: none !important;
}

.us-rcp-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.us-rcp-panel {
    width: min(680px, 100%);
    text-align: center;
}

.us-rcp-panel h1 {
    margin: 0 0 16px;
    color: inherit;
    font-size: clamp(32px, 6vw, 64px);
    line-height: 1.05;
}

.us-rcp-panel p {
    margin: 0;
    color: inherit;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.5;
}

.us-rcp-button {
    margin-top: 28px;
    border: 0;
    border-radius: 6px;
    padding: 14px 28px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
}

.us-rcp-countdown {
    margin-top: 22px;
    font-size: 16px;
    opacity: .8;
}
