#easy-customizer {
    margin-top: 20px;
    border: 2px dashed #0073aa;
    border-radius: 8px;
    background: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.easy-custom-toggle {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.3s ease;
}

.easy-custom-toggle:hover,
.easy-custom-toggle.open {
    background-color: #005177;
}

.easy-custom-content {
    padding: 15px;
    border-top: 1px solid #0073aa;
}

.easy-custom-field {
    margin-bottom: 15px;
}

.easy-custom-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    color: #555;
}

.easy-custom-field input[type="text"],
.easy-custom-field input[type="date"],
.easy-custom-field input[type="file"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.easy-custom-field input[type="text"]:focus,
.easy-custom-field input[type="date"]:focus {
    border-color: #0073aa;
    outline: none;
}

.easy-custom-file-name {
    margin-top: 5px;
    font-size: 14px;
    color: #0073aa;
}
