html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #ea580c;
}

.btn-primary {
    color: #fff;
    background-color: #f97316;
    border-color: #ea580c;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(249, 115, 22, 0.45);
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #e50000;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

:root {
    --te-green: #f97316;
    --te-green-600: #f97316;
    --te-dark: #0b1f14;
    --te-muted: #f5f7f6;
    --te-text: #132117;
    --te-orange: #f97316;
    --te-orange-mist: #fff3e8;
}

body {
    color: var(--te-text);
    background: linear-gradient(180deg, var(--te-orange-mist) 0%, #ffffff 55%);
}

.te-main {
    background: linear-gradient(180deg, var(--te-orange-mist) 0%, #ffffff 55%);
}

.te-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e9efeb;
}

.te-header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 0.9rem 0;
}

.te-brand {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    color: var(--te-text);
}

.te-brand__mark {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--te-green);
    color: white;
    font-weight: 700;
}

.te-brand__name {
    font-weight: 700;
}

.te-search {
    display: grid;
    grid-template-columns: 180px 1fr auto;
    gap: 0.5rem;
}

.te-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.te-action {
    text-decoration: none;
    color: var(--te-text);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    position: relative;
}

.te-action--icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9efeb;
    background: white;
}

.te-icon {
    font-size: 18px;
    line-height: 1;
}

.te-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--te-green);
    color: white;
    border-radius: 999px;
    padding: 0.1rem 0.4rem;
    font-size: 12px;
    font-weight: 700;
    min-width: 22px;
    text-align: center;
}

.te-mobile-toggle {
    display: none;
    border: 1px solid #e9efeb;
    background: white;
    border-radius: 12px;
    width: 44px;
    height: 44px;
    font-size: 18px;
}

.te-subnav {
    border-top: 1px solid #f0f4f1;
    background: rgba(255,255,255,0.9);
}

.te-subnav__inner {
    display: flex;
    gap: 1rem;
    padding: 0.55rem 0;
    overflow-x: auto;
}

.te-subnav__link {
    text-decoration: none;
    color: #2a3a31;
    font-weight: 600;
    white-space: nowrap;
    padding: 0.35rem 0.5rem;
    border-radius: 999px;
}

.te-subnav__link:hover {
    background: #f97316;
}

.te-mobile-menu {
    border-top: 1px solid #e9efeb;
    background: white;
    padding: 0.75rem 0;
}

.te-mobile-menu__link {
    display: block;
    padding: 0.6rem 0;
    text-decoration: none;
    color: var(--te-text);
    font-weight: 600;
}

.te-hero {
    background-image: linear-gradient(90deg, rgba(249, 115, 22, 0.55) 0%, rgba(249, 115, 22, 0.25) 55%, rgba(255, 255, 255, 0.0) 100%), url('images/hero.png'), url('images/hero-bg.svg');
    background-position: center, center;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    color: white;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.te-hero,
.te-hero a,
.te-hero .btn {
    color: #ffffff !important;
}

.te-hero__inner {
    padding: 3.5rem 0;
}

.te-hero__content {
    max-width: 720px;
}

.te-hero__kicker {
    font-weight: 700;
    opacity: 0.95;
    letter-spacing: 0.2px;
}

.te-hero__title {
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    font-weight: 800;
}

.te-hero__subtitle {
    opacity: 0.92;
    font-size: 1.05rem;
    max-width: 560px;
}

.te-hero__cta {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1.3rem;
}

.te-strip {
    background: white;
    padding: 1.25rem 0;
}

.te-feature {
    border: 1px solid #e9efeb;
    border-radius: 16px;
    background: white;
    padding: 1rem;
    height: 100%;
}

.te-feature__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #ff7c02;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.te-feature__title {
    margin-top: 0.6rem;
    font-weight: 800;
}

.te-feature__text {
    color: #5a6a61;
    font-size: 0.95rem;
}

.te-section {
    padding: 3rem 0;
}

.te-section--muted {
    background: var(--te-muted);
}

.te-section__header {
    text-align: center;
    margin-bottom: 1.7rem;
}

.te-section__title {
    font-weight: 900;
    margin-bottom: 0.4rem;
}

.te-section__subtitle {
    color: #5a6a61;
}

.te-promo {
    border: 1px solid #e9efeb;
    background: white;
    border-radius: 20px;
    padding: 1.25rem;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 1.25rem;
    align-items: center;
}

.te-promo__img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid #e9efeb;
    background: #f3f6f4;
    animation: te-fade-slide-in 420ms ease both;
}

.te-promo__title {
    font-weight: 900;
    animation: te-fade-up 420ms ease both;
}

.te-promo__text {
    color: #5a6a61;
}

.te-promo__cta {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.te-step {
    background: white;
    border: 1px solid #e9efeb;
    border-radius: 20px;
    padding: 1rem;
    height: 100%;
    position: relative;
}

.te-step--link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.te-step--link:hover {
    transform: translateY(-2px);
    border-color: rgba(234, 88, 12, 0.25);
    box-shadow: 0 14px 28px rgba(17, 24, 39, 0.10);
}

.te-step--link:active {
    transform: translateY(0);
}

.te-step__num {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--te-green);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.te-step__img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid #e9efeb;
    background: #f3f6f4;
}

.te-step__img--icon {
    width: 100%;
    height: 170px;
    border-radius: 16px;
    border: 1px solid #e9efeb;
    background: rgba(249, 115, 22, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 54px;
    line-height: 1;
    animation: te-float 3.2s ease-in-out infinite;
}

@keyframes te-fade-slide-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes te-fade-up {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes te-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

.te-step__title {
    margin-top: 0.9rem;
    font-weight: 900;
    text-align: center;
}

.te-step__text {
    color: #5a6a61;
    text-align: center;
}

.te-grid-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1rem;
}

.te-link {
    color: var(--te-green-600);
    text-decoration: none;
    font-weight: 800;
}

.te-chip-row {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.te-chip {
    border: 1px solid #e0ebe4;
    background: white;
    color: #2a3a31;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-weight: 700;
}

.te-chip--active {
    background: var(--te-green);
    border-color: var(--te-green);
    color: white;
}

.te-product {
    border: 1px solid #e9efeb;
    border-radius: 18px;
    overflow: hidden;
    background: white;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.te-product__imgwrap {
    position: relative;
}

.te-product__img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    background: #f3f6f4;
}

.te-badge--discount {
    top: 12px;
    right: 12px;
    left: auto;
    position: absolute;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: #ffefef;
    color: #b42318;
    font-weight: 900;
    border: 1px solid #ffd4d2;
}

.te-product__body {
    padding: 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1;
}

.te-product__name {
    font-weight: 900;
    line-height: 1.2;
}

.te-product__price {
    color: var(--te-green-600);
    font-weight: 900;
}

.te-product__rating {
    color: #f59e0b;
    font-weight: 800;
}

.te-product__rating-count {
    color: #5a6a61;
    font-weight: 700;
}

.te-product__actions {
    display: flex;
    gap: 0.5rem;
    margin-top: auto;
    align-items: center;
    flex-wrap: wrap;
}

/* Kilimall-style: single row, equal heights, no wrapping */
.te-product__actions .form-select {
    height: 46px;
    border-radius: 12px;
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 2.0rem;
}

.te-product__actions .btn.btn-success {
    height: 46px;
    border-radius: 12px;
    padding: 0 10px;
    font-weight: 800;
    line-height: 46px;
    white-space: nowrap;
    min-width: 0;
    flex: 1 1 auto;
    font-size: 0.95rem;
}

.te-product__actions .btn.btn-success:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.te-product__actions .btn.btn-outline-success {
    height: 46px;
    width: 46px;
    min-width: 46px;
    border-radius: 12px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 420px) {
    .te-product__actions .form-select {
        flex-basis: 100%;
    }
}

.te-loading,
.te-empty {
    padding: 1rem;
    border-radius: 14px;
    background: #f5f7f6;
    border: 1px dashed #d6e3db;
    text-align: center;
    color: #46544c;
    font-weight: 700;
}

.te-panel {
    background: white;
    border: 1px solid #e9efeb;
    border-radius: 16px;
    padding: 1rem;
}

.te-alert {
    background: var(--te-orange-mist);
    border: 1px solid rgba(234, 88, 12, 0.18);
    border-radius: 14px;
    padding: 0.75rem 0.9rem;
    font-weight: 700;
    color: #2a3a31;
}

.te-footer {
    background: #0b1f14;
    color: rgba(255,255,255,0.92);
    padding: 2.5rem 0;
}

.te-footer__title {
    font-weight: 900;
    margin-bottom: 0.7rem;
    color: white;
}

.te-footer__text {
    color: rgba(255,255,255,0.75);
}

.te-footer__link {
    display: block;
    text-decoration: none;
    color: rgba(255,255,255,0.75);
    padding: 0.2rem 0;
}

.te-footer__link:hover {
    color: white;
}

.te-footer__bottom {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.12);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.te-footer__social {
    display: flex;
    gap: 0.9rem;
}

.te-footer__social-link {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    font-weight: 700;
}

.te-footer__social-link:hover {
    color: white;
}

@media (max-width: 991.98px) {
    .te-header__inner {
        grid-template-columns: auto 1fr auto;
    }

    .te-search {
        grid-template-columns: 1fr auto;
    }

    .te-search__category {
        display: none;
    }

    .te-actions {
        display: none;
    }

    .te-mobile-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .te-promo {
        grid-template-columns: 1fr;
    }
}

html, body {
    background: linear-gradient(180deg, var(--te-orange-mist) 0%, #ffffff 55%) !important;
}

.page,
main,
.te-main,
.te-admin__main {
    background: linear-gradient(180deg, var(--te-orange-mist) 0%, #ffffff 55%) !important;
}

:root {
    --te-green: var(--te-orange);
    --te-green-600: #ea580c;
}

a,
.btn-link,
.te-link {
    color: #ea580c !important;
}

.btn-success {
    background-color: #f97316 !important;
    border-color: #ea580c !important;
}

.btn-outline-success {
    color: #ea580c !important;
    border-color: #ea580c !important;
}

.btn-outline-success:hover {
    background-color: rgba(249, 115, 22, 0.12) !important;
    border-color: #ea580c !important;
}

.te-promo {
    background: #f97316;
    border-color: #ea580c;
}

.te-promo__title,
.te-promo__text {
    color: #ffffff;
}

.te-promo a {
    color: #ffffff !important;
}

.te-footer a,
.te-footer__link,
.te-footer__social-link {
    color: rgba(255,255,255,0.75) !important;
}

.te-footer a:hover,
.te-footer__link:hover,
.te-footer__social-link:hover {
    color: #ffffff !important;
}

.btn-primary {
    background-color: #f97316 !important;
    border-color: #ea580c !important;
}

/* —— Policy / FAQ / Contact pages —— */
.te-policy {
    background: linear-gradient(180deg, #f7faf8 0%, #ffffff 28%);
    padding-bottom: 3rem;
}

.te-policy__hero {
    background: linear-gradient(135deg, #0b1f14 0%, #163526 55%, #1a4a2e 100%);
    color: #fff;
    padding: 2.75rem 0 2.25rem;
    margin-bottom: 1.75rem;
}

.te-policy__hero-inner {
    max-width: 920px;
}

.te-policy__eyebrow {
    margin: 0 0 0.45rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
    color: #f97316;
}

.te-policy__title {
    margin: 0;
    font-weight: 900;
    font-size: clamp(1.85rem, 3vw, 2.45rem);
    letter-spacing: -0.02em;
}

.te-policy__lead {
    margin: 0.65rem 0 0;
    max-width: 40rem;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 600;
    line-height: 1.55;
}

.te-policy__body {
    max-width: 920px;
}

.te-policy__card {
    background: #fff;
    border: 1px solid #e4ece7;
    border-radius: 16px;
    padding: 1.35rem 1.4rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 28px rgba(11, 31, 20, 0.05);
}

.te-policy__card h2 {
    margin: 0 0 0.65rem;
    font-size: 1.15rem;
    font-weight: 900;
    color: #0b1f14;
}

.te-policy__card p,
.te-policy__card li {
    color: #46544c;
    line-height: 1.65;
}

.te-policy__card ul,
.te-policy__card ol {
    margin: 0.5rem 0 0.75rem;
    padding-left: 1.2rem;
}

.te-policy__card a {
    color: #ea580c;
    font-weight: 700;
    text-decoration: none;
}

.te-policy__card a:hover {
    text-decoration: underline;
}

.te-policy__table-wrap {
    overflow-x: auto;
    margin: 0.85rem 0;
}

.te-policy__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 420px;
}

.te-policy__table th,
.te-policy__table td {
    text-align: left;
    padding: 0.7rem 0.85rem;
    border-bottom: 1px solid #e9efeb;
}

.te-policy__table th {
    background: #0b1f14;
    color: #fff;
    font-weight: 800;
}

.te-policy__table tr:nth-child(even) td {
    background: #f7faf8;
}

.te-policy__note {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: rgba(249, 115, 22, 0.1);
    border: 1px solid rgba(234, 88, 12, 0.22);
    color: #2a3a31;
    font-weight: 700;
}

.te-policy__cta {
    margin-top: 1.25rem;
    padding: 1rem 1.2rem;
    border-radius: 14px;
    background: #0b1f14;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.te-policy__cta a {
    color: #f97316;
    font-weight: 800;
}

.te-policy__updated {
    margin-top: 1rem !important;
    font-size: 0.9rem;
    color: #6b7a71 !important;
}

.te-faq {
    display: grid;
    gap: 0.75rem;
}

.te-faq__item {
    background: #fff;
    border: 1px solid #e4ece7;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(11, 31, 20, 0.04);
}

.te-faq__item summary {
    list-style: none;
    cursor: pointer;
    padding: 1rem 1.15rem;
    font-weight: 800;
    color: #0b1f14;
    position: relative;
    padding-right: 2.75rem;
}

.te-faq__item summary::-webkit-details-marker {
    display: none;
}

.te-faq__item summary::after {
    content: "+";
    position: absolute;
    right: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    background: #f97316;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    line-height: 1;
}

.te-faq__item[open] summary::after {
    content: "–";
}

.te-faq__answer {
    padding: 0 1.15rem 1.1rem;
    color: #46544c;
    line-height: 1.65;
    border-top: 1px solid #eef3f0;
}

.te-faq__answer a {
    color: #ea580c;
    font-weight: 700;
}

.te-contact-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .te-contact-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.te-contact-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.te-contact-list li {
    display: grid;
    gap: 0.15rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid #eef3f0;
}

.te-contact-list__label {
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #f97316;
}

.te-contact-wa {
    display: inline-block;
    margin-top: 0.35rem;
    font-weight: 800;
    color: #ea580c;
}

.te-contact-email {
    font-weight: 800;
    color: #0b1f14;
    margin-bottom: 0.45rem;
    word-break: break-all;
}

.te-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.55rem;
}

.te-contact-actions__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: #f97316;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
    font-size: 0.92rem;
    line-height: 1.2;
}

.te-contact-actions__btn:hover {
    background: #ea580c;
    color: #fff !important;
}

.te-contact-actions__btn--wa {
    background: #16a34a;
}

.te-contact-actions__btn--wa:hover {
    background: #15803d;
}

.te-contact-actions__btn--page {
    background: #0b1f14;
}

.te-contact-actions__btn--page:hover {
    background: #163526;
}

.te-contact-links {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
}

.te-contact-links li {
    padding: 0.45rem 0;
}

.te-contact-links a {
    color: #ea580c;
    font-weight: 800;
    text-decoration: none;
}

.te-contact-links a:hover {
    text-decoration: underline;
}

/* Password field: eye lives inside the same bordered box as the input */
.te-passwrap {
    position: relative !important;
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    height: 3.25rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background: #fff;
    overflow: hidden;
}

.te-passwrap:focus-within {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.te-passwrap__input.form-control,
.te-passwrap input.form-control,
.te-passwrap input {
    flex: 1 1 auto !important;
    width: 1% !important;
    min-width: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0.75rem 0.75rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    outline: none !important;
}

.te-passwrap__input.form-control:focus,
.te-passwrap input:focus {
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

.te-passwrap__btn {
    position: relative !important;
    flex: 0 0 3rem !important;
    width: 3rem !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #6b7280 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    line-height: 1 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.te-passwrap__btn:hover,
.te-passwrap__btn:focus,
.te-passwrap__btn:focus-visible {
    color: #ea580c !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.te-passwrap__btn svg {
    display: block !important;
    pointer-events: none !important;
    width: 22px;
    height: 22px;
}
