/* ================================================================== */
/*  Volunteer Shirt Orders – Product Page                             */
/* ================================================================== */

.vso-fields-wrap {
    margin: 20px 0;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}

.vso-fields-wrap h3 {
    margin: 0 0 16px;
    font-size: 1.2em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.vso-fields-wrap h4 {
    margin: 20px 0 6px;
    font-size: 1em;
}

.vso-fields-wrap .description {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 12px;
}

/* Employee table */
.vso-employee-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
}

.vso-employee-table th {
    text-align: left;
    padding: 8px 6px;
    font-size: 0.85em;
    color: #555;
    border-bottom: 2px solid #ddd;
}

.vso-employee-table td {
    padding: 6px;
    vertical-align: middle;
}

.vso-employee-table .vso-row-num {
    width: 30px;
    text-align: center;
    color: #999;
    font-weight: 600;
}

.vso-employee-table .vso-emp-name {
    width: 100%;
}

.vso-employee-table .vso-size-select {
    min-width: 120px;
}

.vso-remove-row {
    background: none !important;
    border: none !important;
    color: #a00 !important;
    font-size: 1.4em !important;
    cursor: pointer;
    padding: 2px 8px !important;
    line-height: 1;
}

.vso-remove-row:hover {
    color: #d00 !important;
}

#vso-add-employee {
    margin-top: 4px;
}

/* Hide WooCommerce's default quantity when our form is active */
.vso-active .quantity {
    display: none !important;
}
