/* ==========================================================================
   ByClinic profesional accounts - styling
   ========================================================================== */

:root {
    --bc-pro-teal:       #1ab5a8;
    --bc-pro-teal-dark:  #0f8d83;
    --bc-pro-teal-light: #e6f7f5;
    --bc-pro-text:       #1a1a1a;
    --bc-pro-text-mute:  #6b6b6b;
    --bc-pro-border:     #ececec;
    --bc-pro-error:      #d64545;
    --bc-pro-error-bg:   #fdecea;
}


/* --------------------------------------------------------------------------
   "Precio profesional" eyebrow boven de prijs (subtiel)
   -------------------------------------------------------------------------- */
.bc-pro-eyebrow {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--bc-pro-teal-dark);
    margin-bottom: 0.15rem;
    line-height: 1.3;
}

/* In product card (archive grid) iets kleiner */
.bc-product__price .bc-pro-eyebrow {
    font-size: 0.62rem;
    margin-bottom: 0.1rem;
}

/* In single product net iets groter en met meer ademruimte */
.bc-product-single__price .bc-pro-eyebrow {
    font-size: 0.72rem;
    margin-bottom: 0.25rem;
}

/* Zorg dat de prijs container een nieuwe regel respecteert */
.bc-product-single__price {
    display: block !important;
}
.bc-product-single__price .woocommerce-Price-amount,
.bc-product-single__price ins,
.bc-product-single__price del {
    display: inline-block;
}

/* Oude .bc-pro-label klasse: voor backwards compat, verbergen indien aanwezig */
.bc-pro-label {
    display: none;
}


/* --------------------------------------------------------------------------
   IVA suffix: "+ IVA" of "IVA incl." klein achter de prijs
   -------------------------------------------------------------------------- */
.bc-price-suffix {
    display: inline-block;
    margin-left: 0.35rem;
    font-size: 0.72rem;
    font-weight: 500;
    color: var(--bc-pro-text-mute);
    letter-spacing: 0;
    text-transform: none;
    vertical-align: baseline;
    white-space: nowrap;
}

/* In archive/grid: iets kleiner */
.bc-product__price .bc-price-suffix {
    font-size: 0.68rem;
    margin-left: 0.25rem;
}

/* In single product: forceer zichtbaarheid binnen de flex layout */
.bc-product-single__price small.bc-price-suffix,
.bc-product-single__price .bc-price-suffix,
.bc-product-single__price .woocommerce-price-suffix {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 0.9rem !important;
    color: #6b6b6b !important;
    font-weight: 500 !important;
    margin-left: 0.4rem !important;
    align-self: baseline !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
}

/* WC zelf wrappt de suffix soms in .woocommerce-price-suffix, zelfde styling */
.woocommerce-price-suffix {
    display: inline-block;
    margin-left: 0.35rem;
    font-size: 0.72rem;
    font-weight: 500;
    color: var(--bc-pro-text-mute);
}


/* --------------------------------------------------------------------------
   Mi cuenta: profesional badge
   -------------------------------------------------------------------------- */
.bc-pro-badge {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 1.25rem;
    margin: 0 0 1.5rem;
    background: linear-gradient(135deg, var(--bc-pro-teal-light) 0%, #fff 100%);
    border: 1px solid var(--bc-pro-teal);
    border-radius: 10px;
}
.bc-pro-badge__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: var(--bc-pro-teal-dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--bc-pro-teal);
}
.bc-pro-badge__text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    line-height: 1.4;
}
.bc-pro-badge__text strong {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--bc-pro-text);
}
.bc-pro-badge__text span {
    font-size: 0.85rem;
    color: var(--bc-pro-text-mute);
}


/* --------------------------------------------------------------------------
   Registratieformulier
   -------------------------------------------------------------------------- */
.bc-pro-register {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 0;
    font-family: inherit;
    color: var(--bc-pro-text);
}

.bc-pro-register__header {
    text-align: center;
    margin-bottom: 2.5rem;
}
.bc-pro-register__title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: var(--bc-pro-text) !important;
    margin: 0 0 0.75rem !important;
    line-height: 1.2 !important;
}
.bc-pro-register__lead {
    font-size: 0.95rem;
    color: var(--bc-pro-text-mute);
    line-height: 1.6;
    margin: 0;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.bc-pro-register__error-summary {
    padding: 0.85rem 1rem;
    background: var(--bc-pro-error-bg);
    border-left: 4px solid var(--bc-pro-error);
    color: var(--bc-pro-error);
    border-radius: 6px;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.bc-pro-register__form {
    background: #fff;
    border: 1px solid var(--bc-pro-border);
    border-radius: 12px;
    padding: 2rem;
}

.bc-pro-register__section {
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid var(--bc-pro-border);
}
.bc-pro-register__section:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}
.bc-pro-register__section-title {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--bc-pro-text) !important;
    margin: 0 0 1.25rem !important;
    line-height: 1.3 !important;
}

.bc-pro-register__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}
.bc-pro-register__row:last-child {
    margin-bottom: 0;
}

.bc-pro-register__field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.bc-pro-register__field--wide {
    grid-column: 1 / -1;
}
.bc-pro-register__field label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--bc-pro-text);
}
.bc-pro-register__field label span[aria-hidden="true"] {
    color: var(--bc-pro-error);
    margin-left: 0.15rem;
}
.bc-pro-register__field input[type="text"],
.bc-pro-register__field input[type="email"],
.bc-pro-register__field input[type="tel"],
.bc-pro-register__field input[type="password"],
.bc-pro-register__field select {
    width: 100% !important;
    height: 46px !important;
    padding: 0 0.85rem !important;
    border: 1.5px solid #cfd6d8 !important;
    border-radius: 8px !important;
    font-size: 0.95rem !important;
    font-family: inherit !important;
    color: var(--bc-pro-text) !important;
    background: #fafbfb !important;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    outline: none !important;
}
.bc-pro-register__field input[type="text"]:hover,
.bc-pro-register__field input[type="email"]:hover,
.bc-pro-register__field input[type="tel"]:hover,
.bc-pro-register__field input[type="password"]:hover,
.bc-pro-register__field select:hover {
    border-color: #a8b4b8 !important;
    background: #fff !important;
}
.bc-pro-register__field input::placeholder {
    color: #9aa4a8 !important;
    opacity: 1 !important;
}
.bc-pro-register__field select {
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 16px !important;
    padding-right: 2.25rem !important;
}
.bc-pro-register__field input:focus,
.bc-pro-register__field select:focus {
    outline: none !important;
    border-color: var(--bc-pro-teal) !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(26, 181, 168, 0.15) !important;
}

.bc-pro-register__field--error input,
.bc-pro-register__field--error select {
    border-color: var(--bc-pro-error);
    background-color: #fffafa;
}
.bc-pro-register__field-error {
    font-size: 0.8rem;
    color: var(--bc-pro-error);
    line-height: 1.4;
    margin-top: 0.2rem;
}
.bc-pro-register__field-error a {
    color: inherit;
    text-decoration: underline;
}

.bc-pro-register__hint {
    font-size: 0.78rem;
    color: var(--bc-pro-text-mute);
    line-height: 1.4;
}

.bc-pro-register__privacy {
    margin: 1.5rem 0;
    padding: 1rem 1.15rem;
    background: #fafbfb;
    border: 1.5px solid #cfd6d8;
    border-radius: 8px;
    transition: border-color 0.15s ease, background 0.15s ease;
}
.bc-pro-register__privacy:hover {
    border-color: #a8b4b8;
    background: #fff;
}
.bc-pro-register__privacy label {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    cursor: pointer;
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--bc-pro-text);
}
.bc-pro-register__privacy input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    margin-top: 0.1rem;
    accent-color: var(--bc-pro-teal);
    flex-shrink: 0;
    cursor: pointer;
}
.bc-pro-register__privacy a {
    color: var(--bc-pro-teal-dark);
    text-decoration: underline;
}
.bc-pro-register__privacy--error {
    background: var(--bc-pro-error-bg);
    border: 1px solid var(--bc-pro-error);
}

.bc-pro-register__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    height: 52px;
    background: var(--bc-pro-teal);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.05s ease;
    font-family: inherit;
}
.bc-pro-register__submit:hover {
    background: var(--bc-pro-teal-dark);
    color: #fff;
}
.bc-pro-register__submit:active {
    transform: scale(0.99);
}

.bc-pro-register__footer-note {
    text-align: center;
    margin: 1.25rem 0 0;
    font-size: 0.9rem;
    color: var(--bc-pro-text-mute);
}
.bc-pro-register__footer-note a {
    color: var(--bc-pro-teal-dark);
    font-weight: 600;
    text-decoration: none;
}
.bc-pro-register__footer-note a:hover {
    text-decoration: underline;
}


/* --------------------------------------------------------------------------
   Embed mode: shortcode embed="yes" voor gebruik in homepage/landing blokken
   Compacter: section titels verborgen, minder padding, tighter spacing
   -------------------------------------------------------------------------- */
.bc-pro-register--embed {
    max-width: none;
    padding: 0;
    margin: 0;
}
.bc-pro-register--embed .bc-pro-register__header {
    margin-bottom: 1rem;
    text-align: left;
}
.bc-pro-register--embed .bc-pro-register__title {
    font-size: 1.35rem !important;
    margin-bottom: 0.4rem !important;
}
.bc-pro-register--embed .bc-pro-register__lead {
    font-size: 0.88rem;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.5;
}

/* Form container: minder padding */
.bc-pro-register--embed .bc-pro-register__form {
    padding: 1.25rem;
    border-radius: 10px;
}

/* Sections: geen visuele scheiding meer, alleen wat extra ruimte */
.bc-pro-register--embed .bc-pro-register__section {
    margin-bottom: 0.75rem;
    padding-bottom: 0;
    border-bottom: none;
}
.bc-pro-register--embed .bc-pro-register__section:last-of-type {
    margin-bottom: 0;
}

/* Section titles verbergen in embed - alle velden lopen visueel door */
.bc-pro-register--embed .bc-pro-register__section-title {
    display: none;
}

/* Compactere row spacing */
.bc-pro-register--embed .bc-pro-register__row {
    gap: 0.65rem;
    margin-bottom: 0.65rem;
}

/* Iets lagere inputs voor compactheid */
.bc-pro-register--embed .bc-pro-register__field input[type="text"],
.bc-pro-register--embed .bc-pro-register__field input[type="email"],
.bc-pro-register--embed .bc-pro-register__field input[type="tel"],
.bc-pro-register--embed .bc-pro-register__field input[type="password"],
.bc-pro-register--embed .bc-pro-register__field select {
    height: 42px !important;
    font-size: 0.9rem !important;
}

/* Kleinere labels */
.bc-pro-register--embed .bc-pro-register__field label {
    font-size: 0.8rem;
}

/* Privacy minder padding */
.bc-pro-register--embed .bc-pro-register__privacy {
    margin: 0.85rem 0 0.85rem;
    padding: 0.75rem 0.85rem;
    font-size: 0.82rem;
}
.bc-pro-register--embed .bc-pro-register__privacy label {
    font-size: 0.8rem;
}

/* Hint tekst kleiner */
.bc-pro-register--embed .bc-pro-register__hint {
    font-size: 0.72rem;
}

/* Submit button iets kleiner */
.bc-pro-register--embed .bc-pro-register__submit {
    height: 46px;
    font-size: 0.92rem;
}

/* Footer note kleiner */
.bc-pro-register--embed .bc-pro-register__footer-note {
    margin-top: 0.85rem;
    font-size: 0.82rem;
}

/* Success notice */
.bc-pro-register--embed .bc-pro-register__notice {
    max-width: none;
    padding: 1.5rem 1.25rem;
}
.bc-pro-register--embed .bc-pro-register__notice h2 {
    font-size: 1.2rem !important;
}


/* --------------------------------------------------------------------------
   Success / already logged in view
   -------------------------------------------------------------------------- */
.bc-pro-register__notice {
    text-align: center;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, var(--bc-pro-teal-light) 0%, #fff 100%);
    border: 1px solid var(--bc-pro-teal);
    border-radius: 12px;
    max-width: 560px;
    margin: 0 auto;
}
.bc-pro-register__notice-icon {
    color: var(--bc-pro-teal-dark);
    margin-bottom: 1rem;
}
.bc-pro-register__notice h2 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: var(--bc-pro-text) !important;
    margin: 0 0 0.75rem !important;
    line-height: 1.3 !important;
}
.bc-pro-register__notice p {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--bc-pro-text);
}
.bc-pro-register__small {
    font-size: 0.85rem !important;
    color: var(--bc-pro-text-mute) !important;
}
.bc-pro-register__notice-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}
.bc-pro-register__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 1.5rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s ease;
}
.bc-pro-register__btn--primary {
    background: var(--bc-pro-teal);
    color: #fff;
}
.bc-pro-register__btn--primary:hover {
    background: var(--bc-pro-teal-dark);
    color: #fff;
}
.bc-pro-register__btn--ghost {
    background: #fff;
    color: var(--bc-pro-teal-dark);
    border: 1px solid var(--bc-pro-border);
}
.bc-pro-register__btn--ghost:hover {
    border-color: var(--bc-pro-teal);
    color: var(--bc-pro-teal-dark);
}


/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 700px) {
    .bc-pro-register {
        padding: 1rem 0;
    }
    .bc-pro-register__form {
        padding: 1.25rem;
    }
    .bc-pro-register__title {
        font-size: 1.5rem !important;
    }
    .bc-pro-register__row {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }
    .bc-pro-register__notice {
        padding: 2rem 1.25rem;
    }
    .bc-pro-register__notice h2 {
        font-size: 1.25rem !important;
    }
    .bc-pro-register__notice-actions {
        flex-direction: column;
    }
    .bc-pro-register__btn {
        width: 100%;
    }
    .bc-pro-badge {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
}


/* ==========================================================================
   Mi cuenta pagina: volledig gestyled in lijn met de rest van de site
   Targets WooCommerce structures direct, geen body class nodig
   ========================================================================== */

/* Outer container: pakt de hele mi cuenta wrapper */
.woocommerce-account .woocommerce {
    max-width: 1100px !important;
    margin: 2rem auto !important;
    padding: 0 1rem !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

/* Twee-koloms layout via CSS grid (geen floats meer, geen overflow) */
.woocommerce-account .woocommerce > .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce > .woocommerce-MyAccount-content {
    box-sizing: border-box !important;
}

/* Wrapper als grid: badge (full width) + nav + content */
.woocommerce-account .woocommerce {
    display: grid !important;
    grid-template-columns: 240px 1fr !important;
    gap: 2rem !important;
    align-items: start !important;
}

/* Badge span volle breedte als hij aanwezig is */
.woocommerce-account .woocommerce > .bc-pro-badge {
    grid-column: 1 / -1 !important;
    margin-bottom: 0 !important;
}

/* Navigatie kaart */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
    background: #ffffff !important;
    border: 1px solid #ececec !important;
    border-radius: 12px !important;
    padding: 0.5rem !important;
    margin: 0 !important;
    float: none !important;
}

/* Content kaart */
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    background: #ffffff !important;
    border: 1px solid #ececec !important;
    border-radius: 12px !important;
    padding: 2rem !important;
    margin: 0 !important;
    float: none !important;
    min-width: 0 !important;
}

/* Navigatie lijst reset */
.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

/* Navigatie items */
.woocommerce-MyAccount-navigation ul li a {
    display: flex !important;
    align-items: center !important;
    gap: 0.6rem !important;
    padding: 0.75rem 0.9rem !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    font-size: 0.92rem !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    transition: background 0.15s ease, color 0.15s ease !important;
    line-height: 1.3 !important;
    border: none !important;
    background: transparent !important;
    margin: 2px 0 !important;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: #e6f7f5 !important;
    color: #0f8d83 !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #1ab5a8 !important;
    color: #ffffff !important;
}

/* Icoontjes naast nav items */
.woocommerce-MyAccount-navigation ul li a::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    opacity: 0.7;
}
.woocommerce-MyAccount-navigation ul li.is-active a::before {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.woocommerce-MyAccount-navigation--dashboard a::before {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E") !important;
}
.woocommerce-MyAccount-navigation--orders a::before {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3Cpolyline points='3.27 6.96 12 12.01 20.73 6.96'/%3E%3Cline x1='12' y1='22.08' x2='12' y2='12'/%3E%3C/svg%3E") !important;
}
.woocommerce-MyAccount-navigation--downloads a::before {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E") !important;
}
.woocommerce-MyAccount-navigation--edit-address a::before {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") !important;
}
.woocommerce-MyAccount-navigation--edit-account a::before {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") !important;
}
.woocommerce-MyAccount-navigation--customer-logout a::before {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpolyline points='16 17 21 12 16 7'/%3E%3Cline x1='21' y1='12' x2='9' y2='12'/%3E%3C/svg%3E") !important;
}

/* Content area headings */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 1rem !important;
    line-height: 1.3 !important;
}

.woocommerce-MyAccount-content p {
    color: #1a1a1a !important;
    line-height: 1.6 !important;
    margin: 0 0 1rem !important;
}

.woocommerce-MyAccount-content a {
    color: #0f8d83 !important;
    text-decoration: underline !important;
}
.woocommerce-MyAccount-content a:hover {
    color: #1ab5a8 !important;
}

/* Buttons in content area */
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content button[type="submit"],
.woocommerce-account button[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 44px !important;
    padding: 0 1.5rem !important;
    background: #1ab5a8 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: background 0.15s ease !important;
    box-shadow: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1 !important;
}
.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content button[type="submit"]:hover,
.woocommerce-account button[type="submit"]:hover {
    background: #0f8d83 !important;
    color: #ffffff !important;
}

/* Tables (Orders, Downloads, etc.) */
.woocommerce-MyAccount-content table.shop_table,
.woocommerce-MyAccount-content .woocommerce-orders-table {
    border: 1px solid #ececec !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    width: 100% !important;
    margin-bottom: 1.5rem !important;
}

.woocommerce-MyAccount-content table.shop_table thead {
    background: #e6f7f5 !important;
}
.woocommerce-MyAccount-content table.shop_table thead th {
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    color: #0f8d83 !important;
    padding: 0.85rem 1rem !important;
    border: none !important;
    text-align: left !important;
}
.woocommerce-MyAccount-content table.shop_table tbody td {
    padding: 0.85rem 1rem !important;
    border-top: 1px solid #ececec !important;
    font-size: 0.9rem !important;
    color: #1a1a1a !important;
    background: #ffffff !important;
}
.woocommerce-MyAccount-content table.shop_table tbody tr:hover td {
    background: #fafbfb !important;
}

/* Form fields in Mi cuenta */
.woocommerce-account form .form-row {
    margin: 0 0 1rem !important;
    padding: 0 !important;
}
.woocommerce-account form .form-row label {
    display: block !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin-bottom: 0.35rem !important;
}
.woocommerce-account form .form-row input.input-text,
.woocommerce-account form .form-row textarea,
.woocommerce-account form .form-row select,
.woocommerce-EditAccountForm input,
.woocommerce-EditAccountForm select,
.woocommerce-EditAccountForm textarea {
    width: 100% !important;
    height: 46px !important;
    padding: 0 0.85rem !important;
    border: 1.5px solid #cfd6d8 !important;
    border-radius: 8px !important;
    font-size: 0.95rem !important;
    font-family: inherit !important;
    color: #1a1a1a !important;
    background: #fafbfb !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    outline: none !important;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease !important;
}
.woocommerce-account form .form-row textarea,
.woocommerce-EditAccountForm textarea {
    height: auto !important;
    min-height: 100px !important;
    padding: 0.75rem 0.85rem !important;
}
.woocommerce-account form .form-row input.input-text:focus,
.woocommerce-account form .form-row select:focus,
.woocommerce-account form .form-row textarea:focus,
.woocommerce-EditAccountForm input:focus,
.woocommerce-EditAccountForm select:focus,
.woocommerce-EditAccountForm textarea:focus {
    border-color: #1ab5a8 !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(26, 181, 168, 0.15) !important;
}

/* Login form layout */
.woocommerce-account .u-columns,
.woocommerce-account .col2-set {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    width: 100% !important;
    margin: 0 !important;
}
.woocommerce-account .u-columns .col-1,
.woocommerce-account .u-columns .col-2,
.woocommerce-account .col2-set .col-1,
.woocommerce-account .col2-set .col-2 {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    float: none !important;
}

/* Notices */
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
    padding: 1rem 1.25rem !important;
    border-radius: 8px !important;
    margin: 0 0 1.5rem !important;
    background: #fafbfb !important;
    border: 1px solid #ececec !important;
    border-left-width: 4px !important;
    border-left-style: solid !important;
    font-size: 0.9rem !important;
    color: #1a1a1a !important;
    list-style: none !important;
}
.woocommerce-account .woocommerce-message {
    border-left-color: #1ab5a8 !important;
    background: #e6f7f5 !important;
}
.woocommerce-account .woocommerce-info {
    border-left-color: #4a90e2 !important;
}
.woocommerce-account .woocommerce-error {
    border-left-color: #d64545 !important;
    background: #fdecea !important;
    color: #d64545 !important;
}
.woocommerce-account .woocommerce-message::before,
.woocommerce-account .woocommerce-info::before,
.woocommerce-account .woocommerce-error::before {
    display: none !important;
}

/* Mobile: één kolom */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        padding: 0 0.75rem !important;
    }
    .woocommerce-MyAccount-navigation ul {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 0.25rem !important;
    }
    .woocommerce-MyAccount-navigation ul li a {
        font-size: 0.85rem !important;
        padding: 0.6rem 0.75rem !important;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 1.25rem !important;
    }
}