.reagentid-custom-fields {
    margin: 30px 0;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 5px;
}

.reagentid-custom-fields h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.reagentid-custom-fields .form-row {
    margin-bottom: 15px;
}

.reagentid-custom-fields label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.reagentid-custom-fields input[type="text"],
.reagentid-custom-fields input[type="email"],
.reagentid-custom-fields input[type="tel"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.reagentid-custom-fields input[type="file"] {
    margin-bottom: 5px;
}

.reagentid-custom-fields small {
    display: block;
    color: #777;
    font-size: 12px;
}

/* Hide the search bar in header */
.site-header .site-search {
    display: none !important;
} 