.elementor-kit-63{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-kadence1:#2B6CB0;--e-global-color-kadence2:#215387;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-kadence9:#ffffff;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-63 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =====================================================
   GLOBALNE
===================================================== */

.club-wrapper {
    max-width: 1100px;
    margin: 40px auto;
    font-family: Arial, sans-serif;
}

.club-wrapper h2 {
    margin-bottom: 30px;
    font-size: 28px;
}

.club-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border: 1px solid #eee;
}

.club-card h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

/* =====================================================
   PRZYCISKI
===================================================== */

.club-btn {
    padding: 10px 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: 0.2s ease;
    margin-top: 8px;
}

.club-btn-primary {
    background: #007bff;
    color: #fff;
}

.club-btn-primary:hover {
    background: #0056b3;
}

.club-btn-success {
    background: #28a745;
    color: #fff;
}

.club-btn-success:hover {
    background: #1e7e34;
}

.club-btn-danger {
    background: #dc3545;
    color: #fff;
}

.club-btn-danger:hover {
    background: #b02a37;
}

/* =====================================================
   CHECKBOXY
===================================================== */

.club-checkbox {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}

.club-checkbox input {
    margin-right: 6px;
}

/* =====================================================
   STATUS KARNETU
===================================================== */

.status-active {
    color: #28a745;
    font-weight: bold;
}

.status-expired {
    color: #dc3545;
    font-weight: bold;
}

/* =====================================================
   TABELA / KALENDARZ
===================================================== */

.club-calendar {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.club-calendar th {
    background: #f8f9fa;
    padding: 8px;
    font-weight: 600;
    font-size: 14px;
}

.club-calendar td {
    padding: 10px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 14px;
}

.club-calendar .day-present {
    background: #28a745;
    color: white;
    font-weight: bold;
}

.club-calendar .day-today {
    border: 2px solid #007bff;
}

/* =====================================================
   SEKCJE W PANELU
===================================================== */

.section-box {
    background: #f9fafc;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
}/* End custom CSS */