/* ==========================================================================
   Design tokens
   ========================================================================== */

:root {
    --gm-font-family: "Poppins", Arial, Helvetica, sans-serif;

    --gm-color-text: #18212f;
    --gm-color-text-soft: #48617a;
    --gm-color-heading: #16385f;
    --gm-color-dark: #071b45;
    --gm-color-dark-hover: #0f2f57;
    --gm-color-light: #f3f3f3;
    --gm-color-light-text: #3e3e3e;

    --gm-color-border: #d7dbe3;
    --gm-color-border-soft: #cfdeec;
    --gm-color-placeholder: #91a4b7;

    --gm-shadow-xs: 0 10px 22px rgba(17, 47, 87, 0.06);
    --gm-shadow-sm: 0 10px 24px rgba(17, 47, 87, 0.07);
    --gm-shadow-md: 0 14px 34px rgba(15, 23, 42, 0.06);

    --gm-focus-border: #6ec1e4;
    --gm-focus-ring: 0 0 0 4px rgba(110, 193, 228, 0.18), 0 14px 30px rgba(14, 47, 90, 0.12);

    --gm-success-accent: #89a61b;
    --gm-success-bg: #f3f9e6;
    --gm-success-border: #dbe9bb;
    --gm-success-text: #4f6512;
    --gm-success-icon-bg: #edf6da;
    --gm-success-icon: #739012;

    --gm-info-accent: #2f6fed;
    --gm-info-bg: #f6f9ff;
    --gm-info-border: #dbe6f0;
    --gm-info-text: #1f4e79;
    --gm-info-icon-bg: #e8f0ff;
    --gm-info-icon: #2f6fed;

    --gm-error-accent: #d64545;
    --gm-error-bg: #fff8f8;
    --gm-error-border: #f1d7d7;
    --gm-error-text: #7a1f24;
    --gm-error-icon-bg: #fdeaea;
    --gm-error-icon: #d64545;
}

/* ==========================================================================
   Typography
   ========================================================================== */

body,
button,
input,
select,
textarea,
label,
.site-button,
.woocommerce,
.event-tickets,
.tudastar-notification {
    font-family: var(--gm-font-family);
}



/* ==========================================================================
   Shared form controls
   ========================================================================== */

.site-footer .footer-newsletter-widget input.input,
.gy-profile-form input.input-text,
.gy-profile-form select,
.gy-profile-form textarea,
.gy-profile-form .select2-container--default .select2-selection--single,
.gy-profile-form .select2-container--default .select2-selection--multiple,
:is(.entry .entry-content .event-tickets, .event-tickets) .tribe-tickets__form input[type="number"].tribe-tickets__tickets-item-quantity-number-input {
    width: 100%;
    min-height: 35px;
    padding: 15px 14px;
    border: 1px solid var(--gm-color-border);
    border-radius: 0;
    background: #ffffff;
    box-sizing: border-box;
    color: var(--gm-color-heading);
    font-family: var(--gm-font-family) !important;
    font-size: 0.98rem;
    line-height: 1.2;
    appearance: none;
    -webkit-appearance: none;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease,
        background-color 0.25s ease;
}

/* Unified button hover state */
:is(
    .site-button:not(.social-link),
    .tudastar-card__button,
    .gyik-link a,
    .kapcsolat-btn,
    .search .gm-search-card__link,
    .search .gm-search-form__button,
    .gm-event-card__button.site-button,
    body.woocommerce-cart .return-to-shop .button.wc-backward,
    body.woocommerce-cart .return-to-shop a.wc-backward,
    body.woocommerce-order-received .tec-tickets__wallet-plus-component-pdf-button-link,
    body.woocommerce-order-received .tribe-common-c-btn-border.tec-tickets__wallet-plus-component-pdf-button-link,
    .woocommerce-checkout .woocommerce-button,
    .woocommerce-checkout .woocommerce-form-login__submit,
    .woocommerce-checkout #place_order,
    .woocommerce-checkout button[name="woocommerce_checkout_update_totals"],
    .woocommerce-checkout .woocommerce-checkout-payment .button.alt,
    .tribe-modal__wrapper--ar .tribe-common-c-btn,
    .tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-submit,
    .tribe-modal__wrapper--ar .tribe-tickets__attendee-tickets-footer-checkout-button,
    .tribe-modal__wrapper--ar button[name="checkout-button"], .entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus, .entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover, .entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:focus, .entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:hover, .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus, .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover, .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:focus, .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:hover, input.wpcf7-form-control.wpcf7-submit.has-spinner
):hover {
    background: #0b1f4d !important;
    border-color: #0b1f4d !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(11, 31, 77, 0.18);
}

.site-footer .footer-newsletter-widget input.input:hover,
.gy-profile-form input.input-text:hover,
.gy-profile-form select:hover,
.gy-profile-form textarea:hover,
.gy-profile-form .select2-container--default .select2-selection--single:hover,
.gy-profile-form .select2-container--default .select2-selection--multiple:hover,
:is(.entry .entry-content .event-tickets, .event-tickets) .tribe-tickets__form input[type="number"].tribe-tickets__tickets-item-quantity-number-input:hover {
    border-color: #b8d3e6;
    background: #ffffff;
}

.site-footer .footer-newsletter-widget input.input:focus,
.gy-profile-form input.input-text:focus,
.gy-profile-form select:focus,
.gy-profile-form textarea:focus,
.gy-profile-form .select2-container--default.select2-container--focus .select2-selection--single,
.gy-profile-form .select2-container--default.select2-container--focus .select2-selection--multiple,
:is(.entry .entry-content .event-tickets, .event-tickets) .tribe-tickets__form input[type="number"].tribe-tickets__tickets-item-quantity-number-input:focus {
    outline: none;
    border-color: var(--gm-focus-border);
    background: #ffffff;
    transform: translateY(-1px);
    box-shadow: var(--gm-focus-ring);
}

.site-footer .footer-newsletter-widget input.input::placeholder,
.gy-profile-form input.input-text::placeholder,
.gy-profile-form textarea::placeholder,
:is(.entry .entry-content .event-tickets, .event-tickets) .tribe-tickets__form input[type="number"].tribe-tickets__tickets-item-quantity-number-input::placeholder {
    color: var(--gm-color-placeholder);
    opacity: 1;
}

/* ==========================================================================
   Footer newsletter
   ========================================================================== */

.site-footer .footer-newsletter-widget,
.site-footer .footer-newsletter-widget .sib-form,
.site-footer .footer-newsletter-widget #sib-form-container,
.site-footer .footer-newsletter-widget #sib-container,
.site-footer .footer-newsletter-widget .footer-newsletter-form {
    width: 100%;
    max-width: 100%;
}

.site-footer .footer-newsletter-widget #sib-form-container {
    padding: 0;
    border: 0;
    background: transparent;
}

.site-footer .footer-newsletter-widget .footer-form-field {
    margin-bottom: 14px;
    padding: 0;
}

.site-footer .footer-newsletter-widget .sib-form-block,
.site-footer .footer-newsletter-widget .sib-input,
.site-footer .footer-newsletter-widget .form__entry,
.site-footer .footer-newsletter-widget .entry_block {
    width: 100%;
}

.site-footer .footer-newsletter-widget .form__entry {
    margin: 0;
    padding: 0;
}

.site-footer .footer-newsletter-widget .form__label-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.site-footer .footer-newsletter-widget .entry__label {
    margin: 0;
    color: var(--gm-color-heading);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.25s ease, transform 0.25s ease;
}

.site-footer .footer-newsletter-widget .form__label-row:focus-within .entry__label {
    color: #0e2f5a;
    transform: translateX(4px);
}

.site-footer .footer-newsletter-widget .entry__field {
    position: relative;
}

.site-footer .footer-newsletter-widget .entry__field::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 8px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0e2f5a 0%, #6ec1e4 100%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.28s ease;
    pointer-events: none;
}

.site-footer .footer-newsletter-widget .form__label-row:focus-within .entry__field::after {
    transform: scaleX(1);
}

.site-footer .footer-newsletter-widget input.input {
    height: 54px;
    min-height: 54px;
    border-color: var(--gm-color-border-soft);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--gm-shadow-sm);
}

.site-footer .footer-newsletter-widget .entry__error {
    display: none;
    margin-top: 6px;
    color: #c2410c;
    font-size: 0.83rem;
    line-height: 1.35;
    font-weight: 500;
}

.site-footer .footer-newsletter-widget .entry__error:not(:empty) {
    display: block;
}

.site-footer .footer-newsletter-widget .entry__label[data-required="*"]::after {
    content: " *";
    color: #c2410c;
    font-weight: 700;
}

.site-footer .footer-newsletter-widget .footer-form-submit-wrap {
    margin-top: 18px;
    padding: 0;
    text-align: left;
}

.site-footer .footer-newsletter-widget .footer-submit-button .icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.site-footer .footer-newsletter-widget .sib-hide-loader-icon {
    display: none;
}

.site-footer .footer-newsletter-widget .sib-form-message-panel {
    display: none;
    position: relative;
    margin: 0 0 14px;
    padding: 14px 16px 14px 58px;
    border: 1px solid transparent;
    border-left-width: 4px;
    border-radius: 0;
    box-shadow: var(--gm-shadow-xs);
}

.site-footer .footer-newsletter-widget .sib-form-message-panel::before {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    font-family: var(--gm-font-family);
}

.site-footer .footer-newsletter-widget #error-message {
    color: var(--gm-error-text);
    background: var(--gm-error-bg);
    border-color: var(--gm-error-border);
    border-left-color: var(--gm-error-accent);
}

.site-footer .footer-newsletter-widget #error-message::before {
    content: "!";
    background: var(--gm-error-icon-bg);
    color: var(--gm-error-icon);
}

.site-footer .footer-newsletter-widget #success-message {
    color: var(--gm-success-text);
    background: var(--gm-success-bg);
    border-color: var(--gm-success-border);
    border-left-color: var(--gm-success-accent);
}

.site-footer .footer-newsletter-widget #success-message::before {
    content: "Ã¢Å“â€œ";
    background: var(--gm-success-icon-bg);
    color: var(--gm-success-icon);
}

.site-footer .footer-newsletter-widget .sib-form-message-panel__text {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.site-footer .footer-newsletter-widget .sib-form-message-panel__inner-text {
    font-size: 0.92rem;
    line-height: 1.5;
}

.site-footer .footer-newsletter-widget .sib-notification__icon,
.site-footer .footer-newsletter-widget .sib-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.site-footer .footer-newsletter-widget .input--hidden,
.site-footer .footer-newsletter-widget [aria-hidden="true"].input--hidden {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 767.98px) {
    .site-footer .footer-newsletter-widget .footer-submit-button {
        width: 100%;
        min-width: 100%;
    }
}

/* ==========================================================================
   Account edit form
   ========================================================================== */

.account-edit-page {
    padding-bottom: 48px;
}

.gy-profile-form {
    margin-top: 24px;
    color: var(--gm-color-text);
}

.gy-profile-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    align-items: start;
}

.gy-profile-form__card {
    margin-bottom: 2rem;
    padding: 32px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.gy-profile-form__title {
    margin: 0 0 24px;
    color: var(--gm-color-text);
    font-size: 1.5rem;
    line-height: 1.2;
}

.gy-profile-form__separator {
    margin: 28px 0;
    opacity: 0.12;
}

.gy-profile-form .form-row {
    margin-bottom: 18px;
}

.gy-profile-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--gm-color-text);
    font-family: var(--gm-font-family);
    font-weight: 600;
    line-height: 1.4;
}

.gy-profile-form textarea {
    min-height: 120px;
    resize: vertical;
}

.gy-profile-form__actions {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.gy-profile-form__notice-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gy-profile-form .select2-container {
    width: 100% !important;
    font-family: var(--gm-font-family) !important;
}

.gy-profile-form .select2-container .selection {
    display: block;
    width: 100%;
}

.gy-profile-form .select2-container--default .select2-selection--single,
.gy-profile-form .select2-container--default .select2-selection--multiple {
    display: flex;
    align-items: center;
}

.gy-profile-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    padding-right: 40px;
    color: inherit;
    line-height: 50px;
}

.gy-profile-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
    height: 50px;
}

.gy-profile-form .select2-dropdown {
    border: 1px solid var(--gm-color-border);
    border-radius: 0;
    overflow: hidden;
    font-family: var(--gm-font-family) !important;
}

.gy-profile-form .select2-search--dropdown .select2-search__field {
    padding: 10px 12px;
    border: 1px solid var(--gm-color-border);
    border-radius: 0;
    font-family: var(--gm-font-family) !important;
}

@media (max-width: 991.98px) {
    .gy-profile-form__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 575.98px) {
    .gy-profile-form__card {
        padding: 22px 18px;
    }
}

/* ==========================================================================
   Unified notice system
   ========================================================================== */

.woocommerce :is(.woocommerce-message, .woocommerce-info, .woocommerce-error),
.tudastar-notification {
    position: relative;
    margin: 0 0 18px;
    padding: 18px 22px 18px 40px;
    /* border: 1px solid transparent !important; */
    border-left-width: 4px !important;
    border-radius: 0;
    list-style: none;
    overflow: hidden;
    box-shadow: var(--gm-shadow-md);
    font-family: var(--gm-font-family);
    font-size: 0.98rem;
    line-height: 1.6;
}
.woocommerce :is(.woocommerce-message, .woocommerce-info, .woocommerce-error)::after {
    content: none !important;
}

.woocommerce :is(.woocommerce-message, .woocommerce-info, .woocommerce-error)::before,
.tudastar-notification::before {
    /* position: absolute; */
    top: 18px;
    left: 22px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    place-items: center;
    font-family: var(--gm-font-family) !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    margin-right: 1rem;
}

/* Success notice */

.woocommerce .woocommerce-message {
    border-color: var(--gm-success-border) !important;
    border-left-color: var(--gm-success-accent) !important;
    background: var(--gm-success-bg) !important;
    color: var(--gm-success-text) !important;
}

.woocommerce .woocommerce-message::before {
    content: "✓";
    background: var(--gm-success-icon-bg);
    color: var(--gm-success-icon);
}

/* Info notice */

.woocommerce .woocommerce-info,
.tudastar-notification {
    border-color: var(--gm-info-border) !important;
    border-left-color: #17324b !important;
    background: #f57a7a !important;
    color: #ffffff !important;
}


.woocommerce .woocommerce-info::before,
.tudastar-notification::before {
    content: "i";
    background: var(--gm-info-icon-bg);
    color: #17324b;
}

/* Error notice */

.woocommerce .woocommerce-error {
    border-color: var(--gm-error-border) !important;
    border-left-color: var(--gm-error-accent) !important;
    background: var(--gm-error-bg) !important;
    color: var(--gm-error-text) !important;
}

.woocommerce .woocommerce-error::before {
    content: "!";
    background: var(--gm-error-icon-bg);
    color: var(--gm-error-icon);
}

/* Notice content */

.woocommerce .woocommerce-message ul,
.woocommerce .woocommerce-info ul,
.woocommerce .woocommerce-error ul,
.tudastar-notification p,
.gy-profile-form__notice-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce .woocommerce-message li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-error li,
.gy-profile-form__notice-list li {
    margin: 0;
    padding: 0;
    font-size: 0.98rem;
    line-height: 1.55;
}

.woocommerce .woocommerce-message li + li,
.woocommerce .woocommerce-info li + li,
.woocommerce .woocommerce-error li + li,
.gy-profile-form__notice-list li + li {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px dashed rgba(24, 33, 47, 0.08);
}

.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-error a,
.tudastar-notification a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-message a:focus,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-info a:focus,
.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-error a:focus,
.tudastar-notification a:hover,
.tudastar-notification a:focus {
    color: inherit;
    opacity: 0.9;
}

.woocommerce .woocommerce-message a:visited,
.woocommerce .woocommerce-info a:visited,
.woocommerce .woocommerce-error a:visited,
.tudastar-notification a:visited {
    color: inherit;
}

/* Notice spacing on cart page */

.woocommerce-cart .woocommerce-notices-wrapper {
    margin: 20px 0 24px !important;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error + .woocommerce-error,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info + .woocommerce-info,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message + .woocommerce-message {
    margin-top: 12px !important;
}

/* Remove default focus outline from injected notices */

.woocommerce .woocommerce-error:focus,
.woocommerce .woocommerce-error:focus-visible,
.woocommerce .woocommerce-info:focus,
.woocommerce .woocommerce-info:focus-visible,
.woocommerce .woocommerce-message:focus,
.woocommerce .woocommerce-message:focus-visible,
.woocommerce .woocommerce-notices-wrapper [role="alert"]:focus,
.woocommerce .woocommerce-notices-wrapper [role="alert"]:focus-visible,
.woocommerce .woocommerce-notices-wrapper [role="status"]:focus,
.woocommerce .woocommerce-notices-wrapper [role="status"]:focus-visible {
    outline: none !important;
    box-shadow: var(--gm-shadow-md) !important;
}

@media (max-width: 767.98px) {
    .woocommerce :is(.woocommerce-message, .woocommerce-info, .woocommerce-error),
    .tudastar-notification {
        padding: 16px 16px 16px 62px;
    }

    .woocommerce :is(.woocommerce-message, .woocommerce-info, .woocommerce-error)::before,
    .tudastar-notification::before {
        top: 16px;
        left: 16px;
        width: 67px;
        height: 30px;
        font-size: 16px;
    }
}

/* ==========================================================================
   Custom knowledge notice
   ========================================================================== */

.tudastar-notification {
    margin: 20px 0;
    box-shadow: 0 10px 24px rgba(31, 78, 121, 0.23);
    display: flex;
    align-items: center;
}

.tudastar-notification p {
    margin: 0;
    color: inherit;
    font-size: 17px;
    line-height: 1.6;
}

/* ==========================================================================
   Event tickets
   ========================================================================== */

:is(.entry .entry-content .event-tickets, .event-tickets) .tribe-tickets__tickets-item-quantity-add,
:is(.entry .entry-content .event-tickets, .event-tickets) .tribe-tickets__tickets-item-quantity-remove {
    
}

:is(.entry .entry-content .event-tickets, .event-tickets) .tribe-tickets__tickets-footer--active .tribe-tickets__tickets-footer-quantity,
:is(.entry .entry-content .event-tickets, .event-tickets) .tribe-tickets__tickets-footer--active .tribe-tickets__tickets-footer-total {
    display: inherit;
}

:is(.entry .entry-content .event-tickets, .event-tickets) .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-footer-quantity,
:is(.entry .entry-content .event-tickets, .event-tickets) .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-footer-total,
:is(.entry .entry-content .event-tickets, .event-tickets) .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-total-wrap {
    color: var(--tec-color-text-primary);
    font-family: var(--gm-font-family) !important;
}

:is(.entry .entry-content .event-tickets, .event-tickets) .tribe-dialog__wrapper.tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__tickets-item-extra {
    flex-direction: row !important;
}

.single-tribe_events #tribe-modal__cart .tribe-tickets__tickets-item-total-wrap {
    width: 100%;
}

/* Cart notices */
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 54px;
	padding: 14px 18px 14px 20px !important;
	line-height: 1.5;
	box-sizing: border-box;
}

/* Cart notice icons */
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message::before {
	top: 50% !important;
	left: 16px !important;
	/* transform: translateY(-50%) !important; */
	/* width: 28px !important; */
	/* height: 28px !important; */
	/* display: grid !important; */
	/* place-items: center !important; */
	/* line-height: 1 !important; */
	/* font-size: 15px !important; */
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-number, .event-tickets .tribe-tickets__tickets-item-quantity-number {
	width: 60px!important;
}

/* =========================================
   LOGIN PAGE
   ========================================= */

body.woocommerce-account #inner-content {
    padding-top: 40px;
    padding-bottom: 56px;
}

body.woocommerce-account .page-content > .woocommerce {
    margin: 0 auto;
}


body.woocommerce-account #customer_login {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin: 0;
}

body.woocommerce-account #customer_login .u-column1,
body.woocommerce-account #customer_login .u-column2 {
    float: none;
    width: 100%;
    max-width: 100%;
    flex: none;
    margin: 0;
    padding: 40px 42px;
    background: #ffffff;
    border: 1px solid #d6e0ea;
    box-shadow: 0 18px 40px rgba(6, 31, 73, 0.08);
}


body.woocommerce-account #customer_login h2 {
    margin: 0 0 28px;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0a234a;
    text-transform: none;
}


body.woocommerce-account .woocommerce-form {
    margin: 0;
}

body.woocommerce-account .woocommerce form .form-row,
body.woocommerce-account .woocommerce-page form .form-row {
    padding: 0;
    margin: 0 0 20px;
}

body.woocommerce-account .woocommerce form .form-row label,
body.woocommerce-account .woocommerce-page form .form-row label {
    display: block;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
    color: #0a234a;
}

body.woocommerce-account .woocommerce form .form-row .required,
body.woocommerce-account .woocommerce-page form .form-row .required {
    color: #a10f2b;
    font-weight: 700;
}


body.woocommerce-account .woocommerce form .input-text,
body.woocommerce-account .woocommerce-page form .input-text,
body.woocommerce-account .woocommerce form input[type="text"],
body.woocommerce-account .woocommerce form input[type="email"],
body.woocommerce-account .woocommerce form input[type="password"] {
    width: 100%;
    height: 54px;
    padding: 0 16px;
    border: 1px solid #b9c8d8;
    border-radius: 0;
    background: #f8fbfd;
    color: #0a234a;
    font-size: 15px;
    line-height: 1.2;
    box-shadow: none;
    transition: border-color 0.25s ease, background-color 0.25s ease;
}

body.woocommerce-account .woocommerce form .input-text::placeholder,
body.woocommerce-account .woocommerce-page form .input-text::placeholder {
    color: #7c8da3;
    opacity: 1;
}

body.woocommerce-account .woocommerce form .input-text:focus,
body.woocommerce-account .woocommerce-page form .input-text:focus,
body.woocommerce-account .woocommerce form input[type="text"]:focus,
body.woocommerce-account .woocommerce form input[type="email"]:focus,
body.woocommerce-account .woocommerce form input[type="password"]:focus {
    border-color: #0a234a;
    background: #ffffff;
    outline: none;
}


body.woocommerce-account .woocommerce .password-input {
    display: block;
    position: relative;
    width: 100%;
}

body.woocommerce-account .woocommerce .password-input .input-text {
    padding-right: 54px;
}

body.woocommerce-account .woocommerce .show-password-input {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    border: 0;
    border-left: 1px solid #b9c8d8;
    border-radius: 0;
    background: transparent;
    color: #0a234a;
    box-shadow: none;
}

body.woocommerce-account .woocommerce .show-password-input:hover,
body.woocommerce-account .woocommerce .show-password-input:focus {
    background: #eef4f8;
    outline: none;
}


body.woocommerce-account .woocommerce form .form-row:last-child,
body.woocommerce-account .woocommerce-page form .form-row:last-child {
    margin-bottom: 0;
}

body.woocommerce-account .woocommerce-form-login .form-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 18px;
}

body.woocommerce-account .woocommerce-form-login__rememberme {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 14px;
    color: #334a68;
    cursor: pointer;
}

body.woocommerce-account .woocommerce-form-login__rememberme input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #0a234a;
}


body.woocommerce-account .woocommerce-privacy-policy-text {
    margin: 10px 0 24px;
    font-size: 15px;
    line-height: 1.7;
    color: #51657f;
}

body.woocommerce-account .woocommerce-privacy-policy-text a,
body.woocommerce-account .woocommerce-LostPassword a {
    color: #a10f2b;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

body.woocommerce-account .woocommerce-privacy-policy-text a:hover,
body.woocommerce-account .woocommerce-LostPassword a:hover {
    color: #0a234a;
    border-bottom-color: currentColor;
}

body.woocommerce-account .woocommerce-LostPassword {
    margin: 18px 0 0;
    font-size: 14px;
    line-height: 1.5;
}


body.woocommerce-account .woocommerce button.button,
body.woocommerce-account .woocommerce a.button,
body.woocommerce-account .woocommerce input.button,
body.woocommerce-account .woocommerce .button,
body.woocommerce-account .woocommerce .woocommerce-button,
body.woocommerce-account .woocommerce .woocommerce-Button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 26px;
    border: 1px solid #0a234a;
    border-radius: 0;
    background: #0a234a;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: none;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    cursor: pointer;
}

body.woocommerce-account .woocommerce button.button:hover,
body.woocommerce-account .woocommerce a.button:hover,
body.woocommerce-account .woocommerce input.button:hover,
body.woocommerce-account .woocommerce .button:hover,
body.woocommerce-account .woocommerce .woocommerce-button:hover,
body.woocommerce-account .woocommerce .woocommerce-Button:hover,
body.woocommerce-account .woocommerce button.button:focus,
body.woocommerce-account .woocommerce a.button:focus,
body.woocommerce-account .woocommerce input.button:focus,
body.woocommerce-account .woocommerce .button:focus,
body.woocommerce-account .woocommerce .woocommerce-button:focus,
body.woocommerce-account .woocommerce .woocommerce-Button:focus {
    background: #a10f2b;
    border-color: #a10f2b;
    color: #ffffff !important;
    outline: none;
}

body.woocommerce-account .woocommerce-form-login__submit,
body.woocommerce-account .woocommerce-form-register__submit {
    margin-left: auto;
}


body.woocommerce-account #customer_login p:last-child {
    margin-bottom: 0;
}


body.woocommerce-account .woocommerce-notices-wrapper {
    margin-bottom: 28px;
}

body.woocommerce-account .woocommerce-error,
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info {
    margin: 0 0 16px;
    padding: 18px 20px;
    border-radius: 0;
    box-shadow: none;
}


@media (max-width: 991.98px) {
    body.woocommerce-account #customer_login {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body.woocommerce-account #customer_login .u-column1,
    body.woocommerce-account #customer_login .u-column2 {
        padding: 32px 28px;
    }
}

/* Mobil */
@media (max-width: 767.98px) {
    body.woocommerce-account #inner-content {
        padding-top: 24px;
        padding-bottom: 36px;
    }

    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;
        font-size: 28px;
    }

    body.woocommerce-account .woocommerce-form-login .form-row {
        display: block;
    }

    body.woocommerce-account .woocommerce-form-login__rememberme {
        display: inline-flex;
        margin-bottom: 14px;
    }

    body.woocommerce-account .woocommerce-form-login__submit,
    body.woocommerce-account .woocommerce-form-register__submit,
    body.woocommerce-account .woocommerce button.button,
    body.woocommerce-account .woocommerce a.button,
    body.woocommerce-account .woocommerce input.button,
    body.woocommerce-account .woocommerce .button,
    body.woocommerce-account .woocommerce .woocommerce-button,
    body.woocommerce-account .woocommerce .woocommerce-Button {
        width: 100%;
        margin-left: 0;
    }
}


body.woocommerce-account #customer_login .form-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
}

body.woocommerce-account #customer_login .form-row > label {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    line-height: 1.3;
}

body.woocommerce-account #customer_login .form-row > .input-text,
body.woocommerce-account #customer_login .form-row > input,
body.woocommerce-account #customer_login .form-row > .password-input {
    margin: 0 !important;
}

body.woocommerce-account #customer_login .password-input {
    display: block;
    width: 100%;
}


body.woocommerce-account #customer_login .woocommerce-form-login .form-row:last-of-type {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
}

/* =========================================
   password visibility + strength meter
   ========================================= */

/* Password field wrapper */
body.woocommerce-account #customer_login .password-input {
	position: relative;
	display: block;
	width: 100%;
}

body.woocommerce-account #customer_login .password-input .input-text {
	width: 100%;
	padding-right: 58px;
}

/* Visibility button */
body.woocommerce-account #customer_login .show-password-input {
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 100%;
	min-height: 54px;
	padding: 0;
	border: 0;
	border-left: 1px solid #c7d3df;
	border-radius: 0;
	background: #f8fbfd;
	cursor: pointer;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

body.woocommerce-account #customer_login .show-password-input:hover,
body.woocommerce-account #customer_login .show-password-input:focus {
	background: #eef4f8;
	outline: none;
}

/* Eye icon */
body.woocommerce-account #customer_login .show-password-input::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	opacity: 0.8;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a234a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12z'/><circle cx='12' cy='12' r='3'/></svg>");
}

/* Active state: password visible */
body.woocommerce-account #customer_login .show-password-input.display-password::before {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a234a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M17.94 17.94A10.94 10.94 0 0 1 12 19c-7 0-11-7-11-7a21.77 21.77 0 0 1 5.06-5.94'/><path d='M9.9 4.24A10.94 10.94 0 0 1 12 4c7 0 11 7 11 7a21.8 21.8 0 0 1-4.3 5.19'/><path d='M14.12 14.12A3 3 0 0 1 9.88 9.88'/><path d='M1 1l22 22'/></svg>");
}

/* Password strength meter */
body.woocommerce-account #customer_login .woocommerce-password-strength {
	margin: 8px 0 0;
	padding: 12px 14px;
	border: 1px solid #d6e0ea;
	border-radius: 0;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 700;
	box-shadow: none;
}

/* Default / neutral */
body.woocommerce-account #customer_login .woocommerce-password-strength {
	background: #f8fbfd;
	color: #0a234a;
	border-color: #d6e0ea;
}

/* Too short / bad */
body.woocommerce-account #customer_login .woocommerce-password-strength.short,
body.woocommerce-account #customer_login .woocommerce-password-strength.bad {
	background: #fdf2f2;
	border-color: #efc4c4;
	color: #8f1d2c;
}

/* Good */
body.woocommerce-account #customer_login .woocommerce-password-strength.good {
	background: #fff6df;
	border-color: #eed89b;
	color: #8a5a00;
}

/* Strong */
body.woocommerce-account #customer_login .woocommerce-password-strength.strong {
	background: #edf8f0;
	border-color: #b9dec3;
	color: #1f6b36;
}

/* Small color marker */
body.woocommerce-account #customer_login .woocommerce-password-strength::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 10px;
	border-radius: 50%;
	background: currentColor;
	vertical-align: middle;
}

/* Hint text */
body.woocommerce-account #customer_login .woocommerce-password-hint {
	display: block;
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.6;
	color: #5a6d86;
}

/* Keep spacing clean inside the register password row */
body.woocommerce-account #customer_login .woocommerce-form-register .form-row .password-input,
body.woocommerce-account #customer_login .woocommerce-form-register .form-row .woocommerce-password-strength,
body.woocommerce-account #customer_login .woocommerce-form-register .form-row .woocommerce-password-hint {
	margin-left: 0;
	margin-right: 0;
}

/* Disabled register button */
body.woocommerce-account #customer_login .woocommerce-form-register__submit:disabled,
body.woocommerce-account #customer_login .woocommerce-form-register__submit.disabled {
	opacity: 0.55;
	cursor: not-allowed;
	background: #0a234a;
	border-color: #0a234a;
	color: #ffffff !important;
}

/* Mobile */
@media (max-width: 767.98px) {
	body.woocommerce-account #customer_login .show-password-input {
		width: 52px;
		min-height: 52px;
	}

	body.woocommerce-account #customer_login .password-input .input-text {
		padding-right: 54px;
	}

	body.woocommerce-account #customer_login .woocommerce-password-strength {
		padding: 10px 12px;
		font-size: 13px;
	}

	body.woocommerce-account #customer_login .woocommerce-password-hint {
		font-size: 12px;
	}
}