<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Styles for Summer Camp WooCommerce Integration */

/* Checkout Page Styles */
.health-details {
    display: none;
}

.woocommerce-checkout .form-row-wide {
    margin-bottom: 15px;
}

.woocommerce-checkout label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="date"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Participants Page Styles */
.tablenav.top {
    margin: 10px 0;
}

.tablenav select,
.tablenav input[type="text"] {
    margin-right: 5px;
}

.tablenav-pages {
    margin: 10px 0;
}

.tablenav-pages a,
.tablenav-pages span {
    margin: 0 2px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.tablenav-pages span.current {
    background: #0073aa;
    color: white;
    border-color: #0073aa;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 20px;
}

.wp-list-table {
    min-width: 1000px;
    font-size: 13px;
}

.wp-list-table th {
    font-size: 12px;
    font-weight: 600;
    padding: 8px;
}

.wp-list-table td {
    font-size: 13px;
    padding: 8px;
    line-height: 1.4;
}

.wp-list-table th a {
    color: #1d2327;
    text-decoration: none;
}

.wp-list-table th a:hover {
    color: #288679!important;
    text-decoration: none;
}

.column-number {
    width: 50px;
    text-align: center;
    background-color: #f1f1f1;
    position: sticky;
    left: 0;
    z-index: 1;
}

.wp-list-table thead th.column-number {
    background-color: #f1f1f1;
    position: sticky;
    left: 0;
    z-index: 2;
}

.wp-list-table tbody td.column-number {
    background-color: #f1f1f1;
    position: sticky;
    left: 0;
    z-index: 1;
}

.wp-list-table thead th {
    background-color: #f1f1f1;
    position: sticky;
    top: 0;
    z-index: 1;
}

.wp-list-table thead th.column-number {
    z-index: 2;
}

.count {
    color: #666;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 5px;
}

select option {
    padding: 5px;
}

/* ØªØ­Ø¯ÙŠØ« ØªÙ†Ø³ÙŠÙ‚ Ø²Ø± Ø§Ù„ØªØ­Ø¯ÙŠØ« */
.page-title-action {
    margin-right: 10px;
    text-decoration: none;
    padding: 4px 8px;
    background: #2271b1;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
}

.page-title-action:hover {
    background: #135e96;
    color: #fff;
}

/* ØªÙ†Ø³ÙŠÙ‚ Ø¹Ø¯Ø§Ø¯ Ø§Ù„Ù…Ù‚Ø§Ø¹Ø¯ */
.count {
    color: #666;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 5px;
}

/* My Account Page Styles */
.summer-camp-details {
    margin: 20px 0;
}

.summer-camp-details h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td {
    padding: 12px;
    text-align: right;
    border-bottom: 1px solid #eee;
}

.woocommerce-orders-table th {
    width: 200px;
    font-weight: bold;
    background-color: #f8f8f8;
}

/* Styles for Summer Camp Plugin */

.groups-container {
    margin-top: 20px;
}

.group-box {
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    margin-bottom: 20px;
    padding: 20px;
}

.group-box h3 {
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.student-count {
    color: #666;
    font-size: 0.8em;
    font-weight: normal;
}

.no-students {
    color: #666;
    font-style: italic;
}

.wp-list-table {
    margin-top: 10px;
}

.wp-list-table th {
    font-weight: 600;
}

.nav-tab-wrapper {
    margin-bottom: 20px;
}

.tab-count {
    color: #666;
    font-size: 0.8em;
    font-weight: normal;
    margin-right: 5px;
}

/* ØªÙ†Ø³ÙŠÙ‚ Ø¹Ù…ÙˆØ¯ Ø§Ù„ØªØ±Ù‚ÙŠÙ… */
.wp-list-table th:first-child,
.wp-list-table td:first-child {
    width: 40px !important;
    text-align: center;
}

.column-number {
    width: 40px !important;
    text-align: center;
}

/* ØªÙ†Ø³ÙŠÙ‚ Ø£Ù‚Ø³Ø§Ù… Ø§Ù„ÙØªØ±Ø§Øª */
.period-section {
    margin-bottom: 30px;
}

.period-title {
    font-size: 1.3em;
    margin: 20px 0;
    padding: 10px;
    background: #f0f0f1;
    border-right: 4px solid #2271b1;
}

.period-divider {
    margin: 30px 0;
    border: none;
    border-top: 2px solid #ddd;
} </pre></body></html>