/*****************************************************************
 * DNS Explorer - Domain Profile Report
 * Additional app-specific styles and overrides
 *****************************************************************/

/* Additional form-specific styles */
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

/* File input styling */
input[type="file"] {
    padding: 8px;
    font-size: 13px;
}

/* Checkbox styling */
.checkbox-group {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.checkbox-group label {
    margin: 0;
    cursor: pointer;
}

/* Override button width for file inputs */
.file-input-wrapper {
    width: 100%;
}
