/* EQ Assessment – Premium Frontend Styles */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600&display=swap');

/* ============================================================
   CSS VARIABLES
   ============================================================ */
:root {
    --eqa-navy:        #0e1f40;
    --eqa-blue:        #1d4ed8;
    --eqa-blue-light:  #3b82f6;
    --eqa-accent:      #6366f1;
    --eqa-gold:        #f59e0b;
    --eqa-white:       #ffffff;
    --eqa-off-white:   #f8fafc;
    --eqa-border:      #e2e8f0;
    --eqa-text:        #0f172a;
    --eqa-text-mid:    #334155;
    --eqa-text-light:  #64748b;
    --eqa-text-muted:  #94a3b8;
    --eqa-success:     #10b981;
    --eqa-radius:      16px;
    --eqa-shadow-sm:   0 1px 3px rgba(0,0,0,.07), 0 4px 12px rgba(0,0,0,.05);
    --eqa-shadow-md:   0 4px 6px rgba(0,0,0,.06), 0 12px 32px rgba(0,0,0,.08);
    --eqa-shadow-lg:   0 8px 16px rgba(0,0,0,.08), 0 24px 60px rgba(0,0,0,.12);
    --eqa-font:        'Sora', sans-serif;
    --eqa-font-body:   'Inter', sans-serif;
}

/* ============================================================
   BASE
   ============================================================ */
.eqa-wrap, .eqa-thankyou-wrap {
    font-family: var(--eqa-font);
    color: var(--eqa-text);
    -webkit-font-smoothing: antialiased;
    position: relative;
}
.eqa-wrap *, .eqa-thankyou-wrap * { box-sizing: border-box; }

/* ============================================================
   ASSESSMENT HEADER
   ============================================================ */
.eqa-header {
    background: linear-gradient(155deg, #0e1f40 0%, #162748 40%, #1e3a8a 100%);
    position: relative;
    overflow: hidden;
    padding: 60px 20px 80px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.eqa-header::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 60% 60% at 80% 20%, rgba(99,102,241,.18) 0%, transparent 60%),
        radial-gradient(ellipse 50% 50% at 20% 80%, rgba(29,78,216,.25) 0%, transparent 60%);
    pointer-events: none;
}
.eqa-header::after {
    content: '';
    position: absolute; bottom: -2px; left: 0; right: 0; height: 60px;
    background: var(--eqa-off-white);
    clip-path: ellipse(55% 100% at 50% 100%);
}

.eqa-header-inner { position: relative; z-index: 1; max-width: 1140px; margin: 0 auto; }

.eqa-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255,255,255,.9);
    margin-bottom: 20px;
    backdrop-filter: blur(8px);
}

.eqa-title {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 16px;
    letter-spacing: -0.03em;
}
.eqa-title span {
    background: linear-gradient(90deg, #93c5fd, #a5b4fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.eqa-subtitle {
    font-family: var(--eqa-font-body);
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,.7);
    margin: 0 0 36px;
}

/* Scale guide */
.eqa-scale-guide {
    display: inline-block;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 14px;
    padding: 16px 24px;
    backdrop-filter: blur(12px);
}
.eqa-scale-bar {
    display: flex; gap: 4px; justify-content: center; margin-bottom: 10px;
}
.eqa-scale-pip {
    width: 32px; height: 32px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 700;
}
.eqa-scale-pip.low  { background: rgba(239,68,68,.25); color: #fca5a5; }
.eqa-scale-pip.mid  { background: rgba(245,158,11,.25); color: #fcd34d; }
.eqa-scale-pip.high { background: rgba(16,185,129,.25); color: #6ee7b7; }
.eqa-scale-pip span { font-size: 11px; }
.eqa-scale-labels {
    display: flex; justify-content: space-between;
    font-size: 10px; color: rgba(255,255,255,.5);
    font-family: var(--eqa-font-body);
    letter-spacing: .05em; text-transform: uppercase;
}

/* ============================================================
   PROGRESS BAR
   ============================================================ */
.eqa-progress-bar-wrap {
    background: var(--eqa-off-white);
    padding: 16px 24px;
    display: flex; align-items: center; gap: 16px;
    border-bottom: 1px solid var(--eqa-border);
    position: sticky; top: 0; z-index: 100;
    backdrop-filter: blur(12px);
}
.eqa-progress-track {
    flex: 1; height: 6px;
    background: var(--eqa-border);
    border-radius: 100px; overflow: hidden;
}
.eqa-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--eqa-blue), var(--eqa-accent));
    border-radius: 100px;
    transition: width .4s cubic-bezier(.4,0,.2,1);
}
.eqa-progress-text {
    font-size: 12px; font-weight: 600; color: var(--eqa-text-light);
    white-space: nowrap; font-family: var(--eqa-font-body);
    min-width: 100px; text-align: right;
}

/* ============================================================
   FORM & SECTIONS
   ============================================================ */
.eqa-form {
    background: var(--eqa-off-white);
    padding: 40px 20px;
}

.eqa-section {
    max-width: 900px; margin: 0 auto 40px;
    background: var(--eqa-white);
    border-radius: 20px;
    box-shadow: var(--eqa-shadow-sm);
    border: 1px solid var(--eqa-border);
    overflow: hidden;
    transition: box-shadow .3s;
}
.eqa-section:hover { box-shadow: var(--eqa-shadow-md); }

.eqa-section-header {
    display: flex; align-items: center; gap: 16px;
    padding: 24px 28px;
    background: linear-gradient(135deg, var(--eqa-navy) 0%, #1e3a8a 100%);
    position: relative; overflow: hidden;
}
.eqa-section-header::before {
    content: '';
    position: absolute; top: -30px; right: -30px;
    width: 120px; height: 120px;
    background: rgba(255,255,255,.06);
    border-radius: 50%;
    pointer-events: none;
}
.eqa-section-num {
    width: 36px; height: 36px; min-width: 36px;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; font-weight: 800; color: #fff;
}
.eqa-section-title-wrap { display: flex; align-items: center; gap: 10px; }
.eqa-section-icon { font-size: 20px; }
.eqa-section-title {
    font-size: 18px; font-weight: 700; color: #fff; margin: 0;
    letter-spacing: -0.02em;
}

.eqa-questions { padding: 8px 0; }

/* ============================================================
   INDIVIDUAL QUESTION
   ============================================================ */
.eqa-question {
    display: flex; gap: 16px;
    padding: 22px 28px;
    border-bottom: 1px solid #f1f5f9;
    transition: background .2s;
}
.eqa-question:last-child { border-bottom: none; }
.eqa-question:hover { background: #fafbfe; }
.eqa-question.answered { background: #f0f9f4; }

.eqa-q-number {
    width: 28px; height: 28px; min-width: 28px;
    background: var(--eqa-off-white);
    border: 1.5px solid var(--eqa-border);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 700; color: var(--eqa-text-light);
    margin-top: 2px;
    transition: all .2s;
}
.eqa-question.answered .eqa-q-number {
    background: var(--eqa-success); border-color: var(--eqa-success);
    color: #fff; font-size: 14px;
}
.eqa-question.answered .eqa-q-number::before { content: '✓'; }

.eqa-q-body { flex: 1; }
.eqa-q-text {
    font-family: var(--eqa-font-body);
    font-size: 15px; font-weight: 500;
    color: var(--eqa-text-mid); line-height: 1.5;
    margin: 0 0 16px;
}

/* ============================================================
   RATING ROW
   ============================================================ */
.eqa-rating-wrap {
    display: flex; align-items: center; gap: 12px;
}

.eqa-label {
    font-family: var(--eqa-font-body);
    font-size: 11px; font-weight: 600;
    text-transform: uppercase; letter-spacing: .06em;
    color: var(--eqa-text-muted); white-space: nowrap;
    min-width: 60px;
}
.eqa-label-right { text-align: right; }

.eqa-rating {
    display: flex; gap: 5px; align-items: center; flex: 1;
    justify-content: center;
}

.eqa-rating-btn {
    width: 38px; height: 38px;
    border: 2px solid var(--eqa-border);
    border-radius: 10px;
    background: var(--eqa-white);
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all .18s cubic-bezier(.4,0,.2,1);
    position: relative;
    outline: none;
    padding: 0;
}
.eqa-rating-btn:hover {
    border-color: var(--eqa-blue-light);
    background: #eff6ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59,130,246,.2);
}
.eqa-rating-btn.selected {
    border-color: var(--eqa-blue);
    background: var(--eqa-blue);
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(29,78,216,.35);
}
.eqa-rating-btn:focus-visible {
    outline: 2px solid var(--eqa-blue);
    outline-offset: 2px;
}

.eqa-btn-num {
    font-size: 13px; font-weight: 700;
    color: var(--eqa-text-light);
    transition: color .18s;
    pointer-events: none;
}
.eqa-rating-btn:hover .eqa-btn-num { color: var(--eqa-blue); }
.eqa-rating-btn.selected .eqa-btn-num { color: #fff; }

/* ============================================================
   USER DETAILS
   ============================================================ */
.eqa-user-details {
    max-width: 1140px; margin: 0 auto 32px;
    background: var(--eqa-white);
    border-radius: 20px;
    box-shadow: var(--eqa-shadow-sm);
    border: 1px solid var(--eqa-border);
    overflow: hidden;
}
.eqa-user-header {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 24px 28px;
}
.eqa-user-header h3 {
    font-size: 17px; font-weight: 700; color: #fff; margin: 0 0 4px;
    letter-spacing: -0.02em;
}
.eqa-user-header p {
    font-family: var(--eqa-font-body);
    font-size: 13px; color: rgba(255,255,255,.6); margin: 0;
}
.eqa-user-fields {
    padding: 28px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}
.eqa-field { display: flex; flex-direction: column; gap: 6px; }
.eqa-field label {
    font-size: 13px; font-weight: 600; color: var(--eqa-text-mid);
    font-family: var(--eqa-font-body);
}
.eqa-required { color: #ef4444; }
.eqa-field input {
    padding: 12px 16px;
    border: 1.5px solid var(--eqa-border);
    border-radius: 10px;
    font-family: var(--eqa-font-body);
    font-size: 15px; color: var(--eqa-text);
    transition: border-color .2s, box-shadow .2s;
    background: #fff;
}
.eqa-field input::placeholder { color: var(--eqa-text-muted); }
.eqa-field input:focus {
    outline: none;
    border-color: var(--eqa-blue);
    box-shadow: 0 0 0 3px rgba(29,78,216,.12);
}
.eqa-field input.error { border-color: #ef4444; }

.eqa-form-error {
    margin: 0 28px 20px;
    padding: 12px 16px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
    font-size: 14px;
    color: #b91c1c;
    font-family: var(--eqa-font-body);
}

/* ============================================================
   SUBMIT
   ============================================================ */
.eqa-submit-wrap {
    max-width: 1140px; margin: 0 auto 60px;
    text-align: center; padding: 0 20px;
}
.eqa-submit-btn {
    display: inline-flex; align-items: center; gap: 12px;
    padding: 16px 40px;
    background: linear-gradient(135deg, var(--eqa-navy) 0%, var(--eqa-blue) 100%);
    color: #fff;
    border: none; border-radius: 14px;
    font-family: var(--eqa-font); font-size: 16px; font-weight: 700;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(14,31,64,.35);
    transition: all .25s cubic-bezier(.4,0,.2,1);
    letter-spacing: -0.01em;
    position: relative; overflow: hidden;
}
.eqa-submit-btn::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,.1) 100%);
    opacity: 0; transition: opacity .25s;
}
.eqa-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(14,31,64,.4);
}
.eqa-submit-btn:hover::before { opacity: 1; }
.eqa-submit-btn:active { transform: translateY(-1px); }
.eqa-btn-text { font-size: 16px; }
.eqa-btn-icon { font-size: 20px; transition: transform .25s; }
.eqa-submit-btn:hover .eqa-btn-icon { transform: translateX(4px); }

.eqa-submit-note {
    margin: 12px 0 0;
    font-family: var(--eqa-font-body);
    font-size: 12px; color: var(--eqa-text-muted);
}

/* ============================================================
   LOADER OVERLAY
   ============================================================ */
.eqa-loader-overlay {
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(14,31,64,.85);
    backdrop-filter: blur(8px);
    display: flex; align-items: center; justify-content: center;
}
.eqa-loader-card {
    background: #fff;
    border-radius: 24px;
    padding: 48px 56px;
    text-align: center;
    box-shadow: var(--eqa-shadow-lg);
    animation: eqa-loader-in .4s cubic-bezier(.4,0,.2,1);
}
@keyframes eqa-loader-in {
    from { opacity: 0; transform: scale(.9) translateY(16px); }
    to   { opacity: 1; transform: scale(1) translateY(0); }
}

.eqa-loader-ring {
    width: 72px; height: 72px; margin: 0 auto 24px;
    position: relative;
}
.eqa-loader-ring svg {
    width: 100%; height: 100%;
    animation: eqa-spin 1.4s linear infinite;
}
.eqa-loader-ring circle {
    fill: none;
    stroke: var(--eqa-blue);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 100;
    stroke-dashoffset: 75;
}
@keyframes eqa-spin { to { transform: rotate(360deg); } }

.eqa-loader-text {
    font-size: 17px; font-weight: 700; color: var(--eqa-navy); margin-bottom: 6px;
}
.eqa-loader-sub {
    font-family: var(--eqa-font-body);
    font-size: 13px; color: var(--eqa-text-muted);
}

/* ============================================================
   THANK YOU PAGE
   ============================================================ */
.eqa-thankyou-wrap {
    min-height: 100vh;
    width: 100%;
    background: linear-gradient(155deg, #0e1f40 0%, #162748 40%, #1e3a8a 100%);
    padding: 60px 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.eqa-thankyou-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.eqa-ty-particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.04);
    animation: eqa-float 8s ease-in-out infinite;
}
.eqa-ty-p1 { width: 500px; height: 500px; top: -200px; right: -150px; animation-delay: 0s; }
.eqa-ty-p2 { width: 350px; height: 350px; bottom: -100px; left: -100px; animation-delay: -3s; }
.eqa-ty-p3 { width: 200px; height: 200px; top: 40%; left: 60%; animation-delay: -6s; }
@keyframes eqa-float {
    0%, 100% { transform: translateY(0) scale(1); }
    50%       { transform: translateY(-30px) scale(1.05); }
}

.eqa-thankyou-card {
    background: rgba(255,255,255,.97);
    border-radius: 28px;
    max-width: 900px;
    width: 100%;
    padding: 56px 52px;
    text-align: center;
    box-shadow: 0 32px 80px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.15);
    position: relative; z-index: 1;
    animation: eqa-ty-in .6s cubic-bezier(.4,0,.2,1) both;
}
@keyframes eqa-ty-in {
    from { opacity: 0; transform: translateY(40px) scale(.96); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* Social Icons */
.eqa-ty-social {
    margin-top: 24px;
    animation: eqa-fade-up .5s .65s both;
}
.eqa-ty-social-text {
    font-family: var(--eqa-font-body);
    font-size: 14px;
    color: var(--eqa-text-light);
    margin-bottom: 16px;
    line-height: 1.6;
}
.eqa-ty-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 12px;
}
.eqa-ty-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    text-decoration: none;
    transition: all .22s cubic-bezier(.4,0,.2,1);
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}
.eqa-ty-social-icon:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
}
.eqa-ty-social-icon svg {
    width: 22px;
    height: 22px;
    position: relative;
    z-index: 1;
}
.eqa-ty-social-icon--fb {
    background: #1877f2;
    border-color: #1877f2;
}
.eqa-ty-social-icon--fb:hover { background: #0c64d9; border-color: #0c64d9; }
.eqa-ty-social-icon--li {
    background: #0a66c2;
    border-color: #0a66c2;
}
.eqa-ty-social-icon--li:hover { background: #0958aa; border-color: #0958aa; }
.eqa-ty-social-icon--tw {
    background: #000000;
    border-color: #000000;
}
.eqa-ty-social-icon--tw:hover { background: #1a1a1a; border-color: #333; }

/* Success icon */
.eqa-ty-icon-wrap {
    width: 100px; height: 100px;
    margin: 0 auto 32px;
    position: relative;
    display: flex; align-items: center; justify-content: center;
}
.eqa-ty-ring {
    position: absolute; inset: 0; border-radius: 50%;
    animation: eqa-ring-pulse 2.5s ease-in-out infinite;
}
.eqa-ty-ring-1 { background: rgba(16,185,129,.12); animation-delay: 0s; }
.eqa-ty-ring-2 { background: rgba(16,185,129,.06); transform: scale(1.2); animation-delay: .4s; }
@keyframes eqa-ring-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: .6; transform: scale(1.08); }
}
.eqa-ty-ring-2 { animation: eqa-ring-pulse-2 2.5s ease-in-out .4s infinite; }
@keyframes eqa-ring-pulse-2 {
    0%, 100% { opacity: .6; transform: scale(1.2); }
    50%       { opacity: .3; transform: scale(1.3); }
}

.eqa-ty-check {
    width: 72px; height: 72px; position: relative; z-index: 1;
    color: var(--eqa-success);
}
.eqa-ty-check svg { width: 100%; height: 100%; }
.eqa-ty-checkmark {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: eqa-draw-check .6s .3s cubic-bezier(.4,0,.2,1) forwards;
}
@keyframes eqa-draw-check {
    to { stroke-dashoffset: 0; }
}

/* TY Content */
.eqa-ty-badge {
    display: inline-block;
    padding: 5px 14px;
    background: #ecfdf5;
    border: 1px solid #6ee7b7;
    border-radius: 50px;
    font-size: 11px; font-weight: 700;
    color: #065f46; letter-spacing: .1em; text-transform: uppercase;
    margin-bottom: 20px;
    animation: eqa-fade-up .5s .2s both;
}
.eqa-ty-title {
    font-size: clamp(22px, 4vw, 32px);
    font-weight: 800; line-height: 1.2;
    color: var(--eqa-navy); margin: 0 0 16px;
    letter-spacing: -0.03em;
    animation: eqa-fade-up .5s .35s both;
}
.eqa-ty-title span {
    background: linear-gradient(135deg, var(--eqa-blue), var(--eqa-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.eqa-ty-main {
    font-family: var(--eqa-font-body);
    font-size: 17px; color: var(--eqa-text-mid); margin: 0 0 6px;
    font-weight: 500;
    animation: eqa-fade-up .5s .45s both;
}
.eqa-ty-sub {
    font-family: var(--eqa-font-body);
    font-size: 14px; color: var(--eqa-text-light); margin: 0 0 28px;
    animation: eqa-fade-up .5s .5s both;
}
.eqa-ty-divider {
    width: 48px; height: 3px;
    background: linear-gradient(90deg, var(--eqa-blue), var(--eqa-accent));
    border-radius: 100px; margin: 0 auto 24px;
    animation: eqa-fade-up .5s .55s both;
}
.eqa-ty-note {
    font-family: var(--eqa-font-body);
    font-size: 14px; line-height: 1.7;
    color: var(--eqa-text-light);
    background: var(--eqa-off-white);
    border-radius: 12px; padding: 16px 20px; margin: 0;
    border: 1px solid var(--eqa-border);
    animation: eqa-fade-up .5s .6s both;
}

/* TY Footer */
.eqa-ty-footer {
    margin-top: 32px; padding-top: 24px;
    border-top: 1px solid var(--eqa-border);
    animation: eqa-fade-up .5s .7s both;
}
.eqa-ty-footer-brand {
    font-size: 14px; font-weight: 800; color: var(--eqa-navy);
    letter-spacing: -0.01em; margin-bottom: 4px;
}
.eqa-ty-footer-sub {
    font-family: var(--eqa-font-body);
    font-size: 11px; color: var(--eqa-text-muted);
    text-transform: uppercase; letter-spacing: .08em;
}

@keyframes eqa-fade-up {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 640px) {
    .eqa-header { padding: 40px 16px 60px; }
    .eqa-scale-pip { width: 26px; height: 26px; font-size: 11px; }
    .eqa-scale-bar { gap: 2px; }

    .eqa-section-header { padding: 18px 20px; }
    .eqa-section-title  { font-size: 16px; }
    .eqa-question       { padding: 18px 20px; gap: 10px; }
    .eqa-q-text         { font-size: 14px; }

    .eqa-rating-wrap    { flex-direction: column; align-items: stretch; gap: 8px; }
    .eqa-label          { text-align: center; min-width: unset; }
    .eqa-rating         { flex-wrap: wrap; justify-content: center; }
    .eqa-rating-btn     { width: 34px; height: 34px; border-radius: 8px; }
    .eqa-btn-num        { font-size: 12px; }

    .eqa-user-fields    { grid-template-columns: 1fr; }
    .eqa-user-header,
    .eqa-user-fields    { padding: 20px; }

    .eqa-submit-btn     { padding: 14px 28px; font-size: 15px; }
    .eqa-thankyou-card  { padding: 40px 28px; }
    .eqa-ty-social-icons { gap: 16px; }
    .eqa-ty-social-icon { width: 44px; height: 44px; border-radius: 10px; }
    .eqa-ty-check       { width: 60px; height: 60px; }
    .eqa-ty-icon-wrap   { width: 80px; height: 80px; }
}

@media (max-width: 400px) {
    .eqa-rating { gap: 3px; }
    .eqa-rating-btn { width: 30px; height: 30px; }
    .eqa-btn-num { font-size: 11px; }
}