.acfe-custom-profile-sections {
    margin-top: 40px;
    border-top: 2px solid #f1f1f1;
    padding-top: 30px;
}

.acfe-profile-section {
    margin-bottom: 50px;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.acfe-profile-section h3 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #1a1a1a;
    border-bottom: 2px solid #e2b13c; /* Gold accent */
    padding-bottom: 10px;
    display: inline-block;
}

.acfe-profile-section h4 {
    font-size: 18px;
    margin: 20px 0 15px;
    color: #333;
}

.acfe-repeater-item {
    background: #fafafa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.acfe-repeater-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border-color: #e2b13c;
}

.acfe-repeater-item .remove-item {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff4d4d !important;
    color: #fff !important;
    border: none !important;
    padding: 5px 12px !important;
    font-size: 12px !important;
}

.cv-upload-section {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px dashed #ccc;
}

.cv-upload-section label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.cv-current {
    margin-top: 10px;
    font-style: italic;
}

.cv-current a {
    color: #e2b13c;
    text-decoration: underline;
}

.acfe-profile-section .button-primary {
    background-color: #e2b13c !important;
    border-color: #e2b13c !important;
    transition: all 0.3s ease;
}

.acfe-profile-section .button-primary:hover {
    background-color: #c99a2e !important;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .form-row-first, .form-row-last {
        width: 100% !important;
    }
}
