:root {
    --primary-background: #52a22152;
}

.text-block-content a {
    text-decoration: underline;
}

.registration-options-panel {
    border-radius: 20px;
    border: 2px solid var(--mud-palette-primary);
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-items: center;
    padding: 50px;
    text-align: center;
}

.info-row {
    padding: 8px 0;
}

.timeline-item {
    position: relative;
    padding-left: 8px;
}

.timeline-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--mud-palette-primary);
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
    flex-shrink: 0;
}

.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.7rem;
    font-weight: 600;
}

.font-weight-bold {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.pre-wrap-text {
    white-space: pre-wrap;
}

.table-cell-underline {
    border-bottom: 1px solid #D3D3D3 !important;
}
