.elementor-1280 .elementor-element.elementor-element-dc83453{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-013adfd *//* Import czcionek Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Inter+Tight:wght@300;400;500;600&display=swap');

/* Główna sekcja */
.zwd-dp-section {
    width: 100% !important;
    background-color: transparent !important;
    font-family: 'Inter Tight', sans-serif !important;
    color: #000000 !important;
    padding: 60px 20px !important;
    box-sizing: border-box !important;
}

/* Kontener - BEZ CIENIA */
.zwd-dp-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
    background-color: #ffffff !important;
    padding: 60px !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

/* Tytuł główny i podtytuł */
.zwd-dp-section .zwd-dp-title {
    font-family: 'Cormorant Garamond', serif !important;
    color: #443C2F !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin: 0 0 10px 0 !important;
    line-height: 1.2 !important;
}

.zwd-dp-section .zwd-dp-subtitle {
    font-family: 'Cormorant Garamond', serif !important;
    color: #443C2F !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    font-style: italic !important;
    text-align: center !important;
    margin: 0 0 50px 0 !important;
}

/* Układ dwukolumnowy (Grid) */
.zwd-dp-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
    margin-bottom: 50px !important;
}

/* Karta/Kolumna */
.zwd-dp-card {
    background: #ffffff !important;
    border: 1px solid rgba(68, 60, 47, 0.1) !important;
    padding: 40px !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
}

/* Nagłówek kolumny */
.zwd-dp-heading {
    font-family: 'Cormorant Garamond', serif !important;
    color: #443C2F !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    margin: 0 0 15px 0 !important;
    text-align: left !important;
    border-bottom: 1px solid rgba(68, 60, 47, 0.15) !important;
    padding-bottom: 10px !important;
}

/* Tekst wstępny w karcie */
.zwd-dp-lead {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 0 30px 0 !important;
    color: #444444 !important;
}

/* Pojedynczy element (metoda dostawy/płatności) */
.zwd-dp-item {
    margin-bottom: 25px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px dashed rgba(68, 60, 47, 0.1) !important;
}

.zwd-dp-item:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

/* Nagłówek elementu (nazwa + cena) */
.zwd-dp-item-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 8px !important;
    gap: 15px !important;
}

.zwd-dp-item-title {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #443C2F !important;
}

.zwd-dp-item-price {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    white-space: nowrap !important;
}

/* Opis elementu */
.zwd-dp-item-desc {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    color: #000000 !important;
    text-align: left !important;
}

.zwd-dp-item-desc strong {
    font-weight: 600 !important;
    display: inline-block !important;
    margin-top: 5px !important;
}

/* Dolna sekcja informacyjna (Czas realizacji) */
.zwd-dp-info {
    background-color: #fcfbf9 !important;
    padding: 30px !important;
    border-radius: 8px !important;
    text-align: center !important;
    border: 1px solid rgba(68, 60, 47, 0.15) !important;
}

.zwd-dp-info-title {
    font-family: 'Cormorant Garamond', serif !important;
    color: #443C2F !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0 !important;
}

.zwd-dp-info-text {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    color: #000000 !important;
}

.zwd-dp-section strong {
    font-weight: 600 !important;
}

/* RWD - Dostosowanie do tabletów i telefonów */
@media (max-width: 992px) {
    .zwd-dp-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
}

@media (max-width: 768px) {
    .zwd-dp-section {
        padding: 40px 15px !important;
    }
    
    .zwd-dp-container {
        padding: 30px 20px !important;
    }
    
    .zwd-dp-section .zwd-dp-title {
        font-size: 32px !important;
    }
    
    .zwd-dp-section .zwd-dp-subtitle {
        font-size: 22px !important;
    }
    
    .zwd-dp-card {
        padding: 25px 20px !important;
    }
    
    .zwd-dp-heading {
        font-size: 26px !important;
    }
    
    .zwd-dp-item-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 4px !important;
    }
}/* End custom CSS */