/* Icon Components - Extracted from registration.html inline styles */

/* Icon styling for headlines */
.section-icon {
    color: var(--bk-deep-blue);
    margin-right: 0.5rem;
    font-size: 1.1em;
}

/* Mobile info section improvements */
@media (max-width: 768px) {
    .info-item {
        margin-bottom: 1rem;
        align-items: flex-start;
    }
    
    .info-label {
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 2rem;
        margin-right: 0.75rem;
    }
    
    .info-value {
        font-size: 0.95rem;
        line-height: 1.4;
    }
}