.elementor-2598 .elementor-element.elementor-element-73d0f4dc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:40px;--padding-right:40px;}.elementor-2598 .elementor-element.elementor-element-4d85e16b{width:100%;max-width:100%;}@media(max-width:1024px){.elementor-2598 .elementor-element.elementor-element-73d0f4dc{--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}}@media(max-width:767px){.elementor-2598 .elementor-element.elementor-element-73d0f4dc{--padding-top:30px;--padding-bottom:30px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for shortcode, class: .elementor-element-4d85e16b */.eocr-form-wrap,
.eocr-confirm-wrap {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border: 1px solid #F2F2F2;
    border-radius: 0;
    font-family: "Rubik", sans-serif;
    color: #4F4F4F;
}

/* Ukrycie nagłówka */
.eocr-form-wrap > h2,
.eocr-confirm-wrap > h2 {
    display: none;
}

/* Teksty ogólne */
.eocr-confirm-intro,
.eocr-items-hint,
.eocr-privacy-note,
.eocr-field-hint {
    color: #4F4F4F;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
}

.eocr-confirm-intro {
    margin: 0 0 30px;
}

.eocr-field-hint {
    display: block;
    margin-top: 8px;
}

.eocr-privacy-note {
    margin: 20px 0 0;
}

.eocr-privacy-note a {
    color: #9FCC3F;
    font-weight: 700;
    text-decoration: none;
}

.eocr-privacy-note a:hover {
    color: #8ab82f;
}

/* =========================================
   POLA FORMULARZA
   ========================================= */

.eocr-field {
    margin: 0 0 20px;
}

.eocr-field label {
    display: block;
    margin: 0 0 10px;
    color: #000;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25em;
}

.eocr-field abbr {
    color: #9FCC3F;
    text-decoration: none;
}

.eocr-field input[type="text"],
.eocr-field input[type="number"],
.eocr-field input[type="email"],
.eocr-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 14px 18px;
    background: #F8F8F8;
    border: 1px solid #F2F2F2;
    border-radius: 0;
    color: #000;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    outline: none;
    box-shadow: none;
    transition: all .25s ease;
}

.eocr-field textarea {
    min-height: 140px;
    resize: vertical;
}

.eocr-field input::placeholder,
.eocr-field textarea::placeholder {
    color: #4F4F4F;
    opacity: .75;
}

.eocr-field input:focus,
.eocr-field textarea:focus {
    background: #fff;
    border-color: #9FCC3F;
    box-shadow: 0 0 0 2px rgba(159, 204, 63, .16);
}

.eocr-field input[readonly] {
    background: #F8F8F8;
    color: #4F4F4F;
    cursor: not-allowed;
}

/* Checkbox */
.eocr-field--checkbox {
    margin-top: 8px;
}

.eocr-field--checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    color: #4F4F4F;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    cursor: pointer;
}

.eocr-field--checkbox input[type="checkbox"],
.eocr-items-table input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    accent-color: #9FCC3F;
    flex: 0 0 auto;
}

/* =========================================
   PRZYCISK KROK 1
   ========================================= */

.eocr-submit {
    margin: 30px 0 0;
}

.eocr-btn-submit,
.eocr-submit .button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 50px;
    padding: 16px 28px !important;

    background: #9FCC3F !important;
    border: 1px solid #9FCC3F !important;
    border-radius: 0 !important;

    color: #fff !important;
    font-family: "Rubik", sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-transform: uppercase;
    letter-spacing: .02em;

    box-shadow: none !important;
    cursor: pointer;
    transition: all .25s ease;
}

.eocr-btn-submit:hover,
.eocr-submit .button:hover {
    background: #8ab82f !important;
    border-color: #8ab82f !important;
    color: #fff !important;
}

.eocr-btn-submit::after,
.eocr-submit .button::after {
    content: "→";
    margin-left: 8px;
    font-size: 16px;
    line-height: 1;
}

/* =========================================
   KROK 2 - POTWIERDZENIE
   ========================================= */

.eocr-order-summary {
    margin: 0 0 30px;
}

.eocr-order-summary h3,
.eocr-form--confirm h3 {
    margin: 0 0 15px;
    color: #000;
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25em;
}

.eocr-summary-table,
.eocr-items-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #F2F2F2;
    font-family: "Rubik", sans-serif;
    color: #4F4F4F;
}

.eocr-summary-table th,
.eocr-summary-table td,
.eocr-items-table th,
.eocr-items-table td {
    padding: 15px 18px;
    border-bottom: 1px solid #F2F2F2;
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
}

.eocr-summary-table th,
.eocr-items-table thead th {
    background: #F8F8F8;
    color: #000;
    font-weight: 700;
}

.eocr-summary-table tr:last-child th,
.eocr-summary-table tr:last-child td,
.eocr-items-table tbody tr:last-child td {
    border-bottom: none;
}

.eocr-items-table label {
    color: #000;
    font-weight: 400;
    cursor: pointer;
}

.eocr-items-table tfoot th,
.eocr-items-table tfoot td {
    background: #F8F8F8;
    color: #000;
    font-weight: 700;
}

.eocr-col-check {
    width: 48px;
}

.eocr-col-qty,
.eocr-col-price {
    text-align: right !important;
    white-space: nowrap;
}

/* Komunikat */
.eocr-confirm-notice {
    margin: 25px 0 30px;
    padding: 18px 20px;
    background: #F8F8F8;
    border-left: 4px solid #9FCC3F;
}

.eocr-confirm-notice p {
    margin: 0;
    color: #4F4F4F;
    font-size: 15px;
    line-height: 1.75em;
}

/* =========================================
   PRZYCISKI KROK 2
   ========================================= */

.eocr-confirm-actions {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-top: 30px;
}

.eocr-btn-confirm {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    min-height: 50px;
    padding: 16px 28px !important;

    background: #9FCC3F !important;
    border: 1px solid #9FCC3F !important;
    border-radius: 0 !important;

    color: #fff !important;
    font-family: "Rubik", sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-transform: uppercase;
    letter-spacing: .02em;

    box-shadow: none !important;
    cursor: pointer;
    transition: all .25s ease;
}

.eocr-btn-confirm:hover {
    background: #8ab82f !important;
    border-color: #8ab82f !important;
    color: #fff !important;
}

.eocr-btn-confirm::after {
    content: "→";
    margin-left: 8px;
    font-size: 16px;
    line-height: 1;
}

.eocr-btn-cancel {
    display: inline-flex;
    align-items: center;
    min-height: 50px;
    padding: 16px 20px;
    color: #000;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .02em;
    text-decoration: none;
    transition: all .25s ease;
}

.eocr-btn-cancel:hover {
    color: #9FCC3F;
}

/* =========================================
   RESPONSYWNOŚĆ
   ========================================= */

@media (max-width: 767px) {
    .eocr-form-wrap,
    .eocr-confirm-wrap {
        padding: 24px 18px;
    }

    .eocr-confirm-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .eocr-btn-submit,
    .eocr-submit .button,
    .eocr-btn-confirm,
    .eocr-btn-cancel {
        width: 100%;
        justify-content: center;
    }

    .eocr-summary-table,
    .eocr-items-table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}/* End custom CSS */