/* Tool page specific styles — loaded only on page-tool.php */

#dmap {
    background: #e5e5e5;
}

/* Form spacing tweaks */
#d4nForm .form-label {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

#d4nForm .card-body {
    padding: 0.75rem;
}

/* Select2 multiselect adjustments so it matches Bootstrap form-control height */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--d4n-primary);
    color: #fff;
    border: none;
    padding: 2px 8px;
    margin-top: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 4px;
}
