.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-699 .elementor-element.elementor-element-fba1c73{--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 hotera_hotel_search, class: .elementor-element-7ad9cd8 *//* Pola formularza (input, select, textarea) */
.mphb_sc_search-form input[type="text"],
.mphb_sc_search-form input[type="number"],
.mphb_sc_search-form input[type="date"],
.mphb_sc_search-form select,
.mphb_sc_checkout-form input[type="text"],
.mphb_sc_checkout-form input[type="number"],
.mphb_sc_checkout-form input[type="date"],
.mphb_sc_checkout-form select {
    width: 100%;
    padding: 12px 16px;
    margin: 8px 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
}

.mphb_sc_search-form input:focus,
.mphb_sc_search-form select:focus,
.mphb_sc_checkout-form input:focus,
.mphb_sc_checkout-form select:focus {
    border-color: #4a90e2;
    box-shadow: 0 0 6px rgba(74,144,226,0.4);
    outline: none;
}

/* Przyciski */
.mphb_sc_search-form input[type="submit"],
.mphb_sc_checkout-form input[type="submit"],
.mphb-reserve-btn,
button.mphb_sc_checkout-submit-button {
    display: inline-block;
    background: linear-gradient(135deg, #4a90e2, #357ABD);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.mphb_sc_search-form input[type="submit"]:hover,
.mphb_sc_checkout-form input[type="submit"]:hover,
.mphb-reserve-btn:hover,
button.mphb_sc_checkout-submit-button:hover {
    background: linear-gradient(135deg, #5aa1f0, #3f80c0);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}/* End custom CSS */