/* Molham credit badge — fixed #ffffff text; no theme/DB colors, background, border, or shadow. */
.hero .molham-credit-badge,
.section-hero .molham-credit-badge,
.product-details__hero .molham-credit-badge {
    position: absolute;
    z-index: 3;
    top: max(0.9rem, env(safe-area-inset-top, 0px));
    inset-inline-end: auto;
    inset-inline-start: auto;
    left: auto;
    right: 60%;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.4rem;
    direction: ltr;

    max-width: min(16rem, calc(100vw - 7.5rem));
    padding: 0;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    background: transparent;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: opacity 0.25s ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.molham-credit-badge__text {
    margin: 0;
    padding: 0;
    font-size: 0.58rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.01em;
    text-align: start;
    color: #ffffff !important;
    white-space: normal;
}

.molham-credit-badge__logo-wrap {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0;
    background: transparent;
    background-color: transparent;
    box-shadow: none;
}

.molham-credit-badge__logo {
    display: block;
    width: 1.55rem;
    height: 1.55rem;
    object-fit: contain;
    object-position: center;
}

.molham-credit-badge:hover {
    color: #ffffff;
    background: transparent;
    background-color: transparent;
    border: none;
    box-shadow: none;
    opacity: 0.85;
}

.molham-credit-badge:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.75);
    outline-offset: 3px;
}

.molham-credit-badge:active {
    opacity: 0.75;
}

@media (min-width: 480px) {
    .hero .molham-credit-badge,
    .section-hero .molham-credit-badge,
    .product-details__hero .molham-credit-badge {
        gap: 0.45rem;
        max-width: min(18rem, calc(100vw - 8rem));
    }

    .molham-credit-badge__text {
        font-size: 0.64rem;
    }

    .molham-credit-badge__logo {
        width: 1.7rem;
        height: 1.7rem;
    }
}

@media (min-width: 768px) {
    .molham-credit-badge__text {
        font-size: 0.68rem;
        white-space: nowrap;
    }

    .molham-credit-badge__logo {
        width: 1.85rem;
        height: 1.85rem;
    }
}

@media (max-width: 379px) {
    .hero .molham-credit-badge,
    .section-hero .molham-credit-badge,
    .product-details__hero .molham-credit-badge {
        max-width: min(14rem, calc(100vw - 6.5rem));
        gap: 0.35rem;
    }

    .molham-credit-badge__text {
        font-size: 0.52rem;
    }

    .molham-credit-badge__logo {
        width: 1.4rem;
        height: 1.4rem;
    }
}

body.frontend-font-scope.menu-animations-off .molham-credit-badge {
    transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
    .molham-credit-badge {
        transition: none;
    }
}

.hero .molham-credit-stack,
.section-hero .molham-credit-stack,
.product-details__hero .molham-credit-stack {
    position: absolute;
    z-index: 3;
    top: max(0.9rem, env(safe-area-inset-top, 0px));
    inset-inline-end: auto;
    inset-inline-start: auto;
    left: auto;
    right: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    max-width: min(16rem, calc(100vw - 7.5rem));
}

.molham-credit-stack .molham-credit-badge {
    position: static;
    max-width: 100%;
}

.language-switcher--inline .language-switcher__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.language-switcher--inline .language-switcher__link,
.language-switcher--inline .language-switcher__current {
    display: inline-block;
    font-size: 0.58rem;
    line-height: 1.2;
    color: #ffffff;
    text-decoration: none;
    padding: 0.1rem 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.15);
}

.language-switcher--inline .language-switcher__current {
    font-weight: 700;
    border-color: #ffffff;
}
