/* COUPLE LINKED PARTICIPANTS V1 */

.linked-participants-panel,
.participant-linked-panel {
    border-color: rgba(199,128,40,.32) !important;
    background:
        radial-gradient(circle at 96% 0%, rgba(199,128,40,.10), transparent 34%),
        #fff !important;
}

.linked-participants-list,
.participant-linked-grid,
.proof-linked-participants {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

.linked-participant-card,
.participant-linked-grid article,
.proof-linked-participants article {
    border: 1px solid rgba(199,128,40,.24) !important;
    border-radius: 16px !important;
    background: #fffaf1 !important;
    padding: 16px !important;
}

.linked-participant-card span,
.participant-linked-grid span,
.proof-linked-participants span {
    display: block !important;
    color: #c78028 !important;
    text-transform: uppercase !important;
    letter-spacing: .10em !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    margin-bottom: 6px !important;
}

.linked-participant-card strong,
.participant-linked-grid strong,
.proof-linked-participants strong {
    display: block !important;
    color: #071f3b !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
}

.linked-participant-card small,
.participant-linked-grid small,
.proof-linked-participants small {
    display: block !important;
    margin-top: 6px !important;
    color: #607189 !important;
}

.linked-participants-note {
    margin-top: 14px !important;
}

.proof-final-status {
    margin: 18px 0 !important;
    border-radius: 18px !important;
    padding: 16px !important;
    border: 1px solid rgba(15,23,42,.10) !important;
    background: #fbfcff !important;
}

.proof-final-status.is-paid {
    border-color: rgba(23,163,74,.24) !important;
    background: #ecfdf3 !important;
}

.proof-final-status.is-pending {
    border-color: rgba(199,128,40,.24) !important;
    background: #fffaf1 !important;
}

.proof-final-status strong {
    display: block !important;
    color: #071f3b !important;
    margin-bottom: 4px !important;
}

.proof-final-status span {
    color: #607189 !important;
}

.checkin-type-pill {
    display: inline-grid !important;
    place-items: center !important;
    min-height: 26px !important;
    border-radius: 999px !important;
    padding: 5px 10px !important;
    background: #fff4df !important;
    color: #8a5a1f !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
    font-size: 10px !important;
    font-weight: 950 !important;
}

@media (max-width: 860px) {
    .linked-participants-list,
    .participant-linked-grid,
    .proof-linked-participants {
        grid-template-columns: 1fr !important;
    }
}
