.luxxe-seller-register .card-header {
    border-bottom: 0;
}

.luxxe-brand-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #D4AF37;
}

.luxxe-badge-gold {
    background-color: #D4AF37;
    color: #000;
}

.file-dropzone {
    position: relative;
    border: 1px dashed #ccc;
    border-radius: 0.5rem;
    padding: 1.25rem;
    text-align: center;
    cursor: pointer;
    background-color: #fafafa;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.file-dropzone.dragover {
    border-color: #D4AF37;
    background-color: #fff9e6;
}

.file-dropzone-inner i {
    font-size: 1.5rem;
    color: #D4AF37;
}

.file-dropzone .file-hint {
    font-size: 0.8rem;
    color: #777;
}

.file-dropzone .file-input {
    display: none;
}

.file-preview {
    margin-top: 0.5rem;
}

.file-preview .file-thumb {
    max-height: 120px;
    object-fit: cover;
}

.file-preview .pdf-link {
    font-size: 0.9rem;
}

#formAlert {
    font-size: 0.9rem;
}

/* Responsive seller registration layout */
@media (max-width: 768px) {
    .file-dropzone {
        padding: 1rem;
    }

    .file-preview .file-thumb {
        max-width: 100%;
        height: auto;
    }
}
