/* WC Reklamacje - Lanzaro v1.1.0 */

.wcze-wrap {
    clear: both;
    margin-top: 1.5em;
}

.wcze-btn-open.button,
.wcze-btn-open.button.alt {
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    background: #000 !important;
    color: #fff !important;
    font-family: inherit;
    font-weight: 600;
}

.wcze-btn-open.button:hover,
.wcze-btn-open.button:focus {
    border-color: #222 !important;
    background: #222 !important;
    color: #fff !important;
}

.wcze-form-wrap,
.wcze-form-wrap * {
    box-sizing: border-box;
}

.wcze-form-wrap {
    width: 100%;
    max-width: 774px;
    margin: 28px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #222;
    font-family: "Montserrat", "Poppins", Arial, sans-serif;
}

.wcze-form-logo {
    width: 312px;
    max-width: 100%;
    margin: 0 0 34px;
}

.wcze-form-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.wcze-form-wrap h3 {
    margin: 0 0 18px;
    color: #171717;
    font-family: inherit;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.7px;
    text-align: left;
}

.wcze-heading-line {
    width: 100%;
    height: 1px;
    margin: 0 0 40px;
    background: #e3e3e3;
}

.wcze-fields.wcze-fields-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
    row-gap: 21px;
    margin: 0 0 22px;
}

.wcze-fields-grid label {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    color: #2b2b2b;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

.wcze-label-text {
    display: inline;
}

.wcze-required {
    color: #333;
}

.wcze-field-full {
    grid-column: 1 / -1;
}

.wcze-form-wrap input.wcze-field,
.wcze-form-wrap textarea.wcze-field {
    display: block;
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    outline: 0;
    background: #fff !important;
    box-shadow: none !important;
    color: #222;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-appearance: none;
    appearance: none;
}

.wcze-form-wrap input.wcze-field:focus,
.wcze-form-wrap textarea.wcze-field:focus {
    border-color: #777 !important;
    box-shadow: none !important;
}

.wcze-form-wrap input.wcze-field[readonly] {
    background: #fff !important;
    color: #333;
    cursor: default;
}

.wcze-phone-wrap {
    display: flex;
    width: 100%;
    height: 46px;
}

.wcze-phone-prefix {
    display: flex;
    width: 66px;
    flex: 0 0 66px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-right: 0;
    background: #eee;
    color: #333;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
}

.wcze-phone-wrap input.wcze-field {
    min-width: 0;
    flex: 1;
}

.wcze-actions {
    display: flex;
    width: 100%;
    gap: 12px;
    align-items: stretch;
    margin: 0;
}

.wcze-submit.button,
.wcze-submit.button.alt {
    display: flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 12px 20px;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    background: #000 !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.wcze-submit.button:hover,
.wcze-submit.button:focus,
.wcze-submit.button.alt:hover,
.wcze-submit.button.alt:focus {
    border-color: #222 !important;
    background: #222 !important;
    color: #fff !important;
}

.wcze-submit.button:disabled {
    opacity: 0.65;
    cursor: wait;
}

.wcze-btn-cancel.button {
    min-width: 120px;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #444 !important;
}

.wcze-message {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 0;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5;
}

.wcze-message.success {
    border: 1px solid #b7dfc1;
    background: #eaf7ed;
    color: #155724;
}

.wcze-message.error {
    border: 1px solid #f0b8be;
    background: #fbeaec;
    color: #721c24;
}

.wcze-info,
.wcze-already-sent {
    padding: 16px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    color: #333;
}

.wcze-status {
    display: inline-block;
    padding: 0.2em 0.65em;
    border-radius: 2em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.wcze-status--nowe          { background: #dbeafe; color: #1e40af; }
.wcze-status--w_trakcie     { background: #fef9c3; color: #854d0e; }
.wcze-status--zaakceptowane { background: #d1fae5; color: #065f46; }
.wcze-status--odrzucone     { background: #fee2e2; color: #991b1b; }
.wcze-status--zakonczone    { background: #e5e7eb; color: #374151; }

.wcze-guest-article {
    display: flex !important;
    width: 100%;
    justify-content: center !important;
    margin: 0;
    padding: 76px 20px 46px;
    background: #fff;
}

.wcze-guest-article .entry-content,
.wcze-guest-page {
    width: 100%;
    max-width: 774px;
    margin: 0;
    padding: 0;
}

.wcze-guest-page .wcze-form-wrap {
    display: block !important;
    max-width: 100%;
    margin: 0;
}

body.wcze-reklamacja-page {
    background: #fff !important;
}

body.wcze-reklamacja-page #site-header,
body.wcze-reklamacja-page #top-bar-wrap,
body.wcze-reklamacja-page header#masthead,
body.wcze-reklamacja-page .site-header,
body.wcze-reklamacja-page #footer,
body.wcze-reklamacja-page footer#colophon,
body.wcze-reklamacja-page .site-footer,
body.wcze-reklamacja-page #scroll-top {
    display: none !important;
}

body.wcze-reklamacja-page #content-wrap,
body.wcze-reklamacja-page #primary,
body.wcze-reklamacja-page .content-area,
body.wcze-reklamacja-page .container,
body.wcze-reklamacja-page .site-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 767px) {
    .wcze-guest-article {
        padding: 34px 18px;
    }

    .wcze-form-logo {
        width: 250px;
        margin-bottom: 28px;
    }

    .wcze-form-wrap h3 {
        font-size: 25px;
        letter-spacing: -0.4px;
    }

    .wcze-heading-line {
        margin-bottom: 28px;
    }

    .wcze-fields.wcze-fields-grid {
        grid-template-columns: 1fr;
        row-gap: 17px;
    }

    .wcze-field-full {
        grid-column: auto;
    }

    .wcze-actions {
        flex-direction: column;
    }

    .wcze-btn-cancel.button {
        width: 100%;
    }
}


/* Publiczna strona reklamacji - shortcode [wcze_formularz_reklamacyjny] */
.wcze-public-page {
    width: 100%;
    max-width: 774px;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
}

.wcze-public-lookup {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.wcze-public-lookup h3 {
    margin: 0 0 18px;
    color: #171717;
    font-family: inherit;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
}

.wcze-public-intro {
    margin: 0 0 28px;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 1.6;
}

.wcze-public-lookup-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 32px;
    margin-bottom: 24px;
}

.wcze-public-lookup-fields label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 0;
}

.wcze-public-lookup input.wcze-field {
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    color: #222;
    font-family: inherit;
    font-size: 16px;
    box-sizing: border-box;
}

.wcze-public-lookup-submit.button,
.wcze-public-lookup-submit.button.alt {
    display: flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 12px 20px;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    background: #000 !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.wcze-public-lookup-submit.button:disabled {
    opacity: 0.65;
    cursor: wait;
}

.wcze-public-form-target .wcze-form-wrap {
    max-width: 100%;
    margin: 0;
}

@media (max-width: 767px) {
    .wcze-public-page {
        padding: 10px 0;
    }

    .wcze-public-lookup h3 {
        font-size: 25px;
    }

    .wcze-public-lookup-fields {
        grid-template-columns: 1fr;
        gap: 17px;
    }
}
