.coa-wrapper-9c027993 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-width: 480px;
}

.coa-select-9c027993 {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    color: #333;
    appearance: auto;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.coa-select-9c027993:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.coa-button-9c027993 {
    margin-top: 16px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: #6366f1;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    text-align: center;
}

.coa-button-9c027993:hover {
    background-color: #4f46e5;
}

.coa-button-9c027993:active {
    transform: scale(0.98);
}

.coa-lightbox-overlay-9c027993 {
    animation: coaFadeIn9c027993 0.25s ease;
}

@keyframes coaFadeIn9c027993 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.coa-lightbox-close-9c027993:hover {
    opacity: 0.7;
}
