:root {
    --wap-blue: #1769ff;
    --wap-blue-dark: #0b3ca8;
    --wap-blue-soft: #eef5ff;
    --wap-ink: #12213f;
    --wap-muted: #71809d;
    --wap-line: #e6edf7;
    --wap-bg: #f5f8fd;
    --wap-white: #fff;
    --wap-green: #10a36a;
    --wap-red: #e84d62;
    --wap-amber: #f59e0b;
}

body.webrra-account-page,
body.webrra-account-page .woocommerce,
body.webrra-account-page .woocommerce *,
body.webrra-account-page button,
body.webrra-account-page input,
body.webrra-account-page select,
body.webrra-account-page textarea {
    font-family: "Webrra Yekan Bakh", "Yekan Bakh", "YekanBakhFaNum", "YekanBakh", Tahoma, Arial, sans-serif !important;
    font-synthesis: none;
}

body.webrra-account-page .woocommerce *,
body.webrra-account-page .woocommerce *::before,
body.webrra-account-page .woocommerce *::after {
    box-sizing: border-box;
}

body.webrra-account-authenticated .main-page-wrapper > .container,
body.webrra-account-authenticated .site-content,
body.webrra-account-authenticated .content-layout-wrapper,
body.webrra-account-authenticated main#content,
body.webrra-account-authenticated #primary,
body.webrra-account-authenticated article.page,
body.webrra-account-authenticated .entry-content {
    width: 100% !important;
    max-width: none !important;
}

body.webrra-account-authenticated .main-page-wrapper > .container {
    padding-inline: clamp(12px, 2.2vw, 34px) !important;
}

body.webrra-account-authenticated .e-con.e-con-boxed > .e-con-inner,
body.webrra-account-authenticated .elementor-widget-shortcode,
body.webrra-account-authenticated .elementor-widget-shortcode > .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
}

body.webrra-account-authenticated .main-page-wrapper {
    background:
        radial-gradient(circle at 95% 4%, rgba(23, 105, 255, .07), transparent 24%),
        linear-gradient(180deg, #f8fbff 0, #f4f7fc 100%);
}

body.webrra-account-authenticated .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    grid-template-areas:
        "head head"
        "content nav";
    align-items: start;
    gap: 16px 20px;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-block: 8px 42px;
    color: var(--wap-ink);
    direction: rtl;
    text-align: right;
}

body.webrra-account-authenticated .woocommerce::before,
body.webrra-account-authenticated .woocommerce::after {
    display: none !important;
}

body.webrra-account-authenticated .woocommerce > .woocommerce-notices-wrapper,
body.webrra-account-authenticated .woocommerce > .woocommerce-message,
body.webrra-account-authenticated .woocommerce > .woocommerce-error,
body.webrra-account-authenticated .woocommerce > .woocommerce-info {
    grid-column: 1 / -1;
}

.webrra-account-head {
    grid-area: head;
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(210px, .8fr) minmax(240px, 1fr) auto;
    align-items: center;
    gap: 24px;
    min-height: 108px;
    padding: 18px 22px;
    overflow: hidden;
    border: 1px solid rgba(86, 151, 255, .25);
    border-radius: 24px;
    color: #fff;
    background:
        radial-gradient(circle at 9% 10%, rgba(96, 201, 255, .45), transparent 28%),
        radial-gradient(circle at 85% 130%, rgba(0, 230, 200, .2), transparent 36%),
        linear-gradient(125deg, #072d79 0%, #0d53ce 55%, #1674ff 100%);
    box-shadow: 0 16px 42px rgba(20, 78, 173, .18);
}

.webrra-account-head::after {
    position: absolute;
    z-index: -1;
    top: -95px;
    left: 30%;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    box-shadow: 0 0 0 34px rgba(255, 255, 255, .04), 0 0 0 72px rgba(255, 255, 255, .025);
    content: "";
}

.webrra-account-identity,
.webrra-account-head-actions,
.webrra-account-identity > span:last-child {
    display: flex;
    align-items: center;
}

.webrra-account-identity {
    gap: 13px;
}

.webrra-account-avatar,
.webrra-account-avatar img {
    display: block;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 17px;
}

.webrra-account-avatar {
    padding: 3px;
    background: rgba(255, 255, 255, .2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
}

.webrra-account-avatar img {
    object-fit: cover;
}

.webrra-account-identity > span:last-child {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
}

.webrra-account-identity small,
.webrra-account-section-title small {
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
}

.webrra-account-identity strong {
    overflow: hidden;
    max-width: 170px;
    color: #fff;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.webrra-account-identity em {
    color: rgba(255, 255, 255, .62);
    font-size: 9px;
    font-style: normal;
}

.webrra-account-section-title h1 {
    margin: 3px 0 0 !important;
    color: #fff !important;
    font-size: clamp(21px, 2vw, 29px) !important;
    line-height: 1.35 !important;
}

.webrra-account-head-actions {
    gap: 10px;
}

.webrra-account-head-actions a {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 2px 8px;
    min-width: 116px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 16px;
    color: #fff !important;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(8px);
    transition: transform .2s ease, background .2s ease;
}

.webrra-account-head-actions a:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, .18);
    transform: translateY(-2px);
}

.webrra-account-head-actions b {
    grid-row: 1 / 3;
    font-size: 24px;
}

.webrra-account-head-actions span {
    color: rgba(255, 255, 255, .78);
    font-size: 11px;
    white-space: nowrap;
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation {
    grid-area: nav;
    position: sticky;
    top: 22px;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 12px;
    border: 1px solid var(--wap-line);
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(28, 58, 112, .07);
    direction: rtl;
}

.webrra-account-side-profile {
    grid-area: profile;
    padding: 16px;
    border: 1px solid var(--wap-line);
    border-radius: 21px;
    background:
        radial-gradient(circle at 100% 0, rgba(23, 105, 255, .09), transparent 34%),
        #fff;
    box-shadow: 0 12px 35px rgba(28, 58, 112, .07);
}

.webrra-side-profile-user {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 11px;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--wap-line);
}

.webrra-side-profile-user > span,
.webrra-side-profile-user img {
    display: block;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 15px;
}

.webrra-side-profile-user > span {
    padding: 2px;
    background: linear-gradient(145deg, #b9d4ff, var(--wap-blue));
}

.webrra-side-profile-user img {
    object-fit: cover;
}

.webrra-side-profile-user > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.webrra-side-profile-user strong,
.webrra-side-profile-user small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.webrra-side-profile-user strong {
    color: var(--wap-ink);
    font-size: 12px;
}

.webrra-side-profile-user small {
    color: var(--wap-muted);
    font-size: 9px;
}

.webrra-side-profile-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin: 12px 0;
}

.webrra-side-profile-meta > div {
    min-width: 0;
    padding: 9px;
    border-radius: 11px;
    background: #f6f8fc;
}

.webrra-side-profile-meta dt,
.webrra-side-profile-meta dd {
    margin: 0;
}

.webrra-side-profile-meta dt {
    color: var(--wap-muted);
    font-size: 8px;
}

.webrra-side-profile-meta dd {
    overflow: hidden;
    color: var(--wap-ink);
    font-size: 10px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.webrra-side-profile-completion > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.webrra-side-profile-completion b,
.webrra-side-profile-completion em {
    font-size: 9px;
    font-style: normal;
}

.webrra-side-profile-completion b {
    color: #52627d;
}

.webrra-side-profile-completion em {
    color: var(--wap-blue);
    font-weight: 800;
}

.webrra-side-profile-completion > i {
    position: relative;
    display: block;
    height: 5px;
    overflow: hidden;
    border-radius: 99px;
    background: #e9eff8;
}

.webrra-side-profile-completion > i > b {
    position: absolute;
    inset: 0 0 0 auto;
    border-radius: inherit;
    background: linear-gradient(90deg, #19bd8b, var(--wap-blue));
}

.webrra-newsletter-switch {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 13px;
    padding: 10px;
    border: 1px solid #e7edf6;
    border-radius: 12px;
    background: #fbfcff;
}

.webrra-newsletter-switch > span {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.webrra-newsletter-switch b {
    color: var(--wap-ink);
    font-size: 9px;
}

.webrra-newsletter-switch small {
    overflow: hidden;
    color: var(--wap-muted);
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.webrra-newsletter-switch button {
    position: relative;
    width: 35px;
    height: 20px;
    flex: 0 0 35px;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 99px !important;
    background: #ced7e5 !important;
    box-shadow: none !important;
}

.webrra-newsletter-switch button i {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(19, 33, 63, .18);
    transition: transform .2s ease;
}

.webrra-newsletter-switch button.is-active {
    background: var(--wap-blue) !important;
}

.webrra-newsletter-switch button.is-active i {
    transform: translateX(-15px);
}

.webrra-side-profile-edit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
    padding: 8px;
    border-radius: 10px;
    color: var(--wap-blue) !important;
    background: var(--wap-blue-soft);
    font-size: 9px;
    font-weight: 800;
}

.webrra-side-profile-edit svg {
    width: 14px;
    height: 14px;
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    list-style: none;
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation ul::before,
body.webrra-account-authenticated .woocommerce-MyAccount-navigation ul::after,
body.webrra-account-authenticated .woocommerce-MyAccount-navigation li::before,
body.webrra-account-authenticated .woocommerce-MyAccount-navigation li::after {
    display: none !important;
    border: 0 !important;
    background: none !important;
    content: none !important;
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 8px 12px;
    gap: 11px;
    border: 0 !important;
    border-radius: 13px;
    color: #50617e !important;
    background-image: none !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none !important;
    direction: rtl;
    transition: color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation a::before {
    display: none !important;
    content: none !important;
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation a::after {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    content: none !important;
}

.webrra-account-nav-icon {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 9px;
    color: #71819c;
    background: #f0f4f9;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}

.webrra-account-nav-icon svg {
    width: 18px;
    height: 18px;
}

.webrra-account-nav-label {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    direction: rtl;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation a:hover {
    color: var(--wap-blue) !important;
    background: var(--wap-blue-soft);
    box-shadow: inset 0 0 0 1px #dbe8fb, 0 7px 16px rgba(31, 79, 151, .07) !important;
    transform: translateX(-2px);
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation a:hover .webrra-account-nav-icon {
    color: #fff;
    background: var(--wap-blue);
    transform: scale(1.06);
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation a:active {
    transform: translateX(-1px) scale(.985);
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation a:focus-visible {
    outline: 2px solid rgba(23, 105, 255, .45) !important;
    outline-offset: 2px;
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation .is-active a {
    color: #fff !important;
    background-color: var(--wap-blue) !important;
    background-image: linear-gradient(105deg, var(--wap-blue-dark), var(--wap-blue)) !important;
    box-shadow: 0 8px 20px rgba(23, 105, 255, .22) !important;
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation .is-active a::before {
    display: none !important;
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation .is-active .webrra-account-nav-icon {
    color: var(--wap-blue);
    background: #fff;
    transform: none;
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation-link--customer-logout a,
body.webrra-account-authenticated .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    color: var(--wap-red) !important;
    background: #fff3f5;
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation-link--dashboard a::before { content: "⌂"; }
body.webrra-account-authenticated .woocommerce-MyAccount-navigation-link--orders a::before { content: "▣"; }
body.webrra-account-authenticated .woocommerce-MyAccount-navigation-link--order-tracking a::before { content: "◈"; }
body.webrra-account-authenticated .woocommerce-MyAccount-navigation-link--downloads a::before { content: "↓"; }
body.webrra-account-authenticated .woocommerce-MyAccount-navigation-link--edit-address a::before { content: "⌖"; }
body.webrra-account-authenticated .woocommerce-MyAccount-navigation-link--support-tickets a::before { content: "?"; }
body.webrra-account-authenticated .woocommerce-MyAccount-navigation-link--notifications a::before { content: "◉"; }
body.webrra-account-authenticated .woocommerce-MyAccount-navigation-link--favorites a::before { content: "♡"; }
body.webrra-account-authenticated .woocommerce-MyAccount-navigation-link--payment-methods a::before { content: "◫"; }
body.webrra-account-authenticated .woocommerce-MyAccount-navigation-link--edit-account a::before { content: "◎"; }
body.webrra-account-authenticated .woocommerce-MyAccount-navigation-link--customer-logout a::before { content: "×"; }

body.webrra-account-authenticated .woocommerce-MyAccount-content {
    grid-area: content;
    float: none !important;
    width: 100% !important;
    min-width: 0;
    margin: 0 !important;
}

.webrra-account-dashboard-page .woocommerce-MyAccount-content > p:not(.woocommerce-info) {
    display: none;
}

.webrra-account-dashboard,
.webrra-tracking-page,
.webrra-ticket-page,
.webrra-ticket-detail {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 18px;
}

.webrra-account-panel {
    margin: 0;
    padding: 18px;
    border: 1px solid var(--wap-line);
    border-radius: 21px;
    background: var(--wap-white);
    box-shadow: 0 10px 32px rgba(31, 62, 113, .055);
}

.webrra-account-panel > header,
.webrra-tracking-result > header,
.webrra-ticket-list-panel > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 17px;
}

.webrra-account-panel header small {
    display: block;
    margin-bottom: 3px;
    color: var(--wap-blue);
    font-size: 11px;
    font-weight: 700;
}

.webrra-account-panel h2,
.webrra-tracking-result h2,
.webrra-ticket-detail h2 {
    margin: 0 !important;
    color: var(--wap-ink) !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
}

.webrra-account-panel header > a,
.webrra-profile-card > a {
    color: var(--wap-blue) !important;
    font-size: 12px;
    font-weight: 700;
}

/* «مشاهده همه» با همان فلش مشترک بقیهٔ پلاگین. */
.webrra-account-view-all {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    text-decoration: none;
    white-space: nowrap;
}

.webrra-account-view-all .webrra-view-arrow {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    transition: transform .22s ease;
}

.webrra-account-view-all:hover .webrra-view-arrow,
.webrra-account-view-all:focus-visible .webrra-view-arrow {
    transform: translateX(-4px);
}

@media (prefers-reduced-motion: reduce) {
    .webrra-account-view-all .webrra-view-arrow {
        transition: none;
    }
}

.webrra-account-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(250px, 1.3fr);
    gap: 10px;
}

.webrra-account-stat {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
    min-height: 108px;
    padding: 16px;
    overflow: hidden;
    border: 1px solid var(--wap-line);
    border-radius: 16px;
    background: linear-gradient(145deg, #fff, #fbfdff);
    box-shadow: 0 8px 26px rgba(31, 62, 113, .05);
}

.webrra-account-stat-icon,
.webrra-quick-icon,
.webrra-help-card > span,
.webrra-new-ticket summary > span {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border-radius: 14px;
    color: var(--wap-blue);
    background: var(--wap-blue-soft);
}

.webrra-account-stat-icon svg,
.webrra-quick-icon svg,
.webrra-help-card > span svg,
.webrra-new-ticket summary > span svg,
.webrra-account-empty > span svg,
.webrra-tracking-code > span svg,
.webrra-track-steps svg {
    width: 22px;
    height: 22px;
}

.webrra-account-stat.is-done .webrra-account-stat-icon {
    color: var(--wap-green);
    background: #eafaf4;
}

.webrra-account-stat.is-active .webrra-account-stat-icon {
    color: var(--wap-amber);
    background: #fff7e5;
}

.webrra-account-stat > span:last-child {
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
}

.webrra-account-stat small,
.webrra-account-stat em {
    color: var(--wap-muted);
    font-size: 11px;
    font-style: normal;
}

.webrra-account-stat b {
    display: block;
    width: 100%;
    overflow: visible;
    margin-block: 2px;
    color: var(--wap-ink);
    font-size: clamp(20px, 1.55vw, 26px);
    font-variant-numeric: tabular-nums;
    line-height: 1.4;
    text-overflow: clip;
    white-space: nowrap;
}

.webrra-account-stat.is-spent b {
    direction: ltr;
    text-align: right;
}

.webrra-account-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(250px, .8fr);
    align-items: start;
    gap: 14px;
}

.webrra-account-side {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.webrra-order-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.webrra-order-card {
    padding: 15px;
    border: 1px solid #edf1f7;
    border-radius: 16px;
    background: #fcfdff;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.webrra-order-card:hover {
    border-color: #cfe0ff;
    box-shadow: 0 9px 23px rgba(23, 105, 255, .07);
    transform: translateY(-1px);
}

.webrra-order-card-top,
.webrra-order-card-meta,
.webrra-order-card-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.webrra-order-card-top > span:first-child {
    display: flex;
    align-items: center;
    gap: 7px;
}

.webrra-order-card-top small,
.webrra-order-card-meta,
.webrra-order-card-actions span {
    color: var(--wap-muted);
    font-size: 11px;
}

.webrra-order-card-top b {
    color: var(--wap-ink);
    font-size: 13px;
}

.webrra-status,
.webrra-ticket-status,
.webrra-priority {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 27px;
    padding: 4px 10px;
    border-radius: 999px;
    color: #80600b;
    background: #fff6d7;
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.webrra-status.is-completed,
.webrra-ticket-status.is-answered {
    color: #087c51;
    background: #e7f9f1;
}

.webrra-status.is-cancelled,
.webrra-status.is-failed,
.webrra-status.is-refunded,
.webrra-ticket-status.is-closed,
.webrra-priority.is-high {
    color: #bd334a;
    background: #fff0f2;
}

.webrra-status.is-processing,
.webrra-ticket-status.is-open {
    color: #1359ca;
    background: #eaf2ff;
}

.webrra-priority.is-low {
    color: #63718a;
    background: #f0f3f7;
}

.webrra-order-card-meta {
    justify-content: flex-start;
    margin-block: 12px 9px;
}

.webrra-order-card-meta span + span::before {
    margin-left: 10px;
    color: #c3ccda;
    content: "•";
}

.webrra-order-card-meta b {
    margin-right: auto;
    color: var(--wap-ink);
    font-size: 12px;
}

.webrra-order-mini-progress,
.webrra-profile-progress,
.webrra-track-line {
    position: relative;
    height: 5px;
    overflow: hidden;
    border-radius: 99px;
    background: #e9eff8;
}

.webrra-order-mini-progress i,
.webrra-profile-progress i,
.webrra-track-line i {
    position: absolute;
    inset: 0 0 0 auto;
    display: block;
    border-radius: inherit;
    background: linear-gradient(90deg, #18b88a, var(--wap-blue));
}

.webrra-order-card-actions {
    margin-top: 9px;
}

.webrra-order-card-actions a {
    color: var(--wap-blue) !important;
    font-size: 11px;
    font-weight: 800;
}

.webrra-profile-card header > b {
    color: var(--wap-blue);
    font-size: 23px;
}

.webrra-profile-progress {
    height: 7px;
}

.webrra-profile-card p,
.webrra-help-card p,
.webrra-tracking-picker p {
    margin: 12px 0;
    color: var(--wap-muted);
    font-size: 12px;
    line-height: 1.9;
}

.webrra-help-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #f5f9ff, #fff);
}

.webrra-help-card > span {
    margin-bottom: 14px;
    color: #fff;
    background: linear-gradient(145deg, var(--wap-blue-dark), var(--wap-blue));
    box-shadow: 0 8px 18px rgba(23, 105, 255, .19);
}

.webrra-help-card small {
    color: var(--wap-blue);
    font-size: 11px;
}

.webrra-help-card h2 {
    margin-top: 4px !important;
}

.webrra-account-btn,
button.webrra-account-btn,
a.webrra-account-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px !important;
    padding: 9px 17px !important;
    border: 1px solid var(--wap-blue) !important;
    border-radius: 12px !important;
    color: #fff !important;
    background: linear-gradient(105deg, var(--wap-blue-dark), var(--wap-blue)) !important;
    box-shadow: 0 8px 18px rgba(23, 105, 255, .16) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease !important;
}

.webrra-account-btn:hover {
    color: #fff !important;
    box-shadow: 0 11px 23px rgba(23, 105, 255, .25) !important;
    transform: translateY(-2px);
}

.webrra-account-btn.is-loading,
.webrra-account-btn:disabled {
    pointer-events: none;
    opacity: .68;
}

.webrra-account-btn.is-ghost {
    color: var(--wap-blue) !important;
    background: #fff !important;
    box-shadow: none !important;
}

.webrra-help-card .webrra-account-btn {
    width: 100%;
}

.webrra-account-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.webrra-account-quick-grid > a {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 11px;
    min-height: 74px;
    padding: 12px;
    border: 1px solid #edf1f7;
    border-radius: 16px;
    color: var(--wap-ink) !important;
    background: #fcfdff;
    transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.webrra-account-quick-grid > a:hover {
    border-color: #cfe0ff;
    color: var(--wap-blue) !important;
    background: var(--wap-blue-soft);
    transform: translateY(-2px);
}

.webrra-quick-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 12px;
}

.webrra-account-quick-grid a > span:nth-child(2) {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.webrra-account-quick-grid b {
    font-size: 12px;
}

.webrra-account-quick-grid small {
    overflow: hidden;
    color: var(--wap-muted);
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.webrra-account-quick-grid i {
    color: #a1adbf;
    font-size: 15px;
    font-style: normal;
}

.webrra-account-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 230px;
    padding: 28px;
    text-align: center;
}

.webrra-account-empty > span {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    margin-bottom: 13px;
    border-radius: 18px;
    color: var(--wap-blue);
    background: var(--wap-blue-soft);
}

.webrra-account-empty h3 {
    margin: 0 !important;
    color: var(--wap-ink) !important;
    font-size: 16px !important;
}

.webrra-account-empty p {
    margin: 7px 0 16px;
    color: var(--wap-muted);
    font-size: 12px;
}

/* Order tracking */
.webrra-tracking-picker {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(300px, .9fr);
    align-items: end;
    gap: 24px;
}

.webrra-tracking-picker h2 {
    margin-top: 3px !important;
}

.webrra-order-picker {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
}

.webrra-order-picker label {
    grid-column: 1 / -1;
    color: var(--wap-muted);
    font-size: 11px;
    font-weight: 700;
}

.webrra-order-picker select,
.webrra-ticket-form input,
.webrra-ticket-form select,
.webrra-ticket-form textarea,
.webrra-ticket-reply textarea {
    width: 100%;
    min-height: 44px;
    margin: 0 !important;
    padding: 9px 12px !important;
    border: 1px solid #dce5f1 !important;
    border-radius: 12px !important;
    color: var(--wap-ink) !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 13px !important;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.webrra-order-picker select:focus,
.webrra-ticket-form input:focus,
.webrra-ticket-form select:focus,
.webrra-ticket-form textarea:focus,
.webrra-ticket-reply textarea:focus {
    border-color: var(--wap-blue) !important;
    box-shadow: 0 0 0 3px rgba(23, 105, 255, .1) !important;
}

.webrra-tracking-result > header {
    margin-bottom: 24px;
}

.webrra-track-line {
    height: 7px;
    margin: 0 30px;
}

.webrra-track-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: -14px;
}

.webrra-track-steps > div {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-inline: 6px;
    color: #98a4b8;
    text-align: center;
}

.webrra-track-steps span {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    margin-bottom: 8px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #dce4ef;
    box-shadow: 0 0 0 1px #dce4ef;
}

.webrra-track-steps .is-done span {
    color: #fff;
    background: var(--wap-blue);
    box-shadow: 0 0 0 1px var(--wap-blue);
}

.webrra-track-steps svg {
    width: 13px;
    height: 13px;
}

.webrra-track-steps b {
    color: inherit;
    font-size: 11px;
}

.webrra-track-steps small {
    margin-top: 2px;
    color: inherit;
    font-size: 9px;
}

.webrra-track-steps .is-done {
    color: var(--wap-ink);
}

.webrra-tracking-code {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 23px;
    padding: 13px;
    border: 1px dashed #aac8ff;
    border-radius: 15px;
    background: #f4f8ff;
}

.webrra-tracking-code > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: var(--wap-blue);
    background: #fff;
}

.webrra-tracking-code > div {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.webrra-tracking-code small {
    color: var(--wap-muted);
    font-size: 10px;
}

.webrra-tracking-code b {
    color: var(--wap-ink);
    font-size: 15px;
}

.webrra-tracking-code a {
    color: var(--wap-blue) !important;
    font-size: 11px;
    font-weight: 800;
}

.webrra-tracking-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
    margin-top: 21px;
}

.webrra-tracking-info-grid > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
    padding: 13px;
    border-radius: 13px;
    background: #f7f9fc;
}

.webrra-tracking-info-grid small,
.webrra-tracking-items small,
.webrra-shipping-address small {
    color: var(--wap-muted);
    font-size: 10px;
}

.webrra-tracking-info-grid b {
    overflow: hidden;
    color: var(--wap-ink);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.webrra-tracking-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(220px, .7fr);
    gap: 17px;
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid var(--wap-line);
}

.webrra-tracking-bottom h3 {
    margin: 0 0 11px !important;
    color: var(--wap-ink) !important;
    font-size: 13px !important;
}

.webrra-tracking-items > div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-block: 8px;
    border-top: 1px solid #f0f3f8;
}

.webrra-tracking-items img {
    width: 52px !important;
    height: 52px !important;
    padding: 3px;
    border-radius: 11px;
    object-fit: contain;
    background: #f7f9fc;
}

.webrra-tracking-items span {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.webrra-tracking-items b {
    overflow: hidden;
    color: var(--wap-ink);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.webrra-tracking-items em {
    color: var(--wap-ink);
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
}

.webrra-shipping-address {
    padding: 15px;
    border-radius: 15px;
    background: #f7f9fc;
}

.webrra-shipping-address p {
    margin: 0 0 8px;
    color: #52627c;
    font-size: 11px;
    line-height: 1.9;
}

/* Tickets */
.webrra-account-notice {
    padding: 13px 16px;
    border: 1px solid #d8e5f8;
    border-radius: 14px;
    color: #38506f;
    background: #f4f8fe;
    font-size: 12px;
}

.webrra-account-notice.is-success {
    border-color: #bdebd8;
    color: #087a50;
    background: #ecfaf5;
}

.webrra-new-ticket {
    padding: 0;
    overflow: hidden;
}

.webrra-new-ticket summary {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 88px;
    padding: 18px 22px;
    cursor: pointer;
    list-style: none;
}

.webrra-new-ticket summary::-webkit-details-marker {
    display: none;
}

.webrra-new-ticket summary > div {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.webrra-new-ticket summary small {
    color: var(--wap-blue);
    font-size: 10px;
}

.webrra-new-ticket summary b {
    color: var(--wap-ink);
    font-size: 14px;
}

.webrra-new-ticket summary em {
    color: var(--wap-muted);
    font-size: 10px;
    font-style: normal;
}

.webrra-new-ticket summary > i {
    color: var(--wap-muted);
    font-size: 20px;
    font-style: normal;
    transition: transform .2s ease;
}

.webrra-new-ticket[open] summary > i {
    transform: rotate(180deg);
}

.webrra-ticket-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    padding: 20px 22px 22px;
    border-top: 1px solid var(--wap-line);
    background: #fbfcff;
}

.webrra-ticket-form label,
.webrra-ticket-reply label {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 6px;
    margin: 0;
}

.webrra-ticket-form label > span,
.webrra-ticket-reply label > span {
    color: #50617e;
    font-size: 11px;
    font-weight: 700;
}

.webrra-ticket-form .is-wide {
    grid-column: 1 / -1;
}

.webrra-ticket-form textarea,
.webrra-ticket-reply textarea {
    min-height: 116px;
    resize: vertical;
}

.webrra-ticket-form-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.webrra-ticket-form-foot small {
    color: var(--wap-muted);
    font-size: 10px;
}

.webrra-ticket-list-panel > header > b {
    color: var(--wap-muted);
    font-size: 11px;
}

.webrra-ticket-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.webrra-ticket-row {
    display: grid;
    grid-template-columns: 92px minmax(180px, 1fr) auto 72px auto 16px;
    align-items: center;
    gap: 10px;
    min-height: 65px;
    padding: 10px 12px;
    border: 1px solid #edf1f7;
    border-radius: 14px;
    color: var(--wap-ink) !important;
    background: #fcfdff;
    transition: border-color .18s ease, background .18s ease;
}

.webrra-ticket-row:hover {
    border-color: #cadcff;
    color: var(--wap-ink) !important;
    background: #f7faff;
}

.webrra-ticket-number,
.webrra-ticket-replies {
    color: var(--wap-muted);
    font-size: 10px;
}

.webrra-ticket-subject {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.webrra-ticket-subject b {
    overflow: hidden;
    color: var(--wap-ink);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.webrra-ticket-subject small {
    color: var(--wap-muted);
    font-size: 9px;
}

.webrra-ticket-row > i {
    color: #9aa8bd;
    font-style: normal;
}

.webrra-account-back {
    align-self: flex-start;
    color: var(--wap-blue) !important;
    font-size: 11px;
    font-weight: 800;
}

.webrra-ticket-detail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.webrra-ticket-detail-head > div:first-child {
    min-width: 0;
}

.webrra-ticket-detail-head small,
.webrra-ticket-detail-head p {
    color: var(--wap-muted);
    font-size: 10px;
}

.webrra-ticket-detail-head p {
    margin: 5px 0 0;
}

.webrra-ticket-detail-head > div:last-child {
    display: flex;
    gap: 7px;
}

.webrra-ticket-thread {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
    border-radius: 20px;
    background: #f5f8fc;
}

.webrra-ticket-message {
    align-self: flex-start;
    width: min(76%, 680px);
    padding: 14px;
    border: 1px solid #cfe0ff;
    border-radius: 17px 17px 5px 17px;
    color: #29415f;
    background: #fff;
    box-shadow: 0 6px 18px rgba(31, 62, 113, .05);
}

.webrra-ticket-message.is-customer {
    align-self: flex-end;
    border-color: transparent;
    border-radius: 17px 17px 17px 5px;
    color: #fff;
    background: linear-gradient(120deg, #0c4fc8, #1769ff);
}

.webrra-ticket-message header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.webrra-ticket-message header b {
    color: inherit;
    font-size: 11px;
}

.webrra-ticket-message header small {
    color: inherit;
    font-size: 9px;
    opacity: .65;
}

.webrra-ticket-message > div {
    font-size: 12px;
    line-height: 1.9;
}

.webrra-ticket-reply label {
    margin-bottom: 12px;
}

.webrra-ticket-reply > div {
    display: flex;
    gap: 8px;
}

/* WooCommerce native account screens */
body.webrra-account-authenticated .woocommerce-MyAccount-content > h2,
body.webrra-account-authenticated .woocommerce-MyAccount-content > h3,
body.webrra-account-authenticated .woocommerce-MyAccount-content > form,
body.webrra-account-authenticated .woocommerce-MyAccount-content > .woocommerce-Addresses,
body.webrra-account-authenticated .woocommerce-MyAccount-content > .woocommerce-order-details,
body.webrra-account-authenticated .woocommerce-MyAccount-content > .woocommerce-customer-details {
    margin-top: 0;
}

body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-orders-table,
body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-table,
body.webrra-account-authenticated .woocommerce-MyAccount-content form.woocommerce-EditAccountForm,
body.webrra-account-authenticated .woocommerce-MyAccount-content form.woocommerce-address-fields,
body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-Address,
body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-order-details,
body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-customer-details {
    padding: 20px;
    overflow: hidden;
    border: 1px solid var(--wap-line) !important;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 32px rgba(31, 62, 113, .055);
}

body.webrra-account-authenticated .woocommerce-MyAccount-content table {
    border-collapse: separate !important;
    border-spacing: 0 7px !important;
}

body.webrra-account-authenticated .woocommerce-MyAccount-content table th {
    color: var(--wap-muted);
    font-size: 10px;
}

body.webrra-account-authenticated .woocommerce-MyAccount-content table td {
    border-block: 1px solid #edf1f7 !important;
    color: var(--wap-ink);
    background: #fcfdff;
    font-size: 11px;
}

body.webrra-account-authenticated .woocommerce-MyAccount-content table td:first-child {
    border-right: 1px solid #edf1f7 !important;
    border-radius: 0 12px 12px 0;
}

body.webrra-account-authenticated .woocommerce-MyAccount-content table td:last-child {
    border-left: 1px solid #edf1f7 !important;
    border-radius: 12px 0 0 12px;
}

body.webrra-account-authenticated .woocommerce-MyAccount-content .button {
    min-height: 37px;
    border-radius: 10px !important;
    color: #fff !important;
    background: var(--wap-blue) !important;
    box-shadow: none !important;
    font-size: 10px !important;
}

body.webrra-account-authenticated .woocommerce-MyAccount-content input.input-text,
body.webrra-account-authenticated .woocommerce-MyAccount-content select,
body.webrra-account-authenticated .woocommerce-MyAccount-content textarea {
    min-height: 46px;
    border: 1px solid #dce5f1 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 13px !important;
}

body.webrra-account-authenticated .woocommerce-MyAccount-content fieldset {
    margin-top: 20px;
    padding: 17px;
    border: 1px solid var(--wap-line);
    border-radius: 15px;
}

body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-info,
body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-message,
body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-error {
    margin: 0 0 15px !important;
    border: 1px solid #d8e5f8 !important;
    border-radius: 14px;
    background: #f4f8fe;
    font-size: 12px;
}

.webrra-account-lower-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, .72fr);
    align-items: stretch;
    gap: 18px;
}

.webrra-account-id-card {
    background:
        radial-gradient(circle at 100% 0, rgba(23, 105, 255, .1), transparent 38%),
        #fff;
}

.webrra-account-id-card header > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: var(--wap-blue);
    background: var(--wap-blue-soft);
}

.webrra-account-id-card header > span svg {
    width: 21px;
    height: 21px;
}

.webrra-account-id-card dl {
    display: flex;
    flex-direction: column;
    margin: 0 0 13px;
}

.webrra-account-id-card dl > div {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px dashed #e5ebf4;
}

.webrra-account-id-card dt,
.webrra-account-id-card dd {
    margin: 0;
    font-size: 10px;
}

.webrra-account-id-card dt {
    color: var(--wap-muted);
}

.webrra-account-id-card dd {
    overflow: hidden;
    max-width: 65%;
    color: var(--wap-ink);
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.webrra-account-id-card dd.is-on {
    color: var(--wap-green);
}

.webrra-account-id-card > a {
    color: var(--wap-blue) !important;
    font-size: 10px;
    font-weight: 800;
}

.webrra-mini-empty {
    display: grid;
    min-height: 125px;
    place-items: center;
    border: 1px dashed #dce5f1;
    border-radius: 14px;
    color: var(--wap-muted);
    background: #fafcff;
    font-size: 11px;
}

/* Notification center */
.webrra-notifications-page {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.webrra-notifications-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 124px;
    overflow: hidden;
    background:
        radial-gradient(circle at 95% 10%, rgba(23, 105, 255, .14), transparent 30%),
        linear-gradient(130deg, #fff, #f5f9ff);
}

.webrra-notifications-hero > div,
.webrra-notifications-hero > div > div {
    display: flex;
}

.webrra-notifications-hero > div {
    align-items: center;
    gap: 14px;
}

.webrra-notifications-hero > div > span {
    display: grid;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(145deg, var(--wap-blue-dark), var(--wap-blue));
    box-shadow: 0 10px 22px rgba(23, 105, 255, .2);
}

.webrra-notifications-hero svg {
    width: 26px;
    height: 26px;
}

.webrra-notifications-hero > div > div {
    align-items: flex-start;
    flex-direction: column;
}

.webrra-notifications-hero small {
    color: var(--wap-blue);
    font-size: 10px;
    font-weight: 700;
}

.webrra-notifications-hero h2 {
    margin: 2px 0 !important;
}

.webrra-notifications-hero p {
    margin: 0;
    color: var(--wap-muted);
    font-size: 11px;
}

.webrra-notifications-hero > b {
    display: flex;
    width: 86px;
    height: 76px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #dce9ff;
    border-radius: 19px;
    color: var(--wap-blue);
    background: #fff;
    font-size: 25px;
    box-shadow: 0 9px 24px rgba(23, 105, 255, .08);
}

.webrra-notifications-hero > b small {
    color: var(--wap-muted);
    font-size: 8px;
}

.webrra-notification-toolbar {
    display: flex;
    width: max-content;
    max-width: 100%;
    gap: 5px;
    padding: 5px;
    border: 1px solid var(--wap-line);
    border-radius: 14px;
    background: #fff;
}

.webrra-notification-toolbar button {
    min-height: 35px !important;
    padding: 7px 14px !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: #687892 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 10px !important;
}

.webrra-notification-toolbar button.is-active {
    color: #fff !important;
    background: var(--wap-blue) !important;
}

.webrra-notification-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.webrra-notification-list.webrra-account-panel {
    padding: 13px;
}

.webrra-notification-item {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    padding: 12px;
    border: 1px solid #edf1f7;
    border-radius: 15px;
    background: #fcfdff;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.webrra-notification-item:hover {
    border-color: #cadcff;
    background: #f7faff;
    transform: translateY(-1px);
}

.webrra-notification-item[hidden] {
    display: none !important;
}

.webrra-notification-item.is-unread {
    border-color: #cfe0ff;
    background: #f7faff;
}

.webrra-notification-icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 13px;
    color: var(--wap-blue);
    background: var(--wap-blue-soft);
}

.webrra-notification-icon.is-support {
    color: #0a9260;
    background: #e9faf3;
}

.webrra-notification-icon svg {
    width: 20px;
    height: 20px;
}

.webrra-notification-item > div {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
}

.webrra-notification-item h3 {
    margin: 0 !important;
    color: var(--wap-ink) !important;
    font-size: 11px !important;
    line-height: 1.6 !important;
}

.webrra-notification-item p {
    overflow: hidden;
    margin: 1px 0 !important;
    color: var(--wap-muted);
    font-size: 9px;
    line-height: 1.7;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.webrra-notification-item small {
    color: #9aa6b8;
    font-size: 8px;
}

.webrra-notification-item > a {
    padding: 6px 9px;
    border-radius: 9px;
    color: var(--wap-blue) !important;
    background: var(--wap-blue-soft);
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
}

.webrra-unread-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--wap-blue);
    box-shadow: 0 0 0 4px rgba(23, 105, 255, .1);
}

.webrra-notification-list.is-compact {
    gap: 6px;
}

.webrra-notification-list.is-compact .webrra-notification-item {
    min-height: 57px;
    padding: 8px;
}

.webrra-notification-list.is-compact .webrra-notification-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 10px;
}

.webrra-notification-list.is-compact .webrra-notification-icon svg {
    width: 17px;
    height: 17px;
}

.webrra-notification-list.is-compact .webrra-notification-item p,
.webrra-notification-list.is-compact .webrra-unread-dot {
    display: none;
}

.webrra-notification-filter-empty {
    padding: 30px;
    color: var(--wap-muted);
    text-align: center;
    font-size: 11px;
}

/* Extended profile form */
.webrra-account-form-intro {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    margin-bottom: 20px;
    padding: 17px;
    border: 1px solid #dbe7f8;
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0, rgba(23, 105, 255, .13), transparent 37%),
        linear-gradient(135deg, #f3f8ff, #fff);
}

.webrra-account-form-intro > span,
.webrra-account-form-intro img {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 17px;
}

.webrra-account-form-intro > span {
    padding: 2px;
    background: linear-gradient(145deg, #bcd6ff, var(--wap-blue));
}

.webrra-account-form-intro img {
    object-fit: cover;
}

.webrra-account-form-intro > div {
    min-width: 0;
}

.webrra-account-form-intro small {
    color: var(--wap-blue);
    font-size: 9px;
}

.webrra-account-form-intro h2 {
    margin: 1px 0 !important;
    color: var(--wap-ink) !important;
    font-size: 16px !important;
}

.webrra-account-form-intro p {
    margin: 0 !important;
    color: var(--wap-muted);
    font-size: 9px;
}

.webrra-account-form-intro > b {
    display: flex;
    width: 70px;
    height: 58px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #d4e4ff;
    border-radius: 15px;
    color: var(--wap-blue);
    background: #fff;
    font-size: 17px;
}

.webrra-account-form-intro > b small {
    color: var(--wap-muted);
    font-size: 7px;
}

.webrra-account-extra {
    margin: 20px 0;
    padding: 18px;
    border: 1px solid #e2eaf5;
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0, rgba(23, 105, 255, .055), transparent 30%),
        #fbfdff;
}

.webrra-extra-section-head,
.webrra-account-extra-details > summary {
    display: flex;
    align-items: center;
    gap: 11px;
}

.webrra-extra-section-head > span,
.webrra-account-extra-details > summary > span {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 13px;
    color: var(--wap-blue);
    background: var(--wap-blue-soft);
}

.webrra-extra-section-head svg,
.webrra-account-extra-details summary svg {
    width: 20px;
    height: 20px;
}

.webrra-extra-section-head h3,
.webrra-account-extra-details h3 {
    margin: 0 !important;
    color: var(--wap-ink) !important;
    font-size: 14px !important;
}

.webrra-extra-section-head p,
.webrra-account-extra-details summary p {
    margin: 2px 0 0 !important;
    color: var(--wap-muted);
    font-size: 9px;
}

.webrra-extra-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 17px;
}

.webrra-extra-grid > label {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 6px;
    margin: 0 !important;
}

.webrra-extra-grid > label > span {
    color: #53627c;
    font-size: 10px;
    font-weight: 700;
}

.webrra-extra-grid .is-wide {
    grid-column: 1 / -1;
}

.webrra-extra-grid input:not([type="checkbox"]),
.webrra-extra-grid select,
.webrra-extra-grid textarea {
    width: 100%;
    min-height: 44px;
    margin: 0 !important;
    padding: 9px 12px !important;
    border: 1px solid #dce5f1 !important;
    border-radius: 12px !important;
    color: var(--wap-ink) !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 12px !important;
}

.webrra-extra-grid input:focus,
.webrra-extra-grid select:focus,
.webrra-extra-grid textarea:focus {
    border-color: var(--wap-blue) !important;
    box-shadow: 0 0 0 3px rgba(23, 105, 255, .1) !important;
    outline: none;
}

.webrra-extra-check {
    display: flex !important;
    min-height: 62px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row !important;
    gap: 10px !important;
    padding: 11px;
    border: 1px solid #e2e9f3;
    border-radius: 13px;
    background: #fff;
}

.webrra-extra-check input {
    width: 19px !important;
    height: 19px !important;
    flex: 0 0 19px;
    margin: 0 !important;
    accent-color: var(--wap-blue);
}

.webrra-extra-check > span {
    display: flex;
    flex-direction: column;
}

.webrra-extra-check b {
    color: var(--wap-ink);
    font-size: 10px;
}

.webrra-extra-check small {
    color: var(--wap-muted);
    font-size: 8px;
}

.webrra-account-extra-details {
    padding: 0;
    overflow: hidden;
}

.webrra-account-extra-details > summary {
    min-height: 78px;
    padding: 16px 18px;
    cursor: pointer;
    list-style: none;
}

.webrra-account-extra-details > summary::-webkit-details-marker {
    display: none;
}

.webrra-account-extra-details > summary > div {
    min-width: 0;
    flex: 1;
}

.webrra-account-extra-details > summary > i {
    color: var(--wap-muted);
    font-size: 18px;
    font-style: normal;
    transition: transform .2s ease;
}

.webrra-account-extra-details[open] > summary > i {
    transform: rotate(180deg);
}

.webrra-account-extra-details > .webrra-extra-grid {
    margin: 0;
    padding: 17px 18px 18px;
    border-top: 1px solid #e5ebf4;
    background: #fff;
}

.webrra-extra-security,
.webrra-extra-save-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 10px;
    border-radius: 11px;
    color: #38644f;
    background: #ecfaf4;
    font-size: 9px;
}

.webrra-extra-security svg,
.webrra-extra-save-note svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
}

.webrra-extra-save-note {
    color: #456280;
    background: #eef5ff;
}

body.webrra-account-authenticated .woocommerce-MyAccount-content form.woocommerce-EditAccountForm > fieldset {
    background: #fbfdff;
}

body.webrra-account-authenticated .woocommerce-MyAccount-content form.woocommerce-EditAccountForm {
    overflow: visible;
}

body.webrra-account-authenticated .woocommerce-MyAccount-content form.woocommerce-EditAccountForm > p:last-of-type {
    position: sticky;
    z-index: 4;
    bottom: 10px;
    display: flex;
    justify-content: flex-end;
    margin: 18px 0 0 !important;
    padding: 10px;
    border: 1px solid #dbe7f8;
    border-radius: 14px;
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 10px 28px rgba(26, 65, 128, .12);
    backdrop-filter: blur(10px);
}

@media (max-width: 1180px) {
    body.webrra-account-authenticated .woocommerce {
        grid-template-columns: minmax(0, 1fr) 244px;
    }

    .webrra-account-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .webrra-account-dashboard-grid {
        grid-template-columns: minmax(0, 1.5fr) minmax(230px, .75fr);
    }

    .webrra-account-lower-grid {
        grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr);
    }

    .webrra-account-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .webrra-ticket-row {
        grid-template-columns: 80px minmax(150px, 1fr) auto auto 16px;
    }

    .webrra-ticket-replies {
        display: none;
    }
}

@media (max-width: 900px) {
    body.webrra-account-authenticated .woocommerce {
        display: flex;
        flex-direction: column;
        gap: 14px;
        padding-top: 8px;
    }

    .webrra-account-head,
    .webrra-account-side-profile,
    body.webrra-account-authenticated .woocommerce-MyAccount-navigation,
    body.webrra-account-authenticated .woocommerce-MyAccount-content {
        width: 100% !important;
    }

    .webrra-account-head {
        order: 0;
        grid-template-columns: 1fr auto;
        min-height: 112px;
        padding: 18px;
        border-radius: 20px;
    }

    .webrra-account-side-profile {
        order: 1;
    }

    .webrra-account-section-title {
        display: none;
    }

    body.webrra-account-authenticated .woocommerce-MyAccount-navigation {
        position: static;
        order: 1;
        overflow-x: auto;
        padding: 7px;
        border-radius: 16px;
        scrollbar-width: none;
    }

    body.webrra-account-authenticated .woocommerce-MyAccount-navigation::-webkit-scrollbar {
        display: none;
    }

    body.webrra-account-authenticated .woocommerce-MyAccount-navigation ul {
        width: max-content;
        flex-direction: row;
        gap: 10px;
    }

    body.webrra-account-authenticated .woocommerce-MyAccount-navigation a {
        min-height: 38px;
        padding: 5px 8px;
        gap: 7px;
        white-space: nowrap;
    }

    .webrra-account-nav-icon {
        width: 25px;
        height: 25px;
        flex-basis: 25px;
        border-radius: 8px;
    }

    .webrra-account-nav-icon svg {
        width: 14px;
        height: 14px;
    }

    body.webrra-account-authenticated .woocommerce-MyAccount-navigation-link--customer-logout {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    body.webrra-account-authenticated .woocommerce-MyAccount-content {
        order: 2;
    }

    .webrra-account-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .webrra-account-lower-grid {
        grid-template-columns: 1fr;
    }

    .webrra-account-side {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .webrra-tracking-picker,
    .webrra-tracking-bottom {
        grid-template-columns: 1fr;
    }

    .webrra-account-side-profile {
        display: grid;
        grid-template-columns: minmax(210px, .8fr) minmax(180px, .6fr) minmax(200px, .8fr);
        align-items: center;
        gap: 12px;
    }

    .webrra-side-profile-user {
        padding: 0;
        border: 0;
    }

    .webrra-side-profile-meta {
        margin: 0;
    }

    .webrra-newsletter-switch {
        margin: 0;
    }

    .webrra-side-profile-completion,
    .webrra-side-profile-edit {
        display: none;
    }
}

@media (max-width: 640px) {
    body.webrra-account-authenticated .main-page-wrapper > .container {
        padding-inline: 10px !important;
    }

    body.webrra-account-authenticated .woocommerce {
        padding-bottom: max(30px, env(safe-area-inset-bottom));
    }

    .webrra-account-head {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .webrra-account-avatar,
    .webrra-account-avatar img {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
        border-radius: 16px;
    }

    .webrra-account-head-actions {
        width: 100%;
    }

    .webrra-account-head-actions a {
        min-width: 0;
        flex: 1;
        padding: 9px 11px;
    }

    .webrra-account-head-actions b {
        font-size: 20px;
    }

    .webrra-account-head-actions span {
        font-size: 9px;
    }

    .webrra-account-side-profile {
        display: flex;
        align-items: stretch;
        flex-direction: column;
    }

    .webrra-side-profile-user {
        padding-bottom: 11px;
        border-bottom: 1px solid var(--wap-line);
    }

    .webrra-side-profile-meta {
        margin: 10px 0;
    }

    .webrra-newsletter-switch {
        margin-top: 0;
    }

    .webrra-account-panel {
        padding: 16px;
        border-radius: 17px;
    }

    .webrra-account-stats {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .webrra-account-stat {
        align-items: center;
        flex-direction: row;
        gap: 12px;
        min-height: 94px;
        padding: 14px;
        border-radius: 16px;
    }

    .webrra-account-stat-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        border-radius: 11px;
    }

    .webrra-account-stat-icon svg {
        width: 18px;
        height: 18px;
    }

    .webrra-account-stat b {
        font-size: 22px;
    }

    .webrra-account-side {
        display: flex;
    }

    .webrra-account-quick-grid {
        grid-template-columns: 1fr;
    }

    .webrra-account-quick-grid > a {
        min-height: 66px;
    }

    .webrra-order-card-meta {
        flex-wrap: wrap;
    }

    .webrra-order-card-meta b {
        width: 100%;
        margin: 0;
    }

    .webrra-order-picker {
        grid-template-columns: 1fr;
    }

    .webrra-order-picker select,
    .webrra-ticket-form input,
    .webrra-ticket-form select,
    .webrra-ticket-form textarea,
    .webrra-ticket-reply textarea,
    body.webrra-account-authenticated .woocommerce-MyAccount-content input.input-text,
    body.webrra-account-authenticated .woocommerce-MyAccount-content select,
    body.webrra-account-authenticated .woocommerce-MyAccount-content textarea {
        font-size: 16px !important;
    }

    .webrra-extra-grid input:not([type="checkbox"]),
    .webrra-extra-grid select,
    .webrra-extra-grid textarea {
        font-size: 16px !important;
    }

    .webrra-extra-grid {
        grid-template-columns: 1fr;
    }

    .webrra-extra-grid .is-wide {
        grid-column: auto;
    }

    .webrra-account-extra {
        padding: 14px;
        border-radius: 15px;
    }

    .webrra-account-form-intro {
        grid-template-columns: auto minmax(0, 1fr);
        padding: 13px;
        border-radius: 15px;
    }

    .webrra-account-form-intro > b {
        grid-column: 1 / -1;
        width: 100%;
        height: 43px;
        flex-direction: row;
        gap: 5px;
    }

    .webrra-account-form-intro > span,
    .webrra-account-form-intro img {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .webrra-account-extra-details {
        padding: 0;
    }

    .webrra-notifications-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .webrra-notifications-hero > b {
        width: 100%;
        height: 52px;
        flex-direction: row;
        gap: 7px;
    }

    .webrra-notification-item {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .webrra-notification-item > div {
        width: calc(100% - 56px);
        flex: 0 0 calc(100% - 56px);
    }

    .webrra-notification-item > a {
        margin-right: 54px;
    }

    .webrra-unread-dot {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    body.webrra-account-authenticated .woocommerce-MyAccount-content form.woocommerce-EditAccountForm > p:last-of-type {
        bottom: max(8px, env(safe-area-inset-bottom));
    }

    .webrra-track-line {
        margin-inline: 18px;
    }

    .webrra-track-steps b {
        font-size: 9px;
    }

    .webrra-track-steps small {
        display: none;
    }

    .webrra-tracking-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .webrra-ticket-form {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .webrra-ticket-form .is-wide {
        grid-column: auto;
    }

    .webrra-ticket-form-foot,
    .webrra-ticket-detail-head {
        align-items: stretch;
        flex-direction: column;
    }

    .webrra-ticket-form-foot .webrra-account-btn {
        width: 100%;
    }

    .webrra-ticket-row {
        grid-template-columns: 1fr auto;
        gap: 5px 9px;
        padding: 12px;
    }

    .webrra-ticket-number,
    .webrra-ticket-subject {
        grid-column: 1;
    }

    .webrra-ticket-row .webrra-priority,
    .webrra-ticket-row > i,
    .webrra-ticket-replies {
        display: none;
    }

    .webrra-ticket-row .webrra-ticket-status {
        grid-column: 2;
        grid-row: 1 / 3;
    }

    .webrra-ticket-message {
        width: 92%;
    }

    .webrra-ticket-reply > div {
        flex-direction: column;
    }

    .webrra-ticket-reply .webrra-account-btn {
        width: 100%;
    }

    body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-orders-table,
    body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-table,
    body.webrra-account-authenticated .woocommerce-MyAccount-content form.woocommerce-EditAccountForm,
    body.webrra-account-authenticated .woocommerce-MyAccount-content form.woocommerce-address-fields,
    body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-Address,
    body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-order-details,
    body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-customer-details {
        padding: 14px;
        border-radius: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .webrra-account-page *,
    .webrra-account-page *::before,
    .webrra-account-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* Account RTL and native WooCommerce hardening */
body.webrra-account-authenticated .woocommerce {
    direction: ltr !important;
    text-align: right !important;
}

body.webrra-account-authenticated .woocommerce > * {
    direction: rtl;
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation,
body.webrra-account-authenticated .woocommerce-MyAccount-content,
body.webrra-account-authenticated .webrra-tracking-page {
    direction: rtl !important;
    text-align: right !important;
}

body.webrra-account-authenticated .woocommerce-MyAccount-content > * {
    max-width: 100%;
}

body.webrra-account-authenticated .woocommerce-MyAccount-navigation a,
body.webrra-account-authenticated .woocommerce-MyAccount-navigation li,
body.webrra-account-authenticated .woocommerce-MyAccount-content p,
body.webrra-account-authenticated .woocommerce-MyAccount-content h1,
body.webrra-account-authenticated .woocommerce-MyAccount-content h2,
body.webrra-account-authenticated .woocommerce-MyAccount-content h3,
body.webrra-account-authenticated .woocommerce-MyAccount-content label,
body.webrra-account-authenticated .woocommerce-MyAccount-content address,
body.webrra-account-authenticated .woocommerce-MyAccount-content th,
body.webrra-account-authenticated .woocommerce-MyAccount-content td {
    text-align: right;
}

/* Native orders table */
body.webrra-account-authenticated .woocommerce-MyAccount-content table.woocommerce-orders-table {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #e2e9f4 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(28, 58, 112, .045);
    direction: rtl;
    table-layout: auto;
}

body.webrra-account-authenticated .woocommerce-orders-table thead {
    background: #f5f8fd;
}

body.webrra-account-authenticated .woocommerce-orders-table thead th {
    padding: 15px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #e2e9f4 !important;
    color: #657590 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.5;
    white-space: nowrap;
}

body.webrra-account-authenticated .woocommerce-orders-table tbody tr > th,
body.webrra-account-authenticated .woocommerce-orders-table tbody tr > td {
    padding: 15px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #edf1f7 !important;
    border-radius: 0 !important;
    color: var(--wap-ink);
    background: #fff !important;
    font-size: 12px !important;
    line-height: 1.7;
    vertical-align: middle;
}

body.webrra-account-authenticated .woocommerce-orders-table tbody tr:last-child > th,
body.webrra-account-authenticated .woocommerce-orders-table tbody tr:last-child > td {
    border-bottom: 0 !important;
}

body.webrra-account-authenticated .woocommerce-orders-table__header-order-number,
body.webrra-account-authenticated .woocommerce-orders-table__cell-order-number {
    width: 108px;
}

body.webrra-account-authenticated .woocommerce-orders-table__header-order-date,
body.webrra-account-authenticated .woocommerce-orders-table__cell-order-date {
    width: 155px;
}

body.webrra-account-authenticated .woocommerce-orders-table__header-order-status,
body.webrra-account-authenticated .woocommerce-orders-table__cell-order-status {
    width: 155px;
}

body.webrra-account-authenticated .woocommerce-orders-table__header-order-actions,
body.webrra-account-authenticated .woocommerce-orders-table__cell-order-actions {
    width: 240px;
}

body.webrra-account-authenticated .woocommerce-orders-table__cell-order-number a {
    display: inline-flex;
    min-width: 58px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9e5f7;
    border-radius: 10px;
    color: var(--wap-blue) !important;
    background: #f3f7ff;
    font-size: 12px;
    font-weight: 900;
    direction: ltr;
}

body.webrra-account-authenticated .woocommerce-orders-table__cell-order-date time {
    color: #50617e;
    white-space: nowrap;
}

.webrra-native-order-status {
    display: inline-flex;
    min-height: 31px;
    align-items: center;
    justify-content: center;
    padding: 5px 11px;
    border-radius: 999px;
    color: #1359ca;
    background: #eaf2ff;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

.webrra-native-order-status.is-completed {
    color: #087c51;
    background: #e7f9f1;
}

.webrra-native-order-status.is-pending,
.webrra-native-order-status.is-on-hold {
    color: #9a5c00;
    background: #fff7df;
}

.webrra-native-order-status.is-cancelled,
.webrra-native-order-status.is-refunded,
.webrra-native-order-status.is-failed {
    color: #bd334a;
    background: #fff0f2;
}

body.webrra-account-authenticated .woocommerce-orders-table__cell-order-total .amount {
    color: #10254b;
    font-weight: 900;
    white-space: nowrap;
}

body.webrra-account-authenticated .woocommerce-orders-table__cell-order-actions {
    white-space: normal;
}

body.webrra-account-authenticated .woocommerce-orders-table__cell-order-actions .button {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    margin: 2px 0 2px 5px !important;
    padding: 7px 11px !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: #fff !important;
    background: var(--wap-blue) !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
}

body.webrra-account-authenticated .woocommerce-orders-table__cell-order-actions .button.webrra-track {
    color: #1257c1 !important;
    background: #eaf2ff !important;
}

/* Native address cards */
body.webrra-account-authenticated .woocommerce-MyAccount-content .webrra-native-address-intro {
    position: relative;
    margin: 0 0 15px !important;
    padding: 13px 46px 13px 15px;
    border: 1px solid #dbe7f8;
    border-radius: 14px;
    color: #52647f;
    background: #f5f9ff;
    font-size: 12px;
    line-height: 1.8;
}

body.webrra-account-authenticated .woocommerce-MyAccount-content .webrra-native-address-intro::before {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 19px;
    height: 19px;
    border: 2px solid var(--wap-blue);
    border-radius: 50%;
    color: var(--wap-blue);
    content: "i";
    font-size: 11px;
    font-weight: 900;
    line-height: 15px;
    text-align: center;
    transform: translateY(-50%);
}

body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-Addresses {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 16px;
    margin: 0 !important;
    direction: rtl;
}

body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-Addresses::before,
body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-Addresses::after {
    display: none !important;
    content: none !important;
}

body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    position: relative;
    float: none !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #e0e8f3 !important;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(28, 58, 112, .045);
}

body.webrra-account-authenticated .woocommerce-Address-title {
    display: flex !important;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 !important;
    padding: 14px 16px;
    border-bottom: 1px solid #e6edf7;
    background: linear-gradient(120deg, #f8fbff, #eef5ff);
    direction: rtl;
}

body.webrra-account-authenticated .woocommerce-Address-title h2 {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    color: var(--wap-ink) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.webrra-native-address-icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 12px;
    color: var(--wap-blue);
    background: #fff;
    box-shadow: inset 0 0 0 1px #dce8fb;
}

.webrra-native-address-icon svg {
    width: 19px;
    height: 19px;
}

body.webrra-account-authenticated .woocommerce-Address-title .edit {
    position: static !important;
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0 !important;
    padding: 6px 10px;
    border: 1px solid #d4e3fa;
    border-radius: 10px;
    color: #145ecf !important;
    background: #fff;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

body.webrra-account-authenticated .woocommerce-Address-title .edit svg {
    width: 14px;
    height: 14px;
}

body.webrra-account-authenticated .woocommerce-Addresses .woocommerce-Address address {
    min-height: 150px;
    margin: 0 !important;
    padding: 18px 20px !important;
    border: 0 !important;
    color: #4f607a;
    background: #fff;
    font-size: 12px;
    font-style: normal;
    line-height: 2.05;
    overflow-wrap: anywhere;
}

/* Tracking page */
.webrra-tracking-page,
.webrra-tracking-picker,
.webrra-tracking-result,
.webrra-order-picker,
.webrra-track-steps,
.webrra-tracking-info-grid,
.webrra-tracking-bottom {
    direction: rtl;
}

.webrra-tracking-picker,
.webrra-tracking-result {
    border-color: #e0e8f3;
    box-shadow: 0 8px 24px rgba(28, 58, 112, .045);
}

.webrra-tracking-picker {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr);
    text-align: right;
}

.webrra-order-picker select {
    padding-right: 13px !important;
    text-align: right;
    direction: rtl;
}

.webrra-tracking-result > header {
    align-items: flex-start;
    direction: rtl;
}

.webrra-track-line {
    position: relative;
    height: 7px;
    margin-inline: 12.5%;
    overflow: hidden;
    border-radius: 999px;
    background: #e5ebf4;
    direction: rtl;
}

.webrra-track-line > i {
    position: absolute;
    top: 0;
    right: 0 !important;
    bottom: 0;
    left: auto !important;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(270deg, #1769ff, #19b989);
}

.webrra-track-steps {
    position: relative;
    z-index: 1;
    margin-top: -17px;
}

.webrra-tracking-info-grid > div,
.webrra-shipping-address {
    border: 1px solid #e8edf5;
    background: #f8fafd;
}

.webrra-tracking-info-grid b {
    overflow: visible;
    font-size: 12px;
    text-overflow: clip;
    white-space: normal;
}

.webrra-tracking-items > div:first-of-type {
    border-top: 0;
}

.webrra-shipping-address p {
    overflow-wrap: anywhere;
}

@media (max-width: 900px) {
    body.webrra-account-authenticated .woocommerce {
        max-width: 100%;
    }

    body.webrra-account-authenticated .woocommerce-MyAccount-navigation ul {
        direction: rtl;
    }

    .webrra-tracking-picker {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    body.webrra-account-authenticated .woocommerce-MyAccount-content table.woocommerce-orders-table {
        display: block !important;
        overflow: visible;
        border: 0 !important;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    body.webrra-account-authenticated .woocommerce-orders-table thead {
        display: none !important;
    }

    body.webrra-account-authenticated .woocommerce-orders-table tbody,
    body.webrra-account-authenticated .woocommerce-orders-table tbody tr,
    body.webrra-account-authenticated .woocommerce-orders-table tbody tr > th,
    body.webrra-account-authenticated .woocommerce-orders-table tbody tr > td {
        display: block !important;
        width: 100% !important;
    }

    body.webrra-account-authenticated .woocommerce-orders-table tbody tr {
        margin: 0 0 12px !important;
        overflow: hidden;
        border: 1px solid #e0e8f3;
        border-radius: 17px;
        background: #fff;
        box-shadow: 0 6px 18px rgba(28, 58, 112, .04);
    }

    body.webrra-account-authenticated .woocommerce-orders-table tbody tr > th,
    body.webrra-account-authenticated .woocommerce-orders-table tbody tr > td {
        position: relative;
        min-height: 53px;
        padding: 12px 122px 12px 13px !important;
        border: 0 !important;
        border-bottom: 1px solid #edf1f7 !important;
        text-align: right !important;
    }

    body.webrra-account-authenticated .woocommerce-orders-table tbody tr > th::before,
    body.webrra-account-authenticated .woocommerce-orders-table tbody tr > td::before {
        position: absolute;
        top: 50%;
        right: 13px;
        display: block !important;
        width: 98px;
        color: #77869f;
        content: attr(data-title) !important;
        font-size: 10px;
        font-weight: 750;
        text-align: right;
        transform: translateY(-50%);
    }

    body.webrra-account-authenticated .woocommerce-orders-table tbody tr > td:last-child {
        border-bottom: 0 !important;
    }

    body.webrra-account-authenticated .woocommerce-orders-table__cell-order-actions {
        display: flex !important;
        flex-wrap: wrap;
        gap: 6px;
    }

    body.webrra-account-authenticated .woocommerce-orders-table__cell-order-actions .button {
        margin: 0 !important;
    }

    body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }

    body.webrra-account-authenticated .woocommerce-Addresses .woocommerce-Address address {
        min-height: 0;
    }

    .webrra-tracking-result > header {
        flex-direction: column;
    }

    .webrra-track-line {
        margin-inline: 12.5%;
    }

    .webrra-tracking-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 430px) {
    body.webrra-account-authenticated .woocommerce-Address-title {
        align-items: flex-start;
        flex-direction: column;
    }

    body.webrra-account-authenticated .woocommerce-Address-title .edit {
        width: 100%;
    }

    .webrra-tracking-info-grid {
        grid-template-columns: 1fr;
    }

    .webrra-track-steps > div {
        padding-inline: 2px;
    }

    .webrra-track-steps b {
        font-size: 8px;
    }
}

/* My Account: native single-order details */
body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-order-details {
    margin: 0 0 18px !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #dfe7f2 !important;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(28, 58, 112, .05);
}

body.webrra-account-authenticated .woocommerce-order-details__title {
    display: flex;
    min-height: 72px;
    align-items: center;
    gap: 11px;
    margin: 0 !important;
    padding: 14px 18px !important;
    border-bottom: 1px solid #e3eaf4;
    color: var(--wap-ink) !important;
    background: linear-gradient(120deg, #f8fbff, #eef5ff);
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.5 !important;
}

.webrra-native-order-icon {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border: 1px solid #dce8fb;
    border-radius: 12px;
    color: var(--wap-blue);
    background: #fff;
}

.webrra-native-order-icon svg {
    width: 20px;
    height: 20px;
}

body.webrra-account-authenticated .woocommerce-MyAccount-content table.woocommerce-table--order-details {
    display: table !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 0 !important;
    background: #fff;
    box-shadow: none !important;
    direction: rtl;
    table-layout: fixed;
}

body.webrra-account-authenticated table.woocommerce-table--order-details th,
body.webrra-account-authenticated table.woocommerce-table--order-details td {
    height: auto;
    padding: 14px 17px !important;
    border: 0 !important;
    border-bottom: 1px solid #edf1f6 !important;
    border-radius: 0 !important;
    color: #455873;
    background: transparent !important;
    font-size: 12px !important;
    line-height: 1.9;
    text-align: right !important;
    vertical-align: middle;
}

body.webrra-account-authenticated table.woocommerce-table--order-details thead th {
    color: #173a64 !important;
    background: #f3f7fc !important;
    font-size: 11px !important;
    font-weight: 900 !important;
}

body.webrra-account-authenticated table.woocommerce-table--order-details .product-total,
body.webrra-account-authenticated table.woocommerce-table--order-details tfoot td {
    width: 230px;
    color: #173a64;
    font-weight: 850;
    text-align: left !important;
    direction: rtl;
}

body.webrra-account-authenticated table.woocommerce-table--order-details tbody tr:hover td {
    background: #f9fbfe !important;
}

body.webrra-account-authenticated table.woocommerce-table--order-details .product-name a {
    color: #173a64 !important;
    font-weight: 850;
    text-decoration: none !important;
}

body.webrra-account-authenticated table.woocommerce-table--order-details .product-name a:hover {
    color: var(--wap-blue) !important;
}

body.webrra-account-authenticated table.woocommerce-table--order-details .product-quantity {
    display: inline-flex;
    min-height: 25px;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    padding: 2px 8px;
    border-radius: 8px;
    color: var(--wap-blue);
    background: #eaf2ff;
    font-size: 10px;
    font-weight: 900;
    white-space: nowrap;
}

body.webrra-account-authenticated table.woocommerce-table--order-details tfoot th,
body.webrra-account-authenticated table.woocommerce-table--order-details tfoot td {
    background: #fbfcfe !important;
}

body.webrra-account-authenticated table.woocommerce-table--order-details tfoot th {
    color: #657590 !important;
    font-weight: 750 !important;
}

body.webrra-account-authenticated table.woocommerce-table--order-details tfoot tr:last-child th,
body.webrra-account-authenticated table.woocommerce-table--order-details tfoot tr:last-child td {
    border-bottom: 0 !important;
}

body.webrra-account-authenticated table.woocommerce-table--order-details .webrra-account-order-total-row th,
body.webrra-account-authenticated table.woocommerce-table--order-details .webrra-account-order-total-row td {
    color: #075fc9 !important;
    background: #f1f7ff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

body.webrra-account-authenticated table.woocommerce-table--order-details .webrra-account-order-actions-row .button {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 8px 14px !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: #fff !important;
    background: linear-gradient(110deg, var(--wap-blue-dark), var(--wap-blue)) !important;
    box-shadow: 0 7px 16px rgba(23, 105, 255, .16) !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    text-decoration: none !important;
}

body.webrra-account-authenticated table.woocommerce-table--order-details .webrra-account-order-actions-row .button:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

/* My Account: customer billing and shipping cards */
body.webrra-account-authenticated .woocommerce-MyAccount-content .woocommerce-customer-details {
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
    border: 0 !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.webrra-account-authenticated .woocommerce-customer-details .woocommerce-columns--addresses {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 16px;
    width: 100%;
    margin: 0 !important;
    direction: rtl;
}

body.webrra-account-authenticated .woocommerce-customer-details .woocommerce-columns--addresses::before,
body.webrra-account-authenticated .woocommerce-customer-details .woocommerce-columns--addresses::after {
    display: none !important;
    content: none !important;
}

body.webrra-account-authenticated .woocommerce-customer-details .woocommerce-column {
    float: none !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid #dfe7f2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(28, 58, 112, .05);
}

body.webrra-account-authenticated .woocommerce-customer-details .woocommerce-column__title {
    display: flex;
    min-height: 72px;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    padding: 14px 17px !important;
    border-bottom: 1px solid #e3eaf4;
    color: var(--wap-ink) !important;
    background: linear-gradient(120deg, #f8fbff, #eef5ff);
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.5 !important;
}

body.webrra-account-authenticated .woocommerce-customer-details address {
    min-height: 184px;
    margin: 0 !important;
    padding: 18px 20px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #4a5e78;
    background: #fff !important;
    font-size: 12px;
    font-style: normal;
    line-height: 2.05;
    overflow-wrap: anywhere;
}

body.webrra-account-authenticated .woocommerce-customer-details--phone,
body.webrra-account-authenticated .woocommerce-customer-details--email {
    position: relative;
    min-height: 40px;
    margin: 12px 0 0 !important;
    padding: 9px 42px 9px 12px !important;
    border: 1px solid #e1e9f3;
    border-radius: 11px;
    color: #38516f;
    background: #f7faff;
    font-size: 11px;
    line-height: 1.7 !important;
    text-align: left !important;
    direction: ltr;
}

body.webrra-account-authenticated .woocommerce-customer-details--phone::before,
body.webrra-account-authenticated .woocommerce-customer-details--email::before {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    transform: translateY(-50%);
}

body.webrra-account-authenticated .woocommerce-customer-details--phone::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231769ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16.4v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 1.1 3.7a2 2 0 0 1 2-2.2h3a2 2 0 0 1 2 1.7c.1.9.3 1.8.7 2.6a2 2 0 0 1-.5 2.1L7 9.2a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.5c.8.3 1.7.5 2.6.7a2 2 0 0 1 2 2.3Z'/%3E%3C/svg%3E");
}

body.webrra-account-authenticated .woocommerce-customer-details--email::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231769ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='3'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3C/svg%3E");
}

@media (max-width: 700px) {
    body.webrra-account-authenticated .woocommerce-order-details__title,
    body.webrra-account-authenticated .woocommerce-customer-details .woocommerce-column__title {
        min-height: 64px;
        padding: 12px 14px !important;
    }

    body.webrra-account-authenticated table.woocommerce-table--order-details th,
    body.webrra-account-authenticated table.woocommerce-table--order-details td {
        padding: 11px 12px !important;
        font-size: 11px !important;
    }

    body.webrra-account-authenticated table.woocommerce-table--order-details .product-total,
    body.webrra-account-authenticated table.woocommerce-table--order-details tfoot td {
        width: 36%;
    }

    body.webrra-account-authenticated .woocommerce-customer-details .woocommerce-columns--addresses {
        grid-template-columns: 1fr;
    }

    body.webrra-account-authenticated .woocommerce-customer-details address {
        min-height: 0;
        padding: 16px !important;
    }
}

@media (max-width: 430px) {
    body.webrra-account-authenticated table.woocommerce-table--order-details th,
    body.webrra-account-authenticated table.woocommerce-table--order-details td {
        padding: 10px !important;
    }

    body.webrra-account-authenticated table.woocommerce-table--order-details .product-total,
    body.webrra-account-authenticated table.woocommerce-table--order-details tfoot td {
        width: 40%;
    }

    body.webrra-account-authenticated table.woocommerce-table--order-details .product-quantity {
        margin: 6px 0 0;
    }
}
