.message-container {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.success-message {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.success-icon {
    background: #81ba2d;
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.success-icon i {
    font-size: 24px;
}

.success-icon span {
    font-weight: 600;
    font-family: 'Jost', sans-serif;
}

.success-text {
    color: #333333;
    padding: 20px;
    text-align: center;
    font-size: 1.1em;
    border-bottom: 1px solid #eee;
}

.registration-details {
    padding: 20px;
    background: #f8f9fa;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    border-bottom: 1px solid #e0e0e0;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-label {
    color: #666666;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
}

.detail-value {
    color: #333333;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
}

.confirmation-note {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 0.95em;
    font-family: 'Jost', sans-serif;
}

.confirmation-note i {
    color: #4caf50;
    font-size: 18px;
}
