.elementor-14 .elementor-element.elementor-element-2dc88779{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-14 .elementor-element.elementor-element-2dc88779{--content-width:1360px;}}/* Start custom CSS for text-editor, class: .elementor-element-2a4f3d53 *//* ==========================================
   MOJE KONTO WOOCOMMERCE - STYLIZACJA PREMIUM
   ========================================== */

/* 1. Układ główny (Nawigacja po lewej, Treść po prawej) */
.woocommerce-account .woocommerce {
    display: flex !important;
    flex-direction: row !important;
    gap: 80px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* 2. Nawigacja (Menu boczne) */
.woocommerce-MyAccount-navigation {
    flex: 0 0 250px !important;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-top: 1px solid #F0F0F0 !important;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #F0F0F0 !important;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block !important;
    padding: 18px 0 !important;
    font-family: var(--v-font-sans, 'Inter', sans-serif) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #999 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--v-color-text, #222) !important;
    padding-left: 10px !important; /* Subtelny efekt wysunięcia */
}

/* 3. Treść (Content) */
.woocommerce-MyAccount-content {
    flex: 1 !important;
    font-family: var(--v-font-sans, 'Inter', sans-serif) !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 1.8 !important;
    color: #666 !important;
}

/* Stylizacja powitania w Dashboard */
.woocommerce-MyAccount-content p strong {
    color: var(--v-color-text, #222);
    font-weight: 600;
}

/* 4. Formularze i Pola (Adresy, Dane konta) */
.woocommerce-EditAccountForm fieldset,
.woocommerce-address-fields fieldset {
    border: none !important;
    padding: 0 !important;
    margin-top: 30px !important;
}

.woocommerce-EditAccountForm legend,
.woocommerce-address-fields legend {
    font-family: var(--v-font-serif, 'Playfair Display', serif) !important;
    font-size: 24px !important;
    margin-bottom: 20px !important;
    color: #222 !important;
}

.woocommerce form .form-row label {
    font-family: var(--v-font-sans, 'Inter', sans-serif) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #222 !important;
    margin-bottom: 8px !important;
}

.woocommerce form .form-row input.input-text {
    padding: 12px 15px !important;
    border: 1px solid #EAEAEA !important;
    border-radius: 0 !important;
    font-family: var(--v-font-sans, 'Inter', sans-serif) !important;
    font-size: 14px !important;
    background-color: #FFF !important;
}

/* 5. Przyciski (Zapisz zmiany) */
.woocommerce button.button {
    background-color: #222 !important;
    color: #FFF !important;
    border-radius: 0 !important;
    padding: 15px 35px !important;
    font-family: var(--v-font-sans, 'Inter', sans-serif) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    border: none !important;
    transition: opacity 0.3s ease !important;
    margin-top: 20px !important;
}

.woocommerce button.button:hover {
    opacity: 0.8 !important;
}

/* 6. Tabela zamówień */
.woocommerce-orders-table {
    border-collapse: collapse !important;
    width: 100% !important;
    border: none !important;
}

.woocommerce-orders-table thead th {
    background-color: #FAFAFA !important;
    font-family: var(--v-font-sans, 'Inter', sans-serif) !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 15px !important;
    border: none !important;
}

.woocommerce-orders-table tbody td {
    padding: 15px !important;
    border-bottom: 1px solid #F0F0F0 !important;
    vertical-align: middle !important;
}

.woocommerce-orders-table__cell-order-actions a.button {
    padding: 8px 15px !important;
    font-size: 10px !important;
    margin: 0 !important;
}

/* ==========================================
   RESPONSYWNOŚĆ (Mobile)
   ========================================== */
@media (max-width: 767px) {
    .woocommerce-account .woocommerce {
        flex-direction: column !important;
        gap: 40px !important;
    }
    .woocommerce-MyAccount-navigation {
        flex: none !important;
        width: 100% !important;
    }
}

/* 7. Linki wewnątrz treści (np. Edytuj adres, Wyloguj) */
.woocommerce-MyAccount-content a:not(.button) {
    color: var(--v-color-text, #222222) !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
    text-decoration-thickness: 1px !important;
    transition: all 0.3s ease !important;
}

.woocommerce-MyAccount-content a:not(.button):hover {
    color: var(--v-color-primary, #7A8B76) !important;
    text-decoration-color: var(--v-color-primary, #7A8B76) !important;
}

/* Ukrycie niepotrzebnego tekstu "(nie Ty? Wyloguj się)" dla czystszego widoku */
.woocommerce-MyAccount-content p a[href*="customer-logout"] {
    font-size: 13px !important;
    margin-left: 5px !important;
}/* End custom CSS */