/* Alpine.js cloak utility */
[x-cloak] { 
    display: none !important; 
}

/* Select2 custom styling */
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    height: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.688rem;
    font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
