.elementor-15 .elementor-element.elementor-element-677bb859{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:96px;--padding-right:96px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-15 .elementor-element.elementor-element-677bb859{--content-width:1280px;}}@media(max-width:1024px){.elementor-15 .elementor-element.elementor-element-677bb859{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-15 .elementor-element.elementor-element-677bb859{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for text-editor, class: .elementor-element-36bf5e52 *//* ==================================================
   PLAUKŲ DRAUGAS – WOOCOMMERCE PASKYRA
   ================================================== */

body.woocommerce-account main .woocommerce {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #222;
    font-family: Inter, Arial, sans-serif;
}

/* Pašalinami Elementor ir WooCommerce tušti tarpai */
body.woocommerce-account main .woocommerce p:empty {
    display: none !important;
}

/* ==================================================
   PRISIJUNGIMAS IR REGISTRACIJA
   ================================================== */

body.woocommerce-account #customer_login {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 30px;
    width: 100%;
    margin: 40px auto 70px;
}

/* Panaikinami seni WooCommerce float nustatymai */
body.woocommerce-account #customer_login::before,
body.woocommerce-account #customer_login::after {
    display: none !important;
    content: none !important;
}

body.woocommerce-account #customer_login .u-column1,
body.woocommerce-account #customer_login .u-column2 {
    display: flex !important;
    float: none !important;
    flex-direction: column;
    width: 100% !important;
    min-width: 0;
    margin: 0 !important;
    padding: 38px;
    border: 1px solid #dedede;
    border-radius: 6px;
    background: #fff;
}

/* ==================================================
   ANTRAŠTĖS
   ================================================== */

body.woocommerce-account #customer_login h2 {
    margin: 0 0 28px;
    padding: 0 0 18px;
    border-bottom: 1px solid #ebebeb;
    color: #222;
    font-family: Inter, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 400;
    text-align: left;
}

/* ==================================================
   FORMOS
   ================================================== */

body.woocommerce-account #customer_login form.login,
body.woocommerce-account #customer_login form.register {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

/* Formos eilutės */
body.woocommerce-account #customer_login .form-row {
    width: 100%;
    margin: 0 0 22px;
    padding: 0;
}

/* Pašalinami WooCommerce įterpti br elementai */
body.woocommerce-account #customer_login .form-row > br,
body.woocommerce-account #customer_login label > br {
    display: none !important;
}

/* Laukelių pavadinimai */
body.woocommerce-account #customer_login label {
    display: block;
    margin: 0 0 8px;
    color: #333;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

/* Privalomo laukelio žvaigždutė */
body.woocommerce-account #customer_login .required {
    color: #C67F75 !important;
    font-weight: 600;
}

/* ==================================================
   ĮVESTIES LAUKELIAI
   ================================================== */

body.woocommerce-account #customer_login input[type="text"],
body.woocommerce-account #customer_login input[type="email"],
body.woocommerce-account #customer_login input[type="password"] {
    display: block;
    width: 100% !important;
    height: 54px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px !important;
    outline: none;
    background: #fafafa !important;
    color: #222;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    box-shadow: none !important;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

body.woocommerce-account #customer_login input[type="text"]:hover,
body.woocommerce-account #customer_login input[type="email"]:hover,
body.woocommerce-account #customer_login input[type="password"]:hover {
    border-color: #c7c7c7 !important;
}

body.woocommerce-account #customer_login input[type="text"]:focus,
body.woocommerce-account #customer_login input[type="email"]:focus,
body.woocommerce-account #customer_login input[type="password"]:focus {
    border-color: #C67F75 !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(198, 127, 117, 0.12) !important;
}

/* Naršyklės automatinio užpildymo spalva */
body.woocommerce-account #customer_login input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fafafa inset !important;
    -webkit-text-fill-color: #222 !important;
}

/* ==================================================
   SLAPTAŽODŽIO LAUKAS
   ================================================== */

body.woocommerce-account #customer_login .password-input {
    position: relative;
    display: block;
    width: 100%;
}

body.woocommerce-account #customer_login .password-input input {
    padding-right: 52px;
}

body.woocommerce-account #customer_login .show-password-input {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    color: #777 !important;
    box-shadow: none !important;
    transform: translateY(-50%);
}

body.woocommerce-account #customer_login .show-password-input:hover {
    color: #C67F75 !important;
}

/* ==================================================
   „PRISIMINTI MANE“
   ================================================== */

body.woocommerce-account #customer_login
.woocommerce-form-login__rememberme {
    display: flex !important;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin: 0 0 18px;
    cursor: pointer;
}

body.woocommerce-account #customer_login
.woocommerce-form-login__rememberme input[type="checkbox"] {
    width: 17px;
    min-width: 17px;
    height: 17px;
    margin: 0;
    accent-color: #C67F75;
}

body.woocommerce-account #customer_login
.woocommerce-form-login__rememberme span {
    color: #555;
    font-size: 14px;
    font-weight: 400;
}

/* ==================================================
   PRISIJUNGTI IR REGISTRUOTIS MYGTUKAI
   ================================================== */

body.woocommerce-account #customer_login
.woocommerce-form-login__submit,
body.woocommerce-account #customer_login
.woocommerce-form-register__submit {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 56px;
    margin: 0 !important;
    padding: 14px 24px !important;
    border: 1px solid #C67F75 !important;
    border-radius: 7px !important;
    background: #C67F75 !important;
    color: #fff !important;
    font-family: Inter, Arial, sans-serif;
    font-size: 17px !important;
    line-height: 1.2;
    font-weight: 600 !important;
    text-align: center;
    text-decoration: none;
    box-shadow: none !important;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

body.woocommerce-account #customer_login
.woocommerce-form-login__submit:hover,
body.woocommerce-account #customer_login
.woocommerce-form-register__submit:hover {
    border-color: #b66e65 !important;
    background: #b66e65 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

/* Prisijungimo mygtuko eilutė */
body.woocommerce-account #customer_login
form.login > .form-row:nth-last-of-type(2) {
    margin-top: auto;
}

/* Registracijos mygtuko eilutė */
body.woocommerce-account #customer_login
form.register > .woocommerce-form-row:last-of-type {
    margin-top: auto;
    margin-bottom: 0;
}

/* ==================================================
   PAMIRŠTO SLAPTAŽODŽIO NUORODA
   ================================================== */

body.woocommerce-account #customer_login .lost_password {
    margin: 16px 0 0;
    text-align: center;
}

body.woocommerce-account #customer_login .lost_password a {
    color: #555 !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

body.woocommerce-account #customer_login .lost_password a:hover {
    color: #C67F75 !important;
}

/* ==================================================
   REGISTRACIJOS TEKSTAI
   ================================================== */

body.woocommerce-account #customer_login form.register > p:not(.form-row),
body.woocommerce-account #customer_login .woocommerce-privacy-policy-text {
    color: #666;
    font-size: 13px;
    line-height: 1.65;
    font-weight: 400;
}

body.woocommerce-account #customer_login
.woocommerce-privacy-policy-text {
    margin: 8px 0 24px;
}

body.woocommerce-account #customer_login
.woocommerce-privacy-policy-text p {
    margin: 0;
}

body.woocommerce-account #customer_login
.woocommerce-privacy-policy-link {
    color: #C67F75 !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.woocommerce-account #customer_login
.woocommerce-privacy-policy-link:hover {
    color: #b66e65 !important;
}

/* ==================================================
   WOOCOMMERCE PRANEŠIMAI
   ================================================== */

body.woocommerce-account main .woocommerce-notices-wrapper {
    grid-column: 1 / -1;
    width: 100%;
}

body.woocommerce-account main .woocommerce-error,
body.woocommerce-account main .woocommerce-message,
body.woocommerce-account main .woocommerce-info {
    width: 100%;
    margin: 0 0 25px !important;
    padding: 18px 22px 18px 48px !important;
    border: 1px solid #ecd1cd !important;
    border-top: 3px solid #C67F75 !important;
    border-radius: 5px;
    background: #fcf6f5 !important;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
}

body.woocommerce-account main .woocommerce-error::before,
body.woocommerce-account main .woocommerce-message::before,
body.woocommerce-account main .woocommerce-info::before {
    top: 18px;
    color: #C67F75 !important;
}

/* ==================================================
   PRISIJUNGUSIO KLIENTO PASKYRA
   ================================================== */

body.woocommerce-account main .woocommerce::after {
    display: block;
    clear: both;
    content: "";
}

/* Kairysis paskyros meniu */
body.woocommerce-account
.woocommerce-MyAccount-navigation {
    float: left;
    width: 28%;
    margin: 30px 0 70px;
    padding: 0;
    border: 1px solid #dedede;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

/* Dešinysis paskyros turinys */
body.woocommerce-account
.woocommerce-MyAccount-content {
    float: right;
    width: calc(72% - 30px);
    min-height: 350px;
    margin: 30px 0 70px;
    padding: 32px;
    border: 1px solid #dedede;
    border-radius: 6px;
    background: #fff;
}

body.woocommerce-account
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.woocommerce-account
.woocommerce-MyAccount-navigation li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ebebeb;
}

body.woocommerce-account
.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: 0;
}

body.woocommerce-account
.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 16px 20px;
    color: #333 !important;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    text-decoration: none !important;
    transition:
        color 0.2s ease,
        background-color 0.2s ease;
}

body.woocommerce-account
.woocommerce-MyAccount-navigation li a:hover {
    background: #faf3f2;
    color: #C67F75 !important;
}

body.woocommerce-account
.woocommerce-MyAccount-navigation li.is-active a {
    background: #C67F75;
    color: #fff !important;
    font-weight: 500;
}

/* Paskyros turinio antraštės */
body.woocommerce-account
.woocommerce-MyAccount-content h2,
body.woocommerce-account
.woocommerce-MyAccount-content h3 {
    margin-top: 0;
    color: #222;
    font-weight: 400;
}

/* Nuorodos paskyros turinyje */
body.woocommerce-account
.woocommerce-MyAccount-content a {
    color: #C67F75;
}

body.woocommerce-account
.woocommerce-MyAccount-content a:hover {
    color: #b66e65;
}

/* ==================================================
   PRISIJUNGUSIO KLIENTO LAUKELIAI
   ================================================== */

body.woocommerce-account
.woocommerce-MyAccount-content input[type="text"],
body.woocommerce-account
.woocommerce-MyAccount-content input[type="email"],
body.woocommerce-account
.woocommerce-MyAccount-content input[type="tel"],
body.woocommerce-account
.woocommerce-MyAccount-content input[type="password"],
body.woocommerce-account
.woocommerce-MyAccount-content select,
body.woocommerce-account
.woocommerce-MyAccount-content textarea {
    width: 100%;
    min-height: 52px;
    padding: 12px 15px;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px !important;
    outline: none;
    background: #fafafa !important;
    color: #222;
    font-family: Inter, Arial, sans-serif;
    box-shadow: none !important;
}

body.woocommerce-account
.woocommerce-MyAccount-content textarea {
    min-height: 120px;
    resize: vertical;
}

body.woocommerce-account
.woocommerce-MyAccount-content input:focus,
body.woocommerce-account
.woocommerce-MyAccount-content select:focus,
body.woocommerce-account
.woocommerce-MyAccount-content textarea:focus {
    border-color: #C67F75 !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(198, 127, 117, 0.12) !important;
}

/* ==================================================
   PRISIJUNGUSIO KLIENTO MYGTUKAI
   ================================================== */

body.woocommerce-account
.woocommerce-MyAccount-content .button {
    min-height: 48px;
    padding: 12px 22px !important;
    border: 1px solid #C67F75 !important;
    border-radius: 6px !important;
    background: #C67F75 !important;
    color: #fff !important;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

body.woocommerce-account
.woocommerce-MyAccount-content .button:hover {
    border-color: #b66e65 !important;
    background: #b66e65 !important;
    color: #fff !important;
}

/* ==================================================
   UŽSAKYMŲ LENTELĖ
   ================================================== */

body.woocommerce-account
.woocommerce-orders-table {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
}

body.woocommerce-account
.woocommerce-orders-table th,
body.woocommerce-account
.woocommerce-orders-table td {
    padding: 14px;
    border: 1px solid #e7e7e7;
    text-align: left;
}

body.woocommerce-account
.woocommerce-orders-table th {
    background: #fafafa;
    font-size: 14px;
    font-weight: 600;
}

/* ==================================================
   ADRESŲ KORTELĖS
   ================================================== */

body.woocommerce-account
.woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

body.woocommerce-account
.woocommerce-Addresses::before,
body.woocommerce-account
.woocommerce-Addresses::after {
    display: none !important;
}

body.woocommerce-account
.woocommerce-Addresses .woocommerce-Address {
    float: none !important;
    width: 100% !important;
    padding: 22px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    background: #fafafa;
}

/* ==================================================
   PLANŠETĖ
   ================================================== */

@media (max-width: 900px) {
    body.woocommerce-account #customer_login {
        gap: 20px;
        margin-top: 30px;
    }

    body.woocommerce-account #customer_login .u-column1,
    body.woocommerce-account #customer_login .u-column2 {
        padding: 28px;
    }

    body.woocommerce-account #customer_login h2 {
        font-size: 25px;
    }

    body.woocommerce-account
    .woocommerce-MyAccount-navigation,
    body.woocommerce-account
    .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }

    body.woocommerce-account
    .woocommerce-MyAccount-navigation {
        margin: 25px 0 20px;
    }

    body.woocommerce-account
    .woocommerce-MyAccount-content {
        margin: 0 0 50px;
    }
}

/* ==================================================
   MOBILUSIS TELEFONAS
   ================================================== */

@media (max-width: 650px) {
    body.woocommerce-account main .woocommerce {
        padding: 0 12px;
    }

    body.woocommerce-account #customer_login {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 20px auto 45px;
    }

    body.woocommerce-account #customer_login .u-column1,
    body.woocommerce-account #customer_login .u-column2 {
        padding: 24px 20px;
    }

    body.woocommerce-account #customer_login h2 {
        margin-bottom: 22px;
        padding-bottom: 15px;
        font-size: 24px;
    }

    body.woocommerce-account #customer_login input[type="text"],
    body.woocommerce-account #customer_login input[type="email"],
    body.woocommerce-account #customer_login input[type="password"] {
        height: 52px;
        font-size: 16px;
    }

    body.woocommerce-account #customer_login
    .woocommerce-form-login__submit,
    body.woocommerce-account #customer_login
    .woocommerce-form-register__submit {
        min-height: 54px;
        font-size: 16px !important;
    }

    body.woocommerce-account
    .woocommerce-MyAccount-content {
        padding: 22px 18px;
    }

    body.woocommerce-account
    .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }

    body.woocommerce-account
    .woocommerce-orders-table {
        font-size: 13px;
    }

    body.woocommerce-account
    .woocommerce-orders-table th,
    body.woocommerce-account
    .woocommerce-orders-table td {
        padding: 10px 8px;
    }
}

/* ==================================================
   PLAUKŲ DRAUGAS – SLAPTAŽODŽIO ATKŪRIMAS
   ================================================== */

/* Slaptažodžio atkūrimo kortelė */
body.woocommerce-account main
.woocommerce-ResetPassword.lost_reset_password {
    display: block;
    float: none !important;
    width: 100%;
    max-width: 620px;
    margin: 40px auto 70px !important;
    padding: 38px;
    border: 1px solid #dedede;
    border-radius: 6px;
    background: #fff;
    color: #222;
    font-family: Inter, Arial, sans-serif;
    box-shadow: none;
}

/* Formos antraštė */
body.woocommerce-account main
.woocommerce-ResetPassword.lost_reset_password::before {
    display: block;
    margin: 0 0 24px;
    padding: 0 0 18px;
    border-bottom: 1px solid #ebebeb;
    color: #222;
    font-family: Inter, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 400;
    content: "Slaptažodžio atkūrimas";
}

/* Paaiškinimo tekstas */
body.woocommerce-account main
.woocommerce-ResetPassword.lost_reset_password > p:first-of-type {
    margin: 0 0 26px;
    color: #555;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
}

/* Laukelio eilutė */
body.woocommerce-account main
.woocommerce-ResetPassword.lost_reset_password
.woocommerce-form-row {
    float: none !important;
    clear: both;
    width: 100% !important;
    margin: 0 0 22px;
    padding: 0;
}

/* Pašalinami WooCommerce įterpti br elementai */
body.woocommerce-account main
.woocommerce-ResetPassword.lost_reset_password
.woocommerce-form-row > br {
    display: none !important;
}

/* Laukelio pavadinimas */
body.woocommerce-account main
.woocommerce-ResetPassword.lost_reset_password label {
    display: block;
    margin: 0 0 8px;
    color: #333;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

/* Privalomo laukelio žvaigždutė */
body.woocommerce-account main
.woocommerce-ResetPassword.lost_reset_password
.required {
    color: #C67F75 !important;
    font-weight: 600;
}

/* Vartotojo vardo arba el. pašto laukelis */
body.woocommerce-account main
.woocommerce-ResetPassword.lost_reset_password
input[type="text"] {
    display: block;
    width: 100% !important;
    height: 54px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px !important;
    outline: none;
    background: #fafafa !important;
    color: #222;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    box-shadow: none !important;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

body.woocommerce-account main
.woocommerce-ResetPassword.lost_reset_password
input[type="text"]:hover {
    border-color: #c7c7c7 !important;
}

body.woocommerce-account main
.woocommerce-ResetPassword.lost_reset_password
input[type="text"]:focus {
    border-color: #C67F75 !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(198, 127, 117, 0.12) !important;
}

/* Automatinio užpildymo fonas */
body.woocommerce-account main
.woocommerce-ResetPassword.lost_reset_password
input[type="text"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fafafa inset !important;
    -webkit-text-fill-color: #222 !important;
}

/* Išvalomas WooCommerce float */
body.woocommerce-account main
.woocommerce-ResetPassword.lost_reset_password
.clear {
    display: none !important;
}

/* Slaptažodžio atkūrimo mygtukas */
body.woocommerce-account main
.woocommerce-ResetPassword.lost_reset_password
button[type="submit"] {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 56px;
    margin: 0 !important;
    padding: 14px 24px !important;
    border: 1px solid #C67F75 !important;
    border-radius: 7px !important;
    background: #C67F75 !important;
    color: #fff !important;
    font-family: Inter, Arial, sans-serif;
    font-size: 17px !important;
    line-height: 1.2;
    font-weight: 600 !important;
    text-align: center;
    text-decoration: none;
    box-shadow: none !important;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

body.woocommerce-account main
.woocommerce-ResetPassword.lost_reset_password
button[type="submit"]:hover {
    border-color: #b66e65 !important;
    background: #b66e65 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

/* Paslepiama paskutinė eilutė su techniniais laukais */
body.woocommerce-account main
.woocommerce-ResetPassword.lost_reset_password > p:last-child {
    display: none !important;
}

/* ==================================================
   WOOCOMMERCE PRANEŠIMAI ŠIAME PUSLAPYJE
   ================================================== */

body.woocommerce-account main
.woocommerce-notices-wrapper:not(:empty) {
    width: 100%;
    max-width: 620px;
    margin: 20px auto 0;
}

body.woocommerce-account main
.woocommerce-notices-wrapper .woocommerce-error,
body.woocommerce-account main
.woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-account main
.woocommerce-notices-wrapper .woocommerce-info {
    margin-bottom: 20px !important;
    border-top-color: #C67F75 !important;
    background: #fcf6f5 !important;
}

body.woocommerce-account main
.woocommerce-notices-wrapper .woocommerce-error::before,
body.woocommerce-account main
.woocommerce-notices-wrapper .woocommerce-message::before,
body.woocommerce-account main
.woocommerce-notices-wrapper .woocommerce-info::before {
    color: #C67F75 !important;
}

/* ==================================================
   MOBILUSIS TELEFONAS
   ================================================== */

@media (max-width: 650px) {
    body.woocommerce-account main
    .woocommerce-ResetPassword.lost_reset_password {
        max-width: 100%;
        margin: 20px auto 45px !important;
        padding: 25px 20px;
    }

    body.woocommerce-account main
    .woocommerce-ResetPassword.lost_reset_password::before {
        margin-bottom: 20px;
        padding-bottom: 15px;
        font-size: 24px;
    }

    body.woocommerce-account main
    .woocommerce-ResetPassword.lost_reset_password
    > p:first-of-type {
        margin-bottom: 22px;
        font-size: 14px;
    }

    body.woocommerce-account main
    .woocommerce-ResetPassword.lost_reset_password
    input[type="text"] {
        height: 52px;
        font-size: 16px;
    }

    body.woocommerce-account main
    .woocommerce-ResetPassword.lost_reset_password
    button[type="submit"] {
        min-height: 54px;
        font-size: 16px !important;
    }
}


/* ========================================
   PASKYROS MENIU LYGIAVIMAS
======================================== */

body.woocommerce-account
.woocommerce-MyAccount-navigation ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-account
.woocommerce-MyAccount-navigation li {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-account
.woocommerce-MyAccount-navigation li a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: 100% !important;
    min-height: 72px !important;
    margin: 0 !important;
    padding: 14px 30px !important;

    line-height: 1.35 !important;
    text-align: left !important;
    box-sizing: border-box !important;
}

/* Pašalinamas neteisingai rodomas ženkliukas prie My Reviews */
body.woocommerce-account
.woocommerce-MyAccount-navigation li a::before,
body.woocommerce-account
.woocommerce-MyAccount-navigation li a::after {
    display: none !important;
    content: none !important;
}

/* ========================================
   ATSILIEPIMO BŪSENA
======================================== */

body.woocommerce-account
.woocommerce-MyAccount-content .pd-review-status {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 0 !important;
    margin: 0 0 0 12px !important;
    padding: 5px 10px !important;

    color: #496a50 !important;
    background: #e5f4e8 !important;
    border-radius: 5px !important;

    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}

/* Pašalinama nereikalinga žalia juostelė */
body.woocommerce-account
.woocommerce-MyAccount-content .pd-review-status::before,
body.woocommerce-account
.woocommerce-MyAccount-content .pd-review-status::after {
    display: none !important;
    content: none !important;
}

/* ========================================
   ATSILIEPIMO DATA IR BŪSENA
======================================== */

.yayrev-my-review__meta {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 12px !important;

    margin-top: 20px !important;
    padding-top: 20px !important;
}

/* Pašalinami WordPress automatiškai įterpti tarpai */
.yayrev-my-review__meta br,
.yayrev-my-review__date br,
.yayrev-my-review__status br {
    display: none !important;
}

/* Panaikinamas nereikalingas P elemento išdėstymas */
.yayrev-my-review__meta > p {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
}

.yayrev-my-review__meta > p:empty {
    display: none !important;
}

/* Data */
.yayrev-my-review__date {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #777 !important;
}

.yayrev-my-review__date time {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Būsena „Paskelbta“ */
.yayrev-my-review__status {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 0 !important;
    height: auto !important;

    margin: 0 !important;
    padding: 5px 10px !important;

    color: #496a50 !important;
    background: #e5f4e8 !important;
    border: 0 !important;
    border-radius: 5px !important;

    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}

/* Pašalinama žalia vertikali juostelė */
.yayrev-my-review__status::before,
.yayrev-my-review__status::after {
    display: none !important;
    content: none !important;
}

/* Paskyros pranešimų mygtukų tekstas tiksliai per vidurį */
body.woocommerce-account
.woocommerce-MyAccount-content a.button,
body.woocommerce-account
.woocommerce-MyAccount-content button.button,
body.woocommerce-account
.woocommerce-MyAccount-content .woocommerce-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 52px !important;
    margin: 0 !important;
    padding: 12px 28px !important;

    text-align: center !important;
    line-height: 1.2 !important;
    vertical-align: middle !important;
    box-sizing: border-box !important;
}

/* Neleidžia vidiniams elementams pakeisti lygiavimo */
body.woocommerce-account
.woocommerce-MyAccount-content a.button span,
body.woocommerce-account
.woocommerce-MyAccount-content button.button span,
body.woocommerce-account
.woocommerce-MyAccount-content .woocommerce-button span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.2 !important;
}

@media (max-width: 767px) {
    body.woocommerce-account .woocommerce-info
    > a.button.wc-forward[href*="wc_send_verification"] {
        position: static !important;
        float: none !important;
        display: block !important;

        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        box-sizing: border-box !important;

        margin: 0 0 16px !important;
        padding: 12px 10px !important;

        white-space: normal !important;
        overflow-wrap: anywhere;
        text-align: center !important;
        line-height: 1.4 !important;
        transform: none !important;
    }
}/* End custom CSS */