.elementor-765 .elementor-element.elementor-element-5b332e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-2c0d9b9 */body {
    font-family: 'ct_font_geomanist', sans-serif;
}

/* ✅ Tekst nad tabelą */
.pricing-description {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}

/* ✅ Kontener tabeli – kolumnowy układ */
.pricing-table {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: stretch;
}

/* ✅ Kolumny */
.pricing-column {
    flex: 1;
    max-width: 300px;
    display: flex;
}

/* ✅ Styl kart */
.pricing-box {
    border: 2px solid #ddd;
    border-radius: 12px;
    padding: 25px;
    text-align: left;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    background: white;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* ✅ Belki z nagłówkami */
.badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    color: white;
    width: fit-content;
    margin-bottom: 10px;
}

.free { background-color: #e0e0e0; color: black; }
.standard { background-color: #8dcf6f; }
.premium { background-color: #fbc02d; }

/* ✅ Liczby GB */
.pricing-text {
    color: #4b4446;
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

/* ✅ "GB" mniejsze o 40% */
.pricing-small {
    font-size: 60%;
    font-weight: bold;
    display: inline-block;
    color: inherit;
}

/* ✅ Styl wyszarzonego tekstu */
.info-text {
    font-size: 13px;
    color: #888;
}

/* ✅ Poprawione odstępy */
.pricing-item {
    font-size: 15px;
    line-height: 1.5;
    margin: 8px 0;
}

/* ✅ Separator nad ceną */
.separator {
    border-top: 1px solid #ddd;
    margin: 12px 0;
}

/* ✅ Kolory ikon */
.icon.check {
    color: green;
    font-weight: bold;
}
.icon.cross {
    color: red;
    font-weight: bold;
}

/* ✅ Ceny */
.pricing-footer {
    font-size: 14px;
    margin-top: auto;
}

.price {
    font-weight: normal;
    font-size: 16px;
}

/* ✅ Tekst pod tabelą */
.pricing-note {
    text-align: center;
    margin-top: 20px;
}/* End custom CSS */