.step-4-content {
    background: #ffffff;
}

.step-4-content h2 {
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.step-4-content .form-group input:focus,
.step-4-content .form-group select:focus,
.step-4-content .form-group textarea:focus {
    border-color: #ffd700;
    box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.2);
}

.step-4-content .form-group select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
}

.step-4-content .form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.step-4-content .consent-section {
    background-color: #f9fafb;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
}

.step-4-content .consent-section input[type="checkbox"] {
    accent-color: #ffd700;
    margin-top: 0.25rem;
}

.step-4-content .consent-section label {
    cursor: pointer;
    line-height: 1.4;
}

.step-4-content .consent-section a {
    color: #d97706;
    text-decoration: none;
    font-weight: 500;
}

.step-4-content .consent-section a:hover {
    text-decoration: underline;
    color: #92400e;
}

.step-4-content .form-group label span {
    color: #ef4444;
    font-weight: bold;
}

.step-4-content .info-box {
    background-color: #f3f4f6;
    border-left: 4px solid #ffd700;
}

.step-4-content .info-box strong {
    color: #000000;
}
