/* Start custom CSS for html, class: .elementor-element-02e245d *//* ==================================================
   TPFons-lomake / kummilapset.svk.fi
   ================================================== */

/* ------------------------------
   Lomakkeen perusasettelu
   ------------------------------ */

.tpfons_form {
    max-width: 900px;
    margin: 0 auto;
}

/* Kentät takaisin allekkain */

.tpfons_inputwrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    margin-bottom: 20px !important;
}

.tpfons_inputlabel {
    display: block !important;
    margin-bottom: 6px !important;
    font-weight: 600 !important;
    color: #17354b !important;
}

/* ------------------------------
   Tekstikentät
   ------------------------------ */

.tpfons_textinput,
.tpfons_selectInput {
    width: 100% !important;
    box-sizing: border-box !important;

    border: 1px solid #d8dde1 !important;
    border-radius: 14px !important;

    padding: 14px 18px !important;
    font-size: 16px !important;

    background: #fff !important;
}

.tpfons_textinput:focus,
.tpfons_selectInput:focus {
    border-color: #2f7d3f !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(47,125,63,.15) !important;
}

/* ------------------------------
   Lahjoitusnapit
   ------------------------------ */

.tpfons_donationButtonsWrapper {
    display: flex !important;/* End custom CSS */