/* ==========================================================
   MemberPress Account Redesign v3
   Inspired by the reference dashboard layout
   Focus: slimmer vertical sidebar, smaller text, cleaner cards
   ========================================================== */

body.tcf-memberpress-account {
    background:
        radial-gradient(circle at top left, rgba(28, 155, 193, 0.12), transparent 26%),
        radial-gradient(circle at right bottom, rgba(116, 47, 203, 0.10), transparent 22%),
        linear-gradient(180deg, #f4f6fb 0%, #edf1f7 100%);
    background-attachment: fixed;
    background-size: cover;
}

.tcf-memberpress-account {
    --tcf-bg: #eef2f8;
    --tcf-surface: #ffffff;
    --tcf-surface-soft: #f7f9fd;
    --tcf-surface-alt: #f1f4fa;
    --tcf-ink: #0f172a;
    --tcf-ink-soft: #64748b;
    --tcf-line: #dde4ef;
    --tcf-brand: #13177d;
    --tcf-brand-2: #10135f;
    --tcf-accent: #ff9d00;
    --tcf-accent-2: #ffb53d;
    --tcf-accent-soft: #fff2db;
    --tcf-accent-text: #8d5600;
    --tcf-shadow-soft: 0 18px 38px rgba(24, 37, 59, 0.08);
    --tcf-shadow-md: 0 24px 60px rgba(24, 37, 59, 0.12);
    --tcf-radius-xl: 28px;
    --tcf-radius-lg: 22px;
    --tcf-radius-md: 16px;
    --tcf-radius-sm: 12px;
}

.tcf-memberpress-account *,
.tcf-memberpress-account *::before,
.tcf-memberpress-account *::after {
    box-sizing: border-box;
}

.tcf-memberpress-account #primary,
.tcf-memberpress-account .site-content,
.tcf-memberpress-account .entry-content,
.tcf-memberpress-account .ast-container,
.tcf-memberpress-account .content-area {
    background: transparent;
}

.tcf-memberpress-account .entry-content {
    width: 100%;
}

.tcf-memberpress-account .tcf-account-shell {
    display: grid;
    grid-template-columns: 264px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    width: 100%;
    max-width: 100%;
    margin: 24px auto 48px;
    padding: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(244, 247, 252, 0.95) 100%);
    border: 1px solid rgba(214, 222, 236, 0.9);
    border-radius: 30px;
    box-shadow: 0 28px 80px rgba(33, 52, 84, 0.12);
    backdrop-filter: blur(8px);
}

.tcf-memberpress-account .tcf-account-shell.tcf-shell-breakout {
    position: relative;
    width: min(1260px, calc(100vw - 40px));
    max-width: min(1260px, calc(100vw - 40px));
    left: 50%;
    transform: translateX(-50%);
}

.tcf-memberpress-account .tcf-account-sidebar,
.tcf-memberpress-account .tcf-account-main {
    min-width: 0;
}

.tcf-memberpress-account .tcf-account-main {
    display: grid;
    gap: 18px;
}

.tcf-memberpress-account .tcf-account-sidebar .mp_wrapper,
.tcf-memberpress-account .tcf-account-main .mp_wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.tcf-memberpress-account #mepr-account-nav,
.tcf-memberpress-account .mepr-account-form,
.tcf-memberpress-account .mepr-account-table,
.tcf-memberpress-account .mepr_error,
.tcf-memberpress-account .mepr_updated,
.tcf-memberpress-account .mepr-no-active-subscriptions,
.tcf-memberpress-account .mp-no-subs,
.tcf-memberpress-account .tcf-section-head,
.tcf-memberpress-account .tcf-app-hero,
.tcf-memberpress-account .tcf-app-card {
    box-shadow: var(--tcf-shadow-soft);
}

/* Sidebar */
.tcf-memberpress-account #mepr-account-nav {
    position: sticky;
    top: 104px;
    min-height: min(760px, calc(100vh - 130px));
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #16188d 0%, #0f115e 100%);
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 20px !important;
    padding: 18px 12px !important;
    overflow: hidden;
}

.tcf-memberpress-account #mepr-account-nav::before {
    content: "TCF CANADA";
    display: block;
    margin-bottom: 14px;
    padding: 0 8px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.76);
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tcf-memberpress-account #mepr-account-nav ul {
    list-style: none !important;
    display: grid !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tcf-memberpress-account #mepr-account-nav .mepr-nav-item,
.tcf-memberpress-account #mepr-account-nav li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.tcf-memberpress-account #mepr-account-nav .mepr-nav-item:last-child,
.tcf-memberpress-account #mepr-account-nav li:last-child {
    margin-top: 12px !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.tcf-memberpress-account #mepr-account-nav .mepr-nav-item a,
.tcf-memberpress-account #mepr-account-nav li a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 42px;
    padding: 9px 10px !important;
    border-radius: 11px !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-family: "Outfit", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.22 !important;
    text-decoration: none !important;
    transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, color 0.22s ease !important;
}

.tcf-memberpress-account #mepr-account-nav .mepr-nav-item a::before,
.tcf-memberpress-account #mepr-account-nav li a::before {
    content: "•";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #f6f8ff;
    font-family: "Segoe UI Symbol", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.tcf-memberpress-account #mepr-account-home::before,
.tcf-memberpress-account #mepr-account-nav a[href*="action=home"]::before {
    content: "⌂";
}

.tcf-memberpress-account #mepr-account-subscriptions::before,
.tcf-memberpress-account #mepr-account-nav a[href*="action=subscriptions"]::before {
    content: "◫";
}

.tcf-memberpress-account #mepr-account-payments::before,
.tcf-memberpress-account #mepr-account-nav a[href*="action=payments"]::before {
    content: "¤";
}

.tcf-memberpress-account #mepr-account-nav a[href*="comprehension-orale"]::before {
    content: "◌";
}

.tcf-memberpress-account #mepr-account-nav a[href*="comprehension-ecrite"]::before {
    content: "▤";
}

.tcf-memberpress-account #mepr-account-nav a[href*="expression-orale"]::before {
    content: "◎";
}

.tcf-memberpress-account #mepr-account-nav a[href*="expression-ecrite"]::before {
    content: "✎";
}

.tcf-memberpress-account #mepr-account-nav a[href*="cv-premium"]::before {
    content: "★";
}

.tcf-memberpress-account #mepr-account-nav a[href*="whatsapp"]::before {
    content: "✆";
}

.tcf-memberpress-account #mepr-account-logout::before,
.tcf-memberpress-account #mepr-account-nav a[href*="logout"]::before {
    content: "↪";
}

.tcf-memberpress-account #mepr-account-nav .mepr-nav-item a:hover,
.tcf-memberpress-account #mepr-account-nav .mepr-nav-item.mepr-active-nav-tab a,
.tcf-memberpress-account #mepr-account-nav .mepr-nav-item.mepr-active a,
.tcf-memberpress-account #mepr-account-nav li a:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.tcf-memberpress-account #mepr-account-nav .mepr-nav-item.mepr-active-nav-tab a,
.tcf-memberpress-account #mepr-account-nav .mepr-nav-item.mepr-active a {
    background: linear-gradient(180deg, #ffab1f 0%, #f69200 100%) !important;
    border-color: rgba(255, 171, 31, 0.72) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 22px rgba(246, 146, 0, 0.28);
}

.tcf-memberpress-account #mepr-account-nav .mepr-nav-item.mepr-active-nav-tab a::before,
.tcf-memberpress-account #mepr-account-nav .mepr-nav-item.mepr-active a::before {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.14);
}

/* Header block */
.tcf-memberpress-account .tcf-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 24px 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border: 1px solid var(--tcf-line);
    border-radius: 20px;
}

.tcf-memberpress-account .tcf-section-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.tcf-memberpress-account .tcf-section-kicker {
    margin: 0 0 8px;
    color: #6b7c94;
    font-family: "Outfit", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tcf-memberpress-account .tcf-section-head h1 {
    margin: 0 0 8px;
    color: var(--tcf-ink);
    font-family: "Outfit", sans-serif;
    font-size: clamp(26px, 3.4vw, 36px);
    font-weight: 800;
    line-height: 1.04;
}

.tcf-memberpress-account .tcf-section-head p {
    margin: 0;
    max-width: 620px;
    color: var(--tcf-ink-soft);
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    line-height: 1.65;
}

.tcf-memberpress-account .tcf-section-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    padding: 9px 16px 9px 10px;
    border-radius: 11px;
    background: linear-gradient(180deg, #ffab1f 0%, #f69200 100%);
    border: 1px solid rgba(255, 171, 31, 0.72);
    box-shadow: 0 12px 22px rgba(246, 146, 0, 0.28);
    color: #ffffff !important;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
    transition: all 0.22s ease;
}

.tcf-memberpress-account .tcf-section-btn::before {
    content: "⌂";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-family: "Segoe UI Symbol", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.tcf-memberpress-account .tcf-section-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(246, 146, 0, 0.35);
}

/* Hero */
.tcf-memberpress-account .tcf-app-dash {
    display: grid;
    gap: 20px;
}

.tcf-memberpress-account .tcf-app-hero {
    position: relative;
    overflow: hidden;
    padding: 26px 30px;
    border-radius: 24px;
    background:
        radial-gradient(circle at right center, rgba(255, 167, 28, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fafe 100%);
    border: 1px solid var(--tcf-line);
}

.tcf-memberpress-account .tcf-app-hero::before,
.tcf-memberpress-account .tcf-app-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 167, 28, 0.06);
}

.tcf-memberpress-account .tcf-app-hero::before {
    width: 220px;
    height: 220px;
    right: -42px;
    bottom: -90px;
}

.tcf-memberpress-account .tcf-app-hero::after {
    width: 140px;
    height: 140px;
    top: -30px;
    right: 28%;
}

.tcf-memberpress-account .tcf-app-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
}

.tcf-memberpress-account .tcf-hero-kicker {
    margin: 0 0 10px;
    color: #657792;
    font-family: "Outfit", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.tcf-memberpress-account .tcf-hero-main {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tcf-memberpress-account .tcf-hero-avatar {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(180deg, #284e7f 0%, #233d66 100%);
    color: #ffffff;
    font-family: "Outfit", sans-serif;
    font-size: 26px;
    font-weight: 800;
    box-shadow: 0 16px 26px rgba(36, 61, 102, 0.18);
}

.tcf-memberpress-account .tcf-hero-copy {
    max-width: 560px;
}

.tcf-memberpress-account .tcf-hero-copy h2 {
    margin: 0 0 6px;
    color: var(--tcf-ink);
    font-family: "Outfit", sans-serif;
    font-size: clamp(24px, 3.2vw, 32px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
}

.tcf-memberpress-account .tcf-hero-copy p {
    margin: 0;
    color: var(--tcf-ink-soft);
    font-family: "Outfit", sans-serif;
    font-size: 14.5px;
    line-height: 1.55;
}

.tcf-memberpress-account .tcf-hero-actions {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 12px;
}

.tcf-memberpress-account .tcf-hero-chip {
    display: none !important;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #fff6e6;
    border: 1px solid #ffe2ab;
    color: #9b6500;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.tcf-memberpress-account .tcf-btn-edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 20px;
    border-radius: 999px;
    background: #233d66;
    border: 1px solid #233d66;
    color: #ffffff !important;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    white-space: nowrap;
}

/* =============================================
   CARDS — Pastel style with circle icon
   ============================================= */
.tcf-memberpress-account .tcf-app-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.tcf-memberpress-account .tcf-app-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px 20px 22px 20px;
    border-radius: 20px;
    background: var(--tcf-card-bg, #f0f4ff);
    border: 1.5px solid var(--tcf-card-border, rgba(0, 0, 0, 0.06));
    text-decoration: none !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    box-shadow: none;
    overflow: hidden;
}

.tcf-memberpress-account .tcf-app-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
}

/* Circle icon (re-use badge element as icon) */
.tcf-memberpress-account .tcf-card-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: var(--tcf-card-icon-bg, #3b82f6);
    color: #ffffff;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    flex-shrink: 0;
    margin-bottom: 2px;
    box-shadow: 0 4px 12px var(--tcf-card-icon-shadow, rgba(59, 130, 246, 0.3));
}

.tcf-memberpress-account .tcf-card-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tcf-memberpress-account .tcf-card-copy h3 {
    margin: 0;
    color: #0f172a;
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
}

.tcf-memberpress-account .tcf-card-copy p {
    margin: 0;
    color: #4b5675;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    line-height: 1.6;
}

.tcf-memberpress-account .tcf-card-link {
    display: none;
    /* hidden — card itself is clickable */
}

/* === Card color themes === */
.tcf-memberpress-account .tcf-card-sky {
    --tcf-card-bg: #eef4ff;
    --tcf-card-border: rgba(59, 130, 246, 0.12);
    --tcf-card-icon-bg: #3b82f6;
    --tcf-card-icon-shadow: rgba(59, 130, 246, 0.28);
}

.tcf-memberpress-account .tcf-card-indigo {
    --tcf-card-bg: #eef0ff;
    --tcf-card-border: rgba(99, 102, 241, 0.12);
    --tcf-card-icon-bg: #6366f1;
    --tcf-card-icon-shadow: rgba(99, 102, 241, 0.28);
}

.tcf-memberpress-account .tcf-card-violet {
    --tcf-card-bg: #f5f0ff;
    --tcf-card-border: rgba(139, 92, 246, 0.12);
    --tcf-card-icon-bg: #8b5cf6;
    --tcf-card-icon-shadow: rgba(139, 92, 246, 0.28);
}

.tcf-memberpress-account .tcf-card-rose {
    --tcf-card-bg: #fff0f3;
    --tcf-card-border: rgba(244, 63, 94, 0.12);
    --tcf-card-icon-bg: #f43f5e;
    --tcf-card-icon-shadow: rgba(244, 63, 94, 0.28);
}

.tcf-memberpress-account .tcf-card-amber {
    --tcf-card-bg: #fffbeb;
    --tcf-card-border: rgba(245, 158, 11, 0.15);
    --tcf-card-icon-bg: #f59e0b;
    --tcf-card-icon-shadow: rgba(245, 158, 11, 0.3);
}

.tcf-memberpress-account .tcf-card-emerald {
    --tcf-card-bg: #e8f8f2;
    --tcf-card-border: rgba(16, 185, 129, 0.12);
    --tcf-card-icon-bg: #10b981;
    --tcf-card-icon-shadow: rgba(16, 185, 129, 0.28);
}



/* Forms and tables */
.tcf-memberpress-account .mepr-account-form,
.tcf-memberpress-account .mepr-account-table,
.tcf-memberpress-account .mepr_error,
.tcf-memberpress-account .mepr_updated,
.tcf-memberpress-account .mepr-no-active-subscriptions,
.tcf-memberpress-account .mp-no-subs {
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%) !important;
    border: 1px solid var(--tcf-line) !important;
    border-radius: 20px !important;
}

.tcf-memberpress-account .mepr-account-form {
    padding: 26px !important;
}

.tcf-memberpress-account .mepr-account-table {
    width: 100% !important;
    overflow: hidden !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.tcf-memberpress-account .mepr-account-table thead tr {
    background: #f3f6fb !important;
}

.tcf-memberpress-account .mepr-account-table th {
    padding: 14px 18px !important;
    border: 0 !important;
    color: #6b7d95 !important;
    font-family: "Outfit", sans-serif !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

.tcf-memberpress-account .mepr-account-table td {
    padding: 16px 18px !important;
    border: 0 !important;
    border-top: 1px solid #edf1f7 !important;
    color: var(--tcf-ink) !important;
    font-family: "Outfit", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    vertical-align: top !important;
}

.tcf-memberpress-account .mepr-account-table a {
    color: #274979 !important;
    font-weight: 700;
    text-decoration: none !important;
}

.tcf-memberpress-account .mepr-account-product {
    font-weight: 700;
}

.tcf-memberpress-account .mepr-account-subscr-id,
.tcf-memberpress-account .mepr-account-terms,
.tcf-memberpress-account .mepr-account-rebill,
.tcf-memberpress-account .mepr-account-created-at {
    color: var(--tcf-ink-soft);
    font-size: 12.5px;
}

.tcf-memberpress-account .mepr-active,
.tcf-memberpress-account .mepr-account-active .mepr-active,
.tcf-memberpress-account .mepr-account-active span.mepr-active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #e9f7ef;
    color: #247347;
    font-family: "Outfit", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tcf-memberpress-account .mepr-inactive,
.tcf-memberpress-account .mepr-account-active .mepr-inactive {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #fdeceb;
    color: #a43631;
    font-family: "Outfit", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tcf-memberpress-account .mepr-account-row-action,
.tcf-memberpress-account .mepr-account-actions a {
    display: inline-block;
    margin: 4px 10px 4px 0;
    padding: 0;
    background: transparent;
    border: none;
    color: #6b7d95 !important;
    font-family: "Outfit", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: none;
    transition: color 0.15s ease !important;
}

.tcf-memberpress-account .mepr-account-row-action:hover,
.tcf-memberpress-account .mepr-account-actions a:hover {
    background: transparent;
    border: none;
    color: #16188d !important;
    /* Le texte passe en bleu foncé au survol */
    box-shadow: none;
    transform: none;
}

.tcf-memberpress-account .mp-form-row {
    margin-bottom: 18px;
}

.tcf-memberpress-account .mp-form-label {
    margin-bottom: 7px;
}

.tcf-memberpress-account .mp-form-label label {
    display: block;
    color: var(--tcf-ink);
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.tcf-memberpress-account .mp-form-label .cc-error,
.tcf-memberpress-account .mepr-form-has-errors {
    display: none !important;
}

.tcf-memberpress-account .mepr-form input[type="text"],
.tcf-memberpress-account .mepr-form input[type="email"],
.tcf-memberpress-account .mepr-form input[type="password"],
.tcf-memberpress-account .mepr-form input[type="tel"],
.tcf-memberpress-account .mepr-form input[type="number"],
.tcf-memberpress-account .mepr-form select,
.tcf-memberpress-account .mepr-form textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 16px;
    background: #ffffff;
    border: 1px solid #e0e6f0;
    border-radius: 12px;
    color: var(--tcf-ink);
    font-family: "Outfit", sans-serif;
    font-size: 14.5px;
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.tcf-memberpress-account .mepr-form textarea {
    min-height: 110px;
}

.tcf-memberpress-account .mepr-form input:focus,
.tcf-memberpress-account .mepr-form select:focus,
.tcf-memberpress-account .mepr-form textarea:focus {
    border-color: #b9c8de;
    outline: none;
    box-shadow: 0 0 0 4px rgba(17, 23, 95, 0.08);
}

.tcf-memberpress-account .mepr-submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 50px !important;
    padding: 12px 24px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #ffab1f 0%, #f69100 100%) !important;
    color: #ffffff !important;
    font-family: "Outfit", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    box-shadow: 0 14px 22px rgba(246, 146, 0, 0.18) !important;
}

.tcf-memberpress-account .mepr_error,
.tcf-memberpress-account .mepr_updated,
.tcf-memberpress-account .mepr-no-active-subscriptions,
.tcf-memberpress-account .mp-no-subs {
    padding: 18px 20px !important;
    color: var(--tcf-ink);
    font-family: "Outfit", sans-serif;
    font-size: 14.5px;
    line-height: 1.65;
}

.tcf-memberpress-account .mepr_error {
    border-color: #f1d1ce !important;
    background: linear-gradient(180deg, #fff8f7 0%, #ffffff 100%) !important;
}

.tcf-memberpress-account .mepr_updated {
    border-color: #d5eadb !important;
    background: linear-gradient(180deg, #f8fff9 0%, #ffffff 100%) !important;
}

.tcf-memberpress-account #mepr-subscriptions-paging,
.tcf-memberpress-account #mepr-payments-paging {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-top: 14px;
    padding: 0 2px;
}

.tcf-memberpress-account #mepr-subscriptions-paging a,
.tcf-memberpress-account #mepr-payments-paging a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 9px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--tcf-line);
    color: #2b456c;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.tcf-memberpress-account .mepr_spacer,
.tcf-memberpress-account #mepr-account-welcome-message {
    display: none !important;
}

.tcf-memberpress-account.tcf-account-mode-dashboard .mepr-account-form,
.tcf-memberpress-account.tcf-account-mode-dashboard .mepr-account-change-password {
    display: none !important;
}

.tcf-memberpress-account [class*="mepr_address_line"],
.tcf-memberpress-account [class*="mepr_city"],
.tcf-memberpress-account [class*="mepr_country"],
.tcf-memberpress-account [class*="mepr_state"],
.tcf-memberpress-account [class*="mepr_zip"] {
    display: none !important;
}

.tcf-memberpress-account .mepr_mepr-address-one,
.tcf-memberpress-account .mepr_mepr-address-two,
.tcf-memberpress-account .mepr_mepr-address-city,
.tcf-memberpress-account .mepr_mepr-address-state,
.tcf-memberpress-account .mepr_mepr-address-zip,
.tcf-memberpress-account .mepr_mepr-address-country {
    display: none !important;
}

/* Tablet */
@media (max-width: 1180px) {
    .tcf-memberpress-account .tcf-account-shell.tcf-shell-breakout {
        position: static;
        width: 100%;
        max-width: 100%;
        left: auto;
        transform: none;
    }
}

@media (max-width: 980px) {
    .tcf-memberpress-account .tcf-account-shell {
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 18px auto 32px;
        padding: 10px;
        border-radius: 24px;
    }
    
    .tcf-memberpress-account .tcf-account-sidebar {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Bulletproof hiding of everything in the sidebar except the nav menu itself */
    .tcf-memberpress-account .tcf-account-sidebar > *:not(.mp_wrapper),
    .tcf-memberpress-account .tcf-account-sidebar .mp_wrapper > *:not(#mepr-account-nav) {
        display: none !important;
    }
    
    .tcf-memberpress-account .tcf-account-sidebar .mp_wrapper {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .tcf-memberpress-account #mepr-account-nav {
        position: static;
        top: auto;
        min-height: 0;
        margin-top: 0 !important;
        margin-left: -10px !important;
        margin-right: -10px !important;
        width: calc(100% + 20px) !important;
        max-width: calc(100% + 20px) !important;
        padding: 14px 10px !important;
        border-radius: 24px 24px 0 0 !important;
    }

    .tcf-memberpress-account #mepr-account-nav::before {
        margin-bottom: 10px;
        padding: 0 6px 10px;
    }

    .tcf-memberpress-account #mepr-account-nav ul {
        display: grid !important;
        grid-auto-flow: column !important;
        grid-auto-columns: max-content !important;
        gap: 8px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
        padding-bottom: 6px !important;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .tcf-memberpress-account #mepr-account-nav ul::-webkit-scrollbar {
        display: none;
    }

    .tcf-memberpress-account #mepr-account-nav .mepr-nav-item,
    .tcf-memberpress-account #mepr-account-nav li,
    .tcf-memberpress-account #mepr-account-nav .mepr-nav-item:last-child,
    .tcf-memberpress-account #mepr-account-nav li:last-child {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        min-width: max-content;
    }

    .tcf-memberpress-account #mepr-account-nav .mepr-nav-item a,
    .tcf-memberpress-account #mepr-account-nav li a {
        min-height: 40px;
        padding: 8px 14px !important;
        gap: 8px !important;
        font-size: 13px !important;
        border-radius: 10px !important;
    }

    .tcf-memberpress-account #mepr-account-nav .mepr-nav-item a::before,
    .tcf-memberpress-account #mepr-account-nav li a::before {
        width: 21px;
        height: 21px;
        flex: 0 0 21px;
        font-size: 10px;
        border-radius: 7px;
    }

    .tcf-memberpress-account .tcf-section-head {
        align-items: center;
        padding: 24px 26px;
    }
}

/* Mobile */
@media (max-width: 720px) {
    .tcf-memberpress-account .tcf-account-shell {
        gap: 14px;
        margin: 14px auto 26px;
        padding: 8px;
        border-radius: 20px;
    }

    .tcf-memberpress-account .tcf-app-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .tcf-memberpress-account .tcf-app-hero,
    .tcf-memberpress-account .mepr-account-form {
        padding: 22px !important;
    }

    .tcf-memberpress-account .tcf-section-head {
        flex-wrap: nowrap !important;
        gap: 12px;
        padding: 16px !important;
    }

    .tcf-memberpress-account .tcf-section-btn {
        width: auto !important;
        padding: 6px 12px 6px 8px !important;
        font-size: 12px !important;
        gap: 6px !important;
    }

    .tcf-memberpress-account .tcf-section-btn::before {
        width: 20px !important;
        height: 20px !important;
        flex: 0 0 20px !important;
        font-size: 10px !important;
    }

    .tcf-memberpress-account .tcf-app-hero-grid {
        align-items: start;
        grid-template-columns: 1fr auto;
        gap: 12px;
    }

    .tcf-memberpress-account .tcf-app-hero::before {
        width: 140px;
        height: 140px;
        right: -34px;
        bottom: -44px;
    }

    .tcf-memberpress-account .tcf-app-hero::after {
        width: 90px;
        height: 90px;
        top: -20px;
        right: 18px;
    }

    .tcf-memberpress-account .tcf-hero-main {
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .tcf-memberpress-account .tcf-hero-avatar {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        font-size: 18px;
    }

    .tcf-memberpress-account .tcf-hero-copy h2 {
        font-size: 18px;
        line-height: 1.1;
        margin-bottom: 2px;
    }

    .tcf-memberpress-account .tcf-hero-kicker {
        font-size: 9px;
        margin-bottom: 8px;
    }

    .tcf-memberpress-account .tcf-btn-edit {
        min-height: 38px;
        padding: 8px 14px;
        font-size: 12px;
        border-radius: 12px;
    }

    .tcf-memberpress-account .tcf-hero-copy p,
    .tcf-memberpress-account .tcf-section-head p {
        font-size: 14px;
    }

    .tcf-memberpress-account .tcf-section-btn {
        width: auto;
    }

    .tcf-memberpress-account .tcf-app-card {
        min-height: 0;
        padding: 22px;
    }

    .tcf-memberpress-account .tcf-card-copy h3 {
        font-size: 17px;
    }

    .tcf-memberpress-account .mepr-account-table,
    .tcf-memberpress-account .mepr-account-table tbody,
    .tcf-memberpress-account .mepr-account-table tr {
        display: block !important;
        width: 100% !important;
    }

    .tcf-memberpress-account .mepr-account-table thead {
        display: none !important;
    }

    .tcf-memberpress-account .mepr-account-table {
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    .tcf-memberpress-account .mepr-account-table tr {
        background: #ffffff;
        border: 1px solid var(--tcf-line) !important;
        border-radius: 16px;
        margin-bottom: 16px;
        padding: 0 20px !important;
    }

    .tcf-memberpress-account .mepr-account-table tr:last-child {
        margin-bottom: 0;
    }

    .tcf-memberpress-account .mepr-account-table td {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 16px 0 !important;
        border-bottom: 1px solid #edf1f7 !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        white-space: normal !important;
        text-align: right;
        gap: 16px;
        width: 100% !important;
        box-sizing: border-box;
    }

    .tcf-memberpress-account .mepr-account-table td:last-child {
        border-bottom: 0 !important;
    }

    .tcf-memberpress-account .mepr-account-table td::before {
        content: attr(data-label);
        display: block;
        font-family: "Outfit", sans-serif;
        font-size: 13px;
        font-weight: 800;
        color: #0b1a2e;
        text-transform: uppercase;
        text-align: left;
        flex: 0 0 auto;
    }

    .tcf-memberpress-account #mepr-subscriptions-paging,
    .tcf-memberpress-account #mepr-payments-paging {
        flex-direction: column;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .tcf-memberpress-account .tcf-account-shell {
        padding: 8px;
    }

    .tcf-memberpress-account .tcf-modules-grid {
        grid-template-columns: 1fr !important;
    }

    .tcf-memberpress-account #mepr-account-nav {
        margin-left: -8px !important;
        margin-right: -8px !important;
        width: calc(100% + 16px) !important;
        max-width: calc(100% + 16px) !important;
        padding: 14px 10px !important;
    }

    .tcf-memberpress-account #mepr-account-nav .mepr-nav-item a,
    .tcf-memberpress-account #mepr-account-nav li a {
        min-height: 40px;
        padding: 8px 12px !important;
        font-size: 13px !important;
    }

    .tcf-memberpress-account .tcf-section-head h1 {
        font-size: 19px;
        line-height: 1.1;
    }

    .tcf-memberpress-account .tcf-section-head p {
        font-size: 12px;
        line-height: 1.4;
    }

    .tcf-memberpress-account .tcf-card-badge {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        font-size: 16px;
    }

    .tcf-memberpress-account .tcf-card-copy h3 {
        font-size: 15px;
    }

    .tcf-memberpress-account .tcf-card-copy p {
        font-size: 12px;
    }

    .tcf-memberpress-account .tcf-app-card {
        padding: 18px 14px;
        gap: 10px;
    }
}

@media (max-width: 380px) {
    .tcf-memberpress-account .tcf-app-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* =============================================
   NEW RICH DASHBOARD (BLUE APP THEME)
   ============================================= */

/* 1. Mon Compte Banner */
.tcf-memberpress-account .tcf-plan-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f4f6fb;
    border: 1px solid #e1e7f0;
    border-radius: 20px;
    padding: 16px 24px;
    margin-bottom: 32px;
}

.tcf-memberpress-account .tcf-plan-main {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tcf-memberpress-account .tcf-plan-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border: 1px solid #e1e7f0;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.tcf-memberpress-account .tcf-text-logo {
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    color: #13177d;
    text-align: center;
}

.tcf-memberpress-account .tcf-text-logo span {
    font-size: 9px;
    color: #df2029;
}

.tcf-memberpress-account .tcf-plan-badge {
    display: inline-flex;
    background: #8e95a3;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding: 4px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.tcf-memberpress-account .tcf-plan-text h2 {
    font-size: 22px;
    font-weight: 800;
    color: #334155;
    margin: 0;
}

.tcf-memberpress-account .tcf-btn-premium-dark {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #1e293b;
    color: #ffffff !important;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.2s;
}

.tcf-memberpress-account .tcf-btn-premium-dark:hover {
    background: #0f172a;
}

/* 2. Access Section */
.tcf-memberpress-account .tcf-access-section {
    margin-bottom: 32px;
}

.tcf-memberpress-account .tcf-section-header h3 {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px 0;
}

.tcf-memberpress-account .tcf-modules-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.tcf-memberpress-account .tcf-module-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.tcf-memberpress-account .tcf-module-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    border-color: #cbd5e1;
}

.tcf-memberpress-account .tcf-mod-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
}

.tcf-memberpress-account .tcf-mod-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    color: #ffffff;
}

.tcf-memberpress-account .bg-blue-1 {
    background: #00b4d8;
}

.tcf-memberpress-account .bg-blue-2 {
    background: #2563eb;
}

.tcf-memberpress-account .bg-blue-3 {
    background: #8b5cf6;
}

.tcf-memberpress-account .bg-blue-4 {
    background: #6366f1;
}

.tcf-memberpress-account .tcf-mod-title h4 {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.tcf-memberpress-account .tcf-mod-title span {
    font-size: 13px;
    color: #64748b;
}

.tcf-memberpress-account .tcf-mod-arrow {
    color: #cbd5e1;
}

.tcf-memberpress-account .tcf-mod-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
}

.tcf-memberpress-account .status-limited {
    color: #10b981;
}

.tcf-memberpress-account .status-unlimited {
    color: #10b981;
}

.tcf-memberpress-account .tcf-mod-desc {
    font-size: 13px;
    color: #64748b;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
}

.tcf-memberpress-account .tcf-flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tcf-memberpress-account .tcf-large-stat {
    font-size: 20px;
    font-weight: 800;
    color: #8b5cf6;
}

.tcf-memberpress-account .tcf-large-stat span {
    font-size: 13px;
    font-weight: 600;
    color: #8b5cf6;
}

.tcf-memberpress-account .tcf-mod-stats-row {
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
}

.tcf-memberpress-account .tcf-mod-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tcf-memberpress-account .tcf-mod-stat label {
    font-size: 11px;
    color: #94a3b8;
    margin-bottom: 4px;
}

.tcf-memberpress-account .tcf-mod-stat strong {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
}

.tcf-memberpress-account .tcf-mod-stat strong.tcf-text-brand {
    color: #00b4d8;
}

/* History Section Margin */
.tcf-memberpress-account .tcf-history-section {
    margin-bottom: 20px;
}

/* Mobile responsive for banner */
@media (max-width: 720px) {
    .tcf-memberpress-account .tcf-plan-banner {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 20px;
    }

    .tcf-memberpress-account .tcf-plan-action {
        display: flex;
    }

    .tcf-memberpress-account .tcf-btn-premium-dark {
        width: 100%;
        justify-content: center;
    }

    .tcf-memberpress-account .tcf-modules-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        /* Slightly tighter gap on mobile to fit 2 side-by-side */
    }

    .tcf-memberpress-account .tcf-module-card {
        padding: 12px;
        gap: 10px;
        min-width: 0 !important;
    }

    .tcf-memberpress-account .tcf-mod-icon {
        width: 36px;
        height: 36px;
    }

    .tcf-memberpress-account .tcf-mod-icon svg {
        width: 18px;
        height: 18px;
    }

    .tcf-memberpress-account .tcf-mod-title h4 {
        font-size: 13px;
        word-break: break-word;
        hyphens: auto;
    }

    .tcf-memberpress-account .tcf-mod-title span {
        font-size: 11px;
    }

    .tcf-memberpress-account .tcf-mod-arrow {
        display: none;
        /* Hide arrow on small screens to save space */
    }

    .tcf-memberpress-account .tcf-mod-status {
        font-size: 11px;
    }

    .tcf-memberpress-account .tcf-mod-desc {
        font-size: 11px;
    }

    .tcf-memberpress-account .tcf-large-stat {
        font-size: 18px;
    }

    .tcf-memberpress-account .tcf-large-stat span {
        font-size: 11px;
    }

    .tcf-memberpress-account .tcf-mod-stats-row {
        justify-content: space-around;
        gap: 4px;
    }

    .tcf-memberpress-account .tcf-mod-stat strong {
        font-size: 14px;
    }

    .tcf-memberpress-account .tcf-mod-stat label {
        font-size: 10px;
    }

    /* Align stats nicely on mobile */
    .tcf-memberpress-account .tcf-flex-between {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

/* 2. Stat Grid */
.tcf-memberpress-account .tcf-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.tcf-memberpress-account .tcf-stat-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.tcf-memberpress-account .tcf-stat-card.tcf-stat-focus {
    background: #f0fdf4;
    border-color: #a7f3d0;
}

.tcf-memberpress-account .tcf-stat-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.tcf-memberpress-account .tcf-stat-label {
    font-size: 13px;
    color: #64748b;
}

.tcf-memberpress-account .tcf-stat-icon {
    display: flex;
}

.tcf-memberpress-account .tcf-stat-val {
    font-size: 24px;
    font-weight: 800;
    display: flex;
    align-items: baseline;
    gap: 6px;
    color: #0f172a;
    word-break: break-word;
}

.tcf-memberpress-account .text-blue {
    color: #2563eb;
}

.tcf-memberpress-account .text-orange {
    color: #d97706;
}

.tcf-memberpress-account .text-purple {
    color: #7c3aed;
}

.tcf-memberpress-account .text-green {
    color: #10b981;
}

.tcf-memberpress-account .text-teal {
    color: #0f766e;
}

.tcf-memberpress-account .tcf-stat-score-detail {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
}

.tcf-memberpress-account .tcf-stat-sub {
    font-size: 11px;
    color: #64748b;
    margin-top: 4px;
}

/* =============================================
   LEARNDASH PROFILE (QUIZZES ONLY)
   ============================================= */
.tcf-memberpress-account .tcf-dash-learndash-profile {
    display: none !important;
}

/* Hide everything that is NOT the quizzes box in the ld_profile shortcode */
.tcf-memberpress-account .tcf-dash-learndash-profile .ld-profile-summary,
.tcf-memberpress-account .tcf-dash-learndash-profile .ld-course-list-items,
.tcf-memberpress-account .tcf-dash-learndash-profile .ld-item-list.ld-course-list,
.tcf-memberpress-account .tcf-dash-learndash-profile .ld-item-search,
.tcf-memberpress-account .tcf-dash-learndash-profile .ld-item-list-actions {
    display: none !important;
}

/* Hide "Edit profile" if it shows up */
.tcf-memberpress-account .tcf-dash-learndash-profile .ld-profile-edit-profile {
    display: none !important;
}

/* Clean up learnDash heading */
.tcf-memberpress-account .tcf-dash-learndash-profile .ld-section-heading {
    margin-bottom: 20px;
}

.tcf-memberpress-account .tcf-dash-learndash-profile .ld-section-heading h3 {
    font-family: inherit;
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

/* Mobile responsive for LearnDash Quiz table */
@media (max-width: 720px) {

    .tcf-memberpress-account .tcf-dash-learndash-profile .ld-table-list,
    .tcf-memberpress-account .tcf-dash-learndash-profile .ld-table-list-items {
        display: block !important;
        width: 100% !important;
    }

    .tcf-memberpress-account .tcf-dash-learndash-profile .ld-table-list-header {
        display: none !important;
    }

    .tcf-memberpress-account .tcf-dash-learndash-profile .ld-table-list-item {
        display: flex !important;
        flex-direction: column !important;
        background: #ffffff;
        border: 1px solid var(--tcf-line) !important;
        border-radius: 16px;
        margin-bottom: 16px;
        padding: 0 20px !important;
    }

    .tcf-memberpress-account .tcf-dash-learndash-profile .ld-table-list-item>div {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 16px 0 !important;
        border-bottom: 1px solid #edf1f7 !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    .tcf-memberpress-account .tcf-dash-learndash-profile .ld-table-list-item>div:last-child {
        border-bottom: 0 !important;
    }

    .tcf-memberpress-account .tcf-dash-learndash-profile .ld-table-list-item-title::before {
        content: "Quiz";
        font-weight: 800;
        font-size: 13px;
        color: #0b1a2e;
        text-transform: uppercase;
        margin-right: 16px;
    }

    .tcf-memberpress-account .tcf-dash-learndash-profile .ld-table-list-item-certificate::before {
        content: "Certificat";
        font-weight: 800;
        font-size: 13px;
        color: #0b1a2e;
        text-transform: uppercase;
        margin-right: 16px;
    }

    .tcf-memberpress-account .tcf-dash-learndash-profile .ld-table-list-item-score::before {
        content: "Score";
        font-weight: 800;
        font-size: 13px;
        color: #0b1a2e;
        text-transform: uppercase;
        margin-right: 16px;
    }

    .tcf-memberpress-account .tcf-dash-learndash-profile .ld-table-list-item-date::before {
        content: "Date";
        font-weight: 800;
        font-size: 13px;
        color: #0b1a2e;
        text-transform: uppercase;
        margin-right: 16px;
    }

    .tcf-memberpress-account .tcf-dash-learndash-profile .ld-table-list-item-stats::before {
        content: "Statistiques";
        font-weight: 800;
        font-size: 13px;
        color: #0b1a2e;
        text-transform: uppercase;
        margin-right: 16px;
    }

    .tcf-memberpress-account .tcf-dash-learndash-profile .ld-table-list-item .ld-icon {
        margin-right: 8px;
    }
}