.elementor-5692 .elementor-element.elementor-element-7270ff9{--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;}.elementor-5692 .elementor-element.elementor-element-fe924cc{text-align:center;}.elementor-5692 .elementor-element.elementor-element-fe924cc .elementor-heading-title{font-weight:700;}/* Start custom CSS for shortcode, class: .elementor-element-0c6ac5a */.wpcf7 form {
    max-width: 650px;
    margin: 0 auto;
    padding: 32px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
}

/* Label */
.wpcf7 label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

/* Inputy i textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 14px 16px;
    margin-top: 6px;
    margin-bottom: 20px;
    border: 1px solid #d8e2ea;
    border-radius: 10px;
    background: #f8fbfd;
    font-size: 16px;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

/* Focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    outline: none;
    border-color: #6EC1E4;
    box-shadow: 0 0 0 4px rgba(110, 193, 228, 0.2);
    background: #fff;
}

/* Textarea */
.wpcf7 textarea {
    min-height: 140px;
    resize: vertical;
}

/* Button */
.wpcf7 input[type="submit"] {
    width: 100%;
    padding: 16px;
    background: #6EC1E4;
    color: white;
    font-size: 17px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover button */
.wpcf7 input[type="submit"]:hover {
    background: #53b2d9;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(110, 193, 228, 0.35);
}

/* Komunikaty walidacji */
.wpcf7-not-valid-tip {
    color: #e53935;
    font-size: 14px;
    margin-top: -12px;
    margin-bottom: 12px;
}

/* Success / error box */
.wpcf7-response-output {
    margin-top: 20px;
    border-radius: 10px;
    padding: 14px;
}
/* Wrapper checkboxów */
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-acceptance {
    display: block;
    margin-bottom: 20px;
}

/* Label checkboxa */
.wpcf7 .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}

/* Sam checkbox */
.wpcf7 input[type="checkbox"] {
    appearance: auto; /* ważne — resetuje custom style motywu */
    -webkit-appearance: checkbox;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: 2px 0 0 0;
    accent-color: #6EC1E4;
    cursor: pointer;
}/* End custom CSS */