/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 29 2025 | 23:16:51 */
.custom-jersey-fields {
    margin: 25px 0;
    padding: 20px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 4px;
    clear: both;
}

.jersey-options-table {
    width: 100%;
    margin: 15px 0;
    border-collapse: collapse;
}

.jersey-options-table th, 
.jersey-options-table td {
    padding: 10px;
    border: 1px solid #eee;
}

.jersey-field-notice {
    color: #d63638;
    margin-bottom: 15px;
    font-style: italic;
}

#add-jersey-row {
    margin-top: 10px;
}

.remove-row-btn {
    background: none;
    border: none;
    color: #cc1818;
    font-size: 1.2em;
    cursor: pointer;
    padding: 0 5px;
}