.gsc-in-progress-rounds-overlay,
.gsc-in-progress-round-action-overlay,
.gsc-discard-round-confirmation-overlay {
    position: fixed;
    inset: 0;
    z-index: 5000;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 16px;
    box-sizing: border-box;

    background: rgba(0, 0, 0, 0.45);
}

.gsc-in-progress-rounds-modal,
.gsc-in-progress-round-action-modal,
.gsc-discard-round-confirmation-modal {
    width: 100%;
    max-width: 420px;

    overflow: hidden;

    background: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
}

.gsc-in-progress-modal-header {
    padding: 22px 20px;

    background: #123b63;
    color: #ffffff;
    text-align: center;
}

.gsc-in-progress-modal-header h2 {
    margin: 0;

    color: inherit;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.gsc-in-progress-rounds-content {
    padding: 24px 0 18px;
}

.gsc-in-progress-round-action-content {
    padding: 24px;
}

.gsc-in-progress-round-summary {
    margin: 0 0 24px;
    text-align: center;
}

.gsc-in-progress-round-summary h3 {
    margin: 0 0 10px;

    color: #123b63;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
}

.gsc-in-progress-round-summary p {
    margin: 5px 0;

    color: #46505c;
    font-size: 16px;
    line-height: 1.3;
}

.gsc-in-progress-round-summary-routing {
    color: var(--gsc-green) !important;
    font-weight: 750;
}

.gsc-in-progress-round-action-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;

    padding-top: 22px;
    border-top: 1px solid #d9dde2;
}

.gsc-discard-round-confirmation-content {
    padding: 26px 24px 12px;

    color: #123b63;
    font-size: 17px;
    line-height: 1.45;
    text-align: center;
}

.gsc-discard-round-confirmation-content p {
    margin: 0 0 14px;
}

.gsc-in-progress-modal-footer {
    display: flex;
    gap: 14px;

    padding: 18px 24px 24px;
}

.gsc-in-progress-modal-footer .gsc-button {
    flex: 1;
}

.gsc-discard-round-confirm:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}
