:root{
  --primary:#302b68;--primary2:#51478f;--gold:#b7793c;--gold2:#d8a060;
  --cream:#f8f5ed;--bg:#f6f3eb;--text:#2d2a35;--card:#ffffff;--muted:#6d6674;
  --line:#d9d2c4;--soft:#eee9f8;--success:#176b45;--danger:#a53b3b;
  --maroon:#292452;--deep:#1c193d;
}
*{box-sizing:border-box}
html{overflow-x:hidden;scroll-behavior:smooth}
body{
  margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);overflow-x:hidden;
  background:
    radial-gradient(circle at 10% 8%,rgba(183,121,60,.07) 0 2px,transparent 3px),
    radial-gradient(circle at 90% 15%,rgba(48,43,104,.045) 0 2px,transparent 3px),
    linear-gradient(180deg,#fbfaf6 0%,#f3f0e8 52%,#fbfaf7 100%);
  background-size:34px 34px,42px 42px,auto;
}
header{
  position:sticky;top:0;background:rgba(255,250,240,.97);border-bottom:3px double var(--gold);
  z-index:100;box-shadow:0 5px 20px rgba(111,21,21,.10);
}
header:after{content:"✦  ॐ  ✦";display:block;text-align:center;color:var(--gold);font-size:10px;letter-spacing:8px;height:13px;line-height:10px;background:#fffaf0}
.nav{
  max-width:1160px;margin:auto;padding:10px 16px;display:flex;align-items:center;
  justify-content:space-between;gap:14px;min-width:0;
}
.brand{display:flex;align-items:center;gap:11px;min-width:0}
.brand-logo{
  width:50px;height:50px;border-radius:50%;object-fit:cover;display:block;flex:none;
  border:2px solid var(--gold);background:#fff7df;box-shadow:0 0 0 4px rgba(184,134,11,.10),0 5px 14px rgba(111,21,21,.16)
}
.brand-text{min-width:0}
.logo{font-size:25px;line-height:1;font-weight:900;letter-spacing:1.5px;color:var(--primary);white-space:nowrap;font-family:Georgia,"Times New Roman",serif}
.brand-sub{display:block;margin-top:4px;font-size:10px;letter-spacing:1.7px;color:#8a6b43;font-weight:800;white-space:nowrap}
nav{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap;min-width:0}
nav a,nav button{
  margin:0;width:100px;height:48px;box-sizing:border-box;padding:0 8px;
  display:inline-flex;align-items:center;justify-content:center;text-align:center;
  text-decoration:none;font-size:13px;font-weight:800;border-radius:8px;
  white-space:nowrap;border:1px solid #751515;background:linear-gradient(135deg,var(--primary),var(--primary2));
  color:#fff;box-shadow:0 5px 13px rgba(111,21,21,.18);transition:transform .15s,box-shadow .15s;
}
nav a:hover,nav button:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(111,21,21,.24);color:#fff}
#authBtn.smv-logout-btn{background:linear-gradient(135deg,#b52f2f,#7f1515);border-color:#6f1111;color:#fff}
#dashLink.smv-role-green,#adminLink.smv-role-green{background:linear-gradient(135deg,#16803a,#0d5c29);border-color:#0b4f23;color:#fff}
button{cursor:pointer;font:inherit;max-width:100%}
.btn{
  border:1px solid #751515;border-radius:8px;padding:11px 16px;
  background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;font-weight:800;
  box-shadow:0 5px 13px rgba(111,21,21,.18);transition:transform .15s,box-shadow .15s;max-width:100%;
}
.btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(111,21,21,.24)}
.btn.alt{background:linear-gradient(135deg,#f2d47d,var(--gold));color:#4a2b08;border-color:#a77708}
.btn.gray{background:#f5eee3;color:#5b4336;border-color:#ddcdb8;box-shadow:none}
.container{max-width:1160px;margin:auto;padding:22px 16px;min-width:0}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));gap:16px;min-width:0}
.card{
  position:relative;background:var(--card);padding:20px;border-radius:13px;border:1px solid var(--line);
  box-shadow:0 8px 23px rgba(111,21,21,.065);min-width:0;max-width:100%;overflow:hidden;
}
.card:before{content:"";display:block;height:3px;width:64px;background:linear-gradient(90deg,var(--primary),var(--gold));margin-bottom:12px;border-radius:3px}
.card h2,.card h3,.card h4{overflow-wrap:anywhere;word-break:break-word;color:var(--maroon);font-family:Georgia,"Times New Roman",serif}
.card p,.card div,.card span,.card b,.card strong,.card label{max-width:100%;overflow-wrap:anywhere;word-break:break-word;white-space:normal}
input,select,textarea{width:100%;max-width:100%;min-width:0;padding:12px;margin:7px 0;border:1px solid #dccbb0;border-radius:8px;font-size:15px;background:#fffdf9;color:var(--text)}
input:focus,select:focus,textarea:focus{outline:2px solid rgba(184,134,11,.22);border-color:var(--gold)}
textarea{min-height:110px;resize:vertical;line-height:1.6;overflow-wrap:anywhere;word-break:break-word}
.hidden{display:none!important}
.smv-horoscope-loading{
  display:flex;align-items:center;justify-content:center;gap:10px;
  min-height:92px;padding:20px;border:1px solid #dfc78e;border-radius:12px;
  background:linear-gradient(180deg,#fffaf0,#fffdf8);color:#7e1818;
  font-weight:800;text-align:center;
}
.smv-horoscope-progress{display:flex;align-items:center;justify-content:center;gap:12px;min-height:82px;margin:12px 0;padding:18px 20px;border:1px solid #dfc78e;border-radius:12px;background:linear-gradient(180deg,#fffaf0,#fffdf8);color:#7e1818;font-weight:800;text-align:center;line-height:1.5}
.smv-horoscope-progress .spin{width:24px;height:24px;border:3px solid #ead8b8;border-top-color:#8b0000;border-radius:50%;animation:smvHoroscopeSpin .8s linear infinite;flex:none}
.smv-horoscope-loading .spin{
  width:22px;height:22px;border:3px solid #ead8b8;border-top-color:#8b0000;
  border-radius:50%;animation:smvHoroscopeSpin .8s linear infinite;flex:none;
}
@keyframes smvHoroscopeSpin{to{transform:rotate(360deg)}}
#tamilHoroscopeResult[aria-busy="true"],#englishHoroscopeResult[aria-busy="true"]{opacity:.98}
.badge{display:inline-block;padding:6px 11px;border-radius:99px;background:#fff0d0;color:var(--maroon);border:1px solid #e4c77e;font-size:12px;font-weight:900;letter-spacing:.3px}
.small{font-size:13px;color:var(--muted);line-height:1.55;overflow-wrap:anywhere;word-break:break-word;white-space:normal}
.error{color:var(--danger)}
.success{color:var(--success)}
.modal{position:fixed;inset:0;width:100vw;height:100dvh;background:rgba(61,15,15,.68);display:grid;place-items:center;padding:12px;z-index:200;overflow:hidden}
.modalbox{position:relative;background:#fffaf0;width:min(480px,calc(100vw - 24px));max-width:480px;margin:0 auto;border-radius:14px;padding:22px;max-height:calc(100dvh - 24px);overflow:auto;border:1px solid #dfc78e;min-width:0;box-shadow:0 20px 50px rgba(61,15,15,.22);box-sizing:border-box}
.modalbox #modalContent{padding-right:0!important;margin:0 auto;width:100%;box-sizing:border-box}
section{scroll-margin-top:90px;min-width:0}
section>h2{color:var(--maroon);font-family:Georgia,"Times New Roman",serif}
.empty{padding:25px;text-align:center;color:var(--muted);overflow-wrap:anywhere;word-break:break-word}
.stat{background:linear-gradient(180deg,#fff,#fff8e9);border:1px solid var(--line);border-radius:13px;padding:18px;box-shadow:0 5px 18px rgba(111,21,21,.05);min-width:0;overflow:hidden}
.stat b{font-size:28px;color:var(--primary);display:block;margin-top:5px;overflow-wrap:anywhere}
.action-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px;min-width:0}
.action-row>*{min-width:0;max-width:100%}
#admin,#adminSummary,#pendingAstros,#adminAnswers,#adminReviews,#adminQuestions,#dashboard,#dashboardContent,#astroList,#astroCards,#ask-flow,#register-flow{min-width:0;max-width:100%;overflow-x:hidden}
#adminQuestions>div,#adminAnswers>div,#pendingAstros>div,#adminReviews>div{min-width:0!important;max-width:100%!important;overflow:hidden!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}
#adminQuestions b,#adminAnswers b,#pendingAstros b,#adminReviews b,#adminQuestions p,#adminAnswers p,#pendingAstros p,#adminReviews p{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;max-width:100%!important}
.data-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid #d9c39a;border-radius:10px;background:#fffdf8}
table.data-table{width:100%;min-width:680px;border-collapse:separate;border-spacing:0;table-layout:fixed;font-size:14px;color:var(--text);background:#fffdf8}
.data-table th,.data-table td{padding:11px 12px;border-right:1px solid #e5d6bd;border-bottom:1px solid #e5d6bd;text-align:left;vertical-align:middle;line-height:1.45;white-space:normal;overflow-wrap:anywhere;word-break:normal}
.data-table th{background:#f4e7cc;color:var(--maroon);font-weight:900;white-space:nowrap}
.data-table tr:last-child td{border-bottom:0}
.data-table th:last-child,.data-table td:last-child{border-right:0}
.data-table tbody tr:nth-child(even){background:#fffaf0}
.data-table tbody tr:hover{background:#fff3d5}
.data-table th:nth-child(1),.data-table td:nth-child(1){width:22%}
.data-table th:nth-child(2),.data-table td:nth-child(2){width:20%}
.data-table th:nth-child(3),.data-table td:nth-child(3){width:18%}
.data-table th:nth-child(4),.data-table td:nth-child(4){width:30%}
.data-table th:nth-child(5),.data-table td:nth-child(5){width:14%}
.bhava-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.bhava-table{min-width:0!important;width:100%!important;table-layout:fixed;border-collapse:collapse}
.bhava-table th,.bhava-table td{box-sizing:border-box;text-align:center!important;vertical-align:middle!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;padding:9px 5px!important;line-height:1.35}
.bhava-table th{font-weight:800;font-size:14px}
.bhava-table td{font-size:14px}
.bhava-table th:nth-child(1),.bhava-table td:nth-child(1){width:8%}
.bhava-table th:nth-child(2),.bhava-table td:nth-child(2){width:18%}
.bhava-table th:nth-child(3),.bhava-table td:nth-child(3){width:20%}
.bhava-table th:nth-child(4),.bhava-table td:nth-child(4){width:18%}
.bhava-table th:nth-child(5),.bhava-table td:nth-child(5){width:15%}
.bhava-table th:nth-child(6),.bhava-table td:nth-child(6){width:21%}
@media(max-width:700px){.bhava-table th,.bhava-table td{padding:7px 3px!important;line-height:1.3;font-size:12px}
.bhava-table th{font-size:12px}
.bhava-table th:nth-child(2),.bhava-table td:nth-child(2),.bhava-table th:nth-child(4),.bhava-table td:nth-child(4){font-size:11px}
.bhava-table th:nth-child(3),.bhava-table td:nth-child(3){font-size:11px}
.bhava-table th:nth-child(5),.bhava-table td:nth-child(5){font-size:11px}
.bhava-table th:nth-child(6),.bhava-table td:nth-child(6){font-size:12px}}
.strength-table{min-width:0!important;width:100%!important;table-layout:fixed}
.strength-table th,.strength-table td{text-align:center!important;vertical-align:middle!important;white-space:normal!important;overflow-wrap:anywhere}
.phase2-strength-table{min-width:0!important;width:100%!important;table-layout:fixed}
.phase3-shadbala-table{min-width:980px;width:100%;table-layout:fixed}
.phase3-shadbala-table th,.phase3-shadbala-table td{text-align:center!important;vertical-align:middle!important;white-space:normal!important;overflow-wrap:anywhere}
.phase3-shadbala-table th:nth-child(1),.phase3-shadbala-table td:nth-child(1){width:11%}
.phase3-shadbala-table th:nth-child(2),.phase3-shadbala-table td:nth-child(2){width:14%}
.phase3-shadbala-table th:nth-child(3),.phase3-shadbala-table td:nth-child(3){width:10%}
.phase3-shadbala-table th:nth-child(4),.phase3-shadbala-table td:nth-child(4){width:18%}
.phase3-shadbala-table th:nth-child(5),.phase3-shadbala-table td:nth-child(5){width:10%}
.phase3-shadbala-table th:nth-child(6),.phase3-shadbala-table td:nth-child(6){width:10%}
.phase3-shadbala-table th:nth-child(7),.phase3-shadbala-table td:nth-child(7){width:10%}
.phase3-shadbala-table th:nth-child(8),.phase3-shadbala-table td:nth-child(8){width:17%}
.phase2-strength-table th,.phase2-strength-table td{text-align:center!important;vertical-align:middle!important;white-space:normal!important;overflow-wrap:anywhere}
.phase2-strength-table th:nth-child(1),.phase2-strength-table td:nth-child(1){width:18%}
.phase2-strength-table th:nth-child(2),.phase2-strength-table td:nth-child(2){width:20%}
.phase2-strength-table th:nth-child(3),.phase2-strength-table td:nth-child(3){width:20%}
.phase2-strength-table th:nth-child(4),.phase2-strength-table td:nth-child(4){width:20%}
.phase2-strength-table th:nth-child(5),.phase2-strength-table td:nth-child(5){width:22%}
.strength-table th:nth-child(1),.strength-table td:nth-child(1){width:18%}
.strength-table th:nth-child(2),.strength-table td:nth-child(2){width:12%}
.strength-table th:nth-child(3),.strength-table td:nth-child(3){width:14%}
.strength-table th:nth-child(4),.strength-table td:nth-child(4){width:18%}
.strength-table th:nth-child(5),.strength-table td:nth-child(5){width:38%}
#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .navamsa-planet-only .planet-glyph{font-size:1.08em;font-weight:700}
.navamsa-planet-only{margin-top:1px}
.planet-line{font-size:clamp(15px,2.9vw,19px);font-weight:900;line-height:1.5;min-height:24px}
#tamilHoroscopeResult .south-rasi-cell .planet-glyph,#englishHoroscopeResult .south-rasi-cell .planet-glyph{font-size:1.05em;letter-spacing:.2px}
#tamilHoroscopeResult .south-rasi-cell .planet-degree,#englishHoroscopeResult .south-rasi-cell .planet-degree{font-size:.9em;font-weight:800}
@media(max-width:700px){.bhava-table{font-size:12px}
.bhava-table th,.bhava-table td{padding:9px 5px!important;line-height:1.35}
.strength-table{font-size:12px}
.strength-table th,.strength-table td{padding:8px 4px!important}
.phase2-strength-table{font-size:12px}
.phase2-strength-table th,.phase2-strength-table td{padding:8px 4px!important}
.phase3-shadbala-table{min-width:760px;font-size:12px}
.phase3-shadbala-table th,.phase3-shadbala-table td{padding:8px 4px!important;line-height:1.35}
.strength-table th:nth-child(4),.strength-table td:nth-child(4){width:17%}
.strength-table th:nth-child(5),.strength-table td:nth-child(5){width:39%}
#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .planet-line{font-size:15px}}
.dasha-tree{display:flex;flex-direction:column;gap:10px}
.dasha-node{border:1px solid #d8c7a7;border-radius:12px;background:#fffdf8;overflow:hidden}
.dasha-head{width:100%;border:0;background:transparent;padding:14px 16px;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:10px;font:inherit;cursor:pointer}
.dasha-head:hover{background:#fff8e9}
.dasha-title{font-weight:700}
.dasha-dates{font-size:.85em;color:#6d6256}
.dasha-arrow{font-size:18px;transition:transform .2s}
.dasha-node.open>.dasha-head .dasha-arrow{transform:rotate(90deg)}
.dasha-body{display:none;padding:0 12px 12px}
.dasha-node.open>.dasha-body{display:block}
.dasha-subtable{width:100%;border-collapse:collapse}
.dasha-subtable th,.dasha-subtable td{padding:9px 8px;border-bottom:1px solid #eee3d1;text-align:left;vertical-align:top}
.dasha-subtable th{font-size:.85em;color:#6d6256}
.dasha-mini{margin-top:8px}
.dasha-current{outline:2px solid #d2a85a;background:#fff7dc}
.dasha-breadcrumb{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:#fff8e9;font-size:.9em}
.dasha-empty{padding:10px;color:#777}
.dasha-table th:nth-child(1),.dasha-table td:nth-child(1){width:20%}
.dasha-table th:nth-child(2),.dasha-table td:nth-child(2){width:20%}
.dasha-table th:nth-child(3),.dasha-table td:nth-child(3){width:30%}
.dasha-table th:nth-child(4),.dasha-table td:nth-child(4){width:30%}
.south-rasi-cell{position:relative;justify-content:flex-start;box-sizing:border-box}
.south-rasi-cell .planet-line{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:2px 1px;border-bottom:1px dotted #dbc9aa;font-size:clamp(10px,1.9vw,13px);font-weight:800;color:#6b2d16;line-height:1.3;white-space:nowrap}
.south-rasi-cell .planet-line:last-child{border-bottom:0}
.south-rasi-cell .planet-glyph{font-weight:900;color:#8a4b16}
.south-rasi-cell .planet-degree{font-weight:700;color:#5f5346}
.bhava-rasi-cell .bhava-cusp{font-size:9px;color:#8b5b1e;font-weight:800;border:1px dashed #c9a86b;border-radius:4px;padding:2px 3px;margin:2px 0;line-height:1.15}
.bhava-rasi-cell .planet-line{font-size:clamp(9px,1.7vw,12px)}
.south-rasi-cell .lagna{display:block;width:100%;padding:2px 0;border:1px solid #b78625;border-radius:5px;background:#fff0c7;color:#7b3d0e;font-size:10px}
@media(max-width:700px){table.data-table{min-width:620px}
.data-table th,.data-table td{padding:9px 8px;font-size:13px}
.south-indian-chart{width:min(680px,100%)}
.south-rasi-cell .planet-line{font-size:10px;gap:2px}}
.south-indian-chart{width:min(640px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);border:2px solid #6f4d2c;background:#fffdf7;aspect-ratio:1/1;box-shadow:0 8px 24px rgba(111,21,21,.08)}
.south-rasi-cell{border:1px solid #8f704f;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:7px 4px;min-width:0;overflow:hidden;background:linear-gradient(180deg,#fffdf7,#fff8e9)}
.south-rasi-cell .sign{font-weight:900;color:var(--maroon);font-size:clamp(20px,3.8vw,28px);line-height:1;min-height:28px;display:flex;align-items:center;justify-content:center;width:100%;margin:0 0 3px}
.south-rasi-cell .house{font-size:10px;color:#80654d;margin-top:2px}
.south-rasi-cell .lagna{font-weight:900;color:#9b4b16;font-size:11px;margin-top:3px}
.south-rasi-cell .planet{font-size:clamp(10px,2vw,14px);font-weight:800;color:var(--primary);line-height:1.25;margin-top:2px;overflow-wrap:anywhere}
.south-chart-center{grid-column:2/4;grid-row:2/4;border:1px solid #8f704f;display:flex;align-items:center;justify-content:center;background:#fffdf7;color:#b08a5b;font-family:Georgia,serif;font-size:clamp(18px,4vw,28px);letter-spacing:3px}
@media(max-width:520px){.south-rasi-cell{padding:5px 3px}
.south-rasi-cell .sign{font-size:22px;min-height:25px;margin-bottom:2px}
.south-rasi-cell .house{font-size:8px;line-height:1.15}
.south-rasi-cell .lagna{font-size:9px}
.bhava-rasi-cell .planet-line{font-size:11px;line-height:1.2}
.bhava-rasi-cell .bhava-cusp{font-size:8px;line-height:1.1;padding:2px 2px}}
footer{text-align:center;padding:35px 16px;color:var(--muted);border-top:3px double var(--gold);margin-top:30px;background:#fffaf0}
.registration-panel{margin-top:12px;padding:10px 0 35px}
.registration-intro{text-align:center;max-width:720px;margin:0 auto 24px}
.registration-intro h2{margin-bottom:7px}
.registration-intro p{color:var(--muted);line-height:1.7}
.registration-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:900px;margin:0 auto}
.registration-option{
  position:relative;background:rgba(255,255,255,.82);padding:24px 22px;border:1px solid #e4cf9d;
  border-radius:12px;box-shadow:0 10px 25px rgba(111,21,21,.06);text-align:center;overflow:hidden
}
.registration-option:before{content:"";display:block;width:70px;height:2px;margin:0 auto 14px;background:linear-gradient(90deg,var(--gold),var(--primary),var(--gold))}
.registration-option h3{margin:8px 0 7px;color:var(--maroon);font-family:Georgia,"Times New Roman",serif;font-size:24px}
.registration-option p{min-height:48px;color:var(--muted);line-height:1.6;margin:0 auto 17px;max-width:340px}
.registration-option .btn{min-width:190px}
@media(max-width:760px){.registration-options{grid-template-columns:1fr;gap:14px}}
.home-rule{display:flex;align-items:center;justify-content:center;gap:12px;margin:8px auto 22px;color:var(--gold);font-size:12px;letter-spacing:3px}
.home-rule:before,.home-rule:after{content:"";height:1px;width:min(150px,20vw);background:linear-gradient(90deg,transparent,var(--gold));opacity:.8}
.home-rule:after{background:linear-gradient(90deg,var(--gold),transparent)}
.registration-panel{padding-top:8px}
.registration-intro{max-width:820px;margin:0 auto 28px}
.registration-intro h2{font-size:clamp(28px,4vw,38px);margin:12px 0 8px;color:#7e1818}
.registration-intro p{max-width:680px;margin:0 auto;color:#6a5a50;line-height:1.75}
.registration-options{max-width:960px;gap:20px}
.registration-option{min-height:320px;padding:28px 24px 26px;border-radius:14px;background:rgba(255,255,255,.9);box-shadow:0 9px 24px rgba(86,37,16,.07);border:1px solid #e1cf9f}
.registration-option:after{inset:6px;border-radius:10px}
.registration-icon{width:70px;height:70px;margin-bottom:13px}
.registration-option h3{font-size:23px;margin:6px 0 8px}
.registration-option p{min-height:74px;line-height:1.65}
.customer-option{border-top:3px solid #8f1d1d}
.astrologer-option{border-top:3px solid #b8860b}
@media(max-width:760px){.home-rule:before,.home-rule:after{width:18vw}
.registration-option{min-height:0}}
.registration-option.astrologer-option{background:linear-gradient(180deg,#fff3a6 0%,#ffe36a 48%,#ffd34d 100%);border-color:#c89512;box-shadow:0 12px 30px rgba(184,134,11,.16)}
.registration-option.astrologer-option .registration-icon{color:#8a5b00;background:radial-gradient(circle,#fffbe0 0%,#ffe98a 62%,#f4cf55 100%);border-color:#b8860b}
.registration-option.astrologer-option .registration-kicker{color:#7a5200}
.registration-option.astrologer-option h3{color:#6f1717}
.registration-options{gap:24px;max-width:940px}
.registration-option{padding:30px 24px 28px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,249,235,.96));border:1px solid #d8b866;box-shadow:0 12px 30px rgba(111,21,21,.08)}
.registration-option:before{display:none}
.registration-option:after{content:"";position:absolute;inset:8px;border:1px solid rgba(184,134,11,.18);border-radius:13px;pointer-events:none}
.registration-icon{position:relative;z-index:1;width:78px;height:78px;margin:0 auto 15px;display:grid;place-items:center;border-radius:50%;color:var(--gold);background:radial-gradient(circle,#fff7d8 0%,#f7df9b 65%,#ead083 100%);border:2px solid var(--gold);box-shadow:0 5px 15px rgba(184,134,11,.18)}
.registration-icon svg{width:54px;height:54px}
.registration-kicker{position:relative;z-index:1;color:#96702d;font-size:10px;font-weight:900;letter-spacing:1.6px;margin-bottom:7px}
.registration-option h3{position:relative;z-index:1;font-size:25px;margin:7px 0 9px}
.registration-option p{position:relative;z-index:1;min-height:72px}
.registration-option .btn{position:relative;z-index:1;min-width:210px}
.btn-icon{font-size:12px;margin-right:4px}
.customer-option{border-top:3px solid var(--primary)}
.astrologer-option{border-top:3px solid var(--gold)}
@media(max-width:760px){.registration-options{gap:16px}
.registration-option{padding:26px 18px}
.registration-option p{min-height:0}
.registration-icon{width:70px;height:70px}
.registration-icon svg{width:48px;height:48px}}
@media(max-width:760px){.nav{padding:9px 10px;align-items:center}
.brand-logo{width:42px;height:42px}
.logo{font-size:21px}
.brand-sub{font-size:8px;letter-spacing:1px}
nav{gap:3px}
nav a{padding:7px 6px;font-size:11px}
nav .btn{padding:8px 9px;font-size:11px}
.container{padding:16px 10px}}
@media(max-width:520px){.brand-sub{display:none}
.logo{font-size:20px}
.nav{flex-wrap:wrap}
.brand{flex:1 1 auto}
nav{width:100%;justify-content:flex-start;overflow:visible}
nav a,nav .btn{flex:0 0 auto}
.grid{grid-template-columns:1fr}
.card{padding:16px}
.action-row{flex-direction:column}
.action-row .btn{width:100%}}
.homepage-registration{margin:10px auto 38px;padding:8px 0 24px}
.homepage-registration .registration-intro .hidden{display:none!important}
.homepage-registration .registration-options{margin-top:18px}
.homepage-registration .registration-option{min-height:300px}
@media(max-width:760px){.homepage-registration{margin-bottom:28px!important}
.homepage-registration .registration-option{min-height:0}}
.feature-section{max-width:1160px;margin:34px auto;padding:0 16px;scroll-margin-top:90px}
.feature-shell{padding:20px}
.feature-top{display:flex;gap:18px;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}
.feature-top>div:first-child{min-width:240px;flex:1}
.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px}
.feature-tile{display:flex;flex-direction:column;gap:4px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fffdf9;text-decoration:none;color:var(--text);box-shadow:0 4px 12px rgba(111,21,21,.05);transition:.15s}
.feature-tile:hover{transform:translateY(-2px);border-color:#d4b36a}
.feature-tile span{font-size:24px}
.feature-tile b{color:var(--maroon);font-size:14px}
.feature-tile small{color:var(--muted)}
.service-card{min-height:210px}
.service-icon{font-size:30px}
.service-card h3{margin-bottom:7px}
.faq-list{display:grid;gap:10px}
.faq-list details{background:#fff;border:1px solid var(--line);border-radius:11px;padding:13px 15px;box-shadow:0 4px 12px rgba(111,21,21,.04)}
.faq-list summary{cursor:pointer;font-weight:800;color:var(--maroon)}
.faq-list p{color:var(--muted);line-height:1.6;margin:10px 0 2px}
.review-card{height:100%}
.stars{letter-spacing:2px;color:var(--gold);font-size:18px}
.lang-tamil{font-family:"Noto Sans Tamil",Arial,sans-serif}
@media(max-width:700px){.feature-section{padding:0 10px}
.feature-shell{padding:14px}}
#blogList .blog-card{min-width:0}
.blog-content{white-space:pre-wrap;line-height:1.75}
.admin-blog-row{border:1px solid var(--line);border-radius:12px;padding:12px;margin-top:10px;background:#fffdf8}
.admin-blog-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}
@media(max-width:650px){.action-row[style*="grid-template-columns"]{grid-template-columns:1fr!important}}
@media(max-width:760px){body{overflow-x:hidden}
.container{padding:14px 10px}
.card{padding:17px 15px;border-radius:12px}
.btn{
    min-height:46px;
    padding:12px 16px;
    border-radius:10px;
    font-size:14px;
  }
input,select,textarea{
    min-height:46px;
    padding:12px 13px;
    font-size:16px;
    border-radius:9px;
  }
textarea{min-height:120px}
.action-row{gap:10px}
.action-row .btn{min-height:46px}
.modal{padding:8px;place-items:center}
.modalbox{
    width:calc(100vw - 16px);
    max-width:calc(100vw - 16px);
    max-height:calc(100dvh - 16px);
    margin:0 auto;
    padding:19px 15px;
    border-radius:13px;
  }
.modalbox .btn{width:100%;margin-top:6px}
section>h2{font-size:25px;line-height:1.25}
.stat{padding:15px}
.stat b{font-size:25px}}
@media(max-width:520px){.container{padding-left:9px;padding-right:9px}
.registration-option{padding:22px 15px}
.registration-option .btn{width:100%;min-width:0}}
.smv-dialog-backdrop{position:fixed;inset:0;width:100vw;height:100dvh;background:rgba(28,25,61,.70);display:grid;place-items:center;padding:14px;z-index:500;backdrop-filter:blur(3px)}
.smv-dialog{width:min(430px,calc(100vw - 28px));max-width:430px;margin:0 auto;box-sizing:border-box;background:linear-gradient(180deg,#fffdf8,#fff7e8);border:1px solid #d8b866;border-radius:20px;box-shadow:0 24px 65px rgba(28,25,61,.28);padding:24px 20px 18px;color:var(--text)}
.smv-dialog-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:radial-gradient(circle,#fff8d9,#efd27d);border:2px solid var(--gold);font-size:23px}
.smv-dialog h3{margin:0;text-align:center;color:#7e1818;font-family:Georgia,"Times New Roman",serif;font-size:24px}
.smv-dialog p{margin:10px 0 18px;text-align:center;color:#62554d;line-height:1.65;white-space:pre-line}
.smv-dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.smv-dialog-actions .btn{width:100%;min-height:46px;margin:0}
.smv-dialog-actions .btn.danger{background:linear-gradient(135deg,#8d2020,#b43d3d);border-color:#761818;color:#fff}
.smv-dialog-actions.single{grid-template-columns:1fr}
.auth-shell{padding:2px 0 0}
.auth-hero{text-align:center;margin-bottom:14px}
.auth-hero-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;background:radial-gradient(circle,#fff8d9,#efd27d);border:2px solid var(--gold);box-shadow:0 6px 16px rgba(184,134,11,.18);font-size:28px}
.auth-hero h2{margin:0;color:#7e1818;font-family:Georgia,"Times New Roman",serif;font-size:30px}
.auth-hero p{margin:5px 0 0;color:#76665c;font-size:13px}
.auth-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:14px 0 12px}
.auth-tabs .btn{padding:10px 6px;min-height:44px;font-size:12px;box-shadow:none}
.auth-tabs .btn.active{background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;border-color:#751515;box-shadow:0 5px 13px rgba(48,43,104,.16)}
.auth-field-label{display:block;margin:8px 2px 4px;color:#60483c;font-size:12px;font-weight:800}
.auth-field{margin:0 0 5px!important;min-height:48px!important}
.auth-submit{width:100%;min-height:50px;margin-top:8px!important;font-size:16px!important}
.auth-secondary{width:100%;min-height:46px;margin-top:7px!important}
.password-wrap{position:relative}
.password-wrap{position:relative}
.password-wrap input{padding-right:48px}
.password-toggle{
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  width:38px;
  height:38px;
  min-width:38px;
  padding:0;
  border:0;
  background:transparent;
  color:#6b5144;
  font-size:20px;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  border-radius:50%;
}
.password-toggle:hover{
  background:transparent;
}
.password-toggle:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:2px;
  }
.auth-note{margin:9px 2px 2px;text-align:center;font-size:12px;color:#75665e;line-height:1.5}
@media(max-width:520px){.modal{padding:7px;place-items:center}
.modalbox{width:calc(100vw - 14px);max-width:calc(100vw - 14px);max-height:calc(100dvh - 14px);margin:0 auto;padding:18px 13px 15px;border-radius:18px}
.modalbox #modalContent{padding-right:0!important;margin:0 auto}
.auth-hero-icon{width:54px;height:54px;font-size:24px}
.auth-hero h2{font-size:27px}
.auth-tabs{grid-template-columns:1fr;gap:7px}
.auth-tabs .btn{min-height:43px;font-size:13px}
.auth-submit,.auth-secondary{font-size:14px!important}
.smv-dialog{padding:21px 15px 15px;border-radius:18px}
.smv-dialog h3{font-size:22px}
.smv-dialog-actions{grid-template-columns:1fr;gap:8px}
.smv-dialog-actions .btn{min-height:48px}}
@media (min-width:521px){#astroCards{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    align-items:stretch;
  }
#astroCards .astro-public-card{
    margin-top:0!important;
    padding:14px!important;
    border-radius:14px;
    min-height:0;
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
  }
#astroCards .astro-public-card img{
    width:56px!important;
    height:56px!important;
    margin-bottom:4px;
  }
#astroCards .astro-public-card h3{
    margin:5px 0 4px;
    font-size:18px;
  }
#astroCards .astro-public-card p{
    margin:5px 0;
    font-size:12px;
    line-height:1.45;
  }
#astroCards .astro-public-card .action-row{
    margin-top:auto;
    padding-top:6px;
  }
#astroCards .astro-public-card .action-row .btn{
    font-size:12px;
    padding:9px 12px;
  }}
@media (min-width:761px){#astroCards{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:14px!important;
    align-items:stretch!important;
  }
#astroCards .astro-public-card{
    width:100%!important;
    margin-top:0!important;
    min-width:0!important;
  }
#dashboardContent > .grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:16px!important;
    align-items:stretch!important;
  }
#dashboardContent > .grid > .card{min-width:0!important;}
#admin > .card:first-child #adminSummary{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:12px!important;
  }}
.profile-dialog{text-align:center;padding:4px 0 0;}
.profile-dialog .profile-photo{width:104px;height:104px;border-radius:50%;object-fit:cover;border:3px solid var(--gold);box-shadow:0 6px 18px rgba(184,134,11,.18);margin:4px auto 10px;display:block;}
.profile-dialog .profile-title{margin:0;color:var(--maroon);font-family:Georgia,"Times New Roman",serif;font-size:26px;}
.profile-dialog .profile-expertise{font-weight:800;color:#60483c;margin:6px 0;}
.profile-dialog .profile-bio{text-align:left;line-height:1.55;}
.profile-dialog .profile-reviews-title{text-align:left;color:var(--maroon);font-family:Georgia,"Times New Roman",serif;margin:18px 0 8px;}
.profile-dialog #publicProfileReviews .card{text-align:left;margin:10px 0;padding:12px;}
.profile-dialog #publicProfileReviews{
  max-height:320px;
  overflow-y:auto;
  overflow-x:hidden;
  padding:2px 8px 4px 2px;
  margin-top:4px;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior:contain;
}
.profile-dialog #publicProfileReviews::-webkit-scrollbar{width:7px}
.profile-dialog #publicProfileReviews::-webkit-scrollbar-thumb{background:#c9a86b;border-radius:10px}
.profile-dialog #publicProfileReviews::-webkit-scrollbar-track{background:#f7f1e4;border-radius:10px}
@media(max-width:520px){.profile-dialog #publicProfileReviews{
    max-height:300px;
    padding-right:6px;
  }}
@media(max-width:520px){.profile-dialog .profile-photo{width:88px;height:88px;}
.profile-dialog .profile-title{font-size:23px;}}
textarea[id^="ans_"],textarea[id^="boardAdminAnswer_"],textarea[id^="adminAns_"]{
  min-height:370px !important;
  height:370px !important;
  max-height:none !important;
  resize:vertical !important;
  line-height:1.6 !important;
  overflow-y:auto !important;
}
@media (max-width:700px){.data-table-wrap{width:100%;max-width:100%;overflow-x:hidden;}
table.data-table{width:100%!important;min-width:0!important;table-layout:fixed!important;font-size:10.5px!important;}
.data-table th,.data-table td{padding:5px 3px!important;line-height:1.2!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;}
.data-table th{font-size:10px!important;}
.data-table th:nth-child(1),.data-table td:nth-child(1){width:18%!important}
.data-table th:nth-child(2),.data-table td:nth-child(2){width:18%!important}
.data-table th:nth-child(3),.data-table td:nth-child(3){width:20%!important}
.data-table th:nth-child(4),.data-table td:nth-child(4){width:24%!important}
.data-table th:nth-child(5),.data-table td:nth-child(5){width:20%!important}
.bhava-table,.strength-table,.phase2-strength-table,.phase3-shadbala-table{min-width:0!important;width:100%!important;table-layout:fixed!important;}
.bhava-table th,.bhava-table td,.strength-table th,.strength-table td,.phase2-strength-table th,.phase2-strength-table td,.phase3-shadbala-table th,.phase3-shadbala-table td{padding:5px 2px!important;font-size:10px!important;line-height:1.18!important;}
.phase3-shadbala-table th:nth-child(1),.phase3-shadbala-table td:nth-child(1){width:12%!important}
.phase3-shadbala-table th:nth-child(2),.phase3-shadbala-table td:nth-child(2){width:13%!important}
.phase3-shadbala-table th:nth-child(3),.phase3-shadbala-table td:nth-child(3){width:11%!important}
.phase3-shadbala-table th:nth-child(4),.phase3-shadbala-table td:nth-child(4){width:15%!important}
.phase3-shadbala-table th:nth-child(5),.phase3-shadbala-table td:nth-child(5){width:10%!important}
.phase3-shadbala-table th:nth-child(6),.phase3-shadbala-table td:nth-child(6){width:10%!important}
.phase3-shadbala-table th:nth-child(7),.phase3-shadbala-table td:nth-child(7){width:10%!important}
.phase3-shadbala-table th:nth-child(8),.phase3-shadbala-table td:nth-child(8){width:19%!important}
.dasha-subtable{width:100%!important;table-layout:fixed!important;font-size:10.5px!important;}
.dasha-subtable th,.dasha-subtable td{padding:5px 3px!important;line-height:1.2!important;white-space:normal!important;overflow-wrap:anywhere!important;}
.dasha-subtable th:nth-child(1),.dasha-subtable td:nth-child(1){width:42%!important}
.dasha-subtable th:nth-child(2),.dasha-subtable td:nth-child(2){width:29%!important}
.dasha-subtable th:nth-child(3),.dasha-subtable td:nth-child(3){width:29%!important}
.dasha-breadcrumb{padding:6px 7px!important;margin-bottom:6px!important;font-size:10px!important;}
.dasha-body{padding:0 6px 6px!important;}}
.astro-public-profile{overflow:hidden}
.astro-public-profile .small{overflow-wrap:anywhere;word-break:break-word}
.private-field{display:none!important}
.astro-public-profile{overflow:hidden}
.astro-public-profile .small,.astro-public-profile p{overflow-wrap:anywhere;word-break:break-word}
.status-processing{font-weight:800}
.timeline{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 4px;padding:10px;border:1px solid var(--line);border-radius:12px;background:#fffdf8}
.timeline-step{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;background:#f7f1e4}
.timeline-step.done{color:var(--success);font-weight:800;background:#edf8ef}
.timeline-step span{font-weight:900}
#consultation-entry{display:none!important}
.hidden{display:none!important}
#dashboard.hidden,#admin.hidden,#register-flow.hidden,#astro-register-form.hidden,#astro-flow.hidden,#ask-flow.hidden,#appointment.hidden,#contact.hidden{display:none!important}
html[lang="ta"] body{font-family:"Noto Sans Tamil",Inter,Arial,Helvetica,sans-serif}
html[lang="hi"] body{font-family:"Noto Sans Devanagari","Noto Sans",Inter,Arial,Helvetica,sans-serif}
#registerNav{margin-left:2px}
@media (min-width:761px){#dashboardContent > .grid,#dashboardContent .grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:16px!important;
    width:100%!important;
    align-items:stretch!important;
  }
#dashboardContent > .grid > .card,#dashboardContent .grid > .card{
    min-width:0!important; width:100%!important; box-sizing:border-box!important;
  }
#adminSummary{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:14px!important; width:100%!important;
  }
#adminSummary .stat{min-width:0!important;width:100%!important;box-sizing:border-box!important;}
#astroCards{
    display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;width:100%!important;
  }
#astroCards .astro-public-card{min-width:0!important;width:100%!important;box-sizing:border-box!important;margin-top:0!important;}}
@media (max-width:760px){#astroCards,#dashboardContent > .grid,#adminSummary{width:100%;min-width:0;}}
@media (min-width:761px){#astroCards{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:16px!important;
    align-items:stretch!important;
    width:100%!important;
  }
#astroCards .astro-public-card{
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    display:flex!important;
    flex-direction:column!important;
  }
#astroCards .astro-public-card .action-row{margin-top:auto!important;}
#dashboardContent .astro-dashboard-summary{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:16px!important;
    width:100%!important;
    align-items:stretch!important;
  }
#dashboardContent .astro-dashboard-summary>.card{
    width:100%!important;
    min-width:0!important;
  }
#adminSummary.admin-summary-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:16px!important;
    width:100%!important;
    align-items:stretch!important;
  }
#adminSummary.admin-summary-grid>.stat{
    width:100%!important;
    min-width:0!important;
  }}
#dashboardContent .astro-dashboard-summary{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  width:100%!important;
  max-width:100%!important;
  gap:10px!important;
  align-items:stretch!important;
  box-sizing:border-box!important;
}
#dashboardContent .astro-dashboard-summary > .card{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:10px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
#dashboardContent .astro-dashboard-summary > .card h3{
  font-size:clamp(11px,2vw,18px)!important;
  margin:4px 0 7px!important;
  line-height:1.25!important;
}
#dashboardContent .astro-dashboard-summary > .card p{
  margin:5px 0!important;
  line-height:1.3!important;
  font-size:clamp(8px,1.45vw,13px)!important;
}
#dashboardContent .astro-dashboard-summary > .card .small{
  font-size:clamp(7px,1.2vw,11px)!important;
  line-height:1.3!important;
  overflow-wrap:anywhere!important;
}
#dashboardContent .astro-dashboard-summary > .card img{
  width:clamp(42px,7vw,64px)!important;
  height:clamp(42px,7vw,64px)!important;
  margin:0 0 4px!important;
}
#dashboardContent .astro-dashboard-summary > .card .badge{
  font-size:clamp(6px,1vw,9px)!important;
  padding:2px 5px!important;
}
#dashboardContent .astro-dashboard-summary > .card .action-row{
  margin-top:6px!important;
}
#dashboardContent .astro-dashboard-summary > .card .btn{
  padding:6px 7px!important;
  font-size:clamp(7px,1.1vw,12px)!important;
  max-width:100%!important;
}
@media (max-width:900px){#dashboardContent .astro-dashboard-summary{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:7px!important;
  }
#dashboardContent .astro-dashboard-summary > .card{
    padding:8px!important;
  }}
@media (max-width:380px){#dashboardContent .astro-dashboard-summary{gap:5px!important;}
#dashboardContent .astro-dashboard-summary > .card{padding:6px!important;}}
#dashboardContent .astro-dashboard-summary{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
@media (max-width:760px){#dashboardContent .astro-dashboard-summary{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-auto-flow:row!important;
    gap:10px!important;
  }
#dashboardContent .astro-dashboard-summary > .card{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    box-sizing:border-box!important;
  }}
@media (min-width:761px){#dashboardContent .astro-dashboard-summary{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-auto-flow:row!important;
    gap:16px!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
  }
#dashboardContent .astro-dashboard-summary > .card{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    box-sizing:border-box!important;
  }}
#dashboardContent .astro-dashboard-summary{
  display:grid !important;
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box !important;
  gap:16px !important;
}
#dashboardContent .astro-dashboard-summary > .card{
  width:100% !important;
  min-width:0 !important;
  max-width:100% !important;
  box-sizing:border-box !important;
  margin:0 !important;
}
@media (max-width:767px){#dashboardContent .astro-dashboard-summary{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
#dashboardContent .astro-dashboard-summary > .card{
    width:100% !important;
    padding:17px 15px !important;
  }}
@media (min-width:768px){#dashboardContent .astro-dashboard-summary{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:16px !important;
    align-items:stretch !important;
  }
#dashboardContent .astro-dashboard-summary > .card{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
  }}
#dashboardContent .astro-dashboard-summary + .card{
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box !important;
}
@media (max-width: 767px){html,body{overflow-x:hidden!important}
.container{width:100%!important;max-width:100%!important;padding-left:10px!important;padding-right:10px!important;box-sizing:border-box!important}
#dashboard{margin-top:24px!important}
#dashboardTitle{font-size:24px!important;line-height:1.25!important;margin:0 0 8px!important}
#sessionNotice{font-size:12px!important;line-height:1.45!important}
#dashboardContent>.card{
    width:100%!important;max-width:100%!important;min-width:0!important;
    box-sizing:border-box!important;margin:0 0 12px!important;
    padding:14px 12px!important;border-radius:12px!important;
    overflow:hidden!important;
  }
#dashboardContent>.card h2{font-size:20px!important;line-height:1.3!important;margin:0 0 8px!important}
#dashboardContent>.card h3{font-size:17px!important;line-height:1.3!important;margin:4px 0 8px!important}
#dashboardContent>.card p{font-size:13px!important;line-height:1.55!important;margin:6px 0!important}
#dashboardContent>.card .small{font-size:11px!important;line-height:1.45!important}
#dashboardContent>.card .empty{padding:18px 8px!important;font-size:13px!important}
#dashboardContent>.card .card{
    padding:11px!important;margin-top:9px!important;border-radius:10px!important;
  }
#dashboardContent>.card .card h3{font-size:16px!important}
#dashboardContent>.card .card p{font-size:13px!important;line-height:1.5!important}
#dashboardContent>.card .action-row{gap:7px!important;flex-wrap:wrap!important}
#dashboardContent>.card .action-row .btn{width:auto!important;min-height:40px!important;padding:9px 12px!important;font-size:12px!important}
#astroCards{width:100%!important;max-width:100%!important;grid-template-columns:1fr!important;gap:10px!important}
#astroCards .astro-public-card{
    width:100%!important;min-width:0!important;box-sizing:border-box!important;
    padding:12px!important;margin:0!important;border-radius:12px!important;
  }
#astroCards .astro-public-card h3{font-size:17px!important;line-height:1.3!important}
#astroCards .astro-public-card p{font-size:12px!important;line-height:1.45!important}
#astroCards .astro-public-card img{width:56px!important;height:56px!important}
#admin{margin-top:24px!important}
#admin>.card{
    width:100%!important;max-width:100%!important;box-sizing:border-box!important;
    padding:14px 12px!important;margin:0 0 12px!important;border-radius:12px!important;overflow:hidden!important;
  }
#admin h2{font-size:21px!important;line-height:1.3!important}
#admin h3{font-size:17px!important;line-height:1.3!important}
#admin p,#admin label{font-size:13px!important;line-height:1.5!important}
#admin .small{font-size:11px!important;line-height:1.45!important}
#adminSummary{grid-template-columns:1fr!important;gap:8px!important;width:100%!important}
#adminSummary .stat{width:100%!important;min-width:0!important;padding:12px!important;box-sizing:border-box!important}
#adminSummary .stat b{font-size:22px!important}
#admin table{font-size:11px!important;max-width:100%!important}
#ask-flow{margin-top:20px!important}
#ask-flow>.card{
    width:100%!important;max-width:100%!important;box-sizing:border-box!important;
    padding:14px 12px!important;border-radius:12px!important;overflow:hidden!important;
  }
#ask-flow h2{font-size:22px!important;line-height:1.3!important}
#ask-flow h3{font-size:17px!important;line-height:1.3!important}
#ask-flow p,#ask-flow label{font-size:13px!important;line-height:1.5!important}
#contact{
    width:100%!important;max-width:100%!important;box-sizing:border-box!important;
    margin:20px 0!important;padding:16px 12px!important;border-radius:12px!important;
  }
#contact h2{font-size:22px!important;line-height:1.3!important}
#contact p,#contact label{font-size:13px!important;line-height:1.5!important}
#register-flow,#astro-register-form{margin-top:20px!important}
#register-flow .container{padding:0 10px!important}
#register-flow .card,#astro-register-form .card{
    width:100%!important;max-width:100%!important;box-sizing:border-box!important;
    padding:15px 12px!important;border-radius:12px!important;overflow:hidden!important;
  }
#register-flow h2,#astro-register-form h2{font-size:22px!important;line-height:1.3!important}
#register-flow h3,#astro-register-form h3{font-size:17px!important;line-height:1.3!important}
#register-flow p,#astro-register-form p{font-size:13px!important;line-height:1.5!important}
#register-flow .registration-options{grid-template-columns:1fr!important;gap:10px!important}
#register-flow .registration-option{min-height:0!important;padding:16px 12px!important;border-radius:12px!important}
#register-flow .registration-option h3{font-size:19px!important}
#register-flow .registration-option p{font-size:12px!important;line-height:1.5!important;margin-bottom:10px!important}
#register-flow .registration-icon{width:58px!important;height:58px!important}
.auth-shell{padding:0!important}
.auth-hero{margin-bottom:10px!important}
.auth-hero-icon{width:50px!important;height:50px!important;font-size:22px!important}
.auth-hero h2{font-size:23px!important;line-height:1.3!important}
.auth-hero p{font-size:12px!important;line-height:1.45!important}
.auth-tabs{gap:5px!important;margin:10px 0!important}
.auth-tabs .btn{min-height:40px!important;padding:8px 6px!important;font-size:12px!important}
.auth-field-label{font-size:11px!important;margin:6px 2px 3px!important}
.auth-field,input,select,textarea{
    min-height:42px!important;padding:9px 11px!important;font-size:14px!important;
    box-sizing:border-box!important;max-width:100%!important;
  }
textarea{min-height:90px!important}
.auth-submit,.auth-secondary{min-height:42px!important;font-size:13px!important;padding:9px 12px!important}
form{max-width:100%!important}
form input,form select,form textarea{width:100%;box-sizing:border-box}
.btn{min-height:40px!important;padding:9px 12px!important;font-size:13px!important}
.modalbox{width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;padding:14px 12px!important;border-radius:12px!important}
.modalbox .btn{min-height:40px!important}}
#dashboardContent .astro-dashboard-summary{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
#dashboardContent .astro-dashboard-summary > .card{
  box-sizing:border-box!important;
  min-width:0!important;
  width:100%!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}
@media (max-width:767px){#dashboardContent .astro-dashboard-summary{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-auto-flow:row!important;
    gap:12px!important;
    align-items:stretch!important;
  }
#dashboardContent .astro-dashboard-summary > .card{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0!important;
    padding:17px 15px!important;
  }}
@media (min-width:768px){#dashboardContent .astro-dashboard-summary{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-auto-flow:row!important;
    gap:16px!important;
    align-items:stretch!important;
  }
#dashboardContent .astro-dashboard-summary > .card{
    display:flex!important;
    flex-direction:column!important;
    flex:initial!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    overflow:hidden!important;
  }
#dashboardContent .astro-dashboard-summary > .card h3,#dashboardContent .astro-dashboard-summary > .card p,#dashboardContent .astro-dashboard-summary > .card .small{
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }}
.horoscope-export-actions{display:flex!important;flex-direction:column!important;gap:14px!important;align-items:stretch!important;justify-content:center!important;position:relative!important;z-index:9999!important;margin-top:20px!important;padding:6px 0!important;pointer-events:auto!important;}
.horoscope-export-actions .btn{display:block!important;width:100%!important;min-width:0!important;min-height:54px!important;margin:0!important;padding:12px 16px!important;line-height:1.25!important;touch-action:manipulation!important;-webkit-tap-highlight-color:rgba(0,0,0,.12)!important;pointer-events:auto!important;position:relative!important;z-index:10000!important;cursor:pointer!important;}
.smv-export-toast{position:fixed!important;left:50%!important;bottom:24px!important;transform:translate(-50%,16px)!important;opacity:0!important;pointer-events:none!important;z-index:2147483647!important;background:#222!important;color:#fff!important;border-radius:10px!important;padding:12px 18px!important;max-width:min(92vw,520px)!important;text-align:center!important;font-size:15px!important;font-weight:700!important;box-shadow:0 5px 20px rgba(0,0,0,.25)!important;transition:opacity .18s ease,transform .18s ease!important;}
.smv-export-toast.show{opacity:1!important;transform:translate(-50%,0)!important;}
.smv-export-toast.error{background:#8b1e1e!important;}
@media print{.smv-export-toast{display:none!important;}}
.horoscope-export-actions{display:flex!important;gap:12px!important;align-items:stretch!important;justify-content:center!important;flex-wrap:wrap!important;position:relative!important;z-index:20!important;margin-top:18px!important;padding-top:4px!important;}
.horoscope-export-actions .btn{flex:1 1 220px!important;min-width:0!important;min-height:48px!important;margin:0!important;touch-action:manipulation!important;pointer-events:auto!important;position:relative!important;z-index:21!important;}
@media(max-width:980px){.horoscope-export-actions{flex-direction:column!important;gap:12px!important;}
.horoscope-export-actions .btn{width:100%!important;flex:0 0 auto!important;}}
@media print{.horoscope-export-actions{display:none!important;}
#tamilHoroscopeResult,#englishHoroscopeResult{display:block!important;visibility:visible!important;}
#tamilHoroscopeResult .card,#englishHoroscopeResult .card{break-inside:auto!important;page-break-inside:auto!important;}
#tamilHoroscopeResult .south-indian-chart,#englishHoroscopeResult .south-indian-chart,#tamilHoroscopeResult .data-table-wrap,#englishHoroscopeResult .data-table-wrap,#tamilHoroscopeResult .dasha-node,#englishHoroscopeResult .dasha-node{break-inside:avoid!important;page-break-inside:avoid!important;}
h2,h3{break-after:avoid!important;page-break-after:avoid!important;}
table{break-inside:auto!important;page-break-inside:auto!important;}
tr{break-inside:avoid!important;page-break-inside:avoid!important;}}
#tamilHoroscopeResult .dasha-node>.dasha-head,#englishHoroscopeResult .dasha-node>.dasha-head{pointer-events:auto!important;touch-action:manipulation!important;cursor:pointer!important;position:relative;z-index:2;}
#tamilHoroscopeResult .dasha-node.open>.dasha-body,#englishHoroscopeResult .dasha-node.open>.dasha-body{display:block!important;}
#tamilHoroscopeResult,#englishHoroscopeResult{font-size:16px;line-height:1.65}
#tamilHoroscopeResult .small,#englishHoroscopeResult .small{font-size:14px;line-height:1.6}
#tamilHoroscopeResult h2,#englishHoroscopeResult h2{font-size:clamp(26px,4vw,34px);line-height:1.25}
#tamilHoroscopeResult h3,#englishHoroscopeResult h3{font-size:clamp(20px,3vw,26px);line-height:1.3}
#tamilHoroscopeResult .stat,#englishHoroscopeResult .stat{font-size:16px}
#tamilHoroscopeResult .data-table,#englishHoroscopeResult .data-table{font-size:15px}
#tamilHoroscopeResult .data-table th,#englishHoroscopeResult .data-table th{font-size:15px;font-weight:800}
#tamilHoroscopeResult .south-rasi-cell .sign,#englishHoroscopeResult .south-rasi-cell .sign{font-size:clamp(14px,2.6vw,18px)}
#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .planet-line{font-size:clamp(13px,2.5vw,17px);line-height:1.45}
#tamilHoroscopeResult .south-rasi-cell .planet-degree,#englishHoroscopeResult .south-rasi-cell .planet-degree{font-size:.9em}
#tamilHoroscopeResult .dasha-head,#englishHoroscopeResult .dasha-head{font-size:16px;min-height:52px}
#tamilHoroscopeResult .dasha-title,#englishHoroscopeResult .dasha-title{font-size:17px}
#tamilHoroscopeResult .dasha-dates,#englishHoroscopeResult .dasha-dates{font-size:14px}
#tamilHoroscopeResult .dasha-subtable,#englishHoroscopeResult .dasha-subtable{font-size:14px}
.smv-dasha-next{margin:0 0 12px;padding:12px 14px;border:1px solid #d8b866;border-radius:11px;background:#fff8e9;font-size:15px;line-height:1.65}
.smv-dasha-next b{color:#7e1818}
@media(max-width:760px){#tamilHoroscopeResult,#englishHoroscopeResult{font-size:16px}
#tamilHoroscopeResult .small,#englishHoroscopeResult .small{font-size:14px}
#tamilHoroscopeResult .data-table,#englishHoroscopeResult .data-table{font-size:14px}
#tamilHoroscopeResult .data-table th,#englishHoroscopeResult .data-table th{font-size:14px}
#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .planet-line{font-size:14px}
#tamilHoroscopeResult .south-rasi-cell .sign,#englishHoroscopeResult .south-rasi-cell .sign{font-size:15px}
#tamilHoroscopeResult .dasha-head,#englishHoroscopeResult .dasha-head{font-size:15px;padding:13px 12px}
#tamilHoroscopeResult .dasha-title,#englishHoroscopeResult .dasha-title{font-size:16px}
#tamilHoroscopeResult .dasha-dates,#englishHoroscopeResult .dasha-dates{font-size:13px}}
.language-exclusive-hide{ display:none !important; }
#englishHoroscopeResult{font-size:16px;line-height:1.55}
#englishHoroscopeResult .south-rasi-cell .planet-line{font-size:clamp(18px,3.6vw,24px)!important;font-weight:900!important;line-height:1.5!important;min-height:28px}
#englishHoroscopeResult .south-rasi-cell .planet-glyph{font-size:1.08em!important;font-weight:900!important;letter-spacing:.2px}
#englishHoroscopeResult .south-rasi-cell .planet-degree{font-size:.92em!important;font-weight:800}
#englishHoroscopeResult .south-rasi-cell .sign{font-size:clamp(15px,2.8vw,19px)!important;font-weight:800!important}
#englishHoroscopeResult table{font-size:15px}
#englishHoroscopeResult th,#englishHoroscopeResult td{font-size:15px;line-height:1.45}
#englishHoroscopeResult .dasha-head{font-size:16px;min-height:54px}
#englishHoroscopeResult .dasha-title{font-size:17px;font-weight:800}
#englishHoroscopeResult .dasha-subtable th,#englishHoroscopeResult .dasha-subtable td{font-size:15px}
@media(max-width:700px){#englishHoroscopeResult{font-size:16px}
#englishHoroscopeResult .south-rasi-cell .planet-line{font-size:clamp(17px,4.6vw,22px)!important;min-height:27px}
#englishHoroscopeResult .south-rasi-cell .sign{font-size:16px!important}
#englishHoroscopeResult table,#englishHoroscopeResult th,#englishHoroscopeResult td{font-size:14px}
#englishHoroscopeResult .dasha-head{font-size:16px;padding:15px 14px;min-height:56px}
#englishHoroscopeResult .dasha-title{font-size:17px}
#englishHoroscopeResult .dasha-subtable th,#englishHoroscopeResult .dasha-subtable td{font-size:14px}}
#tamilHoroscopeResult .south-indian-chart,#englishHoroscopeResult .south-indian-chart{
  width:min(660px,100%);
  margin:16px auto 22px;
  aspect-ratio:1/1;
  overflow:hidden;
  box-sizing:border-box;
}
#tamilHoroscopeResult .south-rasi-cell,#englishHoroscopeResult .south-rasi-cell{
  min-width:0;
  min-height:0;
  overflow:hidden;
  padding:6px 4px;
  box-sizing:border-box;
}
#tamilHoroscopeResult .south-rasi-cell .sign,#englishHoroscopeResult .south-rasi-cell .sign{
  flex:0 0 auto;
  font-size:clamp(19px,3.4vw,27px)!important;
  min-height:25px;
  margin-bottom:2px;
}
#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .planet-line{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  justify-content:center;
  gap:3px;
  width:100%;
  box-sizing:border-box;
  padding:2px 1px;
  margin:0;
  white-space:normal!important;
  overflow:hidden;
  line-height:1.15!important;
  min-height:22px!important;
  font-size:clamp(13px,2.7vw,18px)!important;
}
#tamilHoroscopeResult .south-rasi-cell .planet-glyph,#englishHoroscopeResult .south-rasi-cell .planet-glyph{
  font-size:1em!important;
  white-space:nowrap;
  line-height:1.1;
}
#tamilHoroscopeResult .south-rasi-cell .planet-degree,#englishHoroscopeResult .south-rasi-cell .planet-degree{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:clamp(8px,1.8vw,12px)!important;
  line-height:1.1;
}
#tamilHoroscopeResult .bhava-rasi-cell .bhava-cusp,#englishHoroscopeResult .bhava-rasi-cell .bhava-cusp{
  width:100%;
  box-sizing:border-box;
  margin:2px 0;
  padding:2px 3px;
  text-align:center;
  font-size:clamp(9px,1.9vw,13px)!important;
  line-height:1.15!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
#tamilHoroscopeResult .bhava-rasi-cell .bhava-house-no,#englishHoroscopeResult .bhava-rasi-cell .bhava-house-no{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:1.5em;
  font-weight:900;
  letter-spacing:.03em;
}
#tamilHoroscopeResult .bhava-rasi-cell .bhava-planet-house,#englishHoroscopeResult .bhava-rasi-cell .bhava-planet-house{
  font-weight:900;
  white-space:nowrap;
}
#tamil-horoscope #tamilLat,#tamil-horoscope #tamilLon,#english-horoscope #englishLat,#english-horoscope #englishLon{display:block!important;}
#tamilHoroscopeResult .rasi-center-location,#englishHoroscopeResult .rasi-center-location{font-size:clamp(10px,2vw,14px);line-height:1.35;letter-spacing:0;margin-top:8px;font-weight:700;}
#tamilHoroscopeResult .rasi-center-location .rasi-center-place,#englishHoroscopeResult .rasi-center-location .rasi-center-place{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;}
#tamilHoroscopeResult .south-chart-center,#englishHoroscopeResult .south-chart-center{
  font-size:clamp(17px,3.6vw,25px);
  line-height:1.25;
  letter-spacing:1px;
}
@media(max-width:700px){#tamilHoroscopeResult .south-indian-chart,#englishHoroscopeResult .south-indian-chart{width:100%;margin:12px auto 18px}
#tamilHoroscopeResult .south-rasi-cell,#englishHoroscopeResult .south-rasi-cell{padding:5px 3px}
#tamilHoroscopeResult .south-rasi-cell .sign,#englishHoroscopeResult .south-rasi-cell .sign{font-size:21px!important;min-height:23px}
#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .planet-line{font-size:14px!important;gap:2px;padding:2px 0}
#tamilHoroscopeResult .south-rasi-cell .planet-degree,#englishHoroscopeResult .south-rasi-cell .planet-degree{font-size:9px!important}
#tamilHoroscopeResult .bhava-rasi-cell .bhava-cusp,#englishHoroscopeResult .bhava-rasi-cell .bhava-cusp{font-size:9px!important;padding:2px 2px}}
@media(min-width:701px){#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .planet-line{font-size:16px!important}}
#tamilHoroscopeResult .south-indian-chart,#englishHoroscopeResult .south-indian-chart{
  width:min(620px,100%);
  max-width:100%;
  margin:14px auto 20px;
  aspect-ratio:1/1;
  overflow:hidden;
  box-sizing:border-box;
}
#tamilHoroscopeResult .south-rasi-cell,#englishHoroscopeResult .south-rasi-cell{
  min-width:0;
  min-height:0;
  padding:4px 3px;
  overflow:hidden;
  box-sizing:border-box;
}
#tamilHoroscopeResult .south-rasi-cell .sign,#englishHoroscopeResult .south-rasi-cell .sign{
  font-size:clamp(18px,3vw,27px)!important;
  min-height:22px;
  margin-bottom:1px;
  line-height:1;
}
#tamilHoroscopeResult .south-rasi-cell .house,#englishHoroscopeResult .south-rasi-cell .house{
  font-size:clamp(7px,1.7vw,10px)!important;
  line-height:1.05;
  white-space:nowrap;
}
#tamilHoroscopeResult .south-rasi-cell .lagna,#englishHoroscopeResult .south-rasi-cell .lagna{
  max-width:100%;
  padding:1px 2px;
  margin-top:2px;
  font-size:clamp(7px,1.8vw,11px)!important;
  line-height:1.05;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  box-sizing:border-box;
}
#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .planet-line{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:2px;
  width:100%;
  min-width:0;
  min-height:17px!important;
  padding:1px 0;
  margin:0;
  box-sizing:border-box;
  line-height:1.05!important;
  font-size:clamp(9px,2.15vw,14px)!important;
  overflow:hidden;
}
#tamilHoroscopeResult .south-rasi-cell .planet-glyph,#englishHoroscopeResult .south-rasi-cell .planet-glyph{
  min-width:0;
  white-space:nowrap;
  font-size:1em!important;
  line-height:1;
}
#tamilHoroscopeResult .south-rasi-cell .planet-degree,#englishHoroscopeResult .south-rasi-cell .planet-degree{
  min-width:0;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:clamp(7px,1.65vw,10px)!important;
  line-height:1.05;
}
#tamilHoroscopeResult .bhava-rasi-cell .bhava-cusp,#englishHoroscopeResult .bhava-rasi-cell .bhava-cusp{
  max-width:100%;
  margin:1px 0;
  padding:1px 2px;
  box-sizing:border-box;
  font-size:clamp(7px,1.7vw,10px)!important;
  line-height:1.05!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
#tamilHoroscopeResult .bhava-rasi-cell .bhava-planet-house,#englishHoroscopeResult .bhava-rasi-cell .bhava-planet-house{
  font-size:.9em;
}
#tamilHoroscopeResult .south-chart-center,#englishHoroscopeResult .south-chart-center{
  font-size:clamp(15px,3.4vw,25px);
  line-height:1.15;
  letter-spacing:.5px;
}
@media(max-width:520px){#tamilHoroscopeResult .south-indian-chart,#englishHoroscopeResult .south-indian-chart{
    width:100%;
    margin:10px auto 16px;
    border-width:2px;
  }
#tamilHoroscopeResult .south-rasi-cell,#englishHoroscopeResult .south-rasi-cell{
    padding:3px 2px;
  }
#tamilHoroscopeResult .south-rasi-cell .sign,#englishHoroscopeResult .south-rasi-cell .sign{
    font-size:20px!important;
    min-height:21px;
  }
#tamilHoroscopeResult .south-rasi-cell .house,#englishHoroscopeResult .south-rasi-cell .house{
    font-size:7px!important;
  }
#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .planet-line{
    min-height:16px!important;
    font-size:9px!important;
    gap:1px;
  }
#tamilHoroscopeResult .south-rasi-cell .planet-degree,#englishHoroscopeResult .south-rasi-cell .planet-degree{
    font-size:7.5px!important;
  }
#tamilHoroscopeResult .bhava-rasi-cell .bhava-cusp,#englishHoroscopeResult .bhava-rasi-cell .bhava-cusp{
    font-size:7.5px!important;
  }}
#tamilHoroscopeResult .dynamic-rasi-number,#englishHoroscopeResult .dynamic-rasi-number{
  font-size:clamp(16px,3.4vw,25px);
  font-weight:800;
  line-height:1.05;
  min-height:24px;
  margin:2px 0;
  text-align:center;
  color:#6f4d2c;
}
#tamilHoroscopeResult .south-rasi-cell .lagna,#englishHoroscopeResult .south-rasi-cell .lagna{
  display:inline-block;
  font-weight:900;
  color:#a66b00;
  background:transparent;
  border:0;
  padding:0;
  margin:1px 0 2px;
  line-height:1;
}
#tamilHoroscopeResult .bhava-rasi-cell .bhava-cusp,#englishHoroscopeResult .bhava-rasi-cell .bhava-cusp{
  border:0!important;
  background:transparent!important;
  padding:1px 0!important;
  margin:1px 0!important;
  font-weight:900;
  text-align:center;
}
#tamilHoroscopeResult .bhava-rasi-cell .bhava-house-no,#englishHoroscopeResult .bhava-rasi-cell .bhava-house-no{
  font-size:clamp(14px,3vw,22px);
  color:#6f4d2c;
}
@media(max-width:520px){#tamilHoroscopeResult .dynamic-rasi-number,#englishHoroscopeResult .dynamic-rasi-number{font-size:19px!important;min-height:21px}
#tamilHoroscopeResult .south-rasi-cell .lagna,#englishHoroscopeResult .south-rasi-cell .lagna{font-size:9px!important}
#tamilHoroscopeResult .bhava-rasi-cell .bhava-house-no,#englishHoroscopeResult .bhava-rasi-cell .bhava-house-no{font-size:16px!important}}
#tamilHoroscopeResult .south-rasi-cell .sign,#englishHoroscopeResult .south-rasi-cell .sign,#tamilHoroscopeResult .south-rasi-cell .rasi-name,#englishHoroscopeResult .south-rasi-cell .rasi-name{display:none!important}
#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .planet-line{
  display:flex!important;align-items:center;justify-content:center;gap:4px;
  font-size:clamp(13px,2.7vw,18px)!important;font-weight:900!important;
  line-height:1.25!important;min-height:22px;padding:2px 1px;
  white-space:nowrap;overflow:hidden;
}
#tamilHoroscopeResult .south-rasi-cell .planet-glyph,#englishHoroscopeResult .south-rasi-cell .planet-glyph{
  font-size:1em!important;font-weight:900!important;
}
#tamilHoroscopeResult .south-rasi-cell .planet-degree,#englishHoroscopeResult .south-rasi-cell .planet-degree{
  font-size:.72em!important;font-weight:800!important;white-space:nowrap;
}
#tamilHoroscopeResult .south-rasi-cell .dynamic-rasi-number,#englishHoroscopeResult .south-rasi-cell .dynamic-rasi-number{
  font-size:clamp(17px,3.5vw,24px)!important;font-weight:900!important;
  color:#6f4d2c!important;line-height:1.05!important;
}
#tamilHoroscopeResult .south-rasi-cell .lagna,#englishHoroscopeResult .south-rasi-cell .lagna{
  font-size:10px!important;font-weight:900!important;color:#a66b00!important;
}
@media(max-width:520px){#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .planet-line{font-size:15px!important;gap:3px;min-height:20px}
#tamilHoroscopeResult .south-rasi-cell .planet-degree,#englishHoroscopeResult .south-rasi-cell .planet-degree{font-size:9px!important}
#tamilHoroscopeResult .south-rasi-cell .dynamic-rasi-number,#englishHoroscopeResult .south-rasi-cell .dynamic-rasi-number{font-size:19px!important}}
#tamilHoroscopeResult .south-rasi-cell,#englishHoroscopeResult .south-rasi-cell{
  overflow:hidden!important;
  padding:4px 3px!important;
}
#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .planet-line{
  font-size:13px!important;
  line-height:1.05!important;
  min-height:0!important;
  height:auto!important;
  padding:1px 0!important;
  gap:2px!important;
  margin:0!important;
}
#tamilHoroscopeResult .south-rasi-cell .planet-degree,#englishHoroscopeResult .south-rasi-cell .planet-degree{
  font-size:8px!important;
  line-height:1!important;
}
#tamilHoroscopeResult .south-rasi-cell .dynamic-rasi-number,#englishHoroscopeResult .south-rasi-cell .dynamic-rasi-number{
  font-size:18px!important;
  min-height:0!important;
  margin:1px 0!important;
}
#tamilHoroscopeResult .south-rasi-cell .lagna,#englishHoroscopeResult .south-rasi-cell .lagna{
  font-size:9px!important;
  line-height:1!important;
  margin:0 0 1px!important;
}
@media (min-width: 901px){#tamilHoroscopeResult,#englishHoroscopeResult{max-width:1240px;margin:0 auto;font-size:17px;line-height:1.7}
#tamilHoroscopeResult>.card,#englishHoroscopeResult>.card{padding:30px 38px!important}
#tamilHoroscopeResult .south-indian-chart,#englishHoroscopeResult .south-indian-chart{width:min(760px,78vw)!important;max-width:760px!important;margin:22px auto 30px!important;border-width:3px!important}
#tamilHoroscopeResult .south-rasi-cell,#englishHoroscopeResult .south-rasi-cell{padding:12px 8px!important;min-width:0}
#tamilHoroscopeResult .dynamic-rasi-number,#englishHoroscopeResult .dynamic-rasi-number{font-size:24px!important;line-height:1.05!important;font-weight:900!important;margin-bottom:7px!important}
#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .planet-line{font-size:18px!important;line-height:1.35!important;gap:6px!important;padding:4px 2px!important;white-space:nowrap!important}
#tamilHoroscopeResult .south-rasi-cell .planet-glyph,#englishHoroscopeResult .south-rasi-cell .planet-glyph{font-size:1.05em!important}
#tamilHoroscopeResult .south-rasi-cell .planet-degree,#englishHoroscopeResult .south-rasi-cell .planet-degree{font-size:.78em!important}
#tamilHoroscopeResult .south-rasi-cell .lagna,#englishHoroscopeResult .south-rasi-cell .lagna{font-size:14px!important;padding:4px 8px!important;margin:2px 0 4px!important}
#tamilHoroscopeResult .south-chart-center,#englishHoroscopeResult .south-chart-center{font-size:21px!important;line-height:1.35!important}
#tamilHoroscopeResult .navamsa-planet-only .planet-glyph,#englishHoroscopeResult .navamsa-planet-only .planet-glyph{font-size:1.08em!important}
#tamilHoroscopeResult .bhava-rasi-cell .planet-line,#englishHoroscopeResult .bhava-rasi-cell .planet-line{font-size:17px!important;line-height:1.35!important}
#tamilHoroscopeResult .bhava-rasi-cell .bhava-house-no,#englishHoroscopeResult .bhava-rasi-cell .bhava-house-no{font-size:19px!important;font-weight:900!important}
#tamilHoroscopeResult h2,#englishHoroscopeResult h2{font-size:34px!important}
#tamilHoroscopeResult h3,#englishHoroscopeResult h3{font-size:26px!important;margin-top:30px!important}
#tamilHoroscopeResult .data-table,#englishHoroscopeResult .data-table{font-size:15px}
.horoscope-export-actions{max-width:760px!important;margin:28px auto 8px!important;flex-direction:row!important;gap:18px!important}
.horoscope-export-actions .btn{min-height:58px!important;font-size:16px!important;flex:1 1 0!important}}
@media (min-width: 701px) and (max-width: 900px){#tamilHoroscopeResult,#englishHoroscopeResult{max-width:980px;margin:0 auto}
#tamilHoroscopeResult .south-indian-chart,#englishHoroscopeResult .south-indian-chart{width:min(700px,88vw)!important}
#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .planet-line{font-size:16px!important}}
#astroQuestionQueue .astro-question-item.pending-approval textarea{border:2px solid #c79b52;background:#fffdf8}
#astroQuestionQueue .astro-question-item.pending-approval .pending-note{color:#7a5a22;font-weight:800}
.astro-question-item,.astro-answer-item{overflow:hidden}
.astro-question-item textarea{min-height:180px;resize:vertical}
#astroQuestionQueue,#astroAnsweredBox{scroll-margin-top:90px}
@media(min-width:768px){#astroQuestionQueue .astro-question-item,#astroAnsweredBox .astro-answer-item{padding:18px 20px}}
#blogList .blog-card{min-width:0}
.blog-content{white-space:pre-wrap;line-height:1.75}
.admin-blog-row{border:1px solid var(--line);border-radius:12px;padding:12px;margin-top:10px;background:#fffdf8}
.admin-blog-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}
@media(max-width:650px){.action-row[style*="grid-template-columns"]{grid-template-columns:1fr!important}}
#smv-content-hub .media-card{overflow:hidden}
#smv-content-hub .media-card img,#smv-content-hub .media-card video{width:100%;max-height:420px;object-fit:contain;border-radius:10px;background:#f8f5ed}
#smv-content-hub .media-card audio{width:100%;margin:8px 0}
#smv-content-hub .blog-card{height:100%;display:flex;flex-direction:column}
#smv-content-hub .blog-card .blog-content{margin-top:8px}
.content-thumb{width:100%;max-height:240px;object-fit:cover;border-radius:10px;margin:8px 0}
.admin-content-row{border:1px solid var(--line);border-radius:12px;padding:12px;margin-top:10px;background:#fffdf8}
.admin-content-row img{max-width:140px;max-height:90px;border-radius:8px}
#contentNav{font-weight:800;white-space:nowrap}
#smv-content-hub.hidden{display:none!important}
@media (max-width: 767px){.nav{
    width:100%!important;
    box-sizing:border-box!important;
    padding:8px 10px!important;
    gap:7px!important;
  }
.nav nav{
    width:100%!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    gap:6px!important;
    flex-wrap:wrap!important;
    box-sizing:border-box!important;
  }
.nav nav a,.nav nav button,.nav nav .btn{
    width:90px!important;
    min-width:90px!important;
    max-width:90px!important;
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
    flex:0 0 90px!important;
    box-sizing:border-box!important;
    padding:0 5px!important;
    margin:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:11px!important;
    line-height:1!important;
    font-weight:800!important;
    border-radius:7px!important;
  }
.nav nav #authBtn.smv-logout-btn{
    height:40px!important;
    min-height:40px!important;
  }
.nav nav #dashLink.smv-role-green,.nav nav #adminLink.smv-role-green{
    height:40px!important;
    min-height:40px!important;
  }}
@media (max-width:380px){.nav nav{
    gap:5px!important;
  }
.nav nav a,.nav nav button,.nav nav .btn{
    width:86px!important;
    min-width:86px!important;
    max-width:86px!important;
    flex-basis:86px!important;
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
    font-size:10.5px!important;
  }}
header{
  text-align:center!important;
}
header .nav{
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding:14px 10px 12px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  box-sizing:border-box!important;
}
header .brand{
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  text-align:center!important;
}
header .brand-logo{
  width:64px!important;
  height:64px!important;
  object-fit:contain!important;
}
header .brand-text{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
header .brand-text .logo{
  font-size:42px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:1.2px!important;
  text-align:center!important;
}
header .brand-sub{
  margin-top:5px!important;
  font-size:11px!important;
  letter-spacing:2px!important;
  font-weight:800!important;
  text-align:center!important;
}
header nav{
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  margin:0 auto!important;
  box-sizing:border-box!important;
}
header nav a,header nav button,header nav .btn{
  width:auto!important;
  min-width:96px!important;
  max-width:120px!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  padding:6px 10px!important;
  margin:0!important;
  border-radius:9px!important;
  box-sizing:border-box!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:11.5px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.15px!important;
  white-space:nowrap!important;
  border:1px solid #751515!important;
  box-shadow:0 3px 9px rgba(70,30,20,.15)!important;
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease!important;
}
header nav a:hover,header nav button:hover,header nav .btn:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 6px 13px rgba(70,30,20,.22)!important;
  filter:brightness(1.04)!important;
}
header nav #dashLink.smv-role-green{
  background:linear-gradient(135deg,#16803a,#0d5c29)!important;
  border-color:#0b4f23!important;
  color:#fff!important;
}
header nav #authBtn.smv-logout-btn{
  background:linear-gradient(135deg,#b52f2f,#7f1515)!important;
  border-color:#6f1111!important;
  color:#fff!important;
}
header nav #adminLink{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
  width:0!important;
  min-width:0!important;
  max-width:0!important;
  height:0!important;
  padding:0!important;
  margin:0!important;
}
@media (min-width:768px){header nav a,header nav button,header nav .btn{
    min-width:98px!important;
    height:37px!important;
    min-height:37px!important;
    max-height:37px!important;
    font-size:12px!important;
  }
header nav #contentNav{
    min-width:116px!important;
  }}
@media (max-width:767px){header .nav{
    padding:9px 7px 9px!important;
    gap:8px!important;
  }
header .brand{
    gap:9px!important;
  }
header .brand-logo{
    width:58px!important;
    height:58px!important;
  }
header .brand-text .logo{
    font-size:30px!important;
    letter-spacing:.7px!important;
  }
header .brand-sub{
    font-size:8px!important;
    letter-spacing:1.35px!important;
    margin-top:4px!important;
  }
header nav{
    gap:6px!important;
  }
header nav a,header nav button,header nav .btn{
    width:88px!important;
    min-width:88px!important;
    max-width:88px!important;
    height:34px!important;
    min-height:34px!important;
    max-height:34px!important;
    padding:5px 4px!important;
    border-radius:8px!important;
    font-size:10.5px!important;
  }
header nav #contentNav{
    width:104px!important;
    min-width:104px!important;
    max-width:104px!important;
  }}
@media (max-width:380px){header .brand-logo{
    width:52px!important;
    height:52px!important;
  }
header .brand-text .logo{
    font-size:27px!important;
  }
header .brand-sub{
    font-size:7.5px!important;
    letter-spacing:1.1px!important;
  }
header nav{
    gap:5px!important;
  }
header nav a,header nav button,header nav .btn{
    width:82px!important;
    min-width:82px!important;
    max-width:82px!important;
    height:32px!important;
    min-height:32px!important;
    max-height:32px!important;
    font-size:9.8px!important;
  }
header nav #contentNav{
    width:98px!important;
    min-width:98px!important;
    max-width:98px!important;
  }}
.home-rule{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:minmax(18px,1fr) auto minmax(18px,1fr)!important;
  align-items:center!important;
  justify-items:center!important;
  gap:10px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}
.home-rule:before,.home-rule:after{
  width:100%!important;
  max-width:150px!important;
  box-sizing:border-box!important;
}
.home-rule > span:nth-child(2){
  min-width:0!important;
  max-width:min(72vw,520px)!important;
  text-align:center!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
@media(max-width:700px){.home-rule{
    grid-template-columns:minmax(12px,1fr) minmax(0,auto) minmax(12px,1fr)!important;
    gap:8px!important;
    padding:0 2px!important;
  }
.home-rule:before,.home-rule:after{
    width:100%!important;
    max-width:none!important;
  }
.home-rule > span:nth-child(2){
    max-width:62vw!important;
    line-height:1.55!important;
    text-align:center!important;
  }}
.home-rule{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  margin:8px auto 22px!important;
  padding:0 8px!important;
  text-align:center!important;
}
.home-rule:before,.home-rule:after{
  content:""!important;
  display:block!important;
  flex:0 1 72px!important;
  width:72px!important;
  max-width:72px!important;
  height:1px!important;
  box-sizing:border-box!important;
}
.home-rule > span{
  flex:0 0 auto!important;
}
.home-rule > span:first-of-type,.home-rule > span:last-of-type{
  width:12px!important;
  min-width:12px!important;
  font-size:13px!important;
  line-height:1!important;
  text-align:center!important;
}
.home-rule > span:nth-of-type(2){
  width:auto!important;
  max-width:180px!important;
  min-width:0!important;
  font-size:12px!important;
  line-height:1.5!important;
  letter-spacing:3px!important;
  text-align:center!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
@media(max-width:700px){.home-rule{
    gap:6px!important;
    margin:8px auto 20px!important;
    padding:0 4px!important;
  }
.home-rule:before,.home-rule:after{
    flex:0 1 48px!important;
    width:48px!important;
    max-width:48px!important;
  }
.home-rule > span:first-of-type,.home-rule > span:last-of-type{
    width:10px!important;
    min-width:10px!important;
    font-size:12px!important;
  }
.home-rule > span:nth-of-type(2){
    max-width:165px!important;
    font-size:11px!important;
    letter-spacing:3px!important;
    line-height:1.65!important;
  }}
@media(max-width:380px){.home-rule{
    gap:5px!important;
  }
.home-rule:before,.home-rule:after{
    flex-basis:34px!important;
    width:34px!important;
    max-width:34px!important;
  }
.home-rule > span:nth-of-type(2){
    max-width:150px!important;
    letter-spacing:2.5px!important;
  }}
@media (min-width:768px){#dashboard{
    width:100%!important;
    max-width:1180px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
#dashboardContent{
    width:100%!important;
    max-width:1180px!important;
    margin:0 auto!important;
  }
#dashboardContent > .card,#dashboardContent > .grid > .card{
    padding:22px!important;
  }
#dashboardContent > .card h2,#dashboardContent > .card h3{
    font-size:24px!important;
    line-height:1.3!important;
    margin:5px 0 12px!important;
  }
#dashboardContent > .card p{
    font-size:16px!important;
    line-height:1.65!important;
    margin:8px 0!important;
  }
#dashboardContent > .card .small{
    font-size:14px!important;
    line-height:1.6!important;
  }
#dashboardContent > .card .empty{
    padding:28px 12px!important;
    font-size:16px!important;
    line-height:1.6!important;
  }
#dashboardContent > .card .card{
    padding:18px!important;
    margin-top:12px!important;
  }
#dashboardContent > .card .card h3{
    font-size:20px!important;
    line-height:1.35!important;
  }
#dashboardContent > .card .card p{
    font-size:15px!important;
    line-height:1.6!important;
  }
#dashboardContent > .card .card .small{
    font-size:14px!important;
    line-height:1.55!important;
  }
#dashboardContent > .card .btn,#dashboardContent .btn{
    min-height:44px!important;
    padding:10px 16px!important;
    font-size:14px!important;
    font-weight:800!important;
  }
#dashboardContent .badge{
    font-size:13px!important;
    padding:7px 12px!important;
  }
#dashboardContent textarea{
    font-size:15px!important;
    line-height:1.65!important;
    min-height:180px!important;
  }}
@media (max-width:767px){#dashboard{
    width:100%!important;
    margin-top:18px!important;
  }
#dashboardContent{
    width:100%!important;
    max-width:100%!important;
  }
#dashboardContent > .card,#dashboardContent > .grid > .card{
    padding:20px 18px!important;
    margin-bottom:12px!important;
    border-radius:15px!important;
  }
#dashboardContent > .card h2,#dashboardContent > .card h3{
    font-size:23px!important;
    line-height:1.3!important;
    margin:5px 0 12px!important;
    letter-spacing:0!important;
  }
#dashboardContent > .card p{
    font-size:16px!important;
    line-height:1.65!important;
    margin:8px 0!important;
  }
#dashboardContent > .card .small{
    font-size:14px!important;
    line-height:1.6!important;
  }
#dashboardContent > .card .empty{
    padding:28px 8px!important;
    font-size:16px!important;
    line-height:1.6!important;
  }
#dashboardContent > .card .card{
    padding:17px!important;
    margin-top:12px!important;
    border-radius:13px!important;
  }
#dashboardContent > .card .card h3{
    font-size:20px!important;
    line-height:1.4!important;
    margin:6px 0 10px!important;
  }
#dashboardContent > .card .card p{
    font-size:15px!important;
    line-height:1.6!important;
  }
#dashboardContent > .card .card .small{
    font-size:14px!important;
    line-height:1.6!important;
  }
#dashboardContent .badge{
    font-size:13px!important;
    padding:7px 12px!important;
    line-height:1.25!important;
  }
#dashboardContent .btn{
    min-height:46px!important;
    padding:11px 16px!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.25!important;
  }
#dashboardContent textarea{
    font-size:15px!important;
    line-height:1.65!important;
    min-height:190px!important;
    padding:13px!important;
  }
#dashboardContent .small,#dashboardContent p,#dashboardContent h2,#dashboardContent h3{
    overflow-wrap:anywhere!important;
    word-break:normal!important;
  }
#dashboardContent > .card + .card{
    margin-top:14px!important;
  }}
@media (max-width:380px){#dashboardContent > .card,#dashboardContent > .grid > .card{
    padding:18px 15px!important;
  }
#dashboardContent > .card h2,#dashboardContent > .card h3{
    font-size:21px!important;
  }
#dashboardContent > .card p{
    font-size:15px!important;
  }
#dashboardContent > .card .small{
    font-size:13.5px!important;
  }
#dashboardContent > .card .card h3{
    font-size:19px!important;
  }}
body{
  font-size:16px;
}
#dashboard,#dashboardContent{
  font-size:16px!important;
}
#dashboardContent > .card,#dashboardContent > .grid > .card,#dashboardContent .astro-dashboard-summary > .card{
  font-size:16px!important;
}
#dashboardContent h2{
  font-size:26px!important;
  line-height:1.3!important;
}
#dashboardContent h3{
  font-size:22px!important;
  line-height:1.35!important;
}
#dashboardContent h4{
  font-size:19px!important;
  line-height:1.4!important;
}
#dashboardContent > .card .card p{
  font-size:16px!important;
  line-height:1.65!important;
}
#dashboardContent > .card .card .small{
  font-size:15px!important;
}
#admin{
  font-size:16px!important;
}
#admin h2{font-size:26px!important;line-height:1.3!important}
#admin h3{font-size:22px!important;line-height:1.35!important}
#admin p,#admin div,#admin span,#admin label,#admin b,#admin strong{
  font-size:16px!important;
  line-height:1.55!important;
}
#admin .small{
  font-size:15px!important;
  line-height:1.6!important;
}
#admin .btn{
  font-size:15px!important;
  min-height:46px!important;
}
#admin .badge{
  font-size:14px!important;
}
#ask-flow,#register-flow,#astro-register-form{
  font-size:16px!important;
}
#ask-flow p,#ask-flow label,#register-flow p,#register-flow label,#astro-register-form p,#astro-register-form label{
  font-size:16px!important;
  line-height:1.6!important;
}
#ask-flow .small,#register-flow .small,#astro-register-form .small{
  font-size:15px!important;
}
#admin table,#dashboardContent table{
  font-size:14px!important;
}
#admin th,#admin td,#dashboardContent th,#dashboardContent td{
  font-size:14px!important;
  line-height:1.45!important;
}
@media (max-width:767px){body{font-size:16px!important}
#dashboard,#dashboardContent,#admin,#ask-flow,#register-flow,#astro-register-form{
    font-size:16px!important;
  }
#dashboardContent h2,#admin h2{font-size:24px!important}
#dashboardContent h3,#admin h3{font-size:20px!important}
#dashboardContent h4,#admin h4{font-size:18px!important}
#dashboardContent p,#dashboardContent div,#dashboardContent span,#dashboardContent label,#dashboardContent b,#dashboardContent strong,#admin p,#admin div,#admin span,#admin label,#admin b,#admin strong{
    font-size:16px!important;
    line-height:1.55!important;
  }
#dashboardContent .small,#admin .small{
    font-size:14px!important;
    line-height:1.6!important;
  }
#dashboardContent [style*="border-bottom"]{
    padding-top:17px!important;
    padding-bottom:17px!important;
  }
#dashboardContent [style*="border-bottom"] > b:first-child{
    font-size:17px!important;
  }
#dashboardContent .timeline-step{
    font-size:13px!important;
    padding:7px 9px!important;
  }
#dashboardContent .btn,#admin .btn{
    font-size:15px!important;
  }
#dashboardContent .badge,#admin .badge{
    font-size:13px!important;
  }
#admin table,#dashboardContent table{
    font-size:14px!important;
  }
#admin th,#admin td,#dashboardContent th,#dashboardContent td{
    font-size:14px!important;
  }}
@media (max-width:380px){#dashboardContent p,#dashboardContent div,#dashboardContent span,#dashboardContent label,#dashboardContent b,#dashboardContent strong,#admin p,#admin div,#admin span,#admin label,#admin b,#admin strong{
    font-size:15.5px!important;
  }
#dashboardContent .small,#admin .small{
    font-size:14px!important;
  }
#dashboardContent h2,#admin h2{font-size:22px!important}
#dashboardContent h3,#admin h3{font-size:19px!important}}
html{font-size:100%!important}
body{
  font-size:18px!important;
  line-height:1.6!important;
}
main,section,article,.container,.card,.faq-section,#faq,#contact,#content,#about,#dashboard,#admin,#dashboardContent,#adminContent{
  font-size:18px!important;
}
p,li,dd,dt,label,legend{
  font-size:18px!important;
  line-height:1.65!important;
}
h1{
  font-size:clamp(32px,4vw,46px)!important;
  line-height:1.2!important;
}
h2{
  font-size:clamp(28px,3.2vw,38px)!important;
  line-height:1.25!important;
}
h3{
  font-size:clamp(22px,2.5vw,30px)!important;
  line-height:1.3!important;
}
h4{
  font-size:20px!important;
  line-height:1.4!important;
}
.faq-section,.faq-section *{
  line-height:1.55!important;
}
.faq-section h2{font-size:clamp(30px,4vw,42px)!important}
.faq-section h3,.faq-section summary{
  font-size:clamp(20px,2.5vw,28px)!important;
  line-height:1.4!important;
}
.faq-section p,.faq-section .faq-answer,.faq-section li{
  font-size:18px!important;
  line-height:1.7!important;
}
.logo{font-size:28px!important}
.brand-sub{font-size:12px!important}
nav a,nav button{font-size:15px!important}
.btn{font-size:16px!important;line-height:1.3!important}
input,select,textarea{
  font-size:17px!important;
  line-height:1.5!important;
}
input::placeholder,textarea::placeholder{font-size:16px!important}
button{font-size:16px!important}
.card{
  font-size:18px!important;
}
.card p{font-size:18px!important;line-height:1.65!important}
.card .small,.small{
  font-size:16px!important;
  line-height:1.6!important;
}
.card h2{font-size:28px!important}
.card h3{font-size:23px!important}
#dashboardContent,#admin{
  font-size:18px!important;
}
#dashboardContent p,#dashboardContent label,#dashboardContent li,#admin p,#admin label,#admin li{
  font-size:17px!important;
  line-height:1.6!important;
}
#dashboardContent .small,#admin .small{
  font-size:16px!important;
  line-height:1.6!important;
}
#dashboardContent h2,#admin h2{font-size:28px!important}
#dashboardContent h3,#admin h3{font-size:23px!important}
#dashboardContent h4,#admin h4{font-size:20px!important}
#dashboardContent [style*="border-bottom"]{
  font-size:17px!important;
  line-height:1.6!important;
}
#dashboardContent [style*="border-bottom"] > b:first-child{
  font-size:19px!important;
  line-height:1.45!important;
}
#dashboardContent [style*="border-bottom"] .small{
  font-size:16px!important;
  line-height:1.6!important;
}
.badge,#dashboardContent .badge,#admin .badge{
  font-size:14px!important;
  line-height:1.3!important;
}
.timeline-step,#dashboardContent .timeline-step{
  font-size:15px!important;
  line-height:1.4!important;
}
table,table th,table td{
  font-size:15px!important;
  line-height:1.5!important;
}
table th{font-weight:800!important}
.south-rasi-cell .planet-line{
  font-size:clamp(13px,1.8vw,16px)!important;
  line-height:1.35!important;
}
.south-rasi-cell .planet-degree{
  font-size:12px!important;
}
.south-rasi-cell .house{font-size:12px!important}
.south-rasi-cell .lagna{font-size:13px!important}
.bhava-rasi-cell .planet-line{font-size:clamp(13px,1.7vw,15px)!important}
.bhava-rasi-cell .bhava-cusp{font-size:11px!important}
footer p,footer li,footer a{font-size:16px!important;line-height:1.6!important}
@media(max-width:767px){body{
    font-size:18px!important;
    line-height:1.6!important;
  }
main,section,article,.container,.card,#faq,#contact,#content,#about,#dashboard,#admin,#dashboardContent,#adminContent{
    font-size:18px!important;
  }
p,li,dd,dt,label,legend{
    font-size:18px!important;
    line-height:1.65!important;
  }
h1{font-size:34px!important}
h2{font-size:29px!important}
h3{font-size:22px!important}
h4{font-size:19px!important}
.logo{font-size:24px!important}
.brand-sub{font-size:10px!important}
nav a,nav button{font-size:14px!important}
.btn{font-size:15px!important}
input,select,textarea{
    font-size:17px!important;
  }
.card p{font-size:18px!important}
.card .small,.small{
    font-size:16px!important;
  }
#dashboardContent p,#dashboardContent label,#dashboardContent li,#admin p,#admin label,#admin li{
    font-size:17px!important;
    line-height:1.6!important;
  }
#dashboardContent .small,#admin .small{
    font-size:16px!important;
  }
#dashboardContent [style*="border-bottom"] > b:first-child{
    font-size:18px!important;
  }
#dashboardContent [style*="border-bottom"] .small{
    font-size:16px!important;
  }
table,table th,table td{
    font-size:14px!important;
    line-height:1.5!important;
  }
.south-rasi-cell .planet-line{
    font-size:14px!important;
  }
.south-rasi-cell .planet-degree{font-size:11px!important}
.south-rasi-cell .house{font-size:11px!important}
.south-rasi-cell .lagna{font-size:12px!important}
.bhava-rasi-cell .planet-line{font-size:13px!important}
.bhava-rasi-cell .bhava-cusp{font-size:10px!important}
footer p,footer li,footer a{font-size:15px!important}}
@media(max-width:380px){body{font-size:17px!important}
p,li,dd,dt,label,legend{font-size:17px!important}
h1{font-size:31px!important}
h2{font-size:27px!important}
h3{font-size:21px!important}
.card p{font-size:17px!important}
.card .small,.small{font-size:15px!important}}
@media(min-width:768px){body{font-size:18px!important}
p,li,dd,dt,label,legend{
    font-size:18px!important;
  }
.card p{font-size:18px!important}
.card .small,.small{font-size:16px!important}
#dashboardContent p,#dashboardContent label,#dashboardContent li,#admin p,#admin label,#admin li{
    font-size:17px!important;
  }
#dashboardContent .small,#admin .small{
    font-size:16px!important;
  }
table,table th,table td{
    font-size:15px!important;
  }}
:root{
  --smv-red:#8f1717;
  --smv-red-dark:#651010;
  --smv-red-soft:#a82b22;
  --smv-gold:#b8862d;
  --smv-gold-light:#d7b45a;
  --smv-cream:#fffdf7;
  --smv-white:#ffffff;
  --smv-ink:#351a1a;
  --smv-muted:#5f4c4c;
  --smv-border:rgba(184,134,45,.45);
  --smv-shadow:0 10px 28px rgba(101,16,16,.12);
}
html{
  background:var(--smv-cream)!important;
}
body{
  background:
    radial-gradient(circle at 18% 12%,rgba(184,134,45,.07) 0 2px,transparent 3px),
    radial-gradient(circle at 82% 28%,rgba(143,23,23,.045) 0 2px,transparent 3px),
    linear-gradient(180deg,#fffdf8 0%,#fffaf0 48%,#fffdf8 100%)!important;
  background-size:34px 34px,42px 42px,100% 100%!important;
  color:var(--smv-ink)!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-weight:600!important;
  line-height:1.65!important;
}
p,li,dd,dt,label,legend,small,main,section,article,.container,.card,#faq,#contact,#content,#about,#dashboard,#admin,#dashboardContent,#adminContent{
  font-weight:600!important;
}
p,li,dd,dt,label,legend{
  color:var(--smv-muted)!important;
}
h1,h2,h3,h4,h5,h6{
  color:var(--smv-red)!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-weight:900!important;
  letter-spacing:.3px!important;
  text-shadow:0 1px 0 rgba(184,134,45,.12)!important;
}
h1{font-weight:900!important}
h2{font-weight:900!important}
h3{font-weight:900!important}
h4,h5,h6{font-weight:800!important}
.home-rule{
  color:var(--smv-gold)!important;
  font-weight:900!important;
  letter-spacing:2.5px!important;
  text-shadow:0 1px 0 rgba(255,255,255,.9)!important;
}
.home-rule span{
  font-weight:900!important;
}
header{
  background:linear-gradient(180deg,#fffefa 0%,#fff8ea 100%)!important;
  border-bottom:2px solid var(--smv-gold)!important;
  box-shadow:0 4px 18px rgba(101,16,16,.10)!important;
}
header .brand-text .logo,header .brand-text .logo a{
  color:var(--smv-red)!important;
  font-weight:900!important;
  letter-spacing:1px!important;
}
header .brand-sub{
  color:#8a6826!important;
  font-weight:800!important;
  letter-spacing:1.5px!important;
}
header nav a,header nav button,header nav .btn{
  background:linear-gradient(135deg,#9c2220,#711212)!important;
  color:#fffdf7!important;
  border:1px solid #d1a64c!important;
  box-shadow:0 4px 12px rgba(101,16,16,.20)!important;
  font-weight:900!important;
  letter-spacing:.25px!important;
  text-shadow:0 1px 1px rgba(0,0,0,.28)!important;
}
header nav a:hover,header nav button:hover,header nav .btn:hover{
  background:linear-gradient(135deg,#b33227,#7a1111)!important;
  border-color:#f0cc70!important;
  transform:translateY(-1px);
}
header nav #authBtn.smv-logout-btn{
  background:linear-gradient(135deg,#b52f2f,#7f1515)!important;
  border-color:#d6ad55!important;
}
.card,.feature-section details,.faq-list details,section .card{
  background:rgba(255,255,255,.96)!important;
  border:1.5px solid var(--smv-border)!important;
  border-radius:18px!important;
  box-shadow:var(--smv-shadow)!important;
}
.card:hover,.feature-section details:hover,.faq-list details:hover{
  border-color:rgba(184,134,45,.72)!important;
  box-shadow:0 14px 34px rgba(101,16,16,.15)!important;
}
#faq h2{
  color:var(--smv-red)!important;
  font-weight:900!important;
}
#faq summary{
  color:var(--smv-red-dark)!important;
  font-weight:900!important;
}
#faq details[open] summary{
  color:var(--smv-red)!important;
}
#faq details p{
  color:#554444!important;
  font-weight:600!important;
}
button,.btn,input[type="button"],input[type="submit"]{
  font-weight:900!important;
  letter-spacing:.25px!important;
}
.btn:not(.gray){
  background:linear-gradient(135deg,#9c2220,#711212)!important;
  color:#fff!important;
  border:1px solid #d5ad54!important;
  box-shadow:0 5px 14px rgba(101,16,16,.18)!important;
}
.btn:not(.gray):hover{
  background:linear-gradient(135deg,#b33227,#7a1111)!important;
}
input,textarea,select{
  background:#fffefb!important;
  color:#351a1a!important;
  border:1.5px solid rgba(184,134,45,.55)!important;
  font-weight:600!important;
  border-radius:10px!important;
}
input:focus,textarea:focus,select:focus{
  border-color:var(--smv-red)!important;
  box-shadow:0 0 0 3px rgba(184,134,45,.16)!important;
  outline:none!important;
}
input::placeholder,textarea::placeholder{
  color:#887777!important;
  font-weight:600!important;
}
.badge{
  font-weight:900!important;
}
.status,.badge{
  border-color:rgba(184,134,45,.55)!important;
}
#dashboard,#admin,#dashboardContent,#adminContent{
  color:var(--smv-ink)!important;
}
#dashboard h2,#dashboard h3,#dashboard h4,#admin h2,#admin h3,#admin h4{
  color:var(--smv-red)!important;
  font-weight:900!important;
}
#dashboardContent p,#dashboardContent span,#dashboardContent label,#dashboardContent li,#dashboardContent dd,#dashboardContent dt{
  font-weight:400!important;
}
#dashboardContent b,#dashboardContent strong{
  font-weight:700!important;
}
#admin p,#admin span,#admin label,#admin b,#admin strong{
  font-weight:650!important;
  }
#dashboardContent [style*="border-bottom"],#admin [style*="border-bottom"]{
  border-bottom-color:rgba(184,134,45,.32)!important;
}
#dashboardContent table,#admin table{
  border-color:rgba(184,134,45,.4)!important;
}
#dashboardContent th,#admin th{
  background:linear-gradient(135deg,#8f1717,#721111)!important;
  color:#fff!important;
  font-weight:700!important;
}
#dashboardContent td,#admin td{
  font-weight:400!important;
  color:#4f3b3b!important;
}
#login-flow,#register-flow,#astro-register-flow,.registration-panel{
  background:transparent!important;
}
#login-flow h2,#register-flow h2,#astro-register-flow h2{
  color:var(--smv-red)!important;
  font-weight:900!important;
}
a{
  color:var(--smv-red)!important;
  font-weight:700!important;
}
a:hover{
  color:#b8862d!important;
}
.feature-section{
  position:relative;
}
.feature-section::before{
  content:"✦";
  display:block;
  text-align:center;
  color:rgba(184,134,45,.62);
  font-size:16px;
  font-weight:900;
  margin-bottom:4px;
}
footer{
  background:linear-gradient(180deg,#fff8e9,#7b1515 16%,#5f0d0d 100%)!important;
  color:#fffaf0!important;
  border-top:2px solid #d5ad54!important;
}
footer p,footer span,footer div,footer a{
  color:#fff8e9!important;
  font-weight:650!important;
}
footer a:hover{
  color:#f0cf78!important;
}
@media(max-width:767px){body{
    font-size:17px!important;
    line-height:1.65!important;
  }
p,li,dd,dt,label,legend{
    font-size:17px!important;
    line-height:1.65!important;
    font-weight:650!important;
  }
h1{
    font-size:clamp(34px,9vw,44px)!important;
    line-height:1.18!important;
    font-weight:900!important;
  }
h2{
    font-size:clamp(28px,7vw,36px)!important;
    line-height:1.25!important;
    font-weight:900!important;
  }
h3{
    font-size:22px!important;
    line-height:1.3!important;
    font-weight:900!important;
  }
header nav a,header nav button,header nav .btn{
    font-weight:900!important;
  }
.card,.feature-section details,.faq-list details{
    border-radius:17px!important;
  }}
@media(min-width:768px){body{
    font-size:18px!important;
  }
p,li,dd,dt,label,legend{
    font-size:18px!important;
    font-weight:650!important;
  }}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{
    transition:none!important;
    animation:none!important;
    transform:none!important;
  }}
footer{
  text-align:center!important;
  font-weight:800!important;
  letter-spacing:.35px!important;
}
footer::first-line{
  font-weight:800!important;
}
footer{
  text-align:center!important;
  font-weight:700!important;
  letter-spacing:.3px!important;
}
header nav #dashLink.smv-role-green{
  background: #38bdf8 !important;
  background-image: none !important;
  background-color: #38bdf8 !important;
  border-color: #0284c7 !important;
  color: #fff !important;
}
header nav #dashLink.smv-role-green:hover{
  background: #0ea5e9 !important;
  background-image: none !important;
  background-color: #0ea5e9 !important;
  border-color: #0369a1 !important;
  color: #fff !important;
}
header nav #authBtn.smv-logout-btn,#authBtn.smv-logout-btn{
  background: #a855f7 !important;
  background-image: none !important;
  background-color: #a855f7 !important;
  border-color: #7e22ce !important;
  color: #fff !important;
}
header nav #authBtn.smv-logout-btn:hover,#authBtn.smv-logout-btn:hover{
  background: #9333ea !important;
  background-image: none !important;
  background-color: #9333ea !important;
  border-color: #6b21a8 !important;
  color: #fff !important;
}
#dashboardContent button,#dashboardContent .btn,#dashboardContent a.btn,#dashboardContent input[type="button"],#dashboardContent input[type="submit"]{
  background: #38bdf8 !important;
  background-image: none !important;
  background-color: #38bdf8 !important;
  border-color: #0284c7 !important;
  color: #fff !important;
}
#dashboardContent button:hover,#dashboardContent .btn:hover,#dashboardContent a.btn:hover,#dashboardContent input[type="button"]:hover,#dashboardContent input[type="submit"]:hover{
  background: #0ea5e9 !important;
  background-image: none !important;
  background-color: #0ea5e9 !important;
  border-color: #0369a1 !important;
  color: #fff !important;
}
#admin button,#admin .btn,#admin a.btn,#admin input[type="button"],#admin input[type="submit"]{
  background: #38bdf8 !important;
  background-image: none !important;
  background-color: #38bdf8 !important;
  border-color: #0284c7 !important;
  color: #fff !important;
}
#admin button:hover,#admin .btn:hover,#admin a.btn:hover,#admin input[type="button"]:hover,#admin input[type="submit"]:hover{
  background: #0ea5e9 !important;
  background-image: none !important;
  background-color: #0ea5e9 !important;
  border-color: #0369a1 !important;
  color: #fff !important;
}
.withdrawal-history-title{color:#8f1d1d;font-size:22px;font-weight:800;margin:0 0 8px;}
header .nav nav{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(3,96px)!important;
  grid-auto-rows:44px!important;
  justify-content:center!important;
  align-items:center!important;
  justify-items:center!important;
  column-gap:5px!important;
  row-gap:7px!important;
  box-sizing:border-box!important;
}
header .nav nav > #horoscopeNav,header .nav nav > #contentNav,header .nav nav > #contactNav,header .nav nav > #dashLink,header .nav nav > #authBtn,header .nav nav > #registerNav{
  width:96px!important;
  min-width:96px!important;
  max-width:96px!important;
  height:44px!important;
  min-height:44px!important;
  max-height:44px!important;
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  padding:0!important;
  margin:0!important;
  flex:none!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  line-height:1!important;
}
header .nav nav > #horoscopeNav{grid-column:2!important;grid-row:1!important;}
header .nav nav > #contentNav{grid-column:3!important;grid-row:1!important;}
header .nav nav > #contactNav{grid-column:1!important;grid-row:2!important;}
header .nav nav > #dashLink{grid-column:2!important;grid-row:2!important;}
header .nav nav > #authBtn{grid-column:3!important;grid-row:2!important;}
header .nav nav > #registerNav{grid-column:2!important;grid-row:3!important;}
header .nav nav > #adminLink{display:none!important;}
header .nav nav > #horoscopeNav,header .nav nav > #contentNav,header .nav nav > #contactNav,header .nav nav > #dashLink,header .nav nav > #authBtn,header .nav nav > #registerNav{
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.1px!important;
}
@media (max-width:330px){header .nav nav{
    grid-template-columns:repeat(3,92px)!important;
    grid-auto-rows:44px!important;
    column-gap:4px!important;
    row-gap:6px!important;
  }
header .nav nav > #horoscopeNav,header .nav nav > #contentNav,header .nav nav > #contactNav,header .nav nav > #dashLink,header .nav nav > #authBtn,header .nav nav > #registerNav{
    width:92px!important;
    min-width:92px!important;
    max-width:92px!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    font-size:11px!important;
  }}
#dashboardContent > .card > p.small,#dashboardContent #astroQuestionQueue > p.small,#dashboardContent #astroAnsweredBox > p.small{
  font-size:17px!important;
  line-height:1.58!important;
}
.withdrawal-history-title{display:block!important;margin:0 0 12px!important;padding:0!important;font-size:20px!important;line-height:1.3!important;font-weight:700!important;color:inherit!important;letter-spacing:0!important;}
@media (max-width:767px){.withdrawal-history-title{font-size:19px!important;line-height:1.3!important;}}
.withdrawal-history-title{
  display:block !important;
  margin:0 0 12px !important;
  padding:0 !important;
  font-family:inherit !important;
  font-size:20px !important;
  line-height:1.3 !important;
  font-weight:700 !important;
  color:#9e1715 !important;
  letter-spacing:0 !important;
}
@media (max-width:767px){.withdrawal-history-title{
    font-size:19px !important;
    color:#9e1715 !important;
  }}
.withdrawal-history-title{
  display:block !important;
  margin:0 0 12px !important;
  padding:0 !important;
  font-family:inherit !important;
  font-size:22px !important;
  line-height:1.35 !important;
  font-weight:900 !important;
  color:#8f1d1d !important;
  letter-spacing:0 !important;
}
@media (max-width:767px){header .nav{
    width:100% !important;
    max-width:100vw !important;
    padding:10px 8px 9px !important;
    gap:9px !important;
    overflow:hidden !important;
  }
header .brand{
    width:100% !important;
    max-width:100% !important;
    gap:8px !important;
    padding:0 4px !important;
    box-sizing:border-box !important;
    flex-wrap:nowrap !important;
    overflow:hidden !important;
  }
header .brand-logo{
    width:50px !important;
    height:50px !important;
    flex:0 0 50px !important;
  }
header .brand-text{
    min-width:0 !important;
    max-width:calc(100% - 58px) !important;
    overflow:hidden !important;
  }
header .brand-text .logo{
    font-size:32px !important;
    line-height:1 !important;
    letter-spacing:.4px !important;
    white-space:nowrap !important;
    overflow:visible !important;
  }
header .brand-sub{
    font-size:8px !important;
    letter-spacing:1.35px !important;
    white-space:nowrap !important;
  }
header .nav nav{
    width:100% !important;
    max-width:100% !important;
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    grid-auto-rows:38px !important;
    gap:6px !important;
    padding:0 2px !important;
    box-sizing:border-box !important;
    justify-items:stretch !important;
    align-items:stretch !important;
    overflow:visible !important;
  }
header .nav nav > #horoscopeNav,header .nav nav > #contentNav,header .nav nav > #contactNav,header .nav nav > #dashLink,header .nav nav > #authBtn,header .nav nav > #registerNav{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    padding:0 5px !important;
    margin:0 !important;
    border-radius:8px !important;
    box-sizing:border-box !important;
    font-size:11px !important;
    line-height:1 !important;
    font-weight:900 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
header .nav nav > #registerNav{
    grid-column:2 !important;
  }
header .nav nav > #adminLink{
    display:none !important;
  }
.withdrawal-history-title{
    font-size:17px !important;
    line-height:1.3 !important;
    font-weight:900 !important;
    color:#8f1d1d !important;
  }}
@media (max-width:360px){header .brand-logo{
    width:46px !important;
    height:46px !important;
    flex-basis:46px !important;
  }
header .brand-text{
    max-width:calc(100% - 53px) !important;
  }
header .brand-text .logo{
    font-size:29px !important;
  }
header .brand-sub{
    font-size:7px !important;
    letter-spacing:1px !important;
  }
header .nav nav{
    grid-auto-rows:36px !important;
    gap:5px !important;
  }
header .nav nav > #horoscopeNav,header .nav nav > #contentNav,header .nav nav > #contactNav,header .nav nav > #dashLink,header .nav nav > #authBtn,header .nav nav > #registerNav{
    height:36px !important;
    min-height:36px !important;
    max-height:36px !important;
    font-size:10px !important;
  }}
@media (max-width:767px){header .nav nav{
    width:100% !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    column-gap:6px !important;
    row-gap:7px !important;
    padding:0 !important;
    box-sizing:border-box !important;
  }
header .nav nav > #horoscopeNav,header .nav nav > #contentNav,header .nav nav > #contactNav,header .nav nav > #dashLink,header .nav nav > #authBtn,header .nav nav > #registerNav{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    height:44px !important;
    min-height:44px !important;
    max-height:44px !important;
    box-sizing:border-box !important;
    margin:0 !important;
    padding:0 5px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }
header .nav nav > #registerNav{
    grid-column:2 !important;
  }}
@media (max-width:767px){header .nav nav{
    display:grid !important;
    grid-template-columns:repeat(3, 1fr) !important;
    grid-template-rows:repeat(3, 44px) !important;
    gap:7px !important;
    width:100% !important;
    max-width:100% !important;
    padding:0 16px !important;
    margin:0 !important;
    box-sizing:border-box !important;
  }
header .nav nav > #horoscopeNav,header .nav nav > #contentNav,header .nav nav > #contactNav,header .nav nav > #dashLink,header .nav nav > #authBtn,header .nav nav > #registerNav{
    grid-column:auto !important;
    grid-row:auto !important;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    height:44px !important;
    min-height:44px !important;
    max-height:44px !important;
    margin:0 !important;
    padding:0 4px !important;
    box-sizing:border-box !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }
header .nav nav > #registerNav{
    grid-column:2 !important;
    grid-row:3 !important;
  }
header .nav nav > #adminLink{
    display:none !important;
  }}
@media (max-width:360px){header .nav nav{
    grid-template-rows:repeat(3, 42px) !important;
    gap:6px !important;
    padding:0 12px !important;
  }
header .nav nav > #horoscopeNav,header .nav nav > #contentNav,header .nav nav > #contactNav,header .nav nav > #dashLink,header .nav nav > #authBtn,header .nav nav > #registerNav{
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
  }}
#tamilHoroscopeResult .data-table-wrap,#englishHoroscopeResult .data-table-wrap{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  -webkit-overflow-scrolling:touch !important;
  overscroll-behavior-x:contain !important;
  box-sizing:border-box !important;
  scrollbar-width:auto;
}
#tamilHoroscopeResult .data-table-wrap > table,#englishHoroscopeResult .data-table-wrap > table{
  margin:0 !important;
  max-width:none !important;
  min-width:620px !important;
  width:max-content !important;
  table-layout:auto !important;
}
#tamilHoroscopeResult .dasha-body,#englishHoroscopeResult .dasha-body{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  -webkit-overflow-scrolling:touch !important;
  overscroll-behavior-x:contain !important;
  box-sizing:border-box !important;
}
#tamilHoroscopeResult .dasha-subtable,#englishHoroscopeResult .dasha-subtable{
  min-width:520px !important;
  width:max-content !important;
  max-width:none !important;
}
@media(max-width:700px){#tamilHoroscopeResult .data-table-wrap,#englishHoroscopeResult .data-table-wrap,#tamilHoroscopeResult .dasha-body,#englishHoroscopeResult .dasha-body{
    width:100% !important;
    max-width:100vw !important;
  }
#tamilHoroscopeResult .data-table-wrap > table,#englishHoroscopeResult .data-table-wrap > table{
    min-width:620px !important;
    font-size:12px !important;
  }
#tamilHoroscopeResult .data-table-wrap > table th,#tamilHoroscopeResult .data-table-wrap > table td,#englishHoroscopeResult .data-table-wrap > table th,#englishHoroscopeResult .data-table-wrap > table td{
    white-space:normal !important;
    word-break:break-word !important;
    overflow-wrap:anywhere !important;
  }
#tamilHoroscopeResult .dasha-subtable,#englishHoroscopeResult .dasha-subtable{
    min-width:520px !important;
    font-size:12px !important;
  }}
@media (max-width:600px){#loginView,#loginSection,.login-section,.auth-section{min-height:0!important;height:auto!important;padding-top:12px!important;padding-bottom:14px!important;}
#loginView .auth-card,#loginView .login-card,.login-section .card,.auth-section .card{min-height:0!important;height:auto!important;margin:8px auto!important;padding:16px!important;}
#loginView .auth-card form,#loginView .login-card form{gap:9px!important;}
#loginView input,#loginView select,#loginView button,.login-section input,.login-section select,.login-section button{min-height:42px!important;}
.astrologer-profile-card,.astrologer-profile,.profile-card,.home-astrologer-card{min-height:0!important;height:auto!important;padding:10px!important;margin:6px 0!important;}
.astrologer-profile-card img,.astrologer-profile img,.profile-card img,.home-astrologer-card img{max-height:88px!important;width:88px!important;object-fit:cover!important;}
.review-card,.reviews-card,.home-review-card,.testimonial-card{min-height:0!important;height:auto!important;padding:9px 10px!important;margin:5px 0!important;}
.review-card p,.reviews-card p,.home-review-card p,.testimonial-card p{margin:5px 0!important;line-height:1.35!important;}
.home-section,.homepage-section{min-height:0!important;}}
@media (max-width: 600px){#tamilHoroscopeResult .dasha-subtable,#englishHoroscopeResult .dasha-subtable{width:100%!important;table-layout:fixed!important}
#tamilHoroscopeResult .dasha-subtable th:first-child,#tamilHoroscopeResult .dasha-subtable td:first-child,#englishHoroscopeResult .dasha-subtable th:first-child,#englishHoroscopeResult .dasha-subtable td:first-child{width:44%!important;text-align:left!important;white-space:nowrap!important}
#tamilHoroscopeResult .dasha-subtable th:nth-child(2),#tamilHoroscopeResult .dasha-subtable td:nth-child(2),#englishHoroscopeResult .dasha-subtable th:nth-child(2),#englishHoroscopeResult .dasha-subtable td:nth-child(2){width:28%!important;white-space:nowrap!important}
#tamilHoroscopeResult .dasha-subtable th:nth-child(3),#tamilHoroscopeResult .dasha-subtable td:nth-child(3),#englishHoroscopeResult .dasha-subtable th:nth-child(3),#englishHoroscopeResult .dasha-subtable td:nth-child(3){width:28%!important;white-space:nowrap!important}
#tamilHoroscopeResult .dasha-subtable th,#tamilHoroscopeResult .dasha-subtable td,#englishHoroscopeResult .dasha-subtable th,#englishHoroscopeResult .dasha-subtable td{padding:5px 4px!important;font-size:12px!important}}
.bhava-table-wrap{width:100%!important;overflow-x:hidden!important}
.bhava-table{width:100%!important;min-width:0!important;max-width:100%!important;table-layout:fixed!important;border-collapse:collapse!important}
.bhava-table th,.bhava-table td{
  box-sizing:border-box!important;text-align:center!important;vertical-align:middle!important;
  white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;
  padding:6px 3px!important;line-height:1.2!important;
}
.bhava-table th{font-weight:900!important}
@media(max-width:700px){.bhava-table th,.bhava-table td{font-size:10.5px!important;padding:5px 2px!important}
.bhava-table th:nth-child(1),.bhava-table td:nth-child(1){width:8%!important}
.bhava-table th:nth-child(2),.bhava-table td:nth-child(2){width:18%!important}
.bhava-table th:nth-child(3),.bhava-table td:nth-child(3){width:20%!important}
.bhava-table th:nth-child(4),.bhava-table td:nth-child(4){width:18%!important}
.bhava-table th:nth-child(5),.bhava-table td:nth-child(5){width:14%!important}
.bhava-table th:nth-child(6),.bhava-table td:nth-child(6){width:22%!important}
.bhava-table th:nth-child(5),.bhava-table td:nth-child(5),.bhava-table th:nth-child(6),.bhava-table td:nth-child(6){font-size:10px!important}}
#englishHoroscopeResult .bhava-chart,#tamilHoroscopeResult .bhava-chart{
    display:grid!important;
    visibility:visible!important;
    opacity:1!important;
  }
#modal.modal{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100dvh!important;
  z-index:2147483000!important;
  display:grid!important;
  place-items:center!important;
  visibility:visible;
}
#modal.modal.hidden{
  display:none!important;
}
#modal .modalbox{
  position:relative!important;
  z-index:2147483001!important;
  max-height:calc(100dvh - 20px)!important;
  overflow:auto!important;
}
#modal.profile-modal-active{padding:12px!important;place-items:center!important;}
#modal.profile-modal-active .modalbox{width:min(560px,calc(100vw - 24px))!important;max-width:560px!important;max-height:min(76dvh,640px)!important;overflow:hidden!important;padding:14px!important;border-radius:16px!important;}
#modal.profile-modal-active .profile-dialog{max-height:calc(min(76dvh,640px) - 28px);overflow:hidden;display:flex;flex-direction:column;align-items:stretch;text-align:center;}
#modal.profile-modal-active .profile-dialog .profile-photo{width:72px;height:72px;min-height:72px;margin:0 auto 6px;}
#modal.profile-modal-active .profile-dialog .profile-title{font-size:21px!important;margin:0 0 2px!important;line-height:1.15;}
#modal.profile-modal-active .profile-dialog .profile-expertise,#modal.profile-modal-active .profile-dialog .profile-experience{font-size:12px!important;line-height:1.25;margin:2px 0;}
#modal.profile-modal-active .profile-dialog .profile-bio{font-size:12px!important;line-height:1.4;margin:6px 0 7px;max-height:110px;min-height:0;flex:0 0 auto;overflow-y:auto;overflow-x:hidden;padding-right:4px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;}
#modal.profile-modal-active .profile-dialog .profile-reviews-title{font-size:17px!important;margin:7px 0 4px!important;}
#modal.profile-modal-active .profile-dialog #publicProfileReviews{flex:1 1 auto;min-height:70px;max-height:none!important;overflow-y:auto!important;padding:0 4px 2px 0;margin:0;}
#modal.profile-modal-active .profile-dialog #publicProfileReviews .card{margin:5px 0!important;padding:8px!important;border-radius:9px!important;}
#modal.profile-modal-active .profile-dialog #publicProfileReviews p{font-size:11px!important;line-height:1.3!important;margin:3px 0!important;}
#modal.profile-modal-active .profile-dialog #profileCloseBtn{flex:0 0 auto;min-height:36px!important;margin-top:7px!important;}
@media(max-width:520px){#modal.profile-modal-active{padding:7px!important;}
#modal.profile-modal-active .modalbox{width:calc(100vw - 14px)!important;max-width:calc(100vw - 14px)!important;max-height:72dvh!important;padding:10px!important;border-radius:14px!important;}
#modal.profile-modal-active .profile-dialog{max-height:calc(72dvh - 20px);}
#modal.profile-modal-active .profile-dialog .profile-photo{width:64px;height:64px;min-height:64px;}
#modal.profile-modal-active .profile-dialog .profile-title{font-size:19px!important;}
#modal.profile-modal-active .profile-dialog .profile-bio{max-height:90px;font-size:11px!important;line-height:1.4;flex:0 0 auto;overflow-y:auto;overflow-x:hidden;padding-right:4px;}
#modal.profile-modal-active .profile-dialog .profile-reviews-title{font-size:16px!important;margin:5px 0 3px!important;}}
n#modal.profile-modal-active .profile-dialog .profile-bio::-webkit-scrollbar{width:5px}
n#modal.profile-modal-active .profile-dialog .profile-bio::-webkit-scrollbar-thumb{background:#c9a86b;border-radius:10px}
n#modal.profile-modal-active .profile-dialog .profile-bio::-webkit-scrollbar-track{background:#f7f1e4;border-radius:10px}
#modal.auth-modal-active{
  padding:8px!important;
  place-items:center!important;
}
#modal.auth-modal-active .modalbox{
  width:min(520px,calc(100vw - 20px))!important;
  max-width:520px!important;
  max-height:78dvh!important;
  overflow:auto!important;
  padding:14px 14px 12px!important;
  border-radius:16px!important;
}
#modal.auth-modal-active .auth-shell{
  max-width:100%!important;
  padding:0!important;
}
#modal.auth-modal-active .auth-hero{margin-bottom:8px!important;}
#modal.auth-modal-active .auth-hero-icon{width:48px!important;height:48px!important;font-size:21px!important;margin-bottom:5px!important;}
#modal.auth-modal-active .auth-hero h2{font-size:23px!important;line-height:1.2!important;margin:0!important;}
#modal.auth-modal-active .auth-hero p{font-size:11px!important;line-height:1.3!important;margin:3px 0 0!important;}
#modal.auth-modal-active .auth-tabs{gap:5px!important;margin:5px 0 3px!important;}
#modal.auth-modal-active .auth-tabs .btn{min-height:38px!important;padding:7px 5px!important;font-size:11px!important;}
#modal.auth-modal-active .auth-field-label{font-size:11px!important;margin:5px 2px 2px!important;}
#modal.auth-modal-active .auth-field{min-height:42px!important;height:42px!important;margin:0 0 3px!important;padding:8px 11px!important;font-size:14px!important;}
#modal.auth-modal-active .auth-submit{min-height:44px!important;margin-top:6px!important;font-size:15px!important;}
#modal.auth-modal-active .auth-secondary{min-height:40px!important;margin-top:5px!important;font-size:13px!important;padding:7px 10px!important;}
#modal.auth-modal-active .password-toggle{min-width:38px!important;}
@media(max-width:520px){#modal.auth-modal-active{padding:6px!important;}
#modal.auth-modal-active .modalbox{width:calc(100vw - 12px)!important;max-width:calc(100vw - 12px)!important;max-height:76dvh!important;padding:11px 10px 9px!important;border-radius:14px!important;}
#modal.auth-modal-active .auth-hero-icon{width:42px!important;height:42px!important;font-size:19px!important;}
#modal.auth-modal-active .auth-hero h2{font-size:21px!important;}
#modal.auth-modal-active .auth-tabs{grid-template-columns:repeat(3,1fr)!important;}
#modal.auth-modal-active .auth-tabs .btn{min-height:36px!important;font-size:10px!important;}
#modal.auth-modal-active .auth-field{min-height:40px!important;height:40px!important;font-size:13px!important;}
#modal.auth-modal-active .auth-submit{min-height:42px!important;}
#modal.auth-modal-active .auth-secondary{min-height:38px!important;}}
@media (max-width: 767px) {#dashboardTitle{
    font-size: 24px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
  }
#dashboardContent > .card > h3,#dashboardContent > .grid .card > h3{
    font-size: 18px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
  }
#dashboardContent .timeline ~ b,#dashboardContent .card > div[style*="border-bottom"] > b{
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
  }
#dashboardContent > .card p,#dashboardContent > .grid .card p{
    font-size: 13px !important;
    line-height: 1.5 !important;
    font-weight: 600 !important;
  }
#dashboardContent .success,#dashboardContent .error{
    font-size: 15px !important;
    font-weight: 800 !important;
  }
#dashboardContent .small{
    font-size: 11px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
  }
#dashboardContent .timeline,#dashboardContent .timeline-step{
    font-size: 12px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
  }
#dashboardContent .card p[style*="white-space:pre-wrap"]{
    font-size: 13px !important;
    line-height: 1.55 !important;
    font-weight: 600 !important;
  }
#dashboardContent #userNotifications,#dashboardContent #userNotifications .smv-notification-row,#dashboardContent #userNotifications .smv-notification-title,#dashboardContent #userNotifications .smv-notification-content,#dashboardContent #userNotifications .smv-notification-meta{
    font-size: revert !important;
  }}
.phase2-yoga-engine .adv-wide td:nth-child(3){white-space:normal;min-width:260px;text-align:left}
.phase2-yoga-engine .adv-wide td:nth-child(4){white-space:normal;min-width:220px;text-align:left}
@media(max-width:700px){.phase2-yoga-engine .adv-wide{min-width:980px}}
.adv-section{width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}
.adv-table-wrap,.adv-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}
.adv-wide{width:100%;min-width:720px}
.adv-wide th,.adv-wide td{white-space:nowrap}
.phase4-dasa-slot{content-visibility:auto;contain:layout paint style;}
@media(max-width:700px){.adv-wide{min-width:760px}}
#tamilHoroscopeResult .data-table-wrap,#englishHoroscopeResult .data-table-wrap{
  width:100%!important;max-width:100%!important;box-sizing:border-box!important;
  overflow-x:auto!important;overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  border:1px solid #d9c39a!important;border-radius:10px!important;
  background:#fffdf8!important;margin:10px 0 14px!important;
}
#tamilHoroscopeResult .data-table,#englishHoroscopeResult .data-table{
  width:100%!important;min-width:0!important;max-width:none!important;
  border-collapse:collapse!important;border-spacing:0!important;
  table-layout:fixed!important;margin:0!important;
  font-size:14px!important;
}
#tamilHoroscopeResult .data-table th,#tamilHoroscopeResult .data-table td,#englishHoroscopeResult .data-table th,#englishHoroscopeResult .data-table td{
  box-sizing:border-box!important;text-align:center!important;vertical-align:middle!important;
  padding:9px 7px!important;line-height:1.35!important;
  white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;
  border:1px solid #e1d4bd!important;
}
#tamilHoroscopeResult .data-table th,#englishHoroscopeResult .data-table th{
  font-weight:900!important;background:#fff3d5!important;color:#7a2a1c!important;
}
#tamilHoroscopeResult .data-table td,#englishHoroscopeResult .data-table td{background:#fffdf8!important;color:#222!important}
#tamilHoroscopeResult .data-table tbody tr:nth-child(even) td,#englishHoroscopeResult .data-table tbody tr:nth-child(even) td{background:#fffaf0!important}
#tamilHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) th:nth-child(1),#tamilHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) td:nth-child(1),#englishHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) th:nth-child(1),#englishHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) td:nth-child(1){width:18%!important}
#tamilHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) th:nth-child(2),#tamilHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) td:nth-child(2),#englishHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) th:nth-child(2),#englishHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) td:nth-child(2){width:17%!important}
#tamilHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) th:nth-child(3),#tamilHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) td:nth-child(3),#englishHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) th:nth-child(3),#englishHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) td:nth-child(3){width:19%!important}
#tamilHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) th:nth-child(4),#tamilHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) td:nth-child(4),#englishHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) th:nth-child(4),#englishHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) td:nth-child(4){width:30%!important}
#tamilHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) th:nth-child(5),#tamilHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) td:nth-child(5),#englishHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) th:nth-child(5),#englishHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) td:nth-child(5){width:16%!important}
#tamilHoroscopeResult .bhava-table-wrap,#englishHoroscopeResult .bhava-table-wrap{overflow-x:auto!important}
#tamilHoroscopeResult .bhava-table,#englishHoroscopeResult .bhava-table{width:100%!important;min-width:620px!important;table-layout:fixed!important}
#tamilHoroscopeResult .bhava-table th:nth-child(1),#tamilHoroscopeResult .bhava-table td:nth-child(1),#englishHoroscopeResult .bhava-table th:nth-child(1),#englishHoroscopeResult .bhava-table td:nth-child(1){width:8%!important}
#tamilHoroscopeResult .bhava-table th:nth-child(2),#tamilHoroscopeResult .bhava-table td:nth-child(2),#englishHoroscopeResult .bhava-table th:nth-child(2),#englishHoroscopeResult .bhava-table td:nth-child(2){width:17%!important}
#tamilHoroscopeResult .bhava-table th:nth-child(3),#tamilHoroscopeResult .bhava-table td:nth-child(3),#englishHoroscopeResult .bhava-table th:nth-child(3),#englishHoroscopeResult .bhava-table td:nth-child(3){width:18%!important}
#tamilHoroscopeResult .bhava-table th:nth-child(4),#tamilHoroscopeResult .bhava-table td:nth-child(4),#englishHoroscopeResult .bhava-table th:nth-child(4),#englishHoroscopeResult .bhava-table td:nth-child(4){width:17%!important}
#tamilHoroscopeResult .bhava-table th:nth-child(5),#tamilHoroscopeResult .bhava-table td:nth-child(5),#englishHoroscopeResult .bhava-table th:nth-child(5),#englishHoroscopeResult .bhava-table td:nth-child(5){width:15%!important}
#tamilHoroscopeResult .bhava-table th:nth-child(6),#tamilHoroscopeResult .bhava-table td:nth-child(6),#englishHoroscopeResult .bhava-table th:nth-child(6),#englishHoroscopeResult .bhava-table td:nth-child(6){width:25%!important}
#tamilHoroscopeResult .navamsa-table,#englishHoroscopeResult .navamsa-table{width:100%!important;min-width:0!important;table-layout:fixed!important}
#tamilHoroscopeResult .navamsa-table th:nth-child(1),#tamilHoroscopeResult .navamsa-table td:nth-child(1),#englishHoroscopeResult .navamsa-table th:nth-child(1),#englishHoroscopeResult .navamsa-table td:nth-child(1){width:20%!important}
#tamilHoroscopeResult .navamsa-table th:nth-child(2),#tamilHoroscopeResult .navamsa-table td:nth-child(2),#englishHoroscopeResult .navamsa-table th:nth-child(2),#englishHoroscopeResult .navamsa-table td:nth-child(2){width:18%!important}
#tamilHoroscopeResult .navamsa-table th:nth-child(3),#tamilHoroscopeResult .navamsa-table td:nth-child(3),#englishHoroscopeResult .navamsa-table th:nth-child(3),#englishHoroscopeResult .navamsa-table td:nth-child(3){width:26%!important}
#tamilHoroscopeResult .navamsa-table th:nth-child(4),#tamilHoroscopeResult .navamsa-table td:nth-child(4),#englishHoroscopeResult .navamsa-table th:nth-child(4),#englishHoroscopeResult .navamsa-table td:nth-child(4){width:18%!important}
#tamilHoroscopeResult .navamsa-table th:nth-child(5),#tamilHoroscopeResult .navamsa-table td:nth-child(5),#englishHoroscopeResult .navamsa-table th:nth-child(5),#englishHoroscopeResult .navamsa-table td:nth-child(5){width:18%!important}
#tamilHoroscopeResult .strength-table,#englishHoroscopeResult .strength-table{width:100%!important;min-width:0!important;table-layout:fixed!important}
#tamilHoroscopeResult .strength-table th:nth-child(1),#tamilHoroscopeResult .strength-table td:nth-child(1),#englishHoroscopeResult .strength-table th:nth-child(1),#englishHoroscopeResult .strength-table td:nth-child(1){width:18%!important}
#tamilHoroscopeResult .strength-table th:nth-child(2),#tamilHoroscopeResult .strength-table td:nth-child(2),#englishHoroscopeResult .strength-table th:nth-child(2),#englishHoroscopeResult .strength-table td:nth-child(2){width:14%!important}
#tamilHoroscopeResult .strength-table th:nth-child(3),#tamilHoroscopeResult .strength-table td:nth-child(3),#englishHoroscopeResult .strength-table th:nth-child(3),#englishHoroscopeResult .strength-table td:nth-child(3){width:14%!important}
#tamilHoroscopeResult .strength-table th:nth-child(4),#tamilHoroscopeResult .strength-table td:nth-child(4),#englishHoroscopeResult .strength-table th:nth-child(4),#englishHoroscopeResult .strength-table td:nth-child(4){width:18%!important}
#tamilHoroscopeResult .strength-table th:nth-child(5),#tamilHoroscopeResult .strength-table td:nth-child(5),#englishHoroscopeResult .strength-table th:nth-child(5),#englishHoroscopeResult .strength-table td:nth-child(5){width:36%!important}
#tamilHoroscopeResult .phase3-shadbala-table,#englishHoroscopeResult .phase3-shadbala-table{min-width:900px!important;width:100%!important;table-layout:fixed!important}
#tamilHoroscopeResult .dasha-subtable,#englishHoroscopeResult .dasha-subtable{width:100%!important;min-width:0!important;table-layout:fixed!important;border-collapse:collapse!important}
#tamilHoroscopeResult .dasha-subtable th,#tamilHoroscopeResult .dasha-subtable td,#englishHoroscopeResult .dasha-subtable th,#englishHoroscopeResult .dasha-subtable td{white-space:normal!important;overflow-wrap:anywhere!important;text-align:center!important;vertical-align:middle!important}
#tamilHoroscopeResult .dasha-subtable th:nth-child(1),#tamilHoroscopeResult .dasha-subtable td:nth-child(1),#englishHoroscopeResult .dasha-subtable th:nth-child(1),#englishHoroscopeResult .dasha-subtable td:nth-child(1){width:38%!important}
#tamilHoroscopeResult .dasha-subtable th:nth-child(2),#tamilHoroscopeResult .dasha-subtable td:nth-child(2),#englishHoroscopeResult .dasha-subtable th:nth-child(2),#englishHoroscopeResult .dasha-subtable td:nth-child(2){width:31%!important}
#tamilHoroscopeResult .dasha-subtable th:nth-child(3),#tamilHoroscopeResult .dasha-subtable td:nth-child(3),#englishHoroscopeResult .dasha-subtable th:nth-child(3),#englishHoroscopeResult .dasha-subtable td:nth-child(3){width:31%!important}
#tamilHoroscopeResult .adv-table-wrap,#englishHoroscopeResult .adv-table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important}
#tamilHoroscopeResult .adv-wide,#englishHoroscopeResult .adv-wide{width:max-content!important;min-width:760px!important;table-layout:auto!important;border-collapse:collapse!important}
#tamilHoroscopeResult .adv-wide th,#tamilHoroscopeResult .adv-wide td,#englishHoroscopeResult .adv-wide th,#englishHoroscopeResult .adv-wide td{white-space:nowrap!important;text-align:center!important;vertical-align:middle!important;padding:8px 10px!important}
@media(max-width:700px){#tamilHoroscopeResult .data-table,#englishHoroscopeResult .data-table{font-size:13px!important}
#tamilHoroscopeResult .data-table th,#tamilHoroscopeResult .data-table td,#englishHoroscopeResult .data-table th,#englishHoroscopeResult .data-table td{padding:8px 6px!important;line-height:1.3!important}
#tamilHoroscopeResult .bhava-table,#englishHoroscopeResult .bhava-table{min-width:620px!important}
#tamilHoroscopeResult .phase3-shadbala-table,#englishHoroscopeResult .phase3-shadbala-table{min-width:900px!important}
#tamilHoroscopeResult .adv-wide,#englishHoroscopeResult .adv-wide{min-width:760px!important}
#tamilHoroscopeResult .dasha-subtable,#englishHoroscopeResult .dasha-subtable{font-size:12px!important}}
#tamilHoroscopeResult .status-combust,#englishHoroscopeResult .status-combust{font-weight:900!important;color:#62b7e8!important;margin:0!important;padding:0!important;}
#tamilHoroscopeResult .status-retro,#englishHoroscopeResult .status-retro{font-weight:900!important;color:#f28a35!important;margin:0!important;padding:0!important;}
#tamilHoroscopeResult .south-rasi-cell .planet-glyph,#englishHoroscopeResult .south-rasi-cell .planet-glyph{white-space:nowrap!important;display:inline-block!important;letter-spacing:0!important;}
#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .planet-line{white-space:nowrap!important;}
#tamilHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) td:first-child,#englishHoroscopeResult .data-table:not(.bhava-table):not(.navamsa-table):not(.strength-table):not(.phase3-shadbala-table) td:first-child{white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;}
#tamilHoroscopeResult .dasha-subtable th:first-child,#englishHoroscopeResult .dasha-subtable th:first-child{white-space:nowrap!important;}
.smv-verified-badge,.smv-approved-badge{display:inline-flex!important;align-items:center!important;gap:6px!important;color:#16a34a!important;font-weight:800!important;white-space:nowrap!important;}
.smv-verified-badge .smv-check,.smv-approved-badge .smv-check{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:20px!important;height:20px!important;border-radius:50%!important;background:#16a34a!important;color:#fff!important;font-size:13px!important;font-weight:900!important;line-height:1!important;}
.smv-earnings-total,.smv-earnings-available{font-weight:900!important;}
.smv-earnings-total.is-green,.smv-earnings-available.is-green{color:#16a34a!important;}
.smv-withdraw-ready{color:#16a34a!important;font-weight:800!important;}
.smv-earnings-available.is-red{color:#dc2626!important;}
.smv-withdraw-btn.is-green{background:#16a34a!important;border-color:#16a34a!important;color:#fff!important;font-weight:800!important;}
.smv-withdraw-btn.is-red{background:#dc2626!important;border-color:#dc2626!important;color:#fff!important;font-weight:800!important;opacity:1!important;}
.smv-withdraw-btn:disabled{cursor:not-allowed!important;}
.smv-withdraw-btn.is-red,.smv-withdraw-btn.is-red:disabled,.smv-withdraw-btn.is-red:disabled:hover{background:#dc2626!important;border-color:#dc2626!important;color:#fff!important;opacity:1!important;box-shadow:none!important;}
.smv-withdraw-locked{color:#dc2626!important;font-weight:800!important;}
.smv-modal-available-red{color:#dc2626!important;font-weight:900!important;}
.smv-modal-available-green{color:#16a34a!important;font-weight:900!important;}
.smv-approved-badge,.smv-approved-badge span{color:#16a34a!important;}
.smv-approved-badge .smv-check{background:#16a34a!important;color:#fff!important;}
.part1-chart-analysis h4{margin:14px 0 7px;font-weight:900}
.part1-chart-analysis .small{line-height:1.55}
@media(max-width:700px){.part1-chart-analysis .adv-wide{width:100%!important;min-width:0!important;table-layout:fixed!important}
.part1-chart-analysis .adv-wide th,.part1-chart-analysis .adv-wide td{font-size:10.5px!important;padding:6px 4px!important;overflow-wrap:anywhere!important;word-break:break-word!important}}
.base-planet-strength,.base-shadbala{display:none!important}
.bhava-special-features .bhava-special-table thead th{background:#a00000!important;color:#fff!important;font-weight:900!important;text-align:center!important;border-color:#fff!important}
.bhava-special-features .bhava-special-table thead th:first-child,.bhava-special-features .bhava-special-table thead th:nth-child(2){background:#a00000!important;color:#fff!important}
.smv-advanced-shell .bhava-special-features .bhava-special-table thead tr th,.smv-advanced-shell .bhava-special-features .bhava-special-table thead th:first-child,.smv-advanced-shell .bhava-special-features .bhava-special-table thead th:nth-child(2){
  background:#a00000!important;color:#fff!important;font-weight:900!important;text-align:center!important;
  border-color:#fff!important;
}
.smv-advanced-shell .bhava-special-features .bhava-special-table tbody th{background:#fff3d5!important;color:#7a2a1c!important;}
.smv-advanced-shell .bhava-special-features .bhava-special-table tbody td{background:#fffdf8!important;color:#222!important;}
.advanced-astro-grid{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
.smv-advanced-shell{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  display:block!important;
  overflow:visible!important;
}
.smv-advanced-part{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  display:block!important;
  float:none!important;
  clear:both!important;
}
.smv-advanced-part-title{
  width:100%!important;
  box-sizing:border-box!important;
}
.smv-advanced-part>.adv-section{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  display:block!important;
  float:none!important;
}
.smv-advanced-part .adv-table-wrap,.smv-advanced-part .adv-scroll{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
}
.part1-natural-karakas .adv-wide,.part1-chara-karakas .adv-wide,.part1-baadhaka .adv-wide,.part1-house-classification .adv-wide{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
}
.phase4-dasa-module .adv-table-wrap{
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
}
.phase4-dasa-module .adv-wide{
  min-width:680px!important;
  width:max-content!important;
}
.smv-advanced-part .transit-panchang-grid,.smv-advanced-part .kota-source-grid,.smv-advanced-part .kota-summary-grid,.smv-advanced-part .kota-zones-grid,.smv-advanced-part .kota-path-grid{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
html,body{
  max-width:100%;
  overflow-x:hidden;
}
@media(max-width:700px){.advanced-astro-grid,.smv-advanced-shell,.smv-advanced-part{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
.smv-advanced-title{
    margin:10px 0 12px!important;
    padding:10px 12px!important;
  }
.smv-advanced-part{
    margin:10px 0 16px!important;
    padding:9px!important;
    border-radius:12px!important;
  }
.smv-advanced-part-title{
    margin:-9px -9px 10px!important;
    padding:10px 11px!important;
    border-radius:11px 11px 0 0!important;
  }
.smv-advanced-part-title h3{
    font-size:16px!important;
    line-height:1.25!important;
  }
.smv-advanced-part>.adv-section{
    margin:10px 0!important;
    padding:9px!important;
    border-radius:10px!important;
  }
.part1-baadhaka .adv-wide,.part1-house-classification .adv-wide{
    table-layout:fixed!important;
  }
.part1-baadhaka .adv-wide th,.part1-baadhaka .adv-wide td,.part1-house-classification .adv-wide th,.part1-house-classification .adv-wide td{
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
    font-size:12px!important;
    padding:7px 5px!important;
  }
.part1-house-classification .adv-wide th:nth-child(1){width:18%!important}
.part1-house-classification .adv-wide th:nth-child(2){width:28%!important}
.part1-house-classification .adv-wide th:nth-child(3){width:54%!important}
.part1-baadhaka .adv-wide th:nth-child(1){width:19%!important}
.part1-baadhaka .adv-wide th:nth-child(2){width:17%!important}
.part1-baadhaka .adv-wide th:nth-child(3){width:20%!important}
.part1-baadhaka .adv-wide th:nth-child(4){width:17%!important}
.part1-baadhaka .adv-wide th:nth-child(5){width:27%!important}}
.smv-advanced-shell{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow:visible!important}
.smv-advanced-part{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;float:none!important;clear:both!important;overflow:visible!important}
.smv-advanced-part>.adv-section{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;float:none!important}
.smv-advanced-part .adv-table-wrap{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;box-sizing:border-box!important;-webkit-overflow-scrolling:touch!important}
@media(max-width:700px){.smv-advanced-shell{padding:0!important;margin:0!important}
.smv-advanced-part{margin:10px 0 16px!important;padding:10px!important;border-radius:12px!important}
.smv-advanced-part-title{margin:-10px -10px 12px!important;padding:11px 12px!important;border-radius:11px 11px 0 0!important}
.smv-advanced-part-title h3{font-size:16px!important;line-height:1.3!important;margin:0!important}
.smv-advanced-part>.adv-section{margin:10px 0!important;padding:9px!important;border-radius:10px!important}
.part1-baadhaka .adv-wide,.part1-house-classification .adv-wide{width:100%!important;min-width:0!important;table-layout:fixed!important}
.part1-baadhaka .adv-wide th,.part1-baadhaka .adv-wide td,.part1-house-classification .adv-wide th,.part1-house-classification .adv-wide td{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;font-size:12px!important;padding:7px 5px!important}
.phase4-dasa-module .adv-table-wrap{overflow-x:auto!important}
.phase4-dasa-module .adv-wide{min-width:680px!important;width:max-content!important}}
.smv-advanced-shell{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow:visible!important}
.smv-advanced-part{display:block!important;position:relative!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;float:none!important;clear:both!important;overflow:visible!important;margin:14px 0!important}
.smv-advanced-part-title{display:block!important;width:100%!important;box-sizing:border-box!important}
.smv-advanced-part>.adv-section{display:block!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;float:none!important}
.smv-advanced-part>.adv-section .adv-table-wrap{width:100%!important;max-width:100%!important;overflow-x:auto!important;box-sizing:border-box!important}
@media(max-width:700px){.smv-advanced-shell{margin:0!important;padding:0!important}
.smv-advanced-title{width:100%!important;box-sizing:border-box!important}
.smv-advanced-part{margin:12px 0 18px!important;padding:10px!important;border-radius:12px!important}
.smv-advanced-part-title{margin:-10px -10px 12px!important;width:calc(100% + 20px)!important;padding:12px!important;border-radius:12px 12px 0 0!important}
.smv-advanced-part-title h3{margin:0!important;font-size:16px!important;line-height:1.3!important}
.smv-advanced-part>.adv-section{margin:10px 0!important;padding:9px!important;border-radius:10px!important}}
#askNowSection{
  width:100%;
  max-width:1040px;
  margin:28px auto 36px;
  padding:0 12px;
  box-sizing:border-box;
  text-align:center;
}
#askNowSection .smv-new-asknow-inner{
  width:100%;
  max-width:860px;
  margin:0 auto;
  padding:28px 20px 30px;
  box-sizing:border-box;
  border:1px solid rgba(184,134,45,.35);
  border-radius:16px;
  background:linear-gradient(180deg,#fffdf7 0%,#fff8e8 100%);
  box-shadow:0 8px 24px rgba(70,20,20,.08);
}
#askNowSection .smv-new-asknow-kicker{
  font-size:12px;
  font-weight:800;
  letter-spacing:2px;
  color:#9a722a;
  margin-bottom:8px;
}
#askNowSection h2{
  margin:0 auto 10px;
  font-size:clamp(24px,4vw,34px);
  line-height:1.2;
  color:#8f0000;
}
#askNowSection p{
  max-width:720px;
  margin:0 auto 10px;
  font-size:16px;
  line-height:1.65;
  color:#351a1a;
}
#askNowSection .smv-new-asknow-note{
  font-size:13px;
  color:#6f5a48;
  margin-bottom:22px;
}
#askNowSection .smv-new-asknow-action{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
}
#askNowButton{
  appearance:none;
  -webkit-appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  width:min(300px,100%);
  min-height:52px;
  padding:12px 22px;
  border:2px solid #c79a3d;
  border-radius:10px;
  background:linear-gradient(135deg,#9c2220,#711212);
  color:#fff;
  font-size:17px;
  font-weight:900;
  letter-spacing:.3px;
  cursor:pointer;
  box-shadow:0 7px 18px rgba(101,16,16,.20);
  text-align:center;
  box-sizing:border-box;
}
#askNowButton span{font-size:23px;line-height:1}
#askNowButton:hover{transform:translateY(-1px);box-shadow:0 9px 22px rgba(101,16,16,.25)}
#askNowButton:focus-visible{outline:3px solid rgba(199,154,61,.35);outline-offset:3px}
@media(max-width:767px){#askNowSection{margin:20px auto 28px;padding:0 10px}
#askNowSection .smv-new-asknow-inner{padding:22px 14px 24px;border-radius:13px}
#askNowSection .smv-new-asknow-kicker{font-size:10px;letter-spacing:1.4px}
#askNowSection h2{font-size:24px}
#askNowSection p{font-size:14px;line-height:1.55}
#askNowButton{width:min(300px,100%);min-height:48px;font-size:16px}}
.birth-hora-single{display:inline-flex;align-items:center;min-height:30px;margin-top:5px;padding:5px 10px;border:1px solid #e1d4bd;border-radius:8px;background:#fffaf0;font-weight:900;font-size:13px;line-height:1.2}
@media(min-width:901px){.panchang-card .panchang-compact-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:6px!important}}
#askNowButton{position:relative!important;justify-content:center!important;padding-left:22px!important;padding-right:52px!important}
#askNowButton span{position:absolute!important;right:17px!important;top:50%!important;transform:translateY(-50%)!important;margin:0!important}
@media(max-width:767px){#askNowButton{padding-left:18px!important;padding-right:46px!important}
#askNowButton span{right:14px!important}}
@media (min-width:901px){.transit-panchang-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)!important;gap:14px!important;align-items:start!important;width:100%!important;}
.transit-panchang-grid>.card{min-width:0!important;width:100%!important;box-sizing:border-box!important;}
.transit-panchang-grid .panchang-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;}
.transit-panchang-grid .hora-list{grid-template-columns:1fr!important;gap:5px!important;}
.transit-panchang-grid .transit-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;}}
@media (max-width:900px){.transit-panchang-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;}}
#askNowButton{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:12px 50px 12px 18px!important;text-align:center!important;}
#askNowButton .asknow-label{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;white-space:nowrap!important;line-height:1!important;margin:0!important;}
#askNowButton .asknow-arrow{position:absolute!important;right:16px!important;top:50%!important;transform:translateY(-50%)!important;margin:0!important;line-height:1!important;}
@media(max-width:767px){#askNowButton{padding-left:14px!important;padding-right:44px!important;}
#askNowButton .asknow-arrow{right:13px!important;}}
.auth-divider{display:flex;align-items:center;gap:10px;margin:10px 0;color:#8a7a62;font-size:11px;font-weight:700;letter-spacing:.08em}
.auth-divider:before,.auth-divider:after{content:"";height:1px;background:#dccfb8;flex:1}
.auth-google{display:flex!important;align-items:center;justify-content:center;gap:9px;background:#fff!important;color:#2b241d!important;border:1px solid #cfc4b2!important;box-shadow:0 4px 12px rgba(44,31,20,.08)!important}
.auth-google:hover{background:#faf7f0!important}
#astroRegBtn{
  background: linear-gradient(180deg, #fff3a6 0%, #ffd84d 50%, #f5b800 100%) !important;
  color: #3b2800 !important;
  border: 1px solid #c89512 !important;
  font-weight: 700 !important;
  box-shadow: 0 6px 16px rgba(184, 134, 11, 0.22) !important;
}
#astroRegBtn:hover{
  background: linear-gradient(180deg, #fff8c7 0%, #ffe36a 50%, #ffc400 100%) !important;
  }
html body header,html body header .nav,html body header nav{
    background: #6B0F1A !important;
    background-image: none !important;
}
html body header .nav nav > #horoscopeNav,html body header .nav nav > #contentNav,html body header .nav nav > #contactNav,html body header .nav nav > #dashLink:not(.smv-role-green),html body header .nav nav > #authBtn:not(.smv-logout-btn),html body header .nav nav > #registerNav{

    background: #8B1A1A !important;
    background-image: none !important;
    background-color: #8B1A1A !important;

    color: #FFFFFF !important;

    border: 2px solid #FFD700 !important;

    font-weight: 800 !important;
}
html body header .nav nav > #dashLink.smv-role-green{
    background: #38BDF8 !important;
    background-image: none !important;
    background-color: #38BDF8 !important;
    color: #FFFFFF !important;
    border: 2px solid #FFD700 !important;
    font-weight: 900 !important;
}
html body header .nav nav > #authBtn.smv-logout-btn{
    background: #D60000 !important;
    background-image: none !important;
    background-color: #D60000 !important;
    color: #FFFFFF !important;
    border: 2px solid #FFD700 !important;
    font-weight: 900 !important;
}
html body header .brand .brand-text .logo,html body header .brand .brand-text .logo a{
    color: #FF0000 !important;
    -webkit-text-fill-color: #FF0000 !important;
    font-size: 42px !important;
    font-weight: 900 !important;
    -webkit-text-stroke: 2px #FFD700 !important;
}
@media (max-width:767px){#dashboardContent > .card > h3.customer-consultations-title,#dashboardContent > .card > h3{
    font-size:18px !important;
    line-height:1.28 !important;
  }
#dashboardContent .withdrawal-history-title{
    font-weight:900 !important;
  }}
#dashboardContent h1,#dashboardContent h2,#dashboardContent h3,#dashboardContent h4,#admin h1,#admin h2,#admin h3,#admin h4{
  color:#FF0000 !important;
  -webkit-text-fill-color:#FF0000 !important;
}
#dashboardTitle{
  color:#FF1493 !important;
  -webkit-text-fill-color:#FF1493 !important;
  font-weight:900 !important;
}
#dashboardContent .withdrawal-history-title{
  color:#FF0000 !important;
  -webkit-text-fill-color:#FF0000 !important;
}
@media(min-width:701px){#smv-content-hub #publicBlogs{display:flex;flex-direction:column;gap:16px;}
#smv-content-hub #publicBlogs .blog-card{display:grid!important;grid-template-columns:minmax(220px,34%) minmax(0,1fr);grid-template-rows:auto auto 1fr auto;column-gap:20px;align-items:start;height:auto!important;min-height:220px;padding:18px;}
#smv-content-hub #publicBlogs .blog-card:before{grid-column:1 / -1;}
#smv-content-hub #publicBlogs .blog-card > h3{grid-column:2;grid-row:1;margin:0 0 8px!important;}
#smv-content-hub #publicBlogs .blog-card > .content-thumb{grid-column:1;grid-row:1 / 5;width:100%;height:100%;min-height:180px;max-height:300px;object-fit:cover;margin:0!important;}
#smv-content-hub #publicBlogs .blog-card > p.small{grid-column:2;grid-row:2;margin:4px 0 10px!important;}
#smv-content-hub #publicBlogs .blog-card > .blog-content{grid-column:2;grid-row:3;margin-top:0;}
#smv-content-hub #publicBlogs .blog-card > .small:last-child{grid-column:2;grid-row:4;margin-top:10px!important;padding-top:10px!important;}
#smv-content-hub #publicBlogs .blog-card:not(:has(.content-thumb)){grid-template-columns:1fr;}
#smv-content-hub #publicBlogs .blog-card:not(:has(.content-thumb)) > h3,#smv-content-hub #publicBlogs .blog-card:not(:has(.content-thumb)) > p.small,#smv-content-hub #publicBlogs .blog-card:not(:has(.content-thumb)) > .blog-content,#smv-content-hub #publicBlogs .blog-card:not(:has(.content-thumb)) > .small:last-child{grid-column:1;}}
@media(max-width:700px){#smv-content-hub #publicBlogs .blog-card{display:flex!important;flex-direction:column!important;height:auto!important;}
#smv-content-hub #publicBlogs .blog-card > .content-thumb{width:100%;height:auto;max-height:240px;object-fit:cover;}}
@media(min-width:701px){#smv-content-hub #publicBlogs{display:flex;flex-direction:column;gap:16px;}
#smv-content-hub #publicBlogs .blog-card{display:grid!important;grid-template-columns:minmax(220px,34%) minmax(0,1fr);grid-template-rows:auto auto 1fr auto;column-gap:20px;align-items:start;height:auto!important;min-height:220px;padding:18px;}
#smv-content-hub #publicBlogs .blog-card:before{grid-column:1 / -1;}
#smv-content-hub #publicBlogs .blog-card > h3{grid-column:2;grid-row:1;margin:0 0 8px!important;}
#smv-content-hub #publicBlogs .blog-card > .content-thumb{grid-column:1;grid-row:1 / 5;width:100%;height:100%;min-height:180px;max-height:300px;object-fit:cover;margin:0!important;}
#smv-content-hub #publicBlogs .blog-card > p.small{grid-column:2;grid-row:2;margin:4px 0 10px!important;}
#smv-content-hub #publicBlogs .blog-card > .blog-content{grid-column:2;grid-row:3;margin-top:0;}
#smv-content-hub #publicBlogs .blog-card > .small:last-child{grid-column:2;grid-row:4;margin-top:10px!important;padding-top:10px!important;}
#smv-content-hub #publicBlogs .blog-card:not(:has(.content-thumb)){grid-template-columns:1fr;}}
@media(max-width:700px){#smv-content-hub #publicBlogs .blog-card{display:flex!important;flex-direction:column!important;height:auto!important;}
#smv-content-hub #publicBlogs .blog-card > .content-thumb{width:100%;height:auto;max-height:240px;object-fit:cover;}}
#smv-content-hub #publicMedia{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
#smv-content-hub #publicMedia > .grid{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  display:grid!important;
  align-items:start!important;
  justify-items:stretch!important;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;
  gap:16px!important;
  margin:10px 0 0!important;
  box-sizing:border-box!important;
}
#smv-content-hub #publicMedia > .grid > .media-card{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  align-self:start!important;
  box-sizing:border-box!important;
}
#smv-content-hub #publicMedia > .grid > .media-card > img,#smv-content-hub #publicMedia > .grid > .media-card > video{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  max-height:360px!important;
  object-fit:contain!important;
  box-sizing:border-box!important;
}
#smv-content-hub #publicMedia > .grid > .media-card:not(:has(img)):not(:has(video)):not(:has(audio)){
  align-self:start!important;
}
@media (min-width:768px){#smv-content-hub{
    width:100%!important;
    max-width:1180px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
#smv-content-hub .feature-shell{
    width:100%!important;
    max-width:none!important;
    box-sizing:border-box!important;
  }}
@media (max-width:700px){#smv-content-hub #publicMedia > .grid{
    grid-template-columns:1fr!important;
    gap:7px!important;
    margin-top:7px!important;
  }
#smv-content-hub #publicMedia > .grid > .media-card{
    width:100%!important;
    margin:0!important;
    padding:7px!important;
  }
#smv-content-hub #publicMedia > .grid > .media-card > img,#smv-content-hub #publicMedia > .grid > .media-card > video{
    max-height:180px!important;
  }}
@media (min-width:701px) and (max-width:767px){#smv-content-hub #publicMedia > .grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }}
#smv-content-hub #publicMedia .smv-media-horizontal-grid{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:start!important;
  margin:10px 0 0!important;
  box-sizing:border-box!important;
}
#smv-content-hub #publicMedia .smv-media-horizontal-grid > .media-card{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  align-self:start!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
#smv-content-hub #publicMedia .smv-media-horizontal-grid > .media-card h3{
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}
#smv-content-hub #publicMedia .media-video video,#smv-content-hub #publicMedia .media-image img{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:260px!important;
  max-height:260px!important;
  object-fit:contain!important;
  box-sizing:border-box!important;
}
#smv-content-hub #publicMedia .media-music audio{width:100%!important;max-width:100%!important;}
#smv-content-hub #publicMedia .media-pdf{min-height:150px!important;}
@media (min-width:768px) and (max-width:1100px){#smv-content-hub #publicMedia .smv-media-horizontal-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media (min-width:1101px){#smv-content-hub #publicMedia .smv-media-horizontal-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media (max-width:767px){#smv-content-hub #publicMedia .smv-media-horizontal-grid{
    grid-template-columns:1fr!important;
    gap:7px!important;
    margin-top:7px!important;
  }
#smv-content-hub #publicMedia .smv-media-horizontal-grid > .media-card{
    width:100%!important;
    margin:0!important;
    padding:7px!important;
  }
#smv-content-hub #publicMedia .media-video video,#smv-content-hub #publicMedia .media-image img{
    height:auto!important;
    max-height:180px!important;
  }}
#smv-content-hub #publicMedia{width:100%!important;max-width:none!important;min-width:0!important;box-sizing:border-box!important;}
#smv-content-hub #publicMedia .smv-media-horizontal-grid{display:block!important;width:100%!important;margin:0!important;}
#smv-content-hub #publicMedia .smv-media-type-section{display:block!important;width:100%!important;margin:0 0 18px!important;padding:0!important;}
#smv-content-hub #publicMedia .smv-media-type-title{font-size:18px!important;line-height:1.25!important;font-weight:800!important;margin:0 0 8px!important;padding:0 0 5px!important;border-bottom:1px solid var(--line,#e3d6bd)!important;color:var(--maroon,#7a2a1c)!important;}
#smv-content-hub #publicMedia .smv-media-type-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;width:100%!important;min-width:0!important;margin:0!important;align-items:start!important;}
#smv-content-hub #publicMedia .smv-media-type-grid>.media-card{width:100%!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;padding:10px!important;box-sizing:border-box!important;align-self:start!important;overflow:hidden!important;}
#smv-content-hub #publicMedia .smv-media-type-grid>.media-card h3{font-size:16px!important;line-height:1.3!important;margin:0 0 7px!important;overflow-wrap:anywhere!important;word-break:break-word!important;}
#smv-content-hub #publicMedia .media-video video{display:block!important;width:100%!important;height:190px!important;max-height:190px!important;object-fit:contain!important;box-sizing:border-box!important;}
#smv-content-hub #publicMedia .media-music audio{display:block!important;width:100%!important;height:40px!important;margin:5px 0!important;}
#smv-content-hub #publicMedia .media-pdf{min-height:0!important;}
#smv-content-hub #publicMedia .media-image img{display:block!important;width:100%!important;height:170px!important;max-height:170px!important;object-fit:contain!important;box-sizing:border-box!important;}
#smv-content-hub #publicMedia .media-card .btn{margin-top:6px!important;}
@media (min-width:768px) and (max-width:1050px){#smv-content-hub #publicMedia .smv-media-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media (max-width:767px){#smv-content-hub #publicMedia .smv-media-type-section{margin:0 0 9px!important;}
#smv-content-hub #publicMedia .smv-media-type-title{font-size:15px!important;margin:0 0 5px!important;padding:0 0 3px!important;}
#smv-content-hub #publicMedia .smv-media-type-grid{grid-template-columns:1fr!important;gap:7px!important;}
#smv-content-hub #publicMedia .smv-media-type-grid>.media-card{width:100%!important;padding:7px!important;margin:0!important;}
#smv-content-hub #publicMedia .smv-media-type-grid>.media-card h3{font-size:14px!important;margin:0 0 5px!important;}
#smv-content-hub #publicMedia .media-video video{height:auto!important;max-height:180px!important;}
#smv-content-hub #publicMedia .media-image img{height:auto!important;max-height:120px!important;}
#smv-content-hub #publicMedia .media-music audio{height:36px!important;}}
@media (min-width: 768px){#smv-content-hub #publicMedia .smv-media-type-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:14px!important;
    align-items:start!important;
  }
#smv-content-hub #publicMedia .smv-media-type-grid>.media-card{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    align-self:start!important;
  }
#smv-content-hub #publicMedia .media-video.media-card{
    height:285px!important;
    min-height:285px!important;
    max-height:285px!important;
  }
#smv-content-hub #publicMedia .media-video video{
    width:100%!important;
    height:190px!important;
    max-height:190px!important;
    object-fit:contain!important;
  }
#smv-content-hub #publicMedia .media-music.media-card{
    height:115px!important;
    min-height:115px!important;
    max-height:115px!important;
  }
#smv-content-hub #publicMedia .media-music audio{
    width:100%!important;
    height:38px!important;
    margin:5px 0!important;
  }
#smv-content-hub #publicMedia .media-pdf.media-card{
    height:205px!important;
    min-height:205px!important;
    max-height:205px!important;
  }
#smv-content-hub #publicMedia .media-pdf iframe,#smv-content-hub #publicMedia .media-pdf embed{
    width:100%!important;
    height:125px!important;
    max-height:125px!important;
    display:block!important;
  }
#smv-content-hub #publicMedia .media-card h3{
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }}
@media (min-width:768px) and (max-width:1050px){#smv-content-hub #publicMedia .smv-media-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
.smv-advanced-part{display:block!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin:10px 0 16px!important;padding:10px!important;border:2px solid #d8c7a7!important;border-radius:12px!important;background:#fffdf8!important;overflow:hidden!important}
.smv-advanced-part-title.smv-accordion-trigger{width:calc(100% + 20px)!important;margin:-10px -10px 12px!important;padding:11px 12px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;gap:10px!important;cursor:pointer!important;background:#fff3d5!important;border-bottom:2px solid #d8c7a7!important;border-radius:12px 12px 0 0!important;user-select:none!important}
.smv-part-medallion{flex:0 0 34px!important;width:34px!important;height:34px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:#fffaf0!important;border:1px solid #c59b4a!important;color:#8b0000!important;font-weight:900!important;font-size:13px!important}
.smv-part-heading{min-width:0!important;flex:1 1 auto!important;display:flex!important;flex-direction:column!important;gap:2px!important}
.smv-part-heading h3{margin:0!important;padding:0!important;color:#8b0000!important;font-size:16px!important;line-height:1.3!important;font-weight:900!important;text-align:left!important}
.smv-part-tap{display:block!important;color:#6d6674!important;font-size:12px!important;line-height:1.25!important;font-weight:600!important}
.smv-part-chevron{flex:0 0 auto!important;color:#8b0000!important;font-size:22px!important;line-height:1!important;transition:transform .2s ease!important}
.smv-advanced-part.is-expanded .smv-part-chevron{transform:rotate(180deg)!important}
.smv-advanced-part-content{width:100%!important;box-sizing:border-box!important}
.smv-advanced-part-content[hidden]{display:none!important}
@media(min-width:701px){.smv-advanced-part-title.smv-accordion-trigger{padding:12px 14px!important}
.smv-part-heading h3{font-size:17px!important}}
@media(max-width:520px){.smv-advanced-part{margin:10px 0 14px!important;padding:9px!important}
.smv-advanced-part-title.smv-accordion-trigger{width:calc(100% + 18px)!important;margin:-9px -9px 10px!important;padding:10px!important;gap:8px!important}
.smv-part-medallion{flex-basis:30px!important;width:30px!important;height:30px!important;font-size:12px!important}
.smv-part-heading h3{font-size:15px!important}
.smv-part-tap{font-size:11px!important}
.smv-part-chevron{font-size:20px!important}}
.smv-install-app-section{width:100%;box-sizing:border-box;margin:22px auto 10px;padding:0 16px;}
.smv-install-app-card{max-width:980px;margin:0 auto;display:flex;align-items:center;gap:14px;padding:15px 17px;border:1.5px solid #c59b4a;border-radius:16px;background:linear-gradient(180deg,#fffaf0,#fffdf8);box-shadow:0 5px 16px rgba(90,50,10,.08);box-sizing:border-box;}
.smv-install-app-icon-wrap{flex:0 0 auto;width:64px;height:64px;border-radius:15px;overflow:hidden;border:1px solid #d8c7a7;background:#fff;display:grid;place-items:center;}
.smv-install-app-icon{width:64px;height:64px;display:block;object-fit:cover;}
.smv-install-app-copy{min-width:0;flex:1;}
.smv-install-app-copy h3{margin:0 0 4px!important;font-size:18px!important;line-height:1.25!important;color:#7a2a1c!important;}
.smv-install-app-copy p{margin:0!important;font-size:13px!important;line-height:1.45!important;color:#444!important;}
.smv-install-app-help{margin-top:5px;font-size:12px;line-height:1.4;color:#7a2a1c;}
.smv-install-app-btn{flex:0 0 auto;border:1px solid #8b0000;border-radius:10px;padding:11px 16px;min-height:44px;background:#8b0000;color:#fff;font-weight:900;letter-spacing:.3px;cursor:pointer;white-space:nowrap;}
.smv-install-app-btn:hover{filter:brightness(1.08);}
.smv-install-app-btn:disabled{opacity:.6;cursor:default;}
@media(max-width:650px){.smv-install-app-section{padding:0 10px;margin-top:16px;}
.smv-install-app-card{display:grid;grid-template-columns:56px minmax(0,1fr);gap:10px;padding:13px 12px;}
.smv-install-app-icon-wrap,.smv-install-app-icon{width:56px;height:56px;border-radius:13px;}
.smv-install-app-copy h3{font-size:16px!important;}
.smv-install-app-copy p{font-size:12px!important;}
.smv-install-app-btn{grid-column:1 / -1;width:100%;}}
@media(min-width:651px){.smv-install-app-btn{min-width:140px;}}
#dashboardContent .astro-dashboard-summary{
  display:grid !important;
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box !important;
  gap:16px !important;
}
#dashboardContent .astro-dashboard-summary > .card{
  box-sizing:border-box !important;
  min-width:0 !important;
  max-width:100% !important;
  width:auto !important;
  margin:0 !important;
  overflow-wrap:anywhere !important;
}
#dashboardContent .astro-dashboard-summary + .card{
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box !important;
}
@media (max-width:767px){#dashboardContent .astro-dashboard-summary{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
#dashboardContent .astro-dashboard-summary > .card{
    width:100% !important;
  }}
@media (min-width:768px){#dashboardContent .astro-dashboard-summary{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:16px !important;
    align-items:stretch !important;
  }
#dashboardContent .astro-dashboard-summary > .card{
    width:100% !important;
    min-width:0 !important;
  }}
.smv-location-wrap{position:relative}
.smv-location-status{font-size:.82rem;margin-top:5px;min-height:1.1em;color:#6b6258}
.smv-location-status.ok{color:#2d6a3f}
.smv-location-status.err{color:#a43d3d}
.smv-location-wrap{position:relative}
.smv-location-status{font-size:.82rem;margin-top:5px;min-height:1.1em;color:#6b6258}
.smv-location-status.ok{color:#2d6a3f}
.smv-location-status.err{color:#a43d3d}
@media (max-width:700px){textarea[id^="ans_"],textarea[id^="boardAdminAnswer_"],textarea[id^="adminAns_"]{
    min-height:190px !important;
    height:190px !important;
    padding:12px 13px !important;
    font-size:14px !important;
    line-height:1.55 !important;
  }
[id*="answer" i],[class*="answer" i]{
    line-height:1.45;
  }
[class*="question" i]{
    line-height:1.42;
  }
#tamilHoroscopeResult table,#englishHoroscopeResult table,.horoscope-result table,.data-table-wrap table,table.data-table,.bhava-table,.strength-table,.phase2-strength-table,.phase3-shadbala-table,.dasha-table,.dasha-subtable{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    table-layout:fixed !important;
    display:table !important;
    overflow:visible !important;
  }
.data-table-wrap{
    overflow:visible !important;
    width:100% !important;
    max-width:100% !important;
  }
.data-table th,.data-table td,.bhava-table th,.bhava-table td,.strength-table th,.strength-table td,.phase2-strength-table th,.phase2-strength-table td,.phase3-shadbala-table th,.phase3-shadbala-table td,.dasha-table th,.dasha-table td,.dasha-subtable th,.dasha-subtable td{
    padding:6px 4px !important;
    font-size:10.5px !important;
    line-height:1.25 !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
    word-break:break-word !important;
  }
.data-table th,.bhava-table th,.strength-table th,.phase2-strength-table th,.phase3-shadbala-table th,.dasha-table th,.dasha-subtable th{
    font-size:10.5px !important;
  }
.phase3-shadbala-table th:nth-child(n),.phase3-shadbala-table td:nth-child(n){width:auto !important;}
#tamilHoroscopeResult,#englishHoroscopeResult{
    width:100% !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }
.south-indian-chart{max-width:100% !important;}
.card,.panel,.section,.modal-content{
    margin-bottom:8px;
  }}
.dasha-antara-title{font-weight:900;font-size:14px;margin:6px 0 6px;color:#7b1111}
@media(max-width:700px){#tamilHoroscopeResult .bhava-table,#englishHoroscopeResult .bhava-table{table-layout:fixed!important;width:100%!important;min-width:0!important}
#tamilHoroscopeResult .bhava-table th,#englishHoroscopeResult .bhava-table th{font-size:0!important;padding:5px 2px!important;white-space:normal!important;line-height:1.05!important}
#tamilHoroscopeResult .bhava-table th:nth-child(1),#englishHoroscopeResult .bhava-table th:nth-child(1){width:8%!important}
#tamilHoroscopeResult .bhava-table th:nth-child(2),#englishHoroscopeResult .bhava-table th:nth-child(2){width:18%!important}
#tamilHoroscopeResult .bhava-table th:nth-child(3),#englishHoroscopeResult .bhava-table th:nth-child(3){width:23%!important}
#tamilHoroscopeResult .bhava-table th:nth-child(4),#englishHoroscopeResult .bhava-table th:nth-child(4){width:18%!important}
#tamilHoroscopeResult .bhava-table th:nth-child(5),#englishHoroscopeResult .bhava-table th:nth-child(5){width:15%!important}
#tamilHoroscopeResult .bhava-table th:nth-child(6),#englishHoroscopeResult .bhava-table th:nth-child(6){width:18%!important}
#tamilHoroscopeResult .bhava-table th:nth-child(1)::after{content:"பாவம்";font-size:10px}
#tamilHoroscopeResult .bhava-table th:nth-child(2)::after{content:"ஆரம்பம்";font-size:10px}
#tamilHoroscopeResult .bhava-table th:nth-child(3)::after{content:"ஸ்புடம்";font-size:10px}
#tamilHoroscopeResult .bhava-table th:nth-child(4)::after{content:"முடிவு";font-size:10px}
#tamilHoroscopeResult .bhava-table th:nth-child(5)::after{content:"ராசி";font-size:10px}
#tamilHoroscopeResult .bhava-table th:nth-child(6)::after{content:"கிரகங்கள்";font-size:10px}
#tamilHoroscopeResult.english-horoscope .bhava-table th:nth-child(1)::after{content:"Bhava";font-size:10px}
#tamilHoroscopeResult.english-horoscope .bhava-table th:nth-child(2)::after{content:"Start";font-size:10px}
#tamilHoroscopeResult.english-horoscope .bhava-table th:nth-child(3)::after{content:"Middle";font-size:10px}
#tamilHoroscopeResult.english-horoscope .bhava-table th:nth-child(4)::after{content:"End";font-size:10px}
#tamilHoroscopeResult.english-horoscope .bhava-table th:nth-child(5)::after{content:"Rasi";font-size:10px}
#tamilHoroscopeResult.english-horoscope .bhava-table th:nth-child(6)::after{content:"Planets";font-size:10px}
#englishHoroscopeResult .bhava-table th{color:inherit!important;font-size:10px!important;line-height:1.15!important;visibility:visible!important;opacity:1!important}
#englishHoroscopeResult .bhava-table th:nth-child(1)::after{content:"House";font-size:10px}
#englishHoroscopeResult .bhava-table th:nth-child(2)::after{content:"Start";font-size:10px}
#englishHoroscopeResult .bhava-table th:nth-child(3)::after{content:"Middle";font-size:10px}
#englishHoroscopeResult .bhava-table th:nth-child(4)::after{content:"End";font-size:10px}
#englishHoroscopeResult .bhava-table th:nth-child(5)::after{content:"Rasi";font-size:10px}
#englishHoroscopeResult .bhava-table th:nth-child(6)::after{content:"Planets";font-size:10px}
#tamilHoroscopeResult .bhava-table td,#englishHoroscopeResult .bhava-table td{padding:5px 2px!important;font-size:10px!important;line-height:1.15!important;word-break:break-word!important;overflow-wrap:anywhere!important}
#tamilHoroscopeResult .navamsa-table,#englishHoroscopeResult .navamsa-table{
    min-width:0!important;width:100%!important;table-layout:fixed!important
  }
#tamilHoroscopeResult .navamsa-table th,#tamilHoroscopeResult .navamsa-table td,#englishHoroscopeResult .navamsa-table th,#englishHoroscopeResult .navamsa-table td{
    padding:6px 3px!important;font-size:10px!important;line-height:1.15!important;
    white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important
  }
#tamilHoroscopeResult .navamsa-table th:nth-child(1),#tamilHoroscopeResult .navamsa-table td:nth-child(1),#englishHoroscopeResult .navamsa-table th:nth-child(1),#englishHoroscopeResult .navamsa-table td:nth-child(1){width:18%!important}
#tamilHoroscopeResult .navamsa-table th:nth-child(2),#tamilHoroscopeResult .navamsa-table td:nth-child(2),#englishHoroscopeResult .navamsa-table th:nth-child(2),#englishHoroscopeResult .navamsa-table td:nth-child(2){width:20%!important}
#tamilHoroscopeResult .navamsa-table th:nth-child(3),#tamilHoroscopeResult .navamsa-table td:nth-child(3),#englishHoroscopeResult .navamsa-table th:nth-child(3),#englishHoroscopeResult .navamsa-table td:nth-child(3){width:27%!important}
#tamilHoroscopeResult .navamsa-table th:nth-child(4),#tamilHoroscopeResult .navamsa-table td:nth-child(4),#englishHoroscopeResult .navamsa-table th:nth-child(4),#englishHoroscopeResult .navamsa-table td:nth-child(4){width:17%!important}
#tamilHoroscopeResult .navamsa-table th:nth-child(5),#tamilHoroscopeResult .navamsa-table td:nth-child(5),#englishHoroscopeResult .navamsa-table th:nth-child(5),#englishHoroscopeResult .navamsa-table td:nth-child(5){width:18%!important}
#tamilHoroscopeResult .dasha-antara-title,#englishHoroscopeResult .dasha-antara-title{font-size:14px!important;margin:5px 0 5px!important}
#tamilHoroscopeResult .dasha-subtable,#englishHoroscopeResult .dasha-subtable{width:100%!important;min-width:0!important;table-layout:fixed!important;font-size:11px!important}
#tamilHoroscopeResult .dasha-subtable th,#englishHoroscopeResult .dasha-subtable th{padding:5px 3px!important;font-size:10px!important;line-height:1.05!important;white-space:nowrap!important}
#tamilHoroscopeResult .dasha-subtable td,#englishHoroscopeResult .dasha-subtable td{padding:5px 3px!important;font-size:10px!important;line-height:1.1!important;white-space:nowrap!important}
#tamilHoroscopeResult .dasha-subtable th:nth-child(1),#englishHoroscopeResult .dasha-subtable th:nth-child(1),#tamilHoroscopeResult .dasha-subtable td:nth-child(1),#englishHoroscopeResult .dasha-subtable td:nth-child(1){width:38%!important}
#tamilHoroscopeResult .dasha-subtable th:nth-child(2),#englishHoroscopeResult .dasha-subtable th:nth-child(2),#tamilHoroscopeResult .dasha-subtable td:nth-child(2){width:31%!important}
#tamilHoroscopeResult .dasha-subtable th:nth-child(3),#englishHoroscopeResult .dasha-subtable th:nth-child(3),#tamilHoroscopeResult .dasha-subtable td:nth-child(3){width:31%!important}}
@media(max-width:599px){body.smv-horoscope-active header{position:sticky!important;top:0!important;z-index:99999!important;}
body.smv-horoscope-active #horoscope-tools,body.smv-horoscope-active #english-horoscope,body.smv-horoscope-active #tamil-horoscope{min-height:0!important;}}
#submitQuestionBtn{
  background:#980000 !important; color:#fff !important; border:2px solid #c79a3d !important;
  box-shadow:none !important;
}
#askMsg:empty{display:none !important;}
@media (min-width:768px){#english-horoscope .action-row,#tamil-horoscope .action-row{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    flex-wrap:nowrap!important;
  }
#english-horoscope #generateEnglishHoroscope,#english-horoscope #clearEnglishHoroscope,#tamil-horoscope #generateTamilHoroscope,#tamil-horoscope #clearTamilHoroscope{
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    min-height:42px!important;
    height:42px!important;
    padding:9px 16px!important;
    font-size:14px!important;
    line-height:1.25!important;
    flex:0 0 auto!important;
  }}
#englishHoroscopeResult.english-horoscope{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
#englishHoroscopeResult.english-horoscope>.card{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
#englishHoroscopeResult.english-horoscope .home-rule{
  margin-left:auto!important;
  margin-right:auto!important;
}
#englishHoroscopeResult.english-horoscope .south-indian-chart,#englishHoroscopeResult.english-horoscope .data-table-wrap{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
@media(max-width:700px){#englishHoroscopeResult.english-horoscope>.card{
    margin-left:0!important;
    margin-right:0!important;
  }
#englishHoroscopeResult.english-horoscope .south-indian-chart{
    max-width:100%!important;
  }}
html body #dashboardContent p,html body #dashboardContent span,html body #dashboardContent label,html body #dashboardContent li,html body #dashboardContent td,html body #dashboardContent dd,html body #dashboardContent dt,html body #dashboardContent .small{
  font-weight:400!important;
}
html body #dashboardContent h1,html body #dashboardContent h2,html body #dashboardContent h3,html body #dashboardContent h4,html body #dashboardContent h5,html body #dashboardContent h6{
  font-weight:800!important;
}
html body #dashboardContent b,html body #dashboardContent strong{
  font-weight:700!important;
}
html body #dashboardContent button,html body #dashboardContent .btn,html body #dashboardContent a.btn,html body #dashboardContent input[type="button"],html body #dashboardContent input[type="submit"]{
  font-weight:700!important;
}
html body #dashboardContent th{
  font-weight:700!important;
}
html body #dashboardContent .badge,html body #dashboardContent .status,html body #dashboardContent .status-processing{
  font-weight:700!important;
}
html body #dashboardContent .timeline-step{
  font-weight:700!important;
}
html body #dashboardContent [style*="font-size:28px"]{
  font-weight:800!important;
}
html body #dashboardContent a:not(.btn){
  font-weight:400!important;
}
html body #dashboardContent input,html body #dashboardContent textarea,html body #dashboardContent select{
  font-weight:400!important;
}
html body #dashboardContent input::placeholder,html body #dashboardContent textarea::placeholder{
  font-weight:400!important;
  }
html body #dashboardContent input[type="checkbox"] + label,html body #dashboardContent input[type="radio"] + label{
  font-weight:400!important;
}
html body #dashboardContent .card p,html body #dashboardContent .card span,html body #dashboardContent .card label{
  font-weight:400!important;
  }
html body #dashboardContent .card h1,html body #dashboardContent .card h2,html body #dashboardContent .card h3,html body #dashboardContent .card h4,html body #dashboardContent .card h5,html body #dashboardContent .card h6{
  font-weight:800!important;
    }
html body #dashboardContent li{
  font-weight:400!important;
  }
html body #dashboardContent dt,html body #dashboardContent dd{
  font-weight:400!important;
}
html body #dashboardContent td b,html body #dashboardContent td strong{
  font-weight:700!important;
    }
html body #dashboardContent button,html body #dashboardContent .btn{
  font-weight:700!important;
    }
html body #dashboardContent .badge,html body #dashboardContent .status,html body #dashboardContent .status-processing{
  font-weight:700!important;
}
html body #dashboardContent .timeline-step{
  font-weight:700!important;
    }
html body #dashboardContent{
  font-weight:500!important;
}
html body #dashboardContent p,html body #dashboardContent span,html body #dashboardContent label,html body #dashboardContent li,html body #dashboardContent td,html body #dashboardContent dd,html body #dashboardContent dt{
  font-weight:500!important;
}
html body #dashboardContent h1,html body #dashboardContent h2,html body #dashboardContent h3,html body #dashboardContent h4,html body #dashboardContent h5,html body #dashboardContent h6{
  font-weight:900!important;
}
html body #dashboardContent .card h1,html body #dashboardContent .card h2,html body #dashboardContent .card h3,html body #dashboardContent .card h4,html body #dashboardContent .card h5,html body #dashboardContent .card h6{
  font-weight:900!important;
}
html body #dashboardContent b,html body #dashboardContent strong{
  font-weight:800!important;
}
html body #dashboardContent button,html body #dashboardContent .btn,html body #dashboardContent a.btn,html body #dashboardContent input[type="button"],html body #dashboardContent input[type="submit"]{
  font-weight:800!important;
}
html body #dashboardContent th{
  font-weight:800!important;
}
html body #dashboardContent .badge,html body #dashboardContent .status,html body #dashboardContent .status-processing{
  font-weight:800!important;
}
html body #dashboardContent .timeline-step{
  font-weight:800!important;
}
html body #dashboardContent [style*="font-size:28px"]{
  font-weight:900!important;
}
html body #dashboardContent a:not(.btn){
  font-weight:600!important;
}
html body #dashboardContent input,html body #dashboardContent textarea,html body #dashboardContent select{
  font-weight:500!important;
}
html body #dashboardContent input::placeholder,html body #dashboardContent textarea::placeholder{
  font-weight:500!important;
}
html body #dashboardContent .small{
  font-weight:500!important;
  }
:root{
  --ui-body:16px;
  --ui-small:14px;
  --ui-h1:40px;
  --ui-h2:27px;
  --ui-h3:21px;
  --ui-h4:18px;
  --ui-radius:14px;
  --ui-shadow:0 8px 24px rgba(60,35,20,.07);
}
html{font-size:16px!important}
body{
  font-size:var(--ui-body)!important;
  line-height:1.55!important;
  color:#2e2a32!important;
  -webkit-text-size-adjust:100%;
  text-rendering:optimizeLegibility;
}
body p,body li,body label,body dd,body dt{font-size:16px!important;line-height:1.55!important}
body .small{font-size:14px!important;line-height:1.5!important}
body h1{font-size:40px!important;line-height:1.15!important}
body h2{font-size:27px!important;line-height:1.28!important}
body h3{font-size:21px!important;line-height:1.34!important}
body h4{font-size:18px!important;line-height:1.4!important}
body button,body .btn{font-size:14px!important;line-height:1.25!important}
body input,body select,body textarea{font-size:16px!important;line-height:1.45!important;min-height:44px}
.card{
  border-radius:var(--ui-radius)!important;
  box-shadow:var(--ui-shadow)!important;
}
.card h2,.card h3,.card h4,section>h2,#dashboardTitle{
  letter-spacing:.1px!important;
}
.card p,.card li,.card label{margin-top:.55em;margin-bottom:.55em}
#dashboardContent,#admin{font-size:17px!important;line-height:1.58!important}
#dashboardContent p,#dashboardContent li,#dashboardContent label,#admin p,#admin li,#admin label{font-size:17px!important;line-height:1.58!important}
#dashboardContent .small,#admin .small{font-size:14px!important;line-height:1.52!important}
#dashboardContent h2,#admin h2{font-size:28px!important;line-height:1.28!important}
#dashboardContent h3,#admin h3{font-size:22px!important;line-height:1.32!important}
#dashboardContent h4,#admin h4{font-size:19px!important;line-height:1.38!important}
#dashboardContent .badge,#admin .badge{font-size:12px!important;line-height:1.3!important}
#dashboardContent .btn,#admin .btn{font-size:14px!important;min-height:44px!important}
.astro-dashboard-summary>.card h3{font-size:22px!important}
.astro-dashboard-summary>.card p{font-size:17px!important}
.astro-dashboard-summary>.card .small{font-size:14px!important}
#dashboardContent .astro-question-item p,#dashboardContent #astroQuestionQueue p{font-size:16px!important}
#dashboardContent .astro-question-item .small,#dashboardContent #astroQuestionQueue .small{font-size:14px!important}
.astro-dashboard-summary>.card p[style*="font-size:28px"]{font-size:28px!important;line-height:1.2!important}
table,table th,table td{font-size:14px!important;line-height:1.45!important}
.data-table th,.data-table td{padding:9px 10px!important}
.smv-v170-collapsible{position:relative!important}
.smv-v170-collapse-btn{
  position:absolute!important;right:12px!important;top:12px!important;
  width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;
  border:0!important;border-radius:50%!important;
  background:transparent!important;color:#7a2a1c!important;
  font:800 18px/1 Arial,sans-serif!important;
  box-shadow:none!important;cursor:pointer!important;z-index:2!important;
}
.smv-v170-collapse-btn:hover{background:#fff0d0!important;transform:none!important}
.smv-v170-collapse-btn:focus-visible{outline:2px solid #7a2a1c!important;outline-offset:2px!important}
.smv-v170-collapsed>.smv-v170-collapse-btn{color:#7a2a1c!important}
.smv-v170-heading{padding-right:118px!important}
.smv-v170-collapsed>.smv-v170-body{display:none!important}
.smv-v170-collapsed{padding-bottom:14px!important}
.smv-v170-region{position:relative!important;margin-top:14px!important}
.smv-v170-region-head{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;
  padding:9px 12px!important;margin-bottom:8px!important;
  border:1px solid #dfcfb2!important;border-radius:10px!important;background:#fffaf0!important;
}
.smv-v170-region-title{font-size:17px!important;font-weight:900!important;color:var(--maroon)!important}
.smv-v170-region.smv-v170-collapsed>.smv-v170-region-body{display:none!important}
@media(max-width:767px){body{font-size:16px!important;line-height:1.55!important}
body p,body li,body label,body dd,body dt{font-size:16px!important;line-height:1.55!important}
body .small{font-size:13.5px!important;line-height:1.5!important}
body h1{font-size:32px!important;line-height:1.18!important}
body h2{font-size:24px!important;line-height:1.3!important}
body h3{font-size:20px!important;line-height:1.34!important}
body h4{font-size:17px!important;line-height:1.4!important}
body button,body .btn{font-size:14px!important;line-height:1.25!important;min-height:44px!important}
body input,body select,body textarea{font-size:16px!important;min-height:44px!important}
nav a,nav button{font-size:12px!important}
#dashboardContent,#admin{font-size:16px!important}
#dashboardContent p,#dashboardContent li,#dashboardContent label,#admin p,#admin li,#admin label{font-size:16px!important;line-height:1.55!important}
#dashboardContent .small,#admin .small{font-size:13.5px!important}
#dashboardContent h2,#admin h2{font-size:24px!important}
#dashboardContent h3,#admin h3{font-size:20px!important}
#dashboardContent h4,#admin h4{font-size:17px!important}
.astro-dashboard-summary>.card p{font-size:16px!important}
.astro-dashboard-summary>.card p[style*="font-size:28px"]{font-size:26px!important}
#dashboardContent .astro-question-item p,#dashboardContent #astroQuestionQueue p{font-size:16px!important}
#dashboardContent .astro-question-item .small,#dashboardContent #astroQuestionQueue .small{font-size:13.5px!important}
.smv-v170-collapse-btn{right:9px!important;top:9px!important;width:32px!important;height:32px!important;min-height:32px!important;padding:0!important;font-size:17px!important}
.smv-v170-heading{padding-right:102px!important}
.smv-v170-region-title{font-size:15px!important}}
@media(max-width:380px){body{font-size:15.5px!important}
body p,body li,body label{font-size:15.5px!important}
#dashboardContent,#admin{font-size:15.5px!important}
#dashboardContent p,#dashboardContent li,#dashboardContent label,#admin p,#admin li,#admin label{font-size:15.5px!important}
#dashboardContent h2,#admin h2{font-size:23px!important}
#dashboardContent h3,#admin h3{font-size:19px!important}
.smv-v170-heading{padding-right:96px!important}
.smv-v170-collapse-btn{font-size:16px!important}}
.smv-v173-home-section{position:relative!important}
.smv-v173-home-toggle{
  position:absolute!important;right:12px!important;top:10px!important;
  width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;
  padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;
  background:transparent!important;color:#7a2a1c!important;font:800 17px/30px Arial,sans-serif!important;
  cursor:pointer!important;z-index:6!important;box-shadow:none!important;text-align:center!important;
}
.smv-v173-home-toggle:hover,.smv-v173-sub-collapse:hover{background:#fff0d0!important}
.smv-v173-home-section.smv-v173-home-collapsed > .smv-v173-home-collapse-body{display:none!important}
.smv-v173-subregion{position:relative!important}
.smv-v173-subhead{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-height:30px!important;padding:2px 0!important;font-size:18px!important;font-weight:900!important;color:var(--maroon)!important}
.smv-v173-sub-collapse{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#7a2a1c!important;font:800 17px/30px Arial,sans-serif!important;cursor:pointer!important}
.smv-v173-subregion.smv-v173-sub-collapsed > :not(.smv-v173-subhead){display:none!important}
header nav > a:not(.hidden),header nav > button{
  box-sizing:border-box!important;width:88px!important;min-width:88px!important;
  height:42px!important;min-height:42px!important;max-height:42px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  padding:0 10px!important;margin:0!important;line-height:1!important;white-space:nowrap!important;
}
@media(max-width:767px){header nav > a:not(.hidden),header nav > button{
    width:78px!important;min-width:78px!important;height:40px!important;min-height:40px!important;max-height:40px!important;
    padding:0 7px!important;font-size:12px!important;
  }
.smv-v173-home-toggle,.smv-v173-sub-collapse{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;font-size:16px!important;line-height:30px!important}}
.smv-media-title-toggle{cursor:pointer!important;user-select:none!important;}
.smv-media-title-toggle:focus-visible{outline:2px solid #7a2a1c!important;outline-offset:2px!important;border-radius:4px!important;}
.smv-v173-subregion[data-sup="media"] > #publicMedia{display:block!important;}
.smv-v173-subregion[data-sup="media"].smv-v173-sub-collapsed > #publicMedia{display:none!important;}
.smv-media-content-title{cursor:pointer!important;user-select:none!important;}
@media (min-width:600px){html,body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }
header .nav{
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    padding:8px 10px 10px!important;
    box-sizing:border-box!important;
  }
header .brand{
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    margin:0!important;
  }
header nav{
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
header nav > a:not(.hidden),header nav > button:not(.hidden),header nav > .btn:not(.hidden){
    display:inline-flex!important;
    flex:1 1 0!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
    margin:0!important;
    padding:0 5px!important;
    box-sizing:border-box!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:12px!important;
    line-height:1!important;
  }
#dashboardContent{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
    overflow-x:hidden!important;
  }
#dashboardContent .astro-dashboard-summary{
    display:grid!important;
    grid-template-columns:1.70fr 1fr 1fr!important;
    grid-auto-flow:row!important;
    gap:12px!important;
    align-items:stretch!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
  }
#dashboardContent .astro-dashboard-summary > .card{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:250px!important;
    min-height:250px!important;
    max-height:250px!important;
    margin:0!important;
    padding:12px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
#dashboardContent .astro-dashboard-summary > .astro-profile-summary-card{
    display:grid!important;
    grid-template-columns:78px minmax(0,1fr)!important;
    grid-template-rows:auto!important;
    column-gap:12px!important;
    align-items:start!important;
    align-content:start!important;
  }
#dashboardContent .astro-dashboard-summary > .astro-profile-summary-card .astro-profile-photo{
    grid-column:1!important;
    grid-row:1!important;
    width:78px!important;
    height:78px!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    overflow:hidden!important;
  }
#dashboardContent .astro-dashboard-summary > .astro-profile-summary-card .astro-profile-photo img{
    width:72px!important;
    height:72px!important;
    min-width:72px!important;
    min-height:72px!important;
    max-width:72px!important;
    max-height:72px!important;
    object-fit:cover!important;
    border-radius:50%!important;
    display:block!important;
    margin:0!important;
  }
#dashboardContent .astro-dashboard-summary > .astro-profile-summary-card .astro-profile-info{
    grid-column:2!important;
    grid-row:1!important;
    min-width:0!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
  }
#dashboardContent .astro-dashboard-summary > .astro-profile-summary-card .badge{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    margin:0 0 3px!important;
    padding:2px 6px!important;
    font-size:9px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
#dashboardContent .astro-dashboard-summary > .astro-profile-summary-card h3{
    margin:2px 0 5px!important;
    font-size:19px!important;
    line-height:1.15!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
#dashboardContent .astro-dashboard-summary > .astro-profile-summary-card p{
    margin:3px 0!important;
    font-size:12px!important;
    line-height:1.25!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
  }
#dashboardContent .astro-dashboard-summary > .astro-profile-summary-card .astro-profile-bio{
    margin-top:6px!important;
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:6!important;
    overflow:hidden!important;
  }
#dashboardContent .astro-dashboard-summary > .card:nth-child(2),#dashboardContent .astro-dashboard-summary > .card:nth-child(3){
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
  }
#dashboardContent .astro-dashboard-summary > .card:nth-child(2) h3,#dashboardContent .astro-dashboard-summary > .card:nth-child(3) h3{
    margin:2px 0 8px!important;
    font-size:19px!important;
    line-height:1.2!important;
  }
#dashboardContent .astro-dashboard-summary > .card:nth-child(2) p,#dashboardContent .astro-dashboard-summary > .card:nth-child(3) p{
    margin:5px 0!important;
    font-size:13px!important;
    line-height:1.35!important;
    overflow-wrap:anywhere!important;
  }
#dashboardContent > .card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
#dashboardContent .astro-dashboard-summary + .card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
#dashboardContent > .card .card{
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    overflow-wrap:anywhere!important;
  }}
@media (max-width:599px){#dashboardContent .astro-dashboard-summary{
    width:100%!important;
    max-width:100%!important;
  }
#dashboardContent .astro-profile-summary-card{
    display:block!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }
#dashboardContent .astro-profile-photo{
    float:none!important;
  }}
#authBtn.smv-logout-btn{
  background:#8b2cff !important;
  background-image:none !important;
  background-color:#8b2cff !important;
  border-color:#6d16d9 !important;
  color:#fff !important;
  box-shadow:0 5px 13px rgba(139,44,255,.25) !important;
}
header nav #authBtn.smv-logout-btn{
  background:#8b2cff !important;
  background-image:none !important;
  background-color:#8b2cff !important;
  border-color:#6d16d9 !important;
  color:#fff !important;
}
#authBtn.smv-logout-btn:hover{
  background:#7c1fe8 !important;
  background-image:none !important;
  background-color:#7c1fe8 !important;
  border-color:#5b10bd !important;
  color:#fff !important;
}
#dashboard button,#dashboard .btn,#dashboard a.btn,#dashboard input[type="button"],#dashboard input[type="submit"],#dashboardContent button,#dashboardContent .btn,#dashboardContent a.btn,#dashboardContent input[type="button"],#dashboardContent input[type="submit"],#admin button,#admin .btn,#admin a.btn,#admin input[type="button"],#admin input[type="submit"]{
  background:#38bdf8 !important;
  background-image:none !important;
  background-color:#38bdf8 !important;
  border-color:#0284c7 !important;
  color:#fff !important;
  box-shadow:0 5px 13px rgba(14,165,233,.25) !important;
}
.smv-v172-collapsible{position:relative!important}
.smv-v172-collapse-btn{position:absolute!important;right:10px!important;top:10px!important;width:30px!important;height:30px!important;min-height:30px!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#7a2a1c!important;font:800 17px/30px Arial,sans-serif!important;cursor:pointer!important;z-index:5!important;box-shadow:none!important}
.smv-v172-collapse-btn:hover{background:#fff0d0!important}
.smv-v172-collapsed > *:not(h2):not(h3):not(h4):not(.smv-v172-collapse-btn){display:none!important}
.smv-v172-collapsed{padding-bottom:14px!important}
@media(max-width:767px){.smv-v172-collapse-btn{width:30px!important;height:30px!important;min-height:30px!important;font-size:16px!important;line-height:30px!important;right:8px!important;top:8px!important}}
#faq{position:relative!important}
#faq .smv-v174-faq-toggle{
  position:absolute!important;right:12px!important;top:42px!important;
  width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;
  padding:0!important;margin:0!important;border:0!important;border-radius:50%!important;
  background:transparent!important;color:#7a2a1c!important;
  font:800 17px/30px Arial,sans-serif!important;cursor:pointer!important;
  z-index:6!important;box-shadow:none!important;text-align:center!important;
}
#faq .smv-v174-faq-toggle:hover{background:#fff0d0!important}
#faq.smv-v174-faq-collapsed > .faq-list{display:none!important}
header nav{
  width:100%!important;display:flex!important;align-items:center!important;
  justify-content:center!important;flex-wrap:wrap!important;gap:7px!important;
  margin:0 auto!important;box-sizing:border-box!important;
}
header nav > a:not(.hidden),header nav > button:not(.hidden),header nav > .btn:not(.hidden){
  box-sizing:border-box!important;
  width:96px!important;min-width:96px!important;max-width:96px!important;
  height:40px!important;min-height:40px!important;max-height:40px!important;
  flex:0 0 96px!important;padding:0 7px!important;margin:0!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  text-align:center!important;white-space:nowrap!important;overflow:hidden!important;
  text-overflow:ellipsis!important;line-height:1!important;font-size:12px!important;
}
@media(max-width:767px){header nav{gap:6px!important;padding:0 6px!important;justify-content:center!important}
header nav > a:not(.hidden),header nav > button:not(.hidden),header nav > .btn:not(.hidden){
    width:calc((100% - 12px)/3)!important;
    min-width:calc((100% - 12px)/3)!important;
    max-width:112px!important;
    flex:0 0 calc((100% - 12px)/3)!important;
    height:40px!important;min-height:40px!important;max-height:40px!important;
    padding:0 6px!important;font-size:12px!important;border-radius:8px!important;
  }}
@media(max-width:360px){header nav{gap:5px!important;padding:0 4px!important}
header nav > a:not(.hidden),header nav > button:not(.hidden),header nav > .btn:not(.hidden){
    width:calc((100% - 10px)/3)!important;
    min-width:calc((100% - 10px)/3)!important;
    flex-basis:calc((100% - 10px)/3)!important;
    height:38px!important;min-height:38px!important;max-height:38px!important;
    font-size:11px!important;padding:0 4px!important;
  }
#faq .smv-v174-faq-toggle{right:8px!important;top:38px!important}}
@media (min-width:768px){header .nav{
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:8px 12px 10px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    flex-wrap:nowrap!important;
    box-sizing:border-box!important;
  }
header .brand{
    width:auto!important;
    max-width:100%!important;
    margin:0 auto!important;
    flex:0 0 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
header nav{
    width:min(100%, 820px)!important;
    max-width:820px!important;
    margin:0 auto!important;
    padding:0!important;
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }
header nav > a:not(.hidden),header nav > button:not(.hidden),header nav > .btn:not(.hidden){
    flex:1 1 0!important;
    width:0!important;
    min-width:0!important;
    max-width:none!important;
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
    margin:0!important;
    padding:0 6px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:12px!important;
    line-height:1!important;
  }
#dashboardContent .astro-dashboard-summary > .astro-profile-summary-card:before{
    display:none!important;
    content:none!important;
    width:0!important;
    height:0!important;
    margin:0!important;
  }
#dashboardContent .astro-dashboard-summary > .astro-profile-summary-card{
    padding-top:12px!important;
  }}
@media (min-width:600px){header .nav{
    width:100%!important;
    max-width:1160px!important;
    margin:0 auto!important;
    padding:8px 12px 10px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    box-sizing:border-box!important;
  }
header .brand{
    width:auto!important;
    margin:0 auto!important;
    flex:0 0 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
header nav{
    width:100%!important;
    max-width:820px!important;
    margin:0 auto!important;
    padding:0!important;
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }
header nav > a:not(.hidden),header nav > button:not(.hidden),header nav > .btn:not(.hidden){
    flex:1 1 0!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    height:40px!important;
    min-height:40px!important;
    max-height:40px!important;
    margin:0!important;
    padding:0 6px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    font-size:12px!important;
    line-height:1!important;
  }
#dashboardContent .astro-dashboard-summary{
    display:grid!important;
    grid-template-columns:minmax(0,1.70fr) minmax(0,1fr) minmax(0,1fr)!important;
    gap:12px!important;
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
#dashboardContent .astro-dashboard-summary > .card{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:250px!important;
    min-height:250px!important;
    max-height:250px!important;
    margin:0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
#dashboardContent .astro-dashboard-summary > .astro-profile-summary-card{
    display:grid!important;
    grid-template-columns:78px minmax(0,1fr)!important;
    column-gap:12px!important;
    align-items:start!important;
  }
#dashboardContent .astro-dashboard-summary > .astro-profile-summary-card .astro-profile-photo{
    grid-column:1!important;
    grid-row:1!important;
    width:78px!important;
    height:78px!important;
  }
#dashboardContent .astro-dashboard-summary > .astro-profile-summary-card .astro-profile-photo img{
    width:72px!important;height:72px!important;
    min-width:72px!important;min-height:72px!important;
    max-width:72px!important;max-height:72px!important;
    object-fit:cover!important;border-radius:50%!important;
  }
#dashboardContent .astro-dashboard-summary > .astro-profile-summary-card .astro-profile-info{
    grid-column:2!important;grid-row:1!important;min-width:0!important;width:100%!important;
  }
#dashboardContent .astro-dashboard-summary > .astro-profile-summary-card .badge,#dashboardContent .astro-dashboard-summary > .astro-profile-summary-card .astro-profile-badge{
    display:none!important;
  }
#dashboardContent .astro-dashboard-summary > .astro-profile-summary-card:before{
    display:none!important;content:none!important;width:0!important;height:0!important;
  }}
@media (max-width:599px){header nav{flex-wrap:wrap!important;}}
html.smv-desktop-site header .nav{
  width:100%!important;
  max-width:1200px!important;
  margin:0 auto!important;
  padding:8px 14px 10px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  box-sizing:border-box!important;
}
html.smv-desktop-site header .brand{
  width:auto!important;
  margin:0 auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
html.smv-desktop-site header nav{
  width:100%!important;
  max-width:900px!important;
  margin:0 auto!important;
  padding:0!important;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
html.smv-desktop-site header nav > a:not(.hidden),html.smv-desktop-site header nav > button:not(.hidden),html.smv-desktop-site header nav > .btn:not(.hidden){
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  flex:1 1 0!important;
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  margin:0!important;
  padding:0 8px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  font-size:12px!important;
  line-height:1!important;
}
html.smv-desktop-site #dashboardContent .astro-dashboard-summary{
  display:grid!important;
  grid-template-columns:minmax(0,1.7fr) minmax(0,1fr) minmax(0,1fr)!important;
  gap:12px!important;
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
html.smv-desktop-site #dashboardContent .astro-dashboard-summary > .card{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  height:250px!important;
  min-height:250px!important;
  max-height:250px!important;
  margin:0!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}
html.smv-desktop-site #dashboardContent .astro-dashboard-summary > .astro-profile-summary-card{
  display:grid!important;
  grid-template-columns:78px minmax(0,1fr)!important;
  column-gap:12px!important;
  align-items:start!important;
  padding-top:14px!important;
}
html.smv-desktop-site #dashboardContent .astro-dashboard-summary > .astro-profile-summary-card .astro-profile-photo{
  grid-column:1!important;
  grid-row:1!important;
  width:78px!important;
  height:78px!important;
}
html.smv-desktop-site #dashboardContent .astro-dashboard-summary > .astro-profile-summary-card .astro-profile-photo img{
  width:72px!important;
  height:72px!important;
  min-width:72px!important;
  min-height:72px!important;
  max-width:72px!important;
  max-height:72px!important;
  object-fit:cover!important;
  border-radius:50%!important;
}
html.smv-desktop-site #dashboardContent .astro-dashboard-summary > .astro-profile-summary-card .astro-profile-info{
  grid-column:2!important;
  grid-row:1!important;
  min-width:0!important;
  width:100%!important;
}
html.smv-desktop-site #dashboardContent .astro-dashboard-summary > .astro-profile-summary-card .badge,html.smv-desktop-site #dashboardContent .astro-dashboard-summary > .astro-profile-summary-card .astro-profile-badge{
  display:none!important;
}
html.smv-desktop-site #dashboardContent .astro-dashboard-summary > .astro-profile-summary-card:before{
  display:none!important;
  content:none!important;
  width:0!important;
  height:0!important;
}
@media (min-width:600px){header nav > a:not(.hidden),header nav > button:not(.hidden),header nav > .btn:not(.hidden){
    width:102px!important;
    min-width:102px!important;
    max-width:102px!important;
    flex:0 0 102px!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    margin:0!important;
    padding:0 6px!important;
    box-sizing:border-box!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
header nav{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    overflow:visible!important;
  }}
html.smv-desktop-site header nav > a:not(.hidden),html.smv-desktop-site header nav > button:not(.hidden),html.smv-desktop-site header nav > .btn:not(.hidden){
  width:102px!important;
  min-width:102px!important;
  max-width:102px!important;
  flex:0 0 102px!important;
  height:42px!important;
  min-height:42px!important;
  max-height:42px!important;
  padding:0 6px!important;
  box-sizing:border-box!important;
}
html.smv-desktop-site header nav{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  overflow:visible!important;
}
@media (min-width:600px){header .nav > nav > a:not(.hidden),header .nav > nav > button:not(.hidden),header .nav > nav > .btn:not(.hidden){
    width:102px!important;
    min-width:102px!important;
    max-width:102px!important;
    flex:0 0 102px!important;

    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;

    box-sizing:border-box!important;
    padding:0!important;
    margin:0!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    white-space:nowrap!important;
  }
header .nav > nav > #horoscopeNav,header .nav > nav > #contentNav,header .nav > nav > #contactNav,header .nav > nav > #dashLink,header .nav > nav > #authBtn,header .nav > nav > #registerNav{
    width:102px!important;
    min-width:102px!important;
    max-width:102px!important;
    flex:0 0 102px!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    box-sizing:border-box!important;
  }}
@media (max-width:599px){header .nav > nav{
    width:100%!important;
    box-sizing:border-box!important;
  }
header .nav > nav > a:not(.hidden),header .nav > nav > button:not(.hidden),header .nav > nav > .btn:not(.hidden){
    box-sizing:border-box!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;

    padding:0 10px!important;
    margin:0!important;

    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;

    line-height:1!important;
    white-space:nowrap!important;
  }}
@media (max-width:599px){#loginModal,#registerModal{z-index:10001!important;}
#loginModal .modal-card,#registerModal .modal-card{max-height:88vh!important;overflow-y:auto!important;}
#profileReviewModal,#astrologerProfileModal{z-index:10001!important;}}
@media (max-width:767px){#dashboardTitle{
    font-size:24px !important;
    line-height:1.2 !important;
    font-weight:900 !important;
    margin:6px 0 10px !important;
  }
#dashboardContent .astro-dashboard-summary > .card h3,#dashboardContent .astro-dashboard-summary + .card > h3,#dashboardContent #astroQuestionQueue > h3,#dashboardContent #astroAnsweredBox > h3,#dashboardContent .card:has(#changePayoutBtn2) > h3,#dashboardContent .withdrawal-history-title{
    font-size:18px !important;
    line-height:1.28 !important;
    font-weight:800 !important;
    margin:4px 0 8px !important;
  }
#dashboardContent .astro-profile-summary-card p,#dashboardContent .astro-profile-summary-card .astro-profile-bio,#dashboardContent .astro-dashboard-summary > .card:not(.astro-profile-summary-card) > p,#dashboardContent .astro-dashboard-summary > .card:not(.astro-profile-summary-card) > .small{
    font-size:13px !important;
    line-height:1.45 !important;
    font-weight:650 !important;
  }
#dashboardContent .astro-dashboard-summary > .card p[style*="font-size:28px"]{
    font-size:21px !important;
    line-height:1.2 !important;
    font-weight:900 !important;
  }
#dashboardContent .astro-dashboard-summary + .card > p.small{
    font-size:13px !important;
    line-height:1.45 !important;
    font-weight:650 !important;
  }
#dashboardContent .astro-dashboard-summary + .card > .card{
    padding:8px !important;
  }
#dashboardContent .astro-dashboard-summary + .card > .card > b{
    font-size:13px !important;
    line-height:1.4 !important;
    font-weight:750 !important;
  }
#dashboardContent .astro-dashboard-summary + .card > .card .small{
    font-size:12px !important;
    line-height:1.4 !important;
    font-weight:650 !important;
  }
#dashboardContent #astroQuestionQueue > p.small,#dashboardContent #astroAnsweredBox > p.small{
    font-size:13px !important;
    line-height:1.45 !important;
    font-weight:650 !important;
  }
#dashboardContent .astro-question-item,#dashboardContent .astro-answer-item{
    padding:8px !important;
  }
#dashboardContent .astro-question-item > h3,#dashboardContent .astro-answer-item > h3{
    font-size:14px !important;
    line-height:1.4 !important;
    font-weight:750 !important;
  }
#dashboardContent .astro-question-item .small,#dashboardContent .astro-answer-item .small{
    font-size:12px !important;
    line-height:1.4 !important;
    font-weight:650 !important;
  }
#dashboardContent textarea[id^="ans_"]{
    min-height:190px !important;
    height:190px !important;
    font-size:14px !important;
    line-height:1.55 !important;
  }
#dashboardContent .astro-answer-item > div[style*="white-space:pre-wrap"]{
    font-size:13px !important;
    line-height:1.5 !important;
    max-height:150px !important;
    overflow-y:auto !important;
  }
#dashboardContent .smv-history-row .smv-history-amount{
    font-size:13px !important;
    line-height:1.4 !important;
    font-weight:750 !important;
  }
#dashboardContent .smv-history-row .smv-history-content{
    font-size:13px !important;
    line-height:1.45 !important;
    font-weight:650 !important;
  }
#dashboardContent .smv-history-row .smv-history-detail{
    font-size:12px !important;
    line-height:1.4 !important;
    font-weight:650 !important;
  }
#dashboardContent .smv-withdrawal-row .smv-history-amount{
    font-size:13px !important;
    line-height:1.4 !important;
    font-weight:750 !important;
  }
#dashboardContent .smv-withdrawal-row .smv-history-detail,#dashboardContent .smv-withdrawal-row .small{
    font-size:12px !important;
    line-height:1.4 !important;
    font-weight:650 !important;
  }
#dashboardContent .card:has(#changePayoutBtn2) > p.small{
    font-size:13px !important;
    line-height:1.45 !important;
    font-weight:650 !important;
  }
#dashboardContent .card:has(#changePayoutBtn2) .btn{
    font-size:12px !important;
    font-weight:750 !important;
  }
#dashboardContent .card:has(> h3) #astroNotifications,#dashboardContent .card:has(> h3) #astrologerNotifications,#dashboardContent .card:has(> h3) #userNotifications{
    font-size:13px !important;
    line-height:1.45 !important;
  }
#dashboardContent .smv-notification-title{
    font-size:14px !important;
    line-height:1.4 !important;
    font-weight:800 !important;
  }
#dashboardContent .smv-notification-content{
    font-size:13px !important;
    line-height:1.45 !important;
    font-weight:650 !important;
  }
#dashboardContent .smv-notification-meta{
    font-size:11px !important;
    line-height:1.35 !important;
    font-weight:650 !important;
  }
#dashboardContent .smv-history-detail b,#dashboardContent .smv-notification-meta b{
    font-weight:750 !important;
  }
#loginModal,#registerModal,#astrologerProfileModal,#profileReviewsModal{
    font-size:inherit !important;
  }}
@media (max-width:767px){#dashboardContent .earnings-history-section > h3,#dashboardContent .earnings-history-title,#dashboardContent .withdrawal-history-section > h3,#dashboardContent .withdrawal-history-title,#dashboardContent .card:has(#astroNotifications) > h3,#dashboardContent .card:has(#astrologerNotifications) > h3,#dashboardContent .card:has(#userNotifications) > h3{
    font-size:18px !important;
    line-height:1.28 !important;
    font-weight:800 !important;
    margin:4px 0 8px !important;
  }
#dashboardContent .earnings-history-section > h3 ~ *,#dashboardContent .card:has(#astroNotifications) > h3 ~ *{
    font-weight:inherit;
  }}
@media (max-width:767px){#dashboardContent .earnings-history-section > h3,#dashboardContent .earnings-history-title{
    font-size:18px !important;
    line-height:1.28 !important;
    font-weight:800 !important;
  }
#dashboardContent #astroAnsweredBox .customer-name,#dashboardContent #astroAnsweredBox .customerName,#dashboardContent #astroAnsweredBox .customer-name *,#dashboardContent #astroAnsweredBox .customerName *,#dashboardContent #astroAnsweredBox .astro-customer-name{
    font-size:13px !important;
    line-height:1.4 !important;
    font-weight:650 !important;
  }}
@media (max-width:767px){#dashboardContent .card:has(> .smv-history-row) > h3{
    font-size:18px !important;
    line-height:1.28 !important;
    font-weight:800 !important;
    margin:4px 0 8px !important;
  }
#dashboardContent #astroAnsweredBox > h3{
    font-size:18px !important;
    line-height:1.28 !important;
    font-weight:800 !important;
  }
#dashboardContent #astroAnsweredBox .astro-answer-item > h3{
    font-size:13px !important;
    line-height:1.4 !important;
    font-weight:700 !important;
    margin-top:8px !important;
  }
#dashboardContent #astroAnsweredBox .astro-answer-item > .small{
    font-size:12px !important;
    line-height:1.4 !important;
    font-weight:650 !important;
  }}
:root{
  --primary:#302b68;--primary2:#51478f;--gold:#b7793c;--gold2:#d8a060;
  --cream:#f8f5ed;--bg:#f6f3eb;--text:#2d2a35;--card:#ffffff;--muted:#6d6674;
  --line:#d9d2c4;--soft:#eee9f8;--success:#176b45;--danger:#a53b3b;
  --maroon:#292452;--deep:#1c193d;
}
*{box-sizing:border-box}
html{overflow-x:hidden;scroll-behavior:smooth}
body{
  margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);overflow-x:hidden;
  background:
    radial-gradient(circle at 10% 8%,rgba(183,121,60,.07) 0 2px,transparent 3px),
    radial-gradient(circle at 90% 15%,rgba(48,43,104,.045) 0 2px,transparent 3px),
    linear-gradient(180deg,#fbfaf6 0%,#f3f0e8 52%,#fbfaf7 100%);
  background-size:34px 34px,42px 42px,auto;
}
header{
  position:sticky;top:0;background:rgba(255,250,240,.97);border-bottom:3px double var(--gold);
  z-index:100;box-shadow:0 5px 20px rgba(111,21,21,.10);
}
header:after{content:"✦  ॐ  ✦";display:block;text-align:center;color:var(--gold);font-size:10px;letter-spacing:8px;height:13px;line-height:10px;background:#fffaf0}
.nav{
  max-width:1160px;margin:auto;padding:10px 16px;display:flex;align-items:center;
  justify-content:space-between;gap:14px;min-width:0;
}
.brand{display:flex;align-items:center;gap:11px;min-width:0}
.brand-logo{
  width:50px;height:50px;border-radius:50%;object-fit:cover;display:block;flex:none;
  border:2px solid var(--gold);background:#fff7df;box-shadow:0 0 0 4px rgba(184,134,11,.10),0 5px 14px rgba(111,21,21,.16)
}
.brand-text{min-width:0}
.logo{font-size:25px;line-height:1;font-weight:900;letter-spacing:1.5px;color:var(--primary);white-space:nowrap;font-family:Georgia,"Times New Roman",serif}
.brand-sub{display:block;margin-top:4px;font-size:10px;letter-spacing:1.7px;color:#8a6b43;font-weight:800;white-space:nowrap}
nav{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap;min-width:0}
nav a,nav button{
  margin:0;width:100px;height:48px;box-sizing:border-box;padding:0 8px;
  display:inline-flex;align-items:center;justify-content:center;text-align:center;
  text-decoration:none;font-size:13px;font-weight:800;border-radius:8px;
  white-space:nowrap;border:1px solid #751515;background:linear-gradient(135deg,var(--primary),var(--primary2));
  color:#fff;box-shadow:0 5px 13px rgba(111,21,21,.18);transition:transform .15s,box-shadow .15s;
}
nav a:hover,nav button:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(111,21,21,.24);color:#fff}
#authBtn.smv-logout-btn{background:linear-gradient(135deg,#b52f2f,#7f1515);border-color:#6f1111;color:#fff}
#dashLink.smv-role-green,#adminLink.smv-role-green{background:linear-gradient(135deg,#16803a,#0d5c29);border-color:#0b4f23;color:#fff}
button{cursor:pointer;font:inherit;max-width:100%}
.btn{
  border:1px solid #751515;border-radius:8px;padding:11px 16px;
  background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;font-weight:800;
  box-shadow:0 5px 13px rgba(111,21,21,.18);transition:transform .15s,box-shadow .15s;max-width:100%;
}
.btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(111,21,21,.24)}
.btn.alt{background:linear-gradient(135deg,#f2d47d,var(--gold));color:#4a2b08;border-color:#a77708}
.btn.gray{background:#f5eee3;color:#5b4336;border-color:#ddcdb8;box-shadow:none}
.container{max-width:1160px;margin:auto;padding:22px 16px;min-width:0}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));gap:16px;min-width:0}
.card{
  position:relative;background:var(--card);padding:20px;border-radius:13px;border:1px solid var(--line);
  box-shadow:0 8px 23px rgba(111,21,21,.065);min-width:0;max-width:100%;overflow:hidden;
}
.card:before{content:"";display:block;height:3px;width:64px;background:linear-gradient(90deg,var(--primary),var(--gold));margin-bottom:12px;border-radius:3px}
.card h2,.card h3,.card h4{overflow-wrap:anywhere;word-break:break-word;color:var(--maroon);font-family:Georgia,"Times New Roman",serif}
.card p,.card div,.card span,.card b,.card strong,.card label{max-width:100%;overflow-wrap:anywhere;word-break:break-word;white-space:normal}
input,select,textarea{width:100%;max-width:100%;min-width:0;padding:12px;margin:7px 0;border:1px solid #dccbb0;border-radius:8px;font-size:15px;background:#fffdf9;color:var(--text)}
input:focus,select:focus,textarea:focus{outline:2px solid rgba(184,134,11,.22);border-color:var(--gold)}
textarea{min-height:110px;resize:vertical;line-height:1.6;overflow-wrap:anywhere;word-break:break-word}
.hidden{display:none!important}
.badge{display:inline-block;padding:6px 11px;border-radius:99px;background:#fff0d0;color:var(--maroon);border:1px solid #e4c77e;font-size:12px;font-weight:900;letter-spacing:.3px}
.small{font-size:13px;color:var(--muted);line-height:1.55;overflow-wrap:anywhere;word-break:break-word;white-space:normal}
.error{color:var(--danger)}
.success{color:var(--success)}
.modal{position:fixed;inset:0;width:100vw;height:100dvh;background:rgba(61,15,15,.68);display:grid;place-items:center;padding:12px;z-index:200;overflow:hidden}
.modalbox{position:relative;background:#fffaf0;width:min(480px,calc(100vw - 24px));max-width:480px;margin:0 auto;border-radius:14px;padding:22px;max-height:calc(100dvh - 24px);overflow:auto;border:1px solid #dfc78e;min-width:0;box-shadow:0 20px 50px rgba(61,15,15,.22);box-sizing:border-box}
.modalbox #modalContent{padding-right:0!important;margin:0 auto;width:100%;box-sizing:border-box}
section{scroll-margin-top:90px;min-width:0}
section>h2{color:var(--maroon);font-family:Georgia,"Times New Roman",serif}
.empty{padding:25px;text-align:center;color:var(--muted);overflow-wrap:anywhere;word-break:break-word}
.stat{background:linear-gradient(180deg,#fff,#fff8e9);border:1px solid var(--line);border-radius:13px;padding:18px;box-shadow:0 5px 18px rgba(111,21,21,.05);min-width:0;overflow:hidden}
.stat b{font-size:28px;color:var(--primary);display:block;margin-top:5px;overflow-wrap:anywhere}
.action-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px;min-width:0}
.action-row>*{min-width:0;max-width:100%}
#admin,#adminSummary,#pendingAstros,#adminAnswers,#adminReviews,#adminQuestions,#dashboard,#dashboardContent,#astroList,#astroCards,#ask-flow,#register-flow{min-width:0;max-width:100%;overflow-x:hidden}
#adminQuestions>div,#adminAnswers>div,#pendingAstros>div,#adminReviews>div{min-width:0!important;max-width:100%!important;overflow:hidden!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}
#adminQuestions b,#adminAnswers b,#pendingAstros b,#adminReviews b,#adminQuestions p,#adminAnswers p,#pendingAstros p,#adminReviews p{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;max-width:100%!important}
.data-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid #d9c39a;border-radius:10px;background:#fffdf8}
table.data-table{width:100%;min-width:680px;border-collapse:separate;border-spacing:0;table-layout:fixed;font-size:14px;color:var(--text);background:#fffdf8}
.data-table th,.data-table td{padding:11px 12px;border-right:1px solid #e5d6bd;border-bottom:1px solid #e5d6bd;text-align:left;vertical-align:middle;line-height:1.45;white-space:normal;overflow-wrap:anywhere;word-break:normal}
.data-table th{background:#f4e7cc;color:var(--maroon);font-weight:900;white-space:nowrap}
.data-table tr:last-child td{border-bottom:0}
.data-table th:last-child,.data-table td:last-child{border-right:0}
.data-table tbody tr:nth-child(even){background:#fffaf0}
.data-table tbody tr:hover{background:#fff3d5}
.data-table th:nth-child(1),.data-table td:nth-child(1){width:22%}
.data-table th:nth-child(2),.data-table td:nth-child(2){width:20%}
.data-table th:nth-child(3),.data-table td:nth-child(3){width:18%}
.data-table th:nth-child(4),.data-table td:nth-child(4){width:30%}
.data-table th:nth-child(5),.data-table td:nth-child(5){width:14%}
.bhava-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.bhava-table{min-width:0!important;width:100%!important;table-layout:fixed;border-collapse:collapse}
.bhava-table th,.bhava-table td{box-sizing:border-box;text-align:center!important;vertical-align:middle!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;padding:9px 5px!important;line-height:1.35}
.bhava-table th{font-weight:800;font-size:14px}
.bhava-table td{font-size:14px}
.bhava-table th:nth-child(1),.bhava-table td:nth-child(1){width:8%}
.bhava-table th:nth-child(2),.bhava-table td:nth-child(2){width:18%}
.bhava-table th:nth-child(3),.bhava-table td:nth-child(3){width:20%}
.bhava-table th:nth-child(4),.bhava-table td:nth-child(4){width:18%}
.bhava-table th:nth-child(5),.bhava-table td:nth-child(5){width:15%}
.bhava-table th:nth-child(6),.bhava-table td:nth-child(6){width:21%}
@media(max-width:700px){.bhava-table th,.bhava-table td{padding:7px 3px!important;line-height:1.3;font-size:12px}
.bhava-table th{font-size:12px}
.bhava-table th:nth-child(2),.bhava-table td:nth-child(2),.bhava-table th:nth-child(4),.bhava-table td:nth-child(4){font-size:11px}
.bhava-table th:nth-child(3),.bhava-table td:nth-child(3){font-size:11px}
.bhava-table th:nth-child(5),.bhava-table td:nth-child(5){font-size:11px}
.bhava-table th:nth-child(6),.bhava-table td:nth-child(6){font-size:12px}}
.strength-table{min-width:0!important;width:100%!important;table-layout:fixed}
.strength-table th,.strength-table td{text-align:center!important;vertical-align:middle!important;white-space:normal!important;overflow-wrap:anywhere}
.phase2-strength-table{min-width:0!important;width:100%!important;table-layout:fixed}
.phase3-shadbala-table{min-width:980px;width:100%;table-layout:fixed}
.phase3-shadbala-table th,.phase3-shadbala-table td{text-align:center!important;vertical-align:middle!important;white-space:normal!important;overflow-wrap:anywhere}
.phase3-shadbala-table th:nth-child(1),.phase3-shadbala-table td:nth-child(1){width:11%}
.phase3-shadbala-table th:nth-child(2),.phase3-shadbala-table td:nth-child(2){width:14%}
.phase3-shadbala-table th:nth-child(3),.phase3-shadbala-table td:nth-child(3){width:10%}
.phase3-shadbala-table th:nth-child(4),.phase3-shadbala-table td:nth-child(4){width:18%}
.phase3-shadbala-table th:nth-child(5),.phase3-shadbala-table td:nth-child(5){width:10%}
.phase3-shadbala-table th:nth-child(6),.phase3-shadbala-table td:nth-child(6){width:10%}
.phase3-shadbala-table th:nth-child(7),.phase3-shadbala-table td:nth-child(7){width:10%}
.phase3-shadbala-table th:nth-child(8),.phase3-shadbala-table td:nth-child(8){width:17%}
.phase2-strength-table th,.phase2-strength-table td{text-align:center!important;vertical-align:middle!important;white-space:normal!important;overflow-wrap:anywhere}
.phase2-strength-table th:nth-child(1),.phase2-strength-table td:nth-child(1){width:18%}
.phase2-strength-table th:nth-child(2),.phase2-strength-table td:nth-child(2){width:20%}
.phase2-strength-table th:nth-child(3),.phase2-strength-table td:nth-child(3){width:20%}
.phase2-strength-table th:nth-child(4),.phase2-strength-table td:nth-child(4){width:20%}
.phase2-strength-table th:nth-child(5),.phase2-strength-table td:nth-child(5){width:22%}
.strength-table th:nth-child(1),.strength-table td:nth-child(1){width:18%}
.strength-table th:nth-child(2),.strength-table td:nth-child(2){width:12%}
.strength-table th:nth-child(3),.strength-table td:nth-child(3){width:14%}
.strength-table th:nth-child(4),.strength-table td:nth-child(4){width:18%}
.strength-table th:nth-child(5),.strength-table td:nth-child(5){width:38%}
#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .navamsa-planet-only .planet-glyph{font-size:1.08em;font-weight:700}
.navamsa-planet-only{margin-top:1px}
.planet-line{font-size:clamp(15px,2.9vw,19px);font-weight:900;line-height:1.5;min-height:24px}
#tamilHoroscopeResult .south-rasi-cell .planet-glyph,#englishHoroscopeResult .south-rasi-cell .planet-glyph{font-size:1.05em;letter-spacing:.2px}
#tamilHoroscopeResult .south-rasi-cell .planet-degree,#englishHoroscopeResult .south-rasi-cell .planet-degree{font-size:.9em;font-weight:800}
@media(max-width:700px){.bhava-table{font-size:12px}
.bhava-table th,.bhava-table td{padding:9px 5px!important;line-height:1.35}
.strength-table{font-size:12px}
.strength-table th,.strength-table td{padding:8px 4px!important}
.phase2-strength-table{font-size:12px}
.phase2-strength-table th,.phase2-strength-table td{padding:8px 4px!important}
.phase3-shadbala-table{min-width:760px;font-size:12px}
.phase3-shadbala-table th,.phase3-shadbala-table td{padding:8px 4px!important;line-height:1.35}
.strength-table th:nth-child(4),.strength-table td:nth-child(4){width:17%}
.strength-table th:nth-child(5),.strength-table td:nth-child(5){width:39%}
#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .planet-line{font-size:15px}}
.dasha-tree{display:flex;flex-direction:column;gap:10px}
.dasha-node{border:1px solid #d8c7a7;border-radius:12px;background:#fffdf8;overflow:hidden}
.dasha-head{width:100%;border:0;background:transparent;padding:14px 16px;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:10px;font:inherit;cursor:pointer}
.dasha-head:hover{background:#fff8e9}
.dasha-title{font-weight:700}
.dasha-dates{font-size:.85em;color:#6d6256}
.dasha-arrow{font-size:18px;transition:transform .2s}
.dasha-node.open>.dasha-head .dasha-arrow{transform:rotate(90deg)}
.dasha-body{display:none;padding:0 12px 12px}
.dasha-node.open>.dasha-body{display:block}
.dasha-subtable{width:100%;border-collapse:collapse}
.dasha-subtable th,.dasha-subtable td{padding:9px 8px;border-bottom:1px solid #eee3d1;text-align:left;vertical-align:top}
.dasha-subtable th{font-size:.85em;color:#6d6256}
.dasha-mini{margin-top:8px}
.dasha-current{outline:2px solid #d2a85a;background:#fff7dc}
.dasha-breadcrumb{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:#fff8e9;font-size:.9em}
.dasha-empty{padding:10px;color:#777}
.dasha-table th:nth-child(1),.dasha-table td:nth-child(1){width:20%}
.dasha-table th:nth-child(2),.dasha-table td:nth-child(2){width:20%}
.dasha-table th:nth-child(3),.dasha-table td:nth-child(3){width:30%}
.dasha-table th:nth-child(4),.dasha-table td:nth-child(4){width:30%}
.south-rasi-cell{position:relative;justify-content:flex-start;box-sizing:border-box}
.south-rasi-cell .planet-line{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:2px 1px;border-bottom:1px dotted #dbc9aa;font-size:clamp(10px,1.9vw,13px);font-weight:800;color:#6b2d16;line-height:1.3;white-space:nowrap}
.south-rasi-cell .planet-line:last-child{border-bottom:0}
.south-rasi-cell .planet-glyph{font-weight:900;color:#8a4b16}
.south-rasi-cell .planet-degree{font-weight:700;color:#5f5346}
.bhava-rasi-cell .bhava-cusp{font-size:9px;color:#8b5b1e;font-weight:800;border:1px dashed #c9a86b;border-radius:4px;padding:2px 3px;margin:2px 0;line-height:1.15}
.bhava-rasi-cell .planet-line{font-size:clamp(9px,1.7vw,12px)}
.south-rasi-cell .lagna{display:block;width:100%;padding:2px 0;border:1px solid #b78625;border-radius:5px;background:#fff0c7;color:#7b3d0e;font-size:10px}
@media(max-width:700px){table.data-table{min-width:620px}
.data-table th,.data-table td{padding:9px 8px;font-size:13px}
.south-indian-chart{width:min(680px,100%)}
.south-rasi-cell .planet-line{font-size:10px;gap:2px}}
.south-indian-chart{width:min(640px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);border:2px solid #6f4d2c;background:#fffdf7;aspect-ratio:1/1;box-shadow:0 8px 24px rgba(111,21,21,.08)}
.south-rasi-cell{border:1px solid #8f704f;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;padding:7px 4px;min-width:0;overflow:hidden;background:linear-gradient(180deg,#fffdf7,#fff8e9)}
.south-rasi-cell .sign{font-weight:900;color:var(--maroon);font-size:clamp(20px,3.8vw,28px);line-height:1;min-height:28px;display:flex;align-items:center;justify-content:center;width:100%;margin:0 0 3px}
.south-rasi-cell .house{font-size:10px;color:#80654d;margin-top:2px}
.south-rasi-cell .lagna{font-weight:900;color:#9b4b16;font-size:11px;margin-top:3px}
.south-rasi-cell .planet{font-size:clamp(10px,2vw,14px);font-weight:800;color:var(--primary);line-height:1.25;margin-top:2px;overflow-wrap:anywhere}
.south-chart-center{grid-column:2/4;grid-row:2/4;border:1px solid #8f704f;display:flex;align-items:center;justify-content:center;background:#fffdf7;color:#b08a5b;font-family:Georgia,serif;font-size:clamp(18px,4vw,28px);letter-spacing:3px}
@media(max-width:520px){.south-rasi-cell{padding:5px 3px}
.south-rasi-cell .sign{font-size:22px;min-height:25px;margin-bottom:2px}
.south-rasi-cell .house{font-size:8px;line-height:1.15}
.south-rasi-cell .lagna{font-size:9px}
.bhava-rasi-cell .planet-line{font-size:11px;line-height:1.2}
.bhava-rasi-cell .bhava-cusp{font-size:8px;line-height:1.1;padding:2px 2px}}
footer{text-align:center;padding:35px 16px;color:var(--muted);border-top:3px double var(--gold);margin-top:30px;background:#fffaf0}
.registration-panel{margin-top:12px;padding:10px 0 35px}
.registration-intro{text-align:center;max-width:720px;margin:0 auto 24px}
.registration-intro h2{margin-bottom:7px}
.registration-intro p{color:var(--muted);line-height:1.7}
.registration-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:900px;margin:0 auto}
.registration-option{
  position:relative;background:rgba(255,255,255,.82);padding:24px 22px;border:1px solid #e4cf9d;
  border-radius:12px;box-shadow:0 10px 25px rgba(111,21,21,.06);text-align:center;overflow:hidden
}
.registration-option:before{content:"";display:block;width:70px;height:2px;margin:0 auto 14px;background:linear-gradient(90deg,var(--gold),var(--primary),var(--gold))}
.registration-option h3{margin:8px 0 7px;color:var(--maroon);font-family:Georgia,"Times New Roman",serif;font-size:24px}
.registration-option p{min-height:48px;color:var(--muted);line-height:1.6;margin:0 auto 17px;max-width:340px}
.registration-option .btn{min-width:190px}
@media(max-width:760px){.registration-options{grid-template-columns:1fr;gap:14px}}
.home-rule{display:flex;align-items:center;justify-content:center;gap:12px;margin:8px auto 22px;color:var(--gold);font-size:12px;letter-spacing:3px}
.home-rule:before,.home-rule:after{content:"";height:1px;width:min(150px,20vw);background:linear-gradient(90deg,transparent,var(--gold));opacity:.8}
.home-rule:after{background:linear-gradient(90deg,var(--gold),transparent)}
.registration-panel{padding-top:8px}
.registration-intro{max-width:820px;margin:0 auto 28px}
.registration-intro h2{font-size:clamp(28px,4vw,38px);margin:12px 0 8px;color:#7e1818}
.registration-intro p{max-width:680px;margin:0 auto;color:#6a5a50;line-height:1.75}
.registration-options{max-width:960px;gap:20px}
.registration-option{min-height:320px;padding:28px 24px 26px;border-radius:14px;background:rgba(255,255,255,.9);box-shadow:0 9px 24px rgba(86,37,16,.07);border:1px solid #e1cf9f}
.registration-option:after{inset:6px;border-radius:10px}
.registration-icon{width:70px;height:70px;margin-bottom:13px}
.registration-option h3{font-size:23px;margin:6px 0 8px}
.registration-option p{min-height:74px;line-height:1.65}
.customer-option{border-top:3px solid #8f1d1d}
.astrologer-option{border-top:3px solid #b8860b}
@media(max-width:760px){.home-rule:before,.home-rule:after{width:18vw}
.registration-option{min-height:0}}
.registration-options{gap:24px;max-width:940px}
.registration-option{padding:30px 24px 28px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,249,235,.96));border:1px solid #d8b866;box-shadow:0 12px 30px rgba(111,21,21,.08)}
.registration-option:before{display:none}
.registration-option:after{content:"";position:absolute;inset:8px;border:1px solid rgba(184,134,11,.18);border-radius:13px;pointer-events:none}
.registration-icon{position:relative;z-index:1;width:78px;height:78px;margin:0 auto 15px;display:grid;place-items:center;border-radius:50%;color:var(--gold);background:radial-gradient(circle,#fff7d8 0%,#f7df9b 65%,#ead083 100%);border:2px solid var(--gold);box-shadow:0 5px 15px rgba(184,134,11,.18)}
.registration-icon svg{width:54px;height:54px}
.registration-kicker{position:relative;z-index:1;color:#96702d;font-size:10px;font-weight:900;letter-spacing:1.6px;margin-bottom:7px}
.registration-option h3{position:relative;z-index:1;font-size:25px;margin:7px 0 9px}
.registration-option p{position:relative;z-index:1;min-height:72px}
.registration-option .btn{position:relative;z-index:1;min-width:210px}
.btn-icon{font-size:12px;margin-right:4px}
.customer-option{border-top:3px solid var(--primary)}
.astrologer-option{border-top:3px solid var(--gold)}
@media(max-width:760px){.registration-options{gap:16px}
.registration-option{padding:26px 18px}
.registration-option p{min-height:0}
.registration-icon{width:70px;height:70px}
.registration-icon svg{width:48px;height:48px}}
@media(max-width:760px){.nav{padding:9px 10px;align-items:center}
.brand-logo{width:42px;height:42px}
.logo{font-size:21px}
.brand-sub{font-size:8px;letter-spacing:1px}
nav{gap:3px}
nav a{padding:7px 6px;font-size:11px}
nav .btn{padding:8px 9px;font-size:11px}
.container{padding:16px 10px}}
@media(max-width:520px){.brand-sub{display:none}
.logo{font-size:20px}
.nav{flex-wrap:wrap}
.brand{flex:1 1 auto}
nav{width:100%;justify-content:flex-start;overflow:visible}
nav a,nav .btn{flex:0 0 auto}
.grid{grid-template-columns:1fr}
.card{padding:16px}
.action-row{flex-direction:column}
.action-row .btn{width:100%}}
.homepage-registration{margin:10px auto 38px;padding:8px 0 24px}
.homepage-registration .registration-intro .hidden{display:none!important}
.homepage-registration .registration-options{margin-top:18px}
.homepage-registration .registration-option{min-height:300px}
@media(max-width:760px){.homepage-registration{margin-bottom:28px!important}
.homepage-registration .registration-option{min-height:0}}
.feature-section{max-width:1160px;margin:34px auto;padding:0 16px;scroll-margin-top:90px}
.feature-shell{padding:20px}
.feature-top{display:flex;gap:18px;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}
.feature-top>div:first-child{min-width:240px;flex:1}
.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px}
.feature-tile{display:flex;flex-direction:column;gap:4px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fffdf9;text-decoration:none;color:var(--text);box-shadow:0 4px 12px rgba(111,21,21,.05);transition:.15s}
.feature-tile:hover{transform:translateY(-2px);border-color:#d4b36a}
.feature-tile span{font-size:24px}
.feature-tile b{color:var(--maroon);font-size:14px}
.feature-tile small{color:var(--muted)}
.service-card{min-height:210px}
.service-icon{font-size:30px}
.service-card h3{margin-bottom:7px}
.faq-list{display:grid;gap:10px}
.faq-list details{background:#fff;border:1px solid var(--line);border-radius:11px;padding:13px 15px;box-shadow:0 4px 12px rgba(111,21,21,.04)}
.faq-list summary{cursor:pointer;font-weight:800;color:var(--maroon)}
.faq-list p{color:var(--muted);line-height:1.6;margin:10px 0 2px}
.review-card{height:100%}
.stars{letter-spacing:2px;color:var(--gold);font-size:18px}
.lang-tamil{font-family:"Noto Sans Tamil",Arial,sans-serif}
@media(max-width:700px){.feature-section{padding:0 10px}
.feature-shell{padding:14px}}
#blogList .blog-card{min-width:0}
.blog-content{white-space:pre-wrap;line-height:1.75}
.admin-blog-row{border:1px solid var(--line);border-radius:12px;padding:12px;margin-top:10px;background:#fffdf8}
.admin-blog-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}
@media(max-width:650px){.action-row[style*="grid-template-columns"]{grid-template-columns:1fr!important}}
@media(max-width:760px){body{overflow-x:hidden}
.container{padding:14px 10px}
.card{padding:17px 15px;border-radius:12px}
.btn{
    min-height:46px;
    padding:12px 16px;
    border-radius:10px;
    font-size:14px;
  }
input,select,textarea{
    min-height:46px;
    padding:12px 13px;
    font-size:16px;
    border-radius:9px;
  }
textarea{min-height:120px}
.action-row{gap:10px}
.action-row .btn{min-height:46px}
.modal{padding:8px;place-items:center}
.modalbox{
    width:calc(100vw - 16px);
    max-width:calc(100vw - 16px);
    max-height:calc(100dvh - 16px);
    margin:0 auto;
    padding:19px 15px;
    border-radius:13px;
  }
.modalbox .btn{width:100%;margin-top:6px}
section>h2{font-size:25px;line-height:1.25}
.stat{padding:15px}
.stat b{font-size:25px}}
@media(max-width:520px){.container{padding-left:9px;padding-right:9px}
.registration-option{padding:22px 15px}
.registration-option .btn{width:100%;min-width:0}}
.smv-dialog-backdrop{position:fixed;inset:0;width:100vw;height:100dvh;background:rgba(28,25,61,.70);display:grid;place-items:center;padding:14px;z-index:500;backdrop-filter:blur(3px)}
.smv-dialog{width:min(430px,calc(100vw - 28px));max-width:430px;margin:0 auto;box-sizing:border-box;background:linear-gradient(180deg,#fffdf8,#fff7e8);border:1px solid #d8b866;border-radius:20px;box-shadow:0 24px 65px rgba(28,25,61,.28);padding:24px 20px 18px;color:var(--text)}
.smv-dialog-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:radial-gradient(circle,#fff8d9,#efd27d);border:2px solid var(--gold);font-size:23px}
.smv-dialog h3{margin:0;text-align:center;color:#7e1818;font-family:Georgia,"Times New Roman",serif;font-size:24px}
.smv-dialog p{margin:10px 0 18px;text-align:center;color:#62554d;line-height:1.65;white-space:pre-line}
.smv-dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.smv-dialog-actions .btn{width:100%;min-height:46px;margin:0}
.smv-dialog-actions .btn.danger{background:linear-gradient(135deg,#8d2020,#b43d3d);border-color:#761818;color:#fff}
.smv-dialog-actions.single{grid-template-columns:1fr}
.auth-shell{padding:2px 0 0}
.auth-hero{text-align:center;margin-bottom:14px}
.auth-hero-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;background:radial-gradient(circle,#fff8d9,#efd27d);border:2px solid var(--gold);box-shadow:0 6px 16px rgba(184,134,11,.18);font-size:28px}
.auth-hero h2{margin:0;color:#7e1818;font-family:Georgia,"Times New Roman",serif;font-size:30px}
.auth-hero p{margin:5px 0 0;color:#76665c;font-size:13px}
.auth-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:14px 0 12px}
.auth-tabs .btn{padding:10px 6px;min-height:44px;font-size:12px;box-shadow:none}
.auth-tabs .btn.active{background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;border-color:#751515;box-shadow:0 5px 13px rgba(48,43,104,.16)}
.auth-field-label{display:block;margin:8px 2px 4px;color:#60483c;font-size:12px;font-weight:800}
.auth-field{margin:0 0 5px!important;min-height:48px!important}
.auth-submit{width:100%;min-height:50px;margin-top:8px!important;font-size:16px!important}
.auth-secondary{width:100%;min-height:46px;margin-top:7px!important}
.password-wrap{position:relative}
.password-wrap{position:relative}
.password-wrap input{padding-right:48px}
.password-toggle{
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  width:38px;
  height:38px;
  min-width:38px;
  padding:0;
  border:0;
  background:transparent;
  color:#6b5144;
  font-size:20px;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  border-radius:50%;
}
.password-toggle:hover{
  background:transparent;
}
.password-toggle:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:2px;
  }
.auth-note{margin:9px 2px 2px;text-align:center;font-size:12px;color:#75665e;line-height:1.5}
@media(max-width:520px){.modal{padding:7px;place-items:center}
.modalbox{width:calc(100vw - 14px);max-width:calc(100vw - 14px);max-height:calc(100dvh - 14px);margin:0 auto;padding:18px 13px 15px;border-radius:18px}
.modalbox #modalContent{padding-right:0!important;margin:0 auto}
.auth-hero-icon{width:54px;height:54px;font-size:24px}
.auth-hero h2{font-size:27px}
.auth-tabs{grid-template-columns:1fr;gap:7px}
.auth-tabs .btn{min-height:43px;font-size:13px}
.auth-submit,.auth-secondary{font-size:14px!important}
.smv-dialog{padding:21px 15px 15px;border-radius:18px}
.smv-dialog h3{font-size:22px}
.smv-dialog-actions{grid-template-columns:1fr;gap:8px}
.smv-dialog-actions .btn{min-height:48px}}
@media (min-width:521px){#astroCards{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    align-items:stretch;
  }
#astroCards .astro-public-card{
    margin-top:0!important;
    padding:14px!important;
    border-radius:14px;
    min-height:0;
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
  }
#astroCards .astro-public-card img{
    width:56px!important;
    height:56px!important;
    margin-bottom:4px;
  }
#astroCards .astro-public-card h3{
    margin:5px 0 4px;
    font-size:18px;
  }
#astroCards .astro-public-card p{
    margin:5px 0;
    font-size:12px;
    line-height:1.45;
  }
#astroCards .astro-public-card .action-row{
    margin-top:auto;
    padding-top:6px;
  }
#astroCards .astro-public-card .action-row .btn{
    font-size:12px;
    padding:9px 12px;
  }}
@media (min-width:761px){#astroCards{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:14px!important;
    align-items:stretch!important;
  }
#astroCards .astro-public-card{
    width:100%!important;
    margin-top:0!important;
    min-width:0!important;
  }
#dashboardContent > .grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:16px!important;
    align-items:stretch!important;
  }
#dashboardContent > .grid > .card{min-width:0!important;}
#admin > .card:first-child #adminSummary{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:12px!important;
  }}
.profile-dialog{text-align:center;padding:4px 0 0;}
.profile-dialog .profile-photo{width:104px;height:104px;border-radius:50%;object-fit:cover;border:3px solid var(--gold);box-shadow:0 6px 18px rgba(184,134,11,.18);margin:4px auto 10px;display:block;}
.profile-dialog .profile-title{margin:0;color:var(--maroon);font-family:Georgia,"Times New Roman",serif;font-size:26px;}
.profile-dialog .profile-expertise{font-weight:800;color:#60483c;margin:6px 0;}
.profile-dialog .profile-bio{text-align:left;line-height:1.55;}
.profile-dialog .profile-reviews-title{text-align:left;color:var(--maroon);font-family:Georgia,"Times New Roman",serif;margin:18px 0 8px;}
.profile-dialog #publicProfileReviews .card{text-align:left;margin:10px 0;padding:12px;}
.profile-dialog #publicProfileReviews{
  max-height:320px;
  overflow-y:auto;
  overflow-x:hidden;
  padding:2px 8px 4px 2px;
  margin-top:4px;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior:contain;
}
.profile-dialog #publicProfileReviews::-webkit-scrollbar{width:7px}
.profile-dialog #publicProfileReviews::-webkit-scrollbar-thumb{background:#c9a86b;border-radius:10px}
.profile-dialog #publicProfileReviews::-webkit-scrollbar-track{background:#f7f1e4;border-radius:10px}
@media(max-width:520px){.profile-dialog #publicProfileReviews{
    max-height:300px;
    padding-right:6px;
  }}
@media(max-width:520px){.profile-dialog .profile-photo{width:88px;height:88px;}
.profile-dialog .profile-title{font-size:23px;}}
textarea[id^="ans_"],textarea[id^="boardAdminAnswer_"],textarea[id^="adminAns_"]{
  min-height:370px !important;
  height:370px !important;
  max-height:none !important;
  resize:vertical !important;
  line-height:1.6 !important;
  overflow-y:auto !important;
}
@media (max-width:700px){.data-table-wrap{width:100%;max-width:100%;overflow-x:hidden;}
table.data-table{width:100%!important;min-width:0!important;table-layout:fixed!important;font-size:10.5px!important;}
.data-table th,.data-table td{padding:5px 3px!important;line-height:1.2!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;}
.data-table th{font-size:10px!important;}
.data-table th:nth-child(1),.data-table td:nth-child(1){width:18%!important}
.data-table th:nth-child(2),.data-table td:nth-child(2){width:18%!important}
.data-table th:nth-child(3),.data-table td:nth-child(3){width:20%!important}
.data-table th:nth-child(4),.data-table td:nth-child(4){width:24%!important}
.data-table th:nth-child(5),.data-table td:nth-child(5){width:20%!important}
.bhava-table,.strength-table,.phase2-strength-table,.phase3-shadbala-table{min-width:0!important;width:100%!important;table-layout:fixed!important;}
.bhava-table th,.bhava-table td,.strength-table th,.strength-table td,.phase2-strength-table th,.phase2-strength-table td,.phase3-shadbala-table th,.phase3-shadbala-table td{padding:5px 2px!important;font-size:10px!important;line-height:1.18!important;}
.phase3-shadbala-table th:nth-child(1),.phase3-shadbala-table td:nth-child(1){width:12%!important}
.phase3-shadbala-table th:nth-child(2),.phase3-shadbala-table td:nth-child(2){width:13%!important}
.phase3-shadbala-table th:nth-child(3),.phase3-shadbala-table td:nth-child(3){width:11%!important}
.phase3-shadbala-table th:nth-child(4),.phase3-shadbala-table td:nth-child(4){width:15%!important}
.phase3-shadbala-table th:nth-child(5),.phase3-shadbala-table td:nth-child(5){width:10%!important}
.phase3-shadbala-table th:nth-child(6),.phase3-shadbala-table td:nth-child(6){width:10%!important}
.phase3-shadbala-table th:nth-child(7),.phase3-shadbala-table td:nth-child(7){width:10%!important}
.phase3-shadbala-table th:nth-child(8),.phase3-shadbala-table td:nth-child(8){width:19%!important}
.dasha-subtable{width:100%!important;table-layout:fixed!important;font-size:10.5px!important;}
.dasha-subtable th,.dasha-subtable td{padding:5px 3px!important;line-height:1.2!important;white-space:normal!important;overflow-wrap:anywhere!important;}
.dasha-subtable th:nth-child(1),.dasha-subtable td:nth-child(1){width:42%!important}
.dasha-subtable th:nth-child(2),.dasha-subtable td:nth-child(2){width:29%!important}
.dasha-subtable th:nth-child(3),.dasha-subtable td:nth-child(3){width:29%!important}
.dasha-breadcrumb{padding:6px 7px!important;margin-bottom:6px!important;font-size:10px!important;}
.dasha-body{padding:0 6px 6px!important;}}
.sbc-planet-row{display:block;white-space:nowrap;word-spacing:2px;font-style:normal;line-height:1.1}
.sbc-cell{overflow:hidden}
.kota-name-details{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}
.kota-name-details>div{padding:10px;border:1px solid rgba(180,130,40,.22);border-radius:10px;background:rgba(255,250,235,.55)}
.kota-name-details b,.kota-name-details span{display:block}
.kota-name-details span{margin-top:5px}
@media(max-width:760px){.kota-name-details{grid-template-columns:1fr 1fr}
.sbc-planet-row{font-size:.86em}}
@media (max-width: 767px){html,body{width:100%;max-width:100%;overflow-x:hidden!important}
body{font-size:14px!important;line-height:1.45!important}
.container{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:14px 10px!important}
section{width:100%!important;max-width:100%!important;min-width:0!important}
.nav{width:100%!important;max-width:100%!important;padding:8px 10px!important;gap:8px!important}
.brand{gap:7px!important;max-width:55%!important}
.brand-logo{width:38px!important;height:38px!important}
.logo{font-size:17px!important;letter-spacing:.6px!important}
.brand-sub{font-size:7px!important;letter-spacing:1px!important;margin-top:2px!important}
nav{gap:4px!important}
nav a{font-size:11px!important;padding:7px 6px!important}
nav .btn,.nav .btn{min-height:38px!important;padding:8px 10px!important;font-size:11px!important}
h1{font-size:30px!important;line-height:1.2!important}
h2{font-size:22px!important;line-height:1.3!important}
h3{font-size:18px!important;line-height:1.3!important}
h4{font-size:16px!important;line-height:1.3!important}
section>h2{font-size:22px!important;line-height:1.3!important}
.card{width:100%!important;max-width:100%!important;min-width:0!important;padding:14px!important;border-radius:12px!important;box-sizing:border-box!important}
.card h2,.card h3,.card h4{margin-top:4px!important}
.card p{font-size:13px!important;line-height:1.5!important}
.small{font-size:11px!important;line-height:1.45!important}
.empty{padding:18px 8px!important;font-size:13px!important}
#dashboardContent .astro-dashboard-summary{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
  }
#dashboardContent .astro-dashboard-summary>.card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:14px!important;
    box-sizing:border-box!important;
  }
#dashboardContent .astro-dashboard-summary>.card h3{font-size:17px!important}
#dashboardContent .astro-dashboard-summary>.card p{font-size:13px!important}
#dashboardContent .astro-dashboard-summary>.card .small{font-size:11px!important}
#dashboardContent .astro-dashboard-summary>.card img{max-width:56px!important;max-height:56px!important}
#dashboardContent .astro-dashboard-summary>.card .btn{font-size:12px!important;min-height:40px!important;padding:9px 12px!important}
#dashboardContent{width:100%!important;max-width:100%!important;min-width:0!important}
#dashboardContent>.card,#dashboardContent .astro-dashboard-summary + .card{
    width:100%!important;max-width:100%!important;min-width:0!important;
    margin:0 0 10px!important;padding:14px!important;box-sizing:border-box!important;
  }
#dashboardContent>.grid:not(.astro-dashboard-summary){
    display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;
  }
#dashboardContent>.grid:not(.astro-dashboard-summary)>.card{width:100%!important;min-width:0!important}
#admin{width:100%!important;max-width:100%!important;margin-top:18px!important}
#admin>.card{width:100%!important;max-width:100%!important;padding:14px!important;margin:0 0 10px!important}
#adminSummary{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;width:100%!important}
#adminSummary .stat{width:100%!important;min-width:0!important;padding:12px!important}
#adminSummary .stat b{font-size:22px!important}
#pendingAstros,#adminAnswers,#adminReviews,#adminQuestions{width:100%!important;max-width:100%!important}
#pendingAstros>div,#adminAnswers>div,#adminReviews>div,#adminQuestions>div{width:100%!important;max-width:100%!important;box-sizing:border-box!important}
#astroCards{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;max-width:100%!important}
#astroCards .astro-public-card{width:100%!important;min-width:0!important;padding:12px!important;margin:0!important;box-sizing:border-box!important}
#astroCards .astro-public-card h3{font-size:17px!important}
#astroCards .astro-public-card p{font-size:12px!important;line-height:1.45!important}
#astroCards .astro-public-card img{width:56px!important;height:56px!important}
#ask-flow,#appointment,#contact{width:100%!important;max-width:100%!important;min-width:0!important;margin-top:18px!important}
#ask-flow>.card,#appointment>.card,#contact>.card{width:100%!important;max-width:100%!important;padding:14px!important;box-sizing:border-box!important}
#ask-flow h2,#appointment h2,#contact h2{font-size:22px!important}
#ask-flow h3,#appointment h3,#contact h3{font-size:17px!important}
#ask-flow p,#appointment p,#contact p,#ask-flow label,#appointment label,#contact label{font-size:13px!important;line-height:1.5!important}
#register-flow,#astro-register-form{width:100%!important;max-width:100%!important;margin-top:18px!important}
#register-flow .card,#astro-register-form .card{width:100%!important;max-width:100%!important;padding:14px!important;box-sizing:border-box!important}
#register-flow .registration-options{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
#register-flow .registration-option{width:100%!important;min-height:0!important;padding:14px 12px!important}
#register-flow .registration-option h3{font-size:18px!important}
#register-flow .registration-option p{font-size:12px!important;line-height:1.5!important}
.auth-shell{width:100%!important;padding:0!important}
.auth-hero h2{font-size:24px!important}
.auth-hero p{font-size:12px!important}
.auth-tabs{grid-template-columns:1fr!important;gap:6px!important}
.auth-tabs .btn{min-height:42px!important;font-size:12px!important}
input,select,textarea{width:100%!important;max-width:100%!important;min-width:0!important;min-height:42px!important;padding:9px 11px!important;font-size:14px!important;box-sizing:border-box!important}
textarea{min-height:90px!important}
.btn{min-height:40px!important;padding:9px 12px!important;font-size:12px!important;max-width:100%!important}
.action-row{gap:7px!important;flex-wrap:wrap!important}
.action-row .btn{min-height:40px!important}
.feature-section{width:100%!important;max-width:100%!important;margin:22px auto!important;padding:0 10px!important}
.feature-shell{padding:14px!important}
.feature-grid{grid-template-columns:1fr!important}
table{width:100%!important;max-width:100%!important;font-size:11px!important;display:block!important;overflow-x:auto!important}
img,video,iframe{max-width:100%!important}
.modalbox{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;padding:14px!important}}
@media print{body{background:#fff!important;}
.container{padding:0!important;}
.feature-section{display:none!important;}
#english-horoscope{display:block!important;visibility:visible!important;page-break-before:auto!important;break-before:auto!important;}
#english-horoscope>.home-rule{display:block!important;visibility:visible!important;}
#english-horoscope>.card{display:block!important;visibility:visible!important;max-width:none!important;margin:0!important;box-shadow:none!important;border:0!important;padding:0!important;background:#fff!important;}
#english-horoscope>.card>h2,#english-horoscope>.card>p,#english-horoscope>.card>.grid{display:grid!important;visibility:visible!important;}
#english-horoscope>.card>h2{display:block!important;}
#english-horoscope>.card>p{display:block!important;}
#english-horoscope>.card>.grid{display:grid!important;}
#english-horoscope>.card>.action-row{display:none!important;}
#englishHoroscopeResult{display:block!important;visibility:visible!important;page-break-before:always!important;break-before:page!important;margin-top:0!important;}
#englishHoroscopeResult.hidden{display:none!important;visibility:hidden!important;}
#englishHoroscopeResult .horoscope-export-actions{display:none!important;}
#englishHoroscopeResult .card{break-inside:auto!important;page-break-inside:auto!important;}
#englishHoroscopeResult .south-indian-chart,#englishHoroscopeResult .data-table-wrap,#englishHoroscopeResult .dasha-node{break-inside:avoid!important;page-break-inside:avoid!important;}
h2,h3{break-after:avoid!important;page-break-after:avoid!important;}
table{break-inside:auto!important;page-break-inside:auto!important;}
tr{break-inside:avoid!important;page-break-inside:avoid!important;}}
header .nav{
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  padding:16px 12px 12px!important;
}
header .brand{
  width:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  text-align:center!important;
}
header .brand-logo{
  width:78px!important;
  height:78px!important;
  object-fit:contain!important;
  display:block!important;
  flex:0 0 auto!important;
}
header .brand-text{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
}
header .logo{
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(34px,7vw,58px)!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:1px!important;
  color:#30206f!important;
  text-align:center!important;
}
header .brand-sub{
  display:block!important;
  margin-top:7px!important;
  font-size:clamp(10px,2vw,15px)!important;
  letter-spacing:3px!important;
  color:#9a722a!important;
  text-align:center!important;
}
header nav{
  width:100%!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  align-items:center!important;
  gap:8px!important;
}
header nav a,header nav button,header nav .btn{
  width:auto!important;
  min-width:110px!important;
  max-width:none!important;
  height:46px!important;
  min-height:46px!important;
  max-height:none!important;
  padding:10px 18px!important;
  border-radius:10px!important;
  font-size:14px!important;
}
@media(max-width:700px){header .nav{
    padding:12px 8px 10px!important;
    gap:8px!important;
  }
header .brand-logo{
    width:66px!important;
    height:66px!important;
  }
header .logo{
    font-size:34px!important;
  }
header .brand-sub{
    font-size:9px!important;
    letter-spacing:2px!important;
  }
header nav{
    gap:6px!important;
  }
header nav a,header nav button,header nav .btn{
    min-width:96px!important;
    height:42px!important;
    min-height:42px!important;
    padding:8px 12px!important;
    font-size:12px!important;
  }}
:root{
  --smv-red:#8f1717;
  --smv-red-dark:#651010;
  --smv-red-soft:#a82b22;
  --smv-gold:#b8862d;
  --smv-gold-light:#d7b45a;
  --smv-cream:#fffdf7;
  --smv-white:#ffffff;
  --smv-ink:#351a1a;
  --smv-muted:#5f4c4c;
  --smv-border:rgba(184,134,45,.45);
  --smv-shadow:0 10px 28px rgba(101,16,16,.12);
}
html{
  background:var(--smv-cream)!important;
}
body{
  background:
    radial-gradient(circle at 18% 12%,rgba(184,134,45,.07) 0 2px,transparent 3px),
    radial-gradient(circle at 82% 28%,rgba(143,23,23,.045) 0 2px,transparent 3px),
    linear-gradient(180deg,#fffdf8 0%,#fffaf0 48%,#fffdf8 100%)!important;
  background-size:34px 34px,42px 42px,100% 100%!important;
  color:var(--smv-ink)!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-weight:600!important;
  line-height:1.65!important;
}
p,li,dd,dt,label,legend,small,main,section,article,.container,.card,#faq,#contact,#content,#about,#dashboard,#admin,#dashboardContent,#adminContent{
  font-weight:600!important;
}
p,li,dd,dt,label,legend{
  color:var(--smv-muted)!important;
}
h1,h2,h3,h4,h5,h6{
  color:var(--smv-red)!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-weight:900!important;
  letter-spacing:.3px!important;
  text-shadow:0 1px 0 rgba(184,134,45,.12)!important;
}
h1{font-weight:900!important}
h2{font-weight:900!important}
h3{font-weight:900!important}
h4,h5,h6{font-weight:800!important}
.home-rule{
  color:var(--smv-gold)!important;
  font-weight:900!important;
  letter-spacing:2.5px!important;
  text-shadow:0 1px 0 rgba(255,255,255,.9)!important;
}
.home-rule span{
  font-weight:900!important;
}
header{
  background:linear-gradient(180deg,#fffefa 0%,#fff8ea 100%)!important;
  border-bottom:2px solid var(--smv-gold)!important;
  box-shadow:0 4px 18px rgba(101,16,16,.10)!important;
}
header .brand-text .logo,header .brand-text .logo a{
  color:var(--smv-red)!important;
  font-weight:900!important;
  letter-spacing:1px!important;
}
header .brand-sub{
  color:#8a6826!important;
  font-weight:800!important;
  letter-spacing:1.5px!important;
}
header nav a,header nav button,header nav .btn{
  background:linear-gradient(135deg,#9c2220,#711212)!important;
  color:#fffdf7!important;
  border:1px solid #d1a64c!important;
  box-shadow:0 4px 12px rgba(101,16,16,.20)!important;
  font-weight:900!important;
  letter-spacing:.25px!important;
  text-shadow:0 1px 1px rgba(0,0,0,.28)!important;
}
header nav a:hover,header nav button:hover,header nav .btn:hover{
  background:linear-gradient(135deg,#b33227,#7a1111)!important;
  border-color:#f0cc70!important;
  transform:translateY(-1px);
}
header nav #authBtn.smv-logout-btn{
  background:linear-gradient(135deg,#b52f2f,#7f1515)!important;
  border-color:#d6ad55!important;
}
.card,.feature-section details,.faq-list details,section .card{
  background:rgba(255,255,255,.96)!important;
  border:1.5px solid var(--smv-border)!important;
  border-radius:18px!important;
  box-shadow:var(--smv-shadow)!important;
}
.card:hover,.feature-section details:hover,.faq-list details:hover{
  border-color:rgba(184,134,45,.72)!important;
  box-shadow:0 14px 34px rgba(101,16,16,.15)!important;
}
#faq h2{
  color:var(--smv-red)!important;
  font-weight:900!important;
}
#faq summary{
  color:var(--smv-red-dark)!important;
  font-weight:900!important;
}
#faq details[open] summary{
  color:var(--smv-red)!important;
}
#faq details p{
  color:#554444!important;
  font-weight:600!important;
}
button,.btn,input[type="button"],input[type="submit"]{
  font-weight:900!important;
  letter-spacing:.25px!important;
}
.btn:not(.gray){
  background:linear-gradient(135deg,#9c2220,#711212)!important;
  color:#fff!important;
  border:1px solid #d5ad54!important;
  box-shadow:0 5px 14px rgba(101,16,16,.18)!important;
}
.btn:not(.gray):hover{
  background:linear-gradient(135deg,#b33227,#7a1111)!important;
}
input,textarea,select{
  background:#fffefb!important;
  color:#351a1a!important;
  border:1.5px solid rgba(184,134,45,.55)!important;
  font-weight:600!important;
  border-radius:10px!important;
}
input:focus,textarea:focus,select:focus{
  border-color:var(--smv-red)!important;
  box-shadow:0 0 0 3px rgba(184,134,45,.16)!important;
  outline:none!important;
}
input::placeholder,textarea::placeholder{
  color:#887777!important;
  font-weight:600!important;
}
.badge{
  font-weight:900!important;
}
.status,.badge{
  border-color:rgba(184,134,45,.55)!important;
}
#dashboard,#admin,#dashboardContent,#adminContent{
  color:var(--smv-ink)!important;
}
#dashboard h2,#dashboard h3,#dashboard h4,#admin h2,#admin h3,#admin h4{
  color:var(--smv-red)!important;
  font-weight:900!important;
}
#dashboardContent [style*="border-bottom"],#admin [style*="border-bottom"]{
  border-bottom-color:rgba(184,134,45,.32)!important;
}
#dashboardContent table,#admin table{
  border-color:rgba(184,134,45,.4)!important;
}
#dashboardContent th,#admin th{
  background:linear-gradient(135deg,#8f1717,#721111)!important;
  color:#fff!important;
  font-weight:700!important;
}
#dashboardContent td,#admin td{
  font-weight:600!important;
  color:#4f3b3b!important;
}
#login-flow,#register-flow,#astro-register-flow,.registration-panel{
  background:transparent!important;
}
#login-flow h2,#register-flow h2,#astro-register-flow h2{
  color:var(--smv-red)!important;
  font-weight:900!important;
}
a{
  color:var(--smv-red)!important;
  font-weight:700!important;
}
a:hover{
  color:#b8862d!important;
}
.feature-section{
  position:relative;
}
.feature-section::before{
  content:"✦";
  display:block;
  text-align:center;
  color:rgba(184,134,45,.62);
  font-size:16px;
  font-weight:900;
  margin-bottom:4px;
}
footer{
  background:linear-gradient(180deg,#fff8e9,#7b1515 16%,#5f0d0d 100%)!important;
  color:#fffaf0!important;
  border-top:2px solid #d5ad54!important;
}
footer p,footer span,footer div,footer a{
  color:#fff8e9!important;
  font-weight:650!important;
}
footer a:hover{
  color:#f0cf78!important;
}
@media(max-width:767px){body{
    font-size:17px!important;
    line-height:1.65!important;
  }
p,li,dd,dt,label,legend{
    font-size:17px!important;
    line-height:1.65!important;
    font-weight:650!important;
  }
h1{
    font-size:clamp(34px,9vw,44px)!important;
    line-height:1.18!important;
    font-weight:900!important;
  }
h2{
    font-size:clamp(28px,7vw,36px)!important;
    line-height:1.25!important;
    font-weight:900!important;
  }
h3{
    font-size:22px!important;
    line-height:1.3!important;
    font-weight:900!important;
  }
header nav a,header nav button,header nav .btn{
    font-weight:900!important;
  }
.card,.feature-section details,.faq-list details{
    border-radius:17px!important;
  }}
@media(min-width:768px){body{
    font-size:18px!important;
  }
p,li,dd,dt,label,legend{
    font-size:18px!important;
    font-weight:650!important;
  }}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{
    transition:none!important;
    animation:none!important;
    transform:none!important;
  }}
@media (max-width: 600px){html,body{width:100%;overflow-x:hidden!important}
body{font-size:13px!important;line-height:1.38!important}
.container{width:100%!important;max-width:none!important;padding-left:8px!important;padding-right:8px!important}
header{padding:5px 8px!important;min-height:0!important}
header .container{padding:0!important}
header .logo,header .brand,header h1{font-size:18px!important;line-height:1.05!important;margin:0!important}
header nav{gap:4px!important;margin:4px 0 0!important}
header nav a,header nav button,header nav .btn{min-height:34px!important;height:34px!important;padding:5px 7px!important;font-size:11px!important}
main{padding-top:6px!important}
section{margin-top:8px!important;margin-bottom:8px!important}
.feature-section{padding:0 6px!important;margin:8px auto!important}
.feature-shell{padding:8px!important;border-radius:10px!important}
.feature-section h2,.feature-section h3{margin:2px 0 6px!important;line-height:1.2!important}
.card{padding:8px!important;margin:6px 0!important;border-radius:9px!important;box-shadow:0 2px 8px rgba(0,0,0,.08)!important}
.card:before{height:2px!important;width:38px!important;margin-bottom:5px!important}
.card h2{font-size:18px!important;margin:2px 0 5px!important}
.card h3{font-size:15px!important;margin:2px 0 4px!important}
.card h4{font-size:14px!important;margin:2px 0 4px!important}
.card p{font-size:12px!important;line-height:1.38!important;margin:3px 0!important}
.card .small,.small{font-size:10.5px!important;line-height:1.3!important}
.grid{gap:6px!important;margin:6px 0!important}
.stats-grid{gap:5px!important;margin:5px 0!important}
.stat{padding:7px!important;min-height:0!important;border-radius:8px!important}
.stat h3,.stat strong{font-size:15px!important}
.stat p,.stat span{font-size:10.5px!important}
.action-row{gap:5px!important;margin:5px 0!important}
.action-row .btn,.btn{min-height:34px!important;height:auto!important;padding:7px 9px!important;font-size:11px!important;border-radius:7px!important}
input,select{min-height:36px!important;padding:7px 9px!important;margin:4px 0!important;font-size:13px!important;border-radius:7px!important}
textarea:not([id^="ans_"]):not([id^="boardAdminAnswer_"]):not([id^="adminAns_"]){min-height:68px!important;padding:7px 9px!important;margin:4px 0!important;font-size:13px!important;line-height:1.4!important}
label{font-size:11px!important;margin:2px 0!important}
.data-table-wrap{margin:5px 0!important;border-radius:7px!important}
.data-table{font-size:10.5px!important}
.data-table th,.data-table td{padding:5px 6px!important;line-height:1.25!important}
.badge{padding:3px 6px!important;font-size:9.5px!important;border-radius:10px!important}
.empty{padding:9px!important;font-size:11px!important}
.media-card{padding:7px!important;margin:5px 0!important}
.media-card img{max-height:100px!important;object-fit:cover!important}
.modal{padding:5px!important}
.modalbox{width:calc(100vw - 10px)!important;max-width:calc(100vw - 10px)!important;max-height:calc(100dvh - 10px)!important;padding:10px!important;border-radius:11px!important}
.modalbox h2,.modalbox h3{font-size:17px!important;margin:3px 0 6px!important}
.smv-dialog-backdrop{padding:5px!important}
.smv-dialog{width:calc(100vw - 10px)!important;max-width:none!important;padding:11px!important;border-radius:11px!important}
.smv-dialog-icon{width:38px!important;height:38px!important;font-size:18px!important;margin:0 auto 6px!important}
.smv-dialog h3{font-size:17px!important}
.smv-dialog p{font-size:12px!important;line-height:1.35!important;margin:5px 0 9px!important}
.smv-dialog-actions{gap:5px!important}
.smv-dialog-actions .btn{min-height:34px!important}
.faq-section,.faq-list,details{margin:5px 0!important}
details summary{padding:7px!important;font-size:12px!important}
details p{padding:6px!important;font-size:11px!important}
footer{padding:12px 8px!important;margin-top:10px!important;font-size:10.5px!important}
.astrologer-card,.astrologer-item,.astro-card{min-height:0!important}
.astrologer-card img,.astrologer-item img,.astro-card img{width:58px!important;height:58px!important;min-width:58px!important;max-width:58px!important;object-fit:cover!important}
#dashboardContent>.card,#admin>.card,#ask-flow>.card,#register-flow .card,#astro-register-form .card{padding:8px!important;margin:6px 0!important}
#dashboardContent>.grid{gap:6px!important}
#dashboardContent>.card h2,#admin>.card h2{font-size:17px!important}
#dashboardContent>.card h3,#admin>.card h3{font-size:14px!important}
#dashboardContent>.card p,#admin>.card p{font-size:11.5px!important}
#dashboardContent .action-row .btn,#admin .action-row .btn{min-height:32px!important;padding:6px 8px!important;font-size:10.5px!important}
.astro-question-item,.astro-answer-item{padding:7px!important;margin:5px 0!important;border-radius:8px!important}
.astro-question-item p,.astro-answer-item p{font-size:11.5px!important;line-height:1.4!important}
#questionText{min-height:68px!important}
#contactQuery{min-height:68px!important}
#astroQuestionQueue .astro-question-item textarea,#astroAnsweredBox .astro-answer-item textarea,textarea[id^="ans_"],textarea[id^="boardAdminAnswer_"],textarea[id^="adminAns_"]{
    min-height:180px!important;font-size:14px!important;line-height:1.6!important;padding:12px!important
  }
#blogs .card,#blogList .card,#adminBlogs .card{padding:7px!important;margin:5px 0!important}
#blogs .card h3,#blogList .card h3{font-size:14px!important}
#blogs .card p,#blogList .card p{font-size:11px!important;line-height:1.35!important}}
.bhava-table-wrap{width:100%!important;overflow-x:hidden!important}
.bhava-table{width:100%!important;min-width:0!important;max-width:100%!important;table-layout:fixed!important;border-collapse:collapse!important}
.bhava-table th,.bhava-table td{
  box-sizing:border-box!important;text-align:center!important;vertical-align:middle!important;
  white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;
  padding:6px 3px!important;line-height:1.2!important;
}
.bhava-table th{font-weight:900!important}
@media(max-width:700px){.bhava-table th,.bhava-table td{font-size:10.5px!important;padding:5px 2px!important}
.bhava-table th:nth-child(1),.bhava-table td:nth-child(1){width:8%!important}
.bhava-table th:nth-child(2),.bhava-table td:nth-child(2){width:18%!important}
.bhava-table th:nth-child(3),.bhava-table td:nth-child(3){width:20%!important}
.bhava-table th:nth-child(4),.bhava-table td:nth-child(4){width:18%!important}
.bhava-table th:nth-child(5),.bhava-table td:nth-child(5){width:14%!important}
.bhava-table th:nth-child(6),.bhava-table td:nth-child(6){width:22%!important}
.bhava-table th:nth-child(5),.bhava-table td:nth-child(5),.bhava-table th:nth-child(6),.bhava-table td:nth-child(6){font-size:10px!important}}
:root{
  --primary:#980000!important;
  --primary2:#c20b0b!important;
  --maroon:#850000!important;
  --gold:#b88935!important;
  --gold2:#d5b15a!important;
  --cream:#fff!important;
  --bg:#fff!important;
  --text:#242424!important;
  --muted:#666!important;
  --line:#dedede!important;
  --card:#fff!important;
  --deep:#650000!important;
}
html{background:#fff!important;}
body{
  background:#fff!important;
  color:#242424!important;
  font-family:Arial,Helvetica,sans-serif!important;
}
header{
  position:sticky!important;
  top:0!important;
  z-index:1000!important;
  background:#8f0000!important;
  border-bottom:3px solid #b88935!important;
  box-shadow:0 3px 12px rgba(0,0,0,.18)!important;
}
header:after{
  content:"✦  ॐ  ✦"!important;
  height:10px!important;
  line-height:8px!important;
  background:#780000!important;
  color:#e5c77c!important;
  font-size:8px!important;
  letter-spacing:6px!important;
}
.nav{
  max-width:1180px!important;
  padding:9px 16px!important;
  gap:14px!important;
}
.brand{
  gap:10px!important;
  min-width:190px!important;
}
.brand-logo{
  width:46px!important;
  height:46px!important;
  border-radius:50%!important;
  background:#fff!important;
  border:2px solid #e5c77c!important;
  box-shadow:0 0 0 2px rgba(255,255,255,.16)!important;
}
.logo{
  color:#fff!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:23px!important;
  font-weight:900!important;
  letter-spacing:1px!important;
  text-shadow:0 1px 2px rgba(0,0,0,.25)!important;
}
.brand-sub{
  color:#f0d78d!important;
  font-size:9px!important;
  letter-spacing:1.4px!important;
  font-weight:800!important;
}
nav a,nav button{
  background:#fff!important;
  color:#8f0000!important;
  border:1px solid #e4c77e!important;
  border-radius:6px!important;
  box-shadow:none!important;
  font-weight:800!important;
}
nav a:hover,nav button:hover{
  background:#fff8e8!important;
  color:#700000!important;
  transform:none!important;
  box-shadow:0 2px 7px rgba(0,0,0,.16)!important;
}
#authBtn.smv-logout-btn{
  background:#fff!important;
  color:#8f0000!important;
  border-color:#e4c77e!important;
}
#dashLink.smv-role-green,#adminLink.smv-role-green{
  background:#fff!important;
  color:#8f0000!important;
  border-color:#e4c77e!important;
}
.container{max-width:1180px!important;background:#fff!important;padding-top:20px!important;}
.feature-section{background:#fff!important;}
.smv-ask-section{
  padding-top:8px!important;
  padding-bottom:10px!important;
}
.home-rule{
  color:#a87924!important;
  letter-spacing:2px!important;
}
section>h2{
  color:#8f0000!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-weight:800!important;
}
.card,.stat,.registration-option,.feature-shell,.astro-public-card{
  background:#fff!important;
  background-image:none!important;
  border:1px solid #ddd!important;
  border-radius:8px!important;
  box-shadow:0 2px 9px rgba(0,0,0,.07)!important;
}
.card:before{background:#980000!important;}
.card h2,.card h3,.card h4{color:#8f0000!important;}
.btn{
  background:#980000!important;
  color:#fff!important;
  border:1px solid #780000!important;
  border-radius:6px!important;
  box-shadow:none!important;
}
.btn:hover{
  background:#b00000!important;
  color:#fff!important;
  transform:none!important;
  box-shadow:0 2px 7px rgba(120,0,0,.18)!important;
}
.btn.alt{background:#fff!important;color:#8f0000!important;border-color:#8f0000!important;}
.btn.gray{background:#f5f5f5!important;color:#444!important;border-color:#ccc!important;}
input,select,textarea{
  background:#fff!important;
  color:#222!important;
  border:1px solid #cfcfcf!important;
  border-radius:6px!important;
  box-shadow:none!important;
}
input:focus,select:focus,textarea:focus{
  outline:2px solid rgba(152,0,0,.10)!important;
  border-color:#980000!important;
}
.password-toggle{
  background:#fff!important;
  color:#000!important;
  border:0!important;
  box-shadow:none!important;
}
.password-toggle:hover{background:#fff!important;}
.password-toggle svg{width:18px!important;height:18px!important;fill:none;stroke:#000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.password-toggle svg circle{fill:#000;stroke:#000;}
.modalbox,.smv-dialog{
  background:#fff!important;
  border:1px solid #ddd!important;
  border-radius:9px!important;
  box-shadow:0 12px 35px rgba(0,0,0,.20)!important;
}
.smv-dialog-icon{background:#fff!important;border-color:#980000!important;box-shadow:none!important;color:#980000!important;}
.smv-dialog h3{color:#8f0000!important;}
#astroCards{gap:12px!important;}
#astroCards .astro-public-card{
  padding:13px!important;
  min-height:0!important;
}
#astroCards .astro-public-card img{
  border-radius:50%!important;
  border:1px solid #d4b66b!important;
}
#astroCards .astro-public-card h3{color:#8f0000!important;}
#astroCards .astro-public-card .action-row .btn{background:#980000!important;}
th{background:#980000!important;color:#fff!important;}
td{background:#fff!important;color:#222!important;}
.data-table tbody tr:nth-child(even){background:#fafafa!important;}
.data-table tbody tr:hover{background:#fff5f5!important;}
a{color:#8f0000;}
a:hover{color:#b00000;}
@media(max-width:767px){header{position:sticky!important;}
.nav{
    padding:8px 8px 7px!important;
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    gap:7px!important;
  }
.brand{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    justify-content:center!important;
    margin-bottom:3px!important;
  }
.brand-logo{width:42px!important;height:42px!important;}
.logo{font-size:20px!important;}
.brand-sub{font-size:8px!important;}
.nav nav{
    width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(3,1fr)!important;
    gap:6px!important;
    justify-content:center!important;
  }
.nav nav a,.nav nav button,.nav nav .btn{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:40px!important;
    min-height:40px!important;
    padding:0 4px!important;
    font-size:11px!important;
    border-radius:6px!important;
  }
#registerNav{grid-column:2!important;}
.container{padding:12px 8px!important;}
.feature-section{margin-top:16px!important;}
section>h2{font-size:23px!important;}
.card,.astro-public-card,.registration-option{border-radius:7px!important;}}
@media(max-width:380px){.nav nav{gap:5px!important;}
.nav nav a,.nav nav button,.nav nav .btn{font-size:10px!important;}
.logo{font-size:18px!important;}}
header{
  background:#8b0000!important;
  color:#fff!important;
}
header .brand,header .brand-text{
  position:relative!important;
  z-index:20!important;
  opacity:1!important;
  visibility:visible!important;
}
header .brand-text .logo,header .brand-text .logo a,header .logo{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  color:#fff200!important;
  -webkit-text-fill-color:#fff200!important;
  text-shadow:0 1px 2px rgba(0,0,0,.45)!important;
  font-weight:900!important;
}
header .brand-sub{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  text-shadow:0 1px 2px rgba(0,0,0,.35)!important;
}
header .brand-logo{
  position:relative!important;
  z-index:21!important;
  opacity:1!important;
  visibility:visible!important;
  background:#fff!important;
}
@media(max-width:520px){header .brand-text .logo,header .brand-text .logo a,header .logo{
    color:#fff200!important;
    -webkit-text-fill-color:#fff200!important;
    font-size:20px!important;
    font-weight:900!important;
  }
header .brand-sub{
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
  }}
:root{
  --smv-header-red:#a80000;
  --smv-header-red-dark:#850000;
  --smv-header-yellow:#ffd84d;
  --smv-chart-yellow:#fff2a8;
  --smv-chart-yellow-light:#fff8cf;
  --smv-planet-red:#a40000;
}
#astroCards .astro-public-card [data-profile],#astroCards .astro-public-card .action-row .btn{
  background:linear-gradient(135deg,var(--smv-header-red),var(--smv-header-red-dark))!important;
  color:var(--smv-header-yellow)!important;
  border-color:var(--smv-header-red-dark)!important;
  font-weight:900!important;
  text-shadow:0 1px 0 rgba(0,0,0,.12);
}
#astroCards .astro-public-card [data-profile]:hover,#astroCards .astro-public-card .action-row .btn:hover{
  background:linear-gradient(135deg,#b80000,#8d0000)!important;
  color:#ffe56b!important;
}
.data-table th,.bhava-table th,.strength-table th,.phase2-strength-table th,.phase3-shadbala-table th,.dasha-table th,.dasha-subtable th,.navamsa-table th,table.data-table thead th{
  background:var(--smv-header-red)!important;
  color:var(--smv-header-yellow)!important;
  font-weight:900!important;
  border-color:#d7b53d!important;
  text-shadow:0 1px 0 rgba(0,0,0,.15);
}
.data-table tbody tr:nth-child(even),.bhava-table tbody tr:nth-child(even),.strength-table tbody tr:nth-child(even),.phase2-strength-table tbody tr:nth-child(even),.phase3-shadbala-table tbody tr:nth-child(even),.dasha-subtable tbody tr:nth-child(even){
  background:#fffdf1!important;
}
#tamilHoroscopeResult .south-indian-chart,#englishHoroscopeResult .south-indian-chart,#tamilHoroscopeResult .south-rasi-cell,#englishHoroscopeResult .south-rasi-cell,#tamilHoroscopeResult .south-chart-center,#englishHoroscopeResult .south-chart-center{
  background:var(--smv-chart-yellow)!important;
}
#tamilHoroscopeResult .south-rasi-cell,#englishHoroscopeResult .south-rasi-cell{
  border-color:#9b6b27!important;
  background:var(--smv-chart-yellow-light)!important;
}
#tamilHoroscopeResult .south-chart-center,#englishHoroscopeResult .south-chart-center{
  background:#ffe98a!important;
  border-color:#9b6b27!important;
}
#tamilHoroscopeResult .south-indian-chart,#englishHoroscopeResult .south-indian-chart{
  background:var(--smv-chart-yellow)!important;
  border-color:#8f5f18!important;
}
#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .planet-line,#tamilHoroscopeResult .south-rasi-cell .planet-glyph,#englishHoroscopeResult .south-rasi-cell .planet-glyph,#tamilHoroscopeResult .south-rasi-cell .planet,#englishHoroscopeResult .south-rasi-cell .planet,#tamilHoroscopeResult .bhava-rasi-cell .planet-line,#englishHoroscopeResult .bhava-rasi-cell .planet-line,#tamilHoroscopeResult .bhava-rasi-cell .bhava-planet-house,#englishHoroscopeResult .bhava-rasi-cell .bhava-planet-house,#tamilHoroscopeResult .navamsa-planet-only .planet-glyph,#englishHoroscopeResult .navamsa-planet-only .planet-glyph{
  color:var(--smv-planet-red)!important;
  font-weight:900!important;
}
#tamilHoroscopeResult .south-rasi-cell .planet-degree,#englishHoroscopeResult .south-rasi-cell .planet-degree{
  color:#8f2a16!important;
  font-weight:800!important;
}
#tamilHoroscopeResult .south-rasi-cell .lagna,#englishHoroscopeResult .south-rasi-cell .lagna{
  background:#ffe98a!important;
  color:var(--smv-planet-red)!important;
  border-color:#9b6b27!important;
}
#tamilHoroscopeResult .south-rasi-cell .sign,#englishHoroscopeResult .south-rasi-cell .sign,#tamilHoroscopeResult .south-rasi-cell .dynamic-rasi-number,#englishHoroscopeResult .south-rasi-cell .dynamic-rasi-number{
  color:#6f2a12!important;
}
#tamilHoroscopeResult .bhava-rasi-cell .bhava-cusp,#englishHoroscopeResult .bhava-rasi-cell .bhava-cusp{
  color:var(--smv-planet-red)!important;
  border-color:#b78625!important;
  background:#fff0a8!important;
}
#tamilHoroscopeResult h2,#englishHoroscopeResult h2,#tamilHoroscopeResult h3,#englishHoroscopeResult h3{
  color:var(--smv-planet-red)!important;
}
#tamilHoroscopeResult .data-table-wrap,#englishHoroscopeResult .data-table-wrap{
  border-color:#c9a24a!important;
  background:#fffdf1!important;
}
header,nav{
  
}
#tamilHoroscopeResult .south-indian-chart,#englishHoroscopeResult .south-indian-chart{
  background:#fff!important;
}
#tamilHoroscopeResult .south-rasi-cell,#englishHoroscopeResult .south-rasi-cell,#tamilHoroscopeResult .bhava-rasi-cell,#englishHoroscopeResult .bhava-rasi-cell{
  background:#fff!important;
  background-image:none!important;
}
#tamilHoroscopeResult .south-chart-center,#englishHoroscopeResult .south-chart-center{
  background:#ffe477!important;
  background-image:none!important;
  color:#e00000!important;
}
#tamilHoroscopeResult .south-indian-chart .chart-center,#englishHoroscopeResult .south-indian-chart .chart-center,#tamilHoroscopeResult .south-indian-chart .center-cell,#englishHoroscopeResult .south-indian-chart .center-cell{
  background:#ffe477!important;
  color:#e00000!important;
}
#tamilHoroscopeResult h3,#englishHoroscopeResult h3,#tamilHoroscopeResult .bhava-chart-title,#englishHoroscopeResult .bhava-chart-title{
  color:#e00000!important;
}
#tamilHoroscopeResult .south-rasi-cell .planet,#englishHoroscopeResult .south-rasi-cell .planet,#tamilHoroscopeResult .south-rasi-cell .planet-line,#englishHoroscopeResult .south-rasi-cell .planet-line,#tamilHoroscopeResult .south-rasi-cell .planet-glyph,#englishHoroscopeResult .south-rasi-cell .planet-glyph,#tamilHoroscopeResult .bhava-rasi-cell .planet,#englishHoroscopeResult .bhava-rasi-cell .planet,#tamilHoroscopeResult .bhava-rasi-cell .planet-line,#englishHoroscopeResult .bhava-rasi-cell .planet-line{
  color:#e00000!important;
  font-weight:900!important;
}
#tamilHoroscopeResult .south-rasi-cell .planet-degree,#englishHoroscopeResult .south-rasi-cell .planet-degree{
  color:#e00000!important;
  font-weight:800!important;
}
#tamilHoroscopeResult .south-rasi-cell .sign,#englishHoroscopeResult .south-rasi-cell .sign,#tamilHoroscopeResult .south-rasi-cell .dynamic-rasi-number,#englishHoroscopeResult .south-rasi-cell .dynamic-rasi-number{
  color:#000!important;
  font-weight:900!important;
}
#tamilHoroscopeResult .bhava-rasi-cell .sign,#englishHoroscopeResult .bhava-rasi-cell .sign,#tamilHoroscopeResult .bhava-rasi-cell .house,#englishHoroscopeResult .bhava-rasi-cell .house{
  color:#000!important;
  font-weight:900!important;
}
#tamilHoroscopeResult .south-indian-chart .house-number,#englishHoroscopeResult .south-indian-chart .house-number,#tamilHoroscopeResult .south-indian-chart .rasi-number,#englishHoroscopeResult .south-indian-chart .rasi-number{
  color:#000!important;
  font-weight:900!important;
}
#tamilHoroscopeResult .south-rasi-cell .empty,#englishHoroscopeResult .south-rasi-cell .empty{
  color:#000!important;
}
#tamilHoroscopeResult .south-rasi-cell .lagna,#englishHoroscopeResult .south-rasi-cell .lagna{
  background:#fff!important;
  color:#e00000!important;
  border-color:#c9a24a!important;
}
#tamilHoroscopeResult table.data-table thead th,#englishHoroscopeResult table.data-table thead th,#tamilHoroscopeResult .data-table th,#englishHoroscopeResult .data-table th,#tamilHoroscopeResult .bhava-table th,#englishHoroscopeResult .bhava-table th{
  background:#c00000!important;
  color:#ffff00!important;
  font-weight:900!important;
  text-shadow:none!important;
}
#tamilHoroscopeResult .data-table tbody td,#englishHoroscopeResult .data-table tbody td{
  background:#fff!important;
}
.astro-dashboard-summary,.astro-dashboard-summary .card,.astro-dashboard-summary .card h3,.astro-dashboard-summary .card p,.astro-dashboard-summary .card .small,.astro-dashboard-summary .card b,.astro-dashboard-summary .card span,.astro-dashboard-summary .card div,#astroQuestionQueue,#astroQuestionQueue h3,#astroQuestionQueue p,#astroQuestionQueue .small,#astroQuestionQueue b,#astroQuestionQueue span,#astroQuestionQueue div{color:#000!important;font-weight:800!important}
.astro-dashboard-summary .btn,#astroQuestionQueue .btn{color:#000!important;font-weight:900!important}
#astroAnsweredBox>p{color:#000!important;font-weight:800!important}
#astroAnsweredBox .answer-meta-label{color:#000!important;font-weight:900!important}
#astroAnsweredBox .answer-meta-value{color:#e00000!important;font-weight:900!important;font-size:1.12em!important}
#astroAnsweredBox .astro-answer-item>h3,#astroAnsweredBox .astro-answer-item .answer-body,#astroAnsweredBox .astro-answer-item .answer-status{color:#000!important;font-weight:800!important}
.withdrawal-history-section .withdrawal-meta-label{color:#000!important;font-weight:900!important}
.withdrawal-history-section .withdrawal-meta-value{color:#e00000!important;font-weight:900!important;font-size:1.12em!important}
#dashboardContent .astro-dashboard-summary,#dashboardContent .astro-dashboard-summary *,#dashboardContent .astro-dashboard-summary p,#dashboardContent .astro-dashboard-summary .small,#dashboardContent .astro-dashboard-summary div,#dashboardContent .astro-dashboard-summary span,#dashboardContent .astro-dashboard-summary b,#dashboardContent .astro-dashboard-summary strong,#dashboardContent .astro-dashboard-summary a,#dashboardContent .astro-dashboard-summary label,#dashboardContent .astroQuestionQueue,#dashboardContent .astroQuestionQueue *,#dashboardContent #astroQuestionQueue,#dashboardContent #astroQuestionQueue *,#dashboardContent #astroQuestionQueue .small,#dashboardContent #astroQuestionQueue p,#dashboardContent #astroQuestionQueue div,#dashboardContent #astroQuestionQueue span,#dashboardContent #astroQuestionQueue b{
  color:#000!important;
  font-weight:900!important;
}
#dashboardContent #astroQuestionQueue > h3{
  color:#e00000!important;
  font-weight:900!important;
}
#dashboardContent .public-inbox-description,#dashboardContent .no-paid-public-questions{
  color:#000!important;
  font-weight:900!important;
}
#dashboardContent #astroAnsweredBox .answer-meta-label{
  color:#000!important;
  font-weight:900!important;
}
#dashboardContent #astroAnsweredBox .answer-meta-value{
  color:#e00000!important;
  font-weight:900!important;
  font-size:1.16em!important;
  line-height:1.5!important;
}
#dashboardContent #astroQuestionQueue .answer-meta-label{
  color:#000!important;
  font-weight:900!important;
}
#dashboardContent #astroQuestionQueue .answer-meta-value{
  color:#e00000!important;
  font-weight:900!important;
  font-size:1.10em!important;
}
#dashboardContent .withdrawal-history-section .withdrawal-meta-label{
  color:#000!important;
  font-weight:900!important;
}
#dashboardContent .withdrawal-history-section .withdrawal-meta-value{
  color:#e00000!important;
  font-weight:900!important;
  font-size:1.14em!important;
  line-height:1.5!important;
}
#dashboardContent .notification-red-value{
  color:#e00000!important;
  font-weight:900!important;
  font-size:1.08em!important;
}
#dashboardContent .smv-notification-meta > b{
  color:#000!important;
  font-weight:900!important;
}
#dashboardContent .card > h3,#dashboardContent #astroQuestionQueue > h3,#dashboardContent #astroAnsweredBox > h3,#dashboardContent .withdrawal-history-title,#dashboardContent .card:has(#userNotifications) > h3,#dashboardContent .card:has(#astroNotifications) > h3,#dashboardContent .card:has(#astrologerNotifications) > h3{
  color:#000!important;
  font-weight:900!important;
}
#dashboardContent .public-inbox-description,#dashboardContent .no-paid-public-questions{
  color:#000!important;
  font-weight:900!important;
}
#dashboardContent .card:has(#changePayoutBtn2) > p.small{
  color:#000!important;
  font-weight:900!important;
}
#dashboardContent #astroAnsweredBox .answer-meta-label{
  color:#000!important;
  font-weight:900!important;
}
#dashboardContent #astroAnsweredBox .answer-meta-value{
  color:#b00000!important;
  font-weight:900!important;
  font-size:1.16em!important;
  line-height:1.5!important;
}
#dashboardContent #astroQuestionQueue .answer-meta-label{
  color:#000!important;
  font-weight:900!important;
}
#dashboardContent #astroQuestionQueue .answer-meta-value{
  color:#b00000!important;
  font-weight:900!important;
  font-size:1.10em!important;
}
#dashboardContent .withdrawal-history-section .withdrawal-meta-label{
  color:#000!important;
  font-weight:900!important;
}
#dashboardContent .withdrawal-history-section .withdrawal-meta-value{
  color:#b00000!important;
  font-weight:900!important;
  font-size:1.14em!important;
  line-height:1.5!important;
}
#dashboardContent #userNotifications .smv-notification-title,#dashboardContent #userNotifications .smv-notification-title b,#dashboardContent #userNotifications .smv-notification-content,#dashboardContent #userNotifications .smv-notification-content b,#dashboardContent #userNotifications .smv-notification-meta,#dashboardContent #userNotifications .smv-notification-meta b{
  color:#000!important;
  font-weight:900!important;
}
#dashboardContent #userNotifications .notification-red-value{
  color:#b00000!important;
  font-weight:900!important;
  font-size:1.08em!important;
}
#dashboardContent #astroNotifications .smv-notification-title,#dashboardContent #astroNotifications .smv-notification-title b,#dashboardContent #astroNotifications .smv-notification-content,#dashboardContent #astroNotifications .smv-notification-content b,#dashboardContent #astroNotifications .smv-notification-meta,#dashboardContent #astroNotifications .smv-notification-meta b,#dashboardContent #astrologerNotifications .smv-notification-title,#dashboardContent #astrologerNotifications .smv-notification-title b,#dashboardContent #astrologerNotifications .smv-notification-content,#dashboardContent #astrologerNotifications .smv-notification-content b,#dashboardContent #astrologerNotifications .smv-notification-meta,#dashboardContent #astrologerNotifications .smv-notification-meta b{
  color:#000!important;
  font-weight:900!important;
}
#dashboardContent #astroNotifications .notification-red-value,#dashboardContent #astrologerNotifications .notification-red-value{
  color:#b00000!important;
  font-weight:900!important;
}
#dashboardContent .available-withdraw-amount{
  font-weight:900!important;
}
#dashboardContent .available-withdraw-amount.withdraw-red{
  color:#b00000!important;
}
#dashboardContent .available-withdraw-amount.withdraw-green{
  color:#198754!important;
}
#dashboardContent .profile-status-value{
  font-weight:900!important;
}
#dashboardContent .profile-status-approved{
  color:#16a34a!important;
}
#dashboardContent .profile-status-rejected{
  color:#b00000!important;
}
#dashboardContent .profile-status-pending{
  color:#000!important;
}
#dashboardContent,#admin{
  color:#000;
}
#dashboardContent .card > h2,#dashboardContent .card > h3,#admin .card > h2,#admin .card > h3,#admin .card > h4{
  color:#000!important;
  font-weight:900!important;
}
#dashboardContent .card p,#dashboardContent .card .small,#dashboardContent .card .empty,#admin .card p,#admin .card .small,#admin .card .empty,#admin .card label{
  color:#000!important;
  font-weight:900!important;
}
#dashboardContent .dashboard-value-red,#admin .dashboard-value-red{
  color:#b00000!important;
  font-weight:900!important;
  font-size:1.08em!important;
}
#admin .action-row,#admin .action-row *,#admin .stats-grid,#admin .stats-grid *{
  font-weight:900;
}
#admin .stats-grid .success,#admin .stats-grid .error{
  font-weight:900!important;
}
#dashboardContent .astro-profile-info .profile-status-approved,#dashboardContent .profile-status-approved{
  color:#00e676!important;
  -webkit-text-fill-color:#00e676!important;
  font-weight:900!important;
}
#dashboardContent .customer-profile-verified{
  color:#00e676!important;
  -webkit-text-fill-color:#00e676!important;
  font-weight:900!important;
}
.profile-status-approved-tick,.customer-profile-verified-tick{
  color: #198754 !important;
  -webkit-text-fill-color: #198754 !important;
  font-weight: 900 !important;
  font-size: 1.05em !important;
  white-space: nowrap;
}
.profile-status-approved-tick::first-letter,.customer-profile-verified-tick::first-letter{
  color: #198754 !important;
}
#dashboardContent h2,#dashboardContent .card > h3,#dashboardContent #astroQuestionQueue > h3,#dashboardContent #astroAnsweredBox > h3,#dashboardContent .withdrawal-history-title,#dashboardContent .card:has(#userNotifications) > h3,#dashboardContent .card:has(#astroNotifications) > h3,#dashboardContent .card:has(#astrologerNotifications) > h3{
  color:#8a1f5d !important;
}
#dashboardContent .total-earnings-card > h3{
  color:#8b0000 !important;
}
#dashboardContent .astro-dashboard-summary > .card:nth-child(3) > h3{
  color:#8b0000 !important;
}
#admin h1,#admin h2,#admin h3,#admin h4,#admin h5,#admin h6,#admin .section-title,#admin .home-rule,#admin .home-rule span{
  color:#8a1f5d !important;
  -webkit-text-fill-color:#8a1f5d !important;
}
#admin p,#admin li,#admin label,#admin .small,#admin .empty,#admin .stat,#admin .stat b,#admin .card,#admin .card p,#admin .card li,#admin .card label,#admin .card span,#admin .card div,#admin .action-row,#admin .action-row span,#admin .action-row label,#admin input,#admin select,#admin textarea{
  font-size:18px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
  color:#000 !important;
  -webkit-text-fill-color:#000 !important;
}
#admin h1,#admin h2,#admin h3,#admin h4,#admin h5,#admin h6{
  font-weight:800 !important;
}
#admin .error,#admin .danger,#admin .dashboard-value-red,#admin .notification-red-value,#admin .answer-meta-value,#admin .withdrawal-meta-value,#admin .profile-status-rejected,#admin [style*="color:red"],#admin [style*="color: red"],#admin [style*="color:#e00000"],#admin [style*="color: #e00000"],#admin [style*="color:#b00000"],#admin [style*="color: #b00000"],#admin [style*="color:#c00000"],#admin [style*="color: #c00000"],#admin [style*="color:#8b0000"],#admin [style*="color: #8b0000"]{
  color:#8b0000 !important;
  -webkit-text-fill-color:#8b0000 !important;
  font-size:18px !important;
  font-weight:400 !important;
}
#admin .stats-grid .success{
  color:#000 !important;
  -webkit-text-fill-color:#000 !important;
  font-size:18px !important;
  font-weight:400 !important;
}
#admin > .card:first-child h2,#admin > .card > h3{
  font-size:24px !important;
  line-height:1.28 !important;
  font-weight:800 !important;
}
#adminSummary .stat b,#adminSummary .stat strong{
  font-size:18px !important;
  line-height:1.3 !important;
  font-weight:800 !important;
}
#admin > .card > p,#admin > .card .empty,#admin > .card .small,#admin > .card label,#admin > .card .action-row,#admin > .card input,#admin > .card select{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminPendingQuestions .card > h3,#adminAnswers .card > h3,#adminQuestions > div > b,#adminAnswers > div > b,#pendingAstros > div > b,#adminReviews > div > b{
  font-size:14px !important;
  line-height:1.4 !important;
  font-weight:700 !important;
}
#adminPendingQuestions h3,#adminAnswers h3,#adminQuestions h3{
  font-size:14px !important;
  line-height:1.4 !important;
  font-weight:700 !important;
}
#adminPendingQuestions p,#adminPendingQuestions .small,#adminAnswers p,#adminAnswers .small,#adminQuestions p,#adminQuestions .small,#pendingAstros p,#pendingAstros .small,#adminReviews p,#adminReviews .small,#adminPayoutChanges p,#adminPayoutChanges .small,#adminWithdrawals p,#adminWithdrawals .small,#adminEarningsHistory p,#adminEarningsHistory .small{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#admin .success,#admin .error,#admin [class*="status"],#admin [class*="amount"],#admin [id*="Amount"],#admin [id*="Status"],#admin .stat-value{
  font-size:15px !important;
  line-height:1.4 !important;
  font-weight:700 !important;
}
#adminSummary .stat b,#adminSummary .stat strong{
  font-size:18px !important;
  font-weight:800 !important;
}
#admin .date-time,#admin .datetime,#admin [class*="date-time"],#admin [class*="datetime"]{
  font-size:12px !important;
  line-height:1.4 !important;
  font-weight:400 !important;
}
#adminQuestions > div > .small:last-child,#adminAnswers > div > .small:last-child,#adminPendingQuestions .small.date-time{
  font-size:12px !important;
  line-height:1.4 !important;
}
#admin .metadata,#admin .meta,#admin [class*="metadata"],#admin [class*="meta"],#admin [id*="Id"],#admin [id*="ID"]{
  font-size:11px !important;
  line-height:1.4 !important;
  font-weight:400 !important;
}
#adminPendingQuestions p:has(b),#adminAnswers p:has(b){
  font-size:13px !important;
}
#adminPendingQuestions p b:first-child,#adminAnswers p b:first-child,#adminQuestions .small b,#pendingAstros .small b{
  font-size:11px !important;
  line-height:1.4 !important;
  font-weight:700 !important;
}
#admin textarea[id^="boardAdminAnswer_"],#admin textarea[id^="adminAns_"]{
  
  font-size:14px !important;
  line-height:1.6 !important;
}
#admin > .card > div:first-child > div > h2,#admin > .card > h3{
  font-size:24px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
  margin-top:0 !important;
}
#admin > .card > div:first-child > div > p.small{
  font-size:13px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}
#adminSummary .stat{
  font-size:18px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminSummary .stat b{
  font-size:18px !important;
  line-height:1.3 !important;
  font-weight:800 !important;
}
#admin > .card > div:not(#adminSummary),#admin > .card > div:not(#adminSummary) div,#admin > .card > div:not(#adminSummary) span,#admin > .card > div:not(#adminSummary) p,#admin > .card > div:not(#adminSummary) label{
  line-height:1.45 !important;
}
#pendingAstros > .card > h3,#adminPayoutChanges > .card > h3{
  font-size:18px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#pendingAstros > .card > p,#adminPayoutChanges > .card > .small{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminPendingQuestions > .card > h3,#adminAnswers > .card > b:nth-of-type(2),#adminAnswers > .card > b,#adminQuestions > div > b:first-child{
  font-size:14px !important;
  line-height:1.4 !important;
  font-weight:700 !important;
}
#adminPendingQuestions > .card > p{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminAnswers > .card > p{
  font-size:13px !important;
  line-height:1.55 !important;
  font-weight:400 !important;
}
#adminAnswers > .card > .small{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminAnswers > .card > .small b{
  font-size:15px !important;
  font-weight:700 !important;
}
#adminQuestions > div{
  font-size:13px !important;
  line-height:1.5 !important;
}
#adminQuestions > div > b:first-child{
  display:block !important;
  font-size:14px !important;
  line-height:1.4 !important;
  font-weight:700 !important;
  margin-bottom:3px !important;
}
#adminQuestions > div > .small{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminQuestions > div > .small b{
  font-size:11px !important;
  line-height:1.35 !important;
  font-weight:700 !important;
}
#adminQuestions > div > .small:first-of-type{
  font-size:13px !important;
}
#adminReviews > div{
  font-size:13px !important;
  line-height:1.5 !important;
}
#adminReviews > div > div:first-child{
  font-size:15px !important;
  font-weight:700 !important;
}
#adminReviews > div > div:nth-child(2){
  font-size:13px !important;
  line-height:1.55 !important;
  font-weight:400 !important;
}
#adminReviews > div > .small{
  font-size:11px !important;
  line-height:1.4 !important;
  font-weight:400 !important;
}
#adminWithdrawals > .card > b{
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminWithdrawals > .card > .small{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminWithdrawals > .card > .small b{
  font-size:11px !important;
  line-height:1.35 !important;
  font-weight:700 !important;
}
#adminWithdrawals > .card > b + b{
  font-size:15px !important;
  font-weight:800 !important;
}
#adminWithdrawals > .card > .small{
  font-size:13px !important;
}
#adminWithdrawals > .card > .small .date-time,#adminWithdrawals > .card > .small [class*="date"]{
  font-size:12px !important;
}
#adminEarningsHistory .stat{
  font-size:18px !important;
  font-weight:800 !important;
}
#adminEarningsHistory .stat b{
  font-size:18px !important;
  font-weight:800 !important;
}
#adminEarningsHistory > div:not(.stats-grid) > div{
  font-size:13px !important;
  line-height:1.5 !important;
}
#adminEarningsHistory > div:not(.stats-grid) > div > div:first-child b{
  font-size:15px !important;
  font-weight:800 !important;
}
#adminEarningsHistory .small{
  font-size:11px !important;
  line-height:1.4 !important;
  font-weight:400 !important;
}
#admin > .card:has(#questionPrice) label,#admin > .card:has(#astroCommission) label,#admin > .card:has(#minimumAnswerWords) label{
  font-size:13px !important;
  font-weight:400 !important;
}
#admin > .card:has(#questionPrice) input,#admin > .card:has(#astroCommission) input,#admin > .card:has(#minimumAnswerWords) input{
  font-size:14px !important;
}
#admin > .card:has(#questionPrice) .small,#admin > .card:has(#astroCommission) .small,#admin > .card:has(#minimumAnswerWords) .small{
  font-size:11px !important;
}
#admin .success,#admin .error{
  font-size:15px !important;
  line-height:1.4 !important;
  font-weight:700 !important;
}
#admin .btn{
  font-size:13px !important;
  font-weight:800 !important;
}
#publicBlogs .blog-card > h3,#blogs .blog-card > h3,#blogList .blog-card > h3{
  font-size:24px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
  margin:0 0 10px !important;
}
#publicBlogs .blog-card > p.small,#blogs .blog-card > p.small,#blogList .blog-card > p.small{
  font-size:16px !important;
  line-height:1.55 !important;
  font-weight:400 !important;
  color:#222 !important;
  margin:8px 0 12px !important;
}
#publicBlogs .blog-card .blog-content,#blogs .blog-card .blog-content,#blogList .blog-card .blog-content{
  font-size:13px !important;
  line-height:1.65 !important;
  font-weight:400 !important;
  color:#222 !important;
  white-space:pre-wrap !important;
}
#publicBlogs .blog-card > .small:last-child,#blogs .blog-card > .small:last-child,#blogList .blog-card > .small:last-child{
  font-size:11px !important;
  line-height:1.4 !important;
  font-weight:400 !important;
}
#adminBlogsMedia .admin-content-row > b{
  font-size:18px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminBlogsMedia .admin-content-row{
  font-size:13px !important;
  line-height:1.45 !important;
}
#adminBlogsMedia .admin-content-row .small{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminBlogsMedia .admin-content-row .success{
  font-size:12px !important;
}
#adminContentManager label{
  font-size:13px !important;
  line-height:1.4 !important;
  font-weight:600 !important;
}
#adminContentManager #blogTitle{
  font-size:18px !important;
  font-weight:700 !important;
}
#adminContentManager #blogSummary{
  font-size:16px !important;
  line-height:1.5 !important;
}
#adminContentManager #blogBody{
  font-size:13px !important;
  line-height:1.65 !important;
}
#publicMedia .media-card > h3{
  font-size:22px !important;
  line-height:1.3 !important;
  font-weight:800 !important;
}
#publicMedia .media-card > p.small{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#admin [data-date],#admin .date-time,#admin .datetime{
  font-size:12px !important;
  line-height:1.4 !important;
  font-weight:400 !important;
}
#admin .metadata,#admin .meta{
  font-size:11px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
}
#admin textarea[id^="boardAdminAnswer_"],#admin textarea[id^="adminAns_"]{
  font-size:13px !important;
  line-height:1.6 !important;
  
}
#admin > .card:first-child h2,#admin h2.admin-dashboard-title{
  font-size:24px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
}
#admin > .card > h3,#admin > .card > div:first-child > div > h3,#admin .admin-section-title{
  font-size:18px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminPendingQuestions > .card > h3,#pendingAstros > .card > h3,#adminPayoutChanges > .card > h3,#adminAnswers > .card > h3,#adminQuestions > .card > h3,#adminReviews > .card > h3,#adminWithdrawals > .card > h3,#adminEarningsHistory > .card > h3{
  font-size:18px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminWithdrawals .withdrawal-id,#adminWithdrawals .payment-id,#adminWithdrawals .requested,#adminWithdrawals .paid-date,#adminWithdrawals .date-time,#adminWithdrawals .datetime,#adminWithdrawals [class*="withdrawal-id"],#adminWithdrawals [class*="payment-id"],#adminWithdrawals [class*="requested"],#adminWithdrawals [class*="paid-date"],#adminWithdrawals [class*="date-time"],#adminWithdrawals [class*="datetime"]{
  font-size:12px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}
#adminWithdrawals > .card > .small{
  font-size:12px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminWithdrawals .metadata,#adminWithdrawals .meta,#adminWithdrawals [class*="metadata"],#adminWithdrawals [class*="meta"],#adminWithdrawals .astro-id,#adminWithdrawals [class*="astro-id"]{
  font-size:11px !important;
  line-height:1.4 !important;
  font-weight:400 !important;
}
#adminWithdrawals .private-payment-details,#adminWithdrawals [class*="private-payment"]{
  font-size:11px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}
#adminWithdrawals > .card > b:first-child,#adminWithdrawals .withdrawal-amount,#adminWithdrawals .withdrawal-status{
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#admin textarea[id^="boardAdminAnswer_"],#admin textarea[id^="adminAns_"]{
  
  font-size:13px !important;
  line-height:1.6 !important;
}
#adminWithdrawals .withdrawal-id,#adminWithdrawals .payment-id,#adminWithdrawals .requested,#adminWithdrawals .paid-date,#adminWithdrawals .date-time,#adminWithdrawals .datetime,#adminWithdrawals [class*="withdrawal-id"],#adminWithdrawals [class*="payment-id"],#adminWithdrawals [class*="requested"],#adminWithdrawals [class*="paid-date"],#adminWithdrawals [class*="date-time"],#adminWithdrawals [class*="datetime"]{
  font-size:12px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}
#adminWithdrawals > .card > .small{
  font-size:12px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminWithdrawals > .card > .small,#adminWithdrawals > .card > .small *{
  font-size:12px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminWithdrawals .metadata,#adminWithdrawals .meta,#adminWithdrawals [class*="metadata"],#adminWithdrawals [class*="meta"],#adminWithdrawals .astro-id,#adminWithdrawals [class*="astro-id"]{
  font-size:11px !important;
  line-height:1.4 !important;
  font-weight:400 !important;
}
#adminWithdrawals .withdrawal-amount,#adminWithdrawals .withdrawal-status{
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminWithdrawals > .card > b:first-child{
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#admin .astrologer-label,#admin .astrologer-id-label,#admin .requested-label,#admin .withdrawal-astrologer,#admin .withdrawal-astrologer-id,#admin .withdrawal-requested,#admin [class*="astrologer"],#admin [class*="requested"]{
  font-weight:700 !important;
}
#adminWithdrawals > .card > .small{
  font-size:12px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminWithdrawals > .card > .small b,#adminWithdrawals > .card > .small strong{
  font-size:12px !important;
  line-height:1.5 !important;
  font-weight:700 !important;
}
#adminWithdrawals .withdrawal-id,#adminWithdrawals .payment-id,#adminWithdrawals .requested,#adminWithdrawals .paid-date,#adminWithdrawals .date-time,#adminWithdrawals .datetime{
  font-size:12px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}
#adminWithdrawals .withdrawal-id b,#adminWithdrawals .payment-id b,#adminWithdrawals .requested b,#adminWithdrawals .paid-date b,#adminWithdrawals .date-time b,#adminWithdrawals .datetime b{
  font-size:12px !important;
  font-weight:700 !important;
}
#admin .metadata,#admin .meta,#admin [class*="metadata"],#admin [class*="meta"]{
  font-size:11px !important;
  line-height:1.4 !important;
  font-weight:400 !important;
}
#admin .withdrawal-amount,#admin .withdrawal-status,#admin .payment-amount,#admin .payment-status{
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminQuestions > div{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminQuestions > div > b:first-child{
  font-size:14px !important;
  line-height:1.4 !important;
  font-weight:700 !important;
}
#adminQuestions > div .small{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminQuestions > div .small b{
  font-size:11px !important;
  line-height:1.35 !important;
  font-weight:700 !important;
}
#adminEarningsHistory .stat,#adminEarningsHistory .stat b{
  font-size:18px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminEarningsHistory > div:not(.stats-grid){
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminEarningsHistory > div:not(.stats-grid) b{
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminEarningsHistory .small{
  font-size:11px !important;
  line-height:1.4 !important;
  font-weight:400 !important;
}
#adminPendingQuestions > .card > h3,#adminAnswers > .card > h3,#pendingAstros > .card > h3,#adminPayoutChanges > .card > h3,#adminReviews > .card > h3{
  font-size:18px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminPendingQuestions > .card > p,#adminAnswers > .card > p,#pendingAstros > .card > p,#adminPayoutChanges > .card > p{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminPendingQuestions > .card > p b,#adminAnswers > .card > p b,#pendingAstros > .card > p b,#adminPayoutChanges > .card > p b{
  font-size:14px !important;
  font-weight:700 !important;
}
#admin .date-time,#admin .datetime,#admin [class*="date-time"],#admin [class*="datetime"]{
  font-size:12px !important;
  line-height:1.4 !important;
  font-weight:400 !important;
}
#admin textarea[id^="boardAdminAnswer_"],#admin textarea[id^="adminAns_"]{
  font-size:13px !important;
  line-height:1.6 !important;
}
#admin{
  font-size:13px !important;
  line-height:1.5 !important;
}
#admin .card{
  font-size:13px !important;
  line-height:1.5 !important;
}
#admin .card p,#admin .card .small,#admin .card label,#admin .card li{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#admin > .card:first-child h2{
  font-size:24px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
}
#admin > .card h3,#admin > .card h4{
  font-size:18px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminSummary .stat b,#adminSummary .stat strong{
  font-size:18px !important;
  line-height:1.3 !important;
  font-weight:800 !important;
}
#adminPendingQuestions > .card h3,#adminAnswers > .card h3,#adminQuestions > div > b:first-child{
  font-size:14px !important;
  line-height:1.4 !important;
  font-weight:700 !important;
}
#admin .withdrawal-amount,#admin .withdrawal-status,#admin .payment-amount,#admin .payment-status,#adminEarningsHistory .smv-history-amount,#adminEarningsHistory .smv-history-amount b,#adminWithdrawals > .card > b:first-child,#adminWithdrawals > .card > b:nth-child(2){
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminWithdrawals > .card > .small{
  font-size:12px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminWithdrawals .withdrawal-meta-label,#adminWithdrawals .withdrawal-meta-value{
  font-size:12px !important;
  line-height:1.45 !important;
}
#adminWithdrawals .withdrawal-meta-label{
  font-weight:700 !important;
}
#adminWithdrawals .withdrawal-meta-value{
  font-weight:400 !important;
}
#adminWithdrawals > .card > .small .withdrawal-astrologer-label,#adminWithdrawals > .card > .small .withdrawal-astrologer-id-label,#adminWithdrawals > .card > .small .withdrawal-requested-label{
  font-size:12px !important;
  font-weight:700 !important;
}
#adminWithdrawals .metadata,#adminWithdrawals .meta,#adminWithdrawals .withdrawal-metadata,#adminWithdrawals .private-payment-metadata{
  font-size:11px !important;
  line-height:1.4 !important;
  font-weight:400 !important;
}
#adminQuestions > div{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminQuestions > div > b:first-child{
  font-size:14px !important;
  line-height:1.4 !important;
  font-weight:700 !important;
}
#adminQuestions > div > .small{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminQuestions > div > .small b{
  font-size:12px !important;
  font-weight:700 !important;
}
#adminQuestions > div > .small .question-id,#adminQuestions > div > .small .metadata,#adminQuestions > div > .small .meta{
  font-size:11px !important;
  font-weight:400 !important;
}
#adminEarningsHistory .stats-grid .stat{
  font-size:13px !important;
  line-height:1.4 !important;
  font-weight:400 !important;
}
#adminEarningsHistory .stats-grid .stat b{
  font-size:18px !important;
  font-weight:800 !important;
}
#adminEarningsHistory > .smv-history-row,#adminEarningsHistory .smv-history-row{
  font-size:13px !important;
}
#adminEarningsHistory .smv-history-amount{
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminEarningsHistory .smv-history-content{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminEarningsHistory .smv-history-detail{
  font-size:12px !important;
  line-height:1.4 !important;
  font-weight:400 !important;
}
#adminEarningsHistory .smv-history-detail b{
  font-size:12px !important;
  font-weight:700 !important;
}
#adminEarningsHistory .smv-history-detail .question-id,#adminEarningsHistory .smv-history-detail .metadata,#adminEarningsHistory .smv-history-detail .meta{
  font-size:11px !important;
}
#pendingAstros > .card > p,#adminPayoutChanges > .card > p,#adminPendingQuestions > .card > p,#adminAnswers > .card > p,#adminReviews > div,#adminQuestions > div{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#pendingAstros .success,#pendingAstros .error,#adminPayoutChanges .success,#adminPayoutChanges .error,#adminPendingQuestions .success,#adminPendingQuestions .error,#adminAnswers .success,#adminAnswers .error{
  font-size:15px !important;
  font-weight:700 !important;
}
#admin .date-time,#admin .datetime,#admin [data-date],#admin .admin-date-time{
  font-size:12px !important;
  line-height:1.4 !important;
  font-weight:400 !important;
}
#admin .metadata,#admin .meta,#admin .admin-metadata{
  font-size:11px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
}
#admin .withdrawal-meta-label,#admin .withdrawal-meta-value{
  font-size:12px !important;
}
#admin textarea[id^="boardAdminAnswer_"],#admin textarea[id^="adminAns_"]{
  font-size:13px !important;
  line-height:1.6 !important;
  
}
#adminQuestions > div{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminQuestions > div > b:first-child{
  display:block !important;
  font-size:14px !important;
  line-height:1.4 !important;
  font-weight:700 !important;
}
#adminQuestions > div .rq-label,#adminQuestions > div .status-label,#adminQuestions > div .customer-label,#adminQuestions > div .price-paid-label,#adminQuestions > div .astrologer-share-label,#adminQuestions > div .admin-share-label,#adminQuestions > div .claimed-label,#adminQuestions > div .unclaimed-label{
  font-size:13px !important;
  line-height:1.45 !important;
  font-weight:700 !important;
}
#adminQuestions > div .rq-value,#adminQuestions > div .status-value,#adminQuestions > div .customer-value,#adminQuestions > div .price-paid-value,#adminQuestions > div .astrologer-share-value,#adminQuestions > div .admin-share-value{
  font-size:13px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}
#adminQuestions > div .rq-date,#adminQuestions > div .date-time,#adminQuestions > div .datetime,#adminQuestions > div [class*="date-time"],#adminQuestions > div [class*="datetime"]{
  font-size:12px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
}
#adminQuestions > div .rq-date *,#adminQuestions > div .date-time *,#adminQuestions > div .datetime *{
  font-size:12px !important;
  font-weight:400 !important;
}
#adminQuestions > div .question-id,#adminQuestions > div .metadata,#adminQuestions > div .meta{
  font-size:11px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
}
#adminEarningsHistory{
  font-size:13px !important;
  line-height:1.5 !important;
}
#adminEarningsHistory .stats-grid .stat{
  font-size:13px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
}
#adminEarningsHistory .stats-grid .stat b,#adminEarningsHistory .stats-grid .stat strong{
  font-size:18px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
}
#adminEarningsHistory .earnings-row,#adminEarningsHistory .history-row,#adminEarningsHistory .smv-history-row{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminEarningsHistory .earnings-amount,#adminEarningsHistory .history-amount,#adminEarningsHistory .smv-history-amount{
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminEarningsHistory .earnings-date,#adminEarningsHistory .history-date,#adminEarningsHistory .smv-history-detail,#adminEarningsHistory .date-time,#adminEarningsHistory .datetime{
  font-size:12px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
}
#adminEarningsHistory .earnings-date *,#adminEarningsHistory .history-date *,#adminEarningsHistory .smv-history-detail *{
  font-size:12px !important;
  font-weight:400 !important;
}
#adminEarningsHistory .earnings-id,#adminEarningsHistory .history-id,#adminEarningsHistory .metadata,#adminEarningsHistory .meta{
  font-size:11px !important;
  line-height:1.3 !important;
  font-weight:400 !important;
}
#adminContentManager .media-title,#adminContentManager .pdf-title,#adminContentManager .upload-title,#adminBlogsMedia .media-title,#adminBlogsMedia .pdf-title,#adminBlogsMedia .upload-title{
  font-size:18px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminContentManager .media-description,#adminContentManager .pdf-description,#adminContentManager .upload-description,#adminContentManager .media-summary,#adminBlogsMedia .media-description,#adminBlogsMedia .pdf-description,#adminBlogsMedia .upload-description,#adminBlogsMedia .media-summary{
  font-size:13px !important;
  line-height:1.55 !important;
  font-weight:400 !important;
}
#adminContentManager .admin-content-row,#adminBlogsMedia .admin-content-row{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminContentManager .admin-content-row b:first-child,#adminBlogsMedia .admin-content-row b:first-child{
  font-size:18px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminContentManager .admin-content-row .small,#adminBlogsMedia .admin-content-row .small{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminQuestions .smv-rq-row{
  font-size:13px !important;
  font-weight:400 !important;
  line-height:1.5 !important;
}
#adminQuestions .smv-rq-question{
  display:block !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:1.4 !important;
  margin-bottom:3px !important;
}
#adminQuestions .smv-rq-info{
  font-size:13px !important;
  font-weight:400 !important;
  line-height:1.5 !important;
}
#adminQuestions .smv-rq-info .smv-rq-label{
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1.45 !important;
}
#adminQuestions .smv-rq-info .smv-rq-value{
  font-size:13px !important;
  font-weight:400 !important;
  line-height:1.45 !important;
}
#adminQuestions .smv-rq-date{
  font-size:12px !important;
  font-weight:400 !important;
  line-height:1.35 !important;
  margin-top:3px !important;
}
#adminQuestions .smv-rq-date b,#adminQuestions .smv-rq-date span{
  font-size:12px !important;
  font-weight:400 !important;
}
#adminEarningsHistory .smv-admin-earn-row{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminEarningsHistory .smv-admin-earn-amount,#adminEarningsHistory .smv-admin-earn-amount b{
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminEarningsHistory .smv-admin-earn-meta{
  font-size:11px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
}
#adminEarningsHistory .smv-admin-earn-meta b{
  font-size:11px !important;
  font-weight:700 !important;
}
#adminEarningsHistory .smv-admin-earn-content{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminEarningsHistory .smv-admin-earn-date,#adminEarningsHistory .smv-admin-earn-date b{
  font-size:12px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
}
#adminEarningsHistory .stats-grid .stat{
  font-size:13px !important;
  font-weight:400 !important;
}
#adminEarningsHistory .stats-grid .stat b{
  font-size:18px !important;
  font-weight:800 !important;
}
#adminBlogsMedia .admin-content-row{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminBlogsMedia .smv-media-title{
  font-size:18px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminBlogsMedia .smv-media-description{
  display:block !important;
  font-size:13px !important;
  line-height:1.55 !important;
  font-weight:400 !important;
  margin-top:4px !important;
}
#adminBlogsMedia .admin-blog-actions .btn{
  font-size:13px !important;
}
#adminWithdrawals > .card > .small{
  font-size:12px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminWithdrawals > .card > .small b{
  font-size:12px !important;
  line-height:1.45 !important;
  font-weight:700 !important;
}
#adminWithdrawals .withdrawal-astrologer-label,#adminWithdrawals .withdrawal-astrologer-id-label,#adminWithdrawals .withdrawal-requested-label{
  font-size:12px !important;
  font-weight:700 !important;
}
#adminWithdrawals .withdrawal-meta-label,#adminWithdrawals .withdrawal-meta-value{
  font-size:12px !important;
}
#adminWithdrawals .metadata,#adminWithdrawals .meta{
  font-size:11px !important;
  font-weight:400 !important;
}
#adminQuestions .smv-rq-date{
  font-size:12px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
}
#adminQuestions .smv-rq-date b{
  font-size:12px !important;
  line-height:1.35 !important;
  font-weight:700 !important;
}
#adminQuestions .smv-rq-date span{
  font-size:12px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
}
#adminEarningsHistory .smv-admin-earn-amount,#adminEarningsHistory .smv-admin-earn-amount b,#adminEarningsHistory .smv-admin-earn-amount .success{
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminEarningsHistory .smv-admin-earn-meta{
  font-size:11px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
}
#adminEarningsHistory .smv-admin-earn-meta b{
  font-size:11px !important;
  line-height:1.35 !important;
  font-weight:700 !important;
}
#adminEarningsHistory .smv-admin-earn-content{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminEarningsHistory .smv-admin-earn-date{
  font-size:12px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
}
#adminEarningsHistory .smv-admin-earn-date b{
  font-size:12px !important;
  line-height:1.35 !important;
  font-weight:700 !important;
}
#adminContentManager label{
  font-size:13px !important;
  line-height:1.4 !important;
  font-weight:600 !important;
}
#adminContentManager #mediaTitle,#adminContentManager #blogTitle{
  font-size:18px !important;
  line-height:1.45 !important;
  font-weight:500 !important;
  box-sizing:border-box !important;
}
#adminContentManager #mediaDescription,#adminContentManager #blogSummary,#adminContentManager #blogBody{
  font-size:13px !important;
  line-height:1.55 !important;
  font-weight:400 !important;
  box-sizing:border-box !important;
}
.smv-site-header,header.smv-site-header,#siteHeader{
  background:#ffd43b !important;
  background-color:#ffd43b !important;
}
.smv-site-header .brand-title,.smv-site-header .site-title,.smv-site-header h1,.smv-site-header .logo-text,#siteHeader .brand-title,#siteHeader .site-title,#siteHeader h1{
  color:#b00000 !important;
}
.smv-site-header nav a,.smv-site-header nav button,.smv-site-header .nav-btn,.smv-site-header .header-btn,#siteHeader nav a,#siteHeader nav button,#siteHeader .nav-btn,#siteHeader .header-btn{
  color:#ffeb3b !important;
}
#astrologerDashboard h2,#astrologerDashboard h3,#astrologerDashboard .section-title,#astrologerDashboard .dashboard-section-title,#astrologerDashboard .withdrawal-history-title{
  font-size:18px !important;
  line-height:1.3 !important;
}
#tamilHoroscopeResult .bhava-table th::after,#englishHoroscopeResult .bhava-table th::after{
  content:none !important;
  display:none !important;
}
#tamilHoroscopeResult .bhava-table th,#englishHoroscopeResult .bhava-table th{
  font-size:10.5px !important;
  line-height:1.15 !important;
  text-align:center !important;
  vertical-align:middle !important;
}
#tamilHoroscopeResult #bhavaChart.south-indian-chart,#englishHoroscopeResult #bhavaChart.south-indian-chart,#tamilHoroscopeResult #bhavaChart .south-rasi-cell,#englishHoroscopeResult #bhavaChart .south-rasi-cell,#tamilHoroscopeResult #bhavaChart .south-chart-center,#englishHoroscopeResult #bhavaChart .south-chart-center{
  background:#fff !important;
  background-image:none !important;
  box-shadow:none !important;
}
#tamilHoroscopeResult #bhavaChart .bhava-cusp,#englishHoroscopeResult #bhavaChart .bhava-cusp{
  background:#fff !important;
  background-image:none !important;
  box-shadow:none !important;
}
#tamilHoroscopeResult #rasiChart .south-chart-center,#englishHoroscopeResult #rasiChart .south-chart-center,#tamilHoroscopeResult #navamsaChart .south-chart-center,#englishHoroscopeResult #navamsaChart .south-chart-center{
  background:#fff !important;
  background-image:none !important;
  box-shadow:none !important;
  color:#b00000 !important;
  -webkit-text-fill-color:#b00000 !important;
  font-weight:900 !important;
  font-family:Georgia,serif !important;
  text-align:center !important;
  letter-spacing:.5px !important;
}
@media(max-width:700px){#tamilHoroscopeResult #rasiChart .south-chart-center,#englishHoroscopeResult #rasiChart .south-chart-center,#tamilHoroscopeResult #navamsaChart .south-chart-center,#englishHoroscopeResult #navamsaChart .south-chart-center{
    font-weight:900 !important;
    color:#b00000 !important;
    -webkit-text-fill-color:#b00000 !important;
  }}
#tamilHoroscopeResult #bhavaChart .south-chart-center,#englishHoroscopeResult #bhavaChart .south-chart-center{
  background:#fff !important;
  background-image:none !important;
  box-shadow:none !important;
  color:#b00000 !important;
  -webkit-text-fill-color:#b00000 !important;
  font-weight:900 !important;
  font-family:Georgia,serif !important;
  text-align:center !important;
  letter-spacing:.5px !important;
}
#tamilHoroscopeResult #rasiChart .planet-degree,#englishHoroscopeResult #rasiChart .planet-degree{
  color:#7a1fa2 !important;
  -webkit-text-fill-color:#7a1fa2 !important;
  font-weight:900 !important;
}
#tamilHoroscopeResult .south-rasi-cell .lagna,#englishHoroscopeResult .south-rasi-cell .lagna,#tamilHoroscopeResult .bhava-rasi-cell .lagna,#englishHoroscopeResult .bhava-rasi-cell .lagna{
  color:#ff1493 !important;
  -webkit-text-fill-color:#ff1493 !important;
  font-weight:900 !important;
  font-size:inherit !important;
}
#tamilHoroscopeResult h2,#englishHoroscopeResult h2,#tamilHoroscopeResult h3,#englishHoroscopeResult h3{
  color:#8B5A2B !important;
  -webkit-text-fill-color:#8B5A2B !important;
}
#tamilHoroscopeResult h2,#englishHoroscopeResult h2,#tamilHoroscopeResult h3,#englishHoroscopeResult h3,#tamilHoroscopeResult .section-title,#englishHoroscopeResult .section-title{
  color:#D4AF37 !important;
  -webkit-text-fill-color:#D4AF37 !important;
  font-weight:900 !important;
}
#tamilHoroscopeResult h2,#englishHoroscopeResult h2,#tamilHoroscopeResult h3,#englishHoroscopeResult h3,#tamilHoroscopeResult .section-title,#englishHoroscopeResult .section-title{
  color:#e91e63 !important;
  -webkit-text-fill-color:#e91e63 !important;
  font-weight:900 !important;
}
.rasi-status-marker{
  font-weight:900 !important;
  font-size:.82em !important;
  white-space:nowrap !important;
  margin-left:2px !important;
  letter-spacing:0 !important;
}
.rasi-status-marker.status-c{
  color:#173b8f !important;
  -webkit-text-fill-color:#173b8f !important;
}
.rasi-status-marker.status-r{
  color:#2e8b57 !important;
  -webkit-text-fill-color:#2e8b57 !important;
}
#tamilHoroscopeResult #rasiChart .rasi-status-marker,#englishHoroscopeResult #rasiChart .rasi-status-marker{
  font-size:.78em !important;
}
#tamilHoroscopeResult .data-table .rasi-status-marker,#englishHoroscopeResult .data-table .rasi-status-marker{
  font-size:.82em !important;
}
#tamilHoroscopeResult .south-rasi-cell .lagna,#englishHoroscopeResult .south-rasi-cell .lagna,#tamilHoroscopeResult .bhava-rasi-cell .lagna,#englishHoroscopeResult .bhava-rasi-cell .lagna{
  color:#ff1493 !important;
  -webkit-text-fill-color:#ff1493 !important;
  font-weight:900 !important;
  font-size:inherit !important;
}
#tamilHoroscopeResult #rasiChart .planet-degree,#englishHoroscopeResult #rasiChart .planet-degree{
  font-weight:900 !important;
}
#tamilHoroscopeResult #rasiChart .rasi-status-marker,#englishHoroscopeResult #rasiChart .rasi-status-marker{
  font-weight:900 !important;
}
#tamilHoroscopeResult #rasiChart .lagna,#englishHoroscopeResult #rasiChart .lagna,#tamilHoroscopeResult #navamsaChart .lagna,#englishHoroscopeResult #navamsaChart .lagna{
  display:inline-block !important;
  width:auto !important;
  max-width:none !important;
  padding:0 !important;
  margin:1px 0 2px !important;
  border:0 !important;
  background:transparent !important;
  color:#ff1493 !important;
  -webkit-text-fill-color:#ff1493 !important;
  font-size:clamp(15px,2.9vw,19px) !important;
  font-weight:900 !important;
  line-height:1.5 !important;
  white-space:nowrap !important;
}
#tamilHoroscopeResult #rasiChart .planet-degree,#englishHoroscopeResult #rasiChart .planet-degree{
  color:#7a1fa2 !important;
  -webkit-text-fill-color:#7a1fa2 !important;
  font-weight:900 !important;
}
#tamilHoroscopeResult #rasiChart .planet-degree,#englishHoroscopeResult #rasiChart .planet-degree{
  color:#7a1fa2 !important;
  -webkit-text-fill-color:#7a1fa2 !important;
  font-weight:900 !important;
}
#tamilHoroscopeResult .data-table td:nth-child(3),#englishHoroscopeResult .data-table td:nth-child(3){
  font-weight:700 !important;
}
#tamilHoroscopeResult #rasiChart .planet-line,#englishHoroscopeResult #rasiChart .planet-line{
  display:flex !important;
  align-items:baseline !important;
  justify-content:center !important;
  gap:4px !important;
  white-space:nowrap !important;
}
#tamilHoroscopeResult #rasiChart .planet-degree,#englishHoroscopeResult #rasiChart .planet-degree{
  display:inline-block !important;
  visibility:visible !important;
  opacity:1 !important;
  overflow:visible !important;
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  color:#7a1fa2 !important;
  -webkit-text-fill-color:#7a1fa2 !important;
  font-size:0.92em !important;
  font-weight:900 !important;
  line-height:1.2 !important;
  white-space:nowrap !important;
}
#tamilHoroscopeResult .data-table .full-degree,#englishHoroscopeResult .data-table .full-degree{
  display:table-cell !important;
  visibility:visible !important;
  opacity:1 !important;
  white-space:nowrap !important;
  font-weight:700 !important;
}
.transit-panchang-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}
.advanced-astro-card .highlight-row{background:#fff7dc}
.sbc-detail{overflow:auto}
.sbc-grid{min-width:540px;display:grid!important;grid-template-columns:repeat(9,1fr);gap:2px}
.sbc-grid span{min-height:48px;display:flex;align-items:center;justify-content:center;border:1px solid #d7c7a7;border-radius:3px;font-size:11px;padding:3px;text-align:center}
.chakra-ring{margin-bottom:14px}
.adv-legend{padding:10px;background:#fff8e9;border-radius:8px;margin-top:10px;font-size:13px}
@media(max-width:700px){.transit-panchang-grid{grid-template-columns:1fr}
.sbc-grid span{min-height:42px;font-size:9px}}
.advanced-astro-grid{width:100%;max-width:100%;overflow:visible}
.adv-section{width:100%;box-sizing:border-box}
.adv-table-wrap,.adv-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}
.adv-wide{width:100%;min-width:0;table-layout:auto;border-collapse:collapse}
.adv-wide th,.adv-wide td{white-space:normal;word-break:normal;overflow-wrap:anywhere}
.adv-bav,.adv-sav{table-layout:fixed;width:100%;min-width:0}
.adv-bav th:first-child,.adv-bav td:first-child{width:12%}
.adv-bav th:not(:first-child),.adv-bav td:not(:first-child){width:auto}
.sbc-wrap{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:8px}
.sbc-grid-full{width:min(100%,760px);min-width:0;aspect-ratio:1/1;margin:0 auto;display:grid;grid-template-columns:repeat(9,1fr);grid-template-rows:repeat(9,1fr);gap:1px}
.sbc-cell{min-width:0;min-height:0;border:1px solid #cdb98e;background:#fffaf0;padding:4px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;text-align:center;font-size:clamp(8px,1.1vw,12px);line-height:1.15;box-sizing:border-box;overflow:hidden}
.sbc-cell .sbc-main{font-weight:800;max-width:100%;overflow:hidden;text-overflow:ellipsis}
.sbc-cell em,.sbc-cell small{font-style:normal;font-size:clamp(7px,.95vw,10px);font-weight:800;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sbc-cell.has-planet{box-shadow:inset 0 0 0 2px #c7922f;background:#fff3c9}
.sbc-cell.has-vedha{outline:1px dashed #a04b3a;outline-offset:-3px}
.sbc-vowel{font-weight:900}
.sbc-rasi{font-weight:800}
.sbc-tithi{font-weight:800;background:#fff8dc}
.adv-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px}
.adv-detail-grid>div{padding:10px;border:1px solid #eadfc9;border-radius:10px;background:#fffdf9;min-width:0}
.adv-detail-grid ul{margin:6px 0 0 18px;padding:0}
.sbc-info{padding:10px;border-radius:10px;background:#fff8e9;margin-bottom:12px}
@media(max-width:700px){.adv-wide{min-width:900px}
.adv-bav,.adv-sav{min-width:900px;table-layout:auto}
.sbc-grid-full{width:720px;min-width:720px;margin:0}
.adv-detail-grid{grid-template-columns:1fr}
.adv-section{padding:10px}
.sbc-cell{font-size:9px}
.sbc-cell em,.sbc-cell small{font-size:8px}}
#tamilHoroscopeResult,#englishHoroscopeResult{width:100%!important;max-width:100%!important;box-sizing:border-box!important}
#tamilHoroscopeResult>.card,#englishHoroscopeResult>.card{width:100%!important;max-width:100%!important;box-sizing:border-box!important}
#tamilHoroscopeResult .data-table-wrap,#englishHoroscopeResult .data-table-wrap{width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-x:auto!important}
#tamilHoroscopeResult .bhava-table,#englishHoroscopeResult .bhava-table,#tamilHoroscopeResult .strength-table,#englishHoroscopeResult .strength-table,#tamilHoroscopeResult .phase2-strength-table,#englishHoroscopeResult .phase2-strength-table,#tamilHoroscopeResult .phase3-shadbala-table,#englishHoroscopeResult .phase3-shadbala-table{width:100%!important;max-width:100%!important;table-layout:fixed!important}
#tamilHoroscopeResult .bhava-table th,#tamilHoroscopeResult .bhava-table td,#englishHoroscopeResult .bhava-table th,#englishHoroscopeResult .bhava-table td,#tamilHoroscopeResult .strength-table th,#tamilHoroscopeResult .strength-table td,#englishHoroscopeResult .strength-table th,#englishHoroscopeResult .strength-table td,#tamilHoroscopeResult .phase2-strength-table th,#tamilHoroscopeResult .phase2-strength-table td,#englishHoroscopeResult .phase2-strength-table th,#englishHoroscopeResult .phase2-strength-table td,#tamilHoroscopeResult .phase3-shadbala-table th,#tamilHoroscopeResult .phase3-shadbala-table td,#englishHoroscopeResult .phase3-shadbala-table th,#englishHoroscopeResult .phase3-shadbala-table td{box-sizing:border-box;overflow-wrap:anywhere;word-break:normal}
.transit-panchang-grid{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr)!important;gap:18px!important;align-items:start!important}
.transit-panchang-grid>.card{min-width:0!important;max-width:100%!important}
.transit-panchang-grid .data-table{width:100%!important;table-layout:fixed!important}
.transit-panchang-grid .data-table th,.transit-panchang-grid .data-table td{padding:6px 7px!important;line-height:1.25!important;white-space:normal!important}
.sbc-edge-wrap{position:relative;width:min(100%,760px);margin:0 auto;padding:28px 34px;box-sizing:border-box}
.sbc-edge-label{position:absolute;font-weight:900;font-size:12px;letter-spacing:.08em;text-transform:uppercase;z-index:2}
.sbc-edge-north{top:4px;left:50%;transform:translateX(-50%)}
.sbc-edge-south{bottom:4px;left:50%;transform:translateX(-50%)}
.sbc-edge-west{left:2px;top:50%;transform:translateY(-50%) rotate(-90deg)}
.sbc-edge-east{right:2px;top:50%;transform:translateY(-50%) rotate(90deg)}
.sbc-grid-full{width:100%!important;min-width:0!important;aspect-ratio:1/1!important;grid-template-columns:repeat(9,minmax(0,1fr))!important;grid-template-rows:repeat(9,minmax(0,1fr))!important}
.sbc-cell{min-width:0!important;min-height:0!important;font-size:clamp(8px,1vw,12px)!important;padding:3px!important}
.sbc-cell em,.sbc-cell small{font-size:clamp(7px,.8vw,10px)!important}
@media(max-width:900px){.transit-panchang-grid{grid-template-columns:1fr!important}
.sbc-edge-wrap{width:100%;min-width:700px}
.sbc-grid-full{min-width:0!important}}
@media(max-width:700px){.sbc-edge-wrap{min-width:680px;padding:26px 32px}
.transit-panchang-grid .data-table{font-size:12px!important}}
.transit-compact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.transit-planet{border:1px solid #e1d4bd;border-radius:8px;padding:7px;background:#fffaf0;display:grid;gap:2px;min-width:0;font-size:12px;line-height:1.25}
.transit-planet span{overflow-wrap:anywhere}
.panchang-compact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.panchang-compact-grid>div{border:1px solid #e1d4bd;border-radius:8px;padding:7px;background:#fffaf0;min-width:0;display:grid;gap:2px;font-size:12px;line-height:1.25}
.panchang-compact-grid span{overflow-wrap:anywhere}
@media(max-width:900px){.transit-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.transit-compact-grid{grid-template-columns:1fr 1fr}
.panchang-compact-grid{grid-template-columns:1fr}}
#tamilHoroscopeResult .data-table-wrap,#englishHoroscopeResult .data-table-wrap{width:100%!important;max-width:100%!important;box-sizing:border-box!important}
#tamilHoroscopeResult .data-table-wrap table,#englishHoroscopeResult .data-table-wrap table{width:100%!important;max-width:100%!important;box-sizing:border-box!important}
#tamilHoroscopeResult .rasi-status-marker,#englishHoroscopeResult .rasi-status-marker{margin-left:0!important;margin-right:0!important;display:inline-block!important;white-space:nowrap!important}
#tamilHoroscopeResult .planet-line,#englishHoroscopeResult .planet-line{gap:0!important}
.transit-panchang-grid{grid-template-columns:minmax(0,1.5fr) minmax(360px,1fr)!important;gap:14px!important}
.transit-compact-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
.transit-planet{padding:6px!important;font-size:11.5px!important;line-height:1.18!important}
.panchang-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}
.panchang-compact-grid>div{padding:6px!important;font-size:11.5px!important;line-height:1.18!important}
@media(max-width:900px){.transit-panchang-grid{grid-template-columns:1fr!important}
.transit-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:700px){.transit-compact-grid{grid-template-columns:1fr 1fr!important}
.panchang-compact-grid{grid-template-columns:1fr!important}}
.hora-section{margin-top:10px;border-top:1px solid #e1d4bd;padding-top:8px}
.hora-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-top:6px}
.hora-list>span{border:1px solid #e1d4bd;border-radius:7px;padding:6px;background:#fffaf0;display:flex;gap:5px;align-items:center;min-width:0;font-size:11px}
.hora-list small{margin-left:auto;white-space:nowrap}
@media(max-width:900px){.hora-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:500px){.hora-list{grid-template-columns:1fr}}
.birth-panchang-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
.birth-panchang-grid>div{border:1px solid #e1d4bd;border-radius:8px;padding:7px;background:#fffaf0;min-width:0;display:grid;gap:2px;font-size:12px;line-height:1.25}
.birth-panchang-grid span{overflow-wrap:anywhere}
@media(max-width:900px){.birth-panchang-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.birth-panchang-grid{grid-template-columns:1fr 1fr}
.birth-panchang-grid>div{font-size:11px;padding:6px}}
.sbc-traditional-meta{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:10px 0}
.sbc-traditional-meta>div{border:1px solid #e1d4bd;border-radius:8px;padding:7px;background:#fffaf0;min-width:0}
.sbc-traditional-meta b,.sbc-traditional-meta span{display:block}
.sbc-traditional-meta span{margin-top:3px;font-size:.9em}
.sbc-cell .sbc-planet-row{display:block!important;white-space:nowrap!important;word-spacing:0!important;letter-spacing:0!important}
.sbc-cell small{display:inline-block!important;white-space:nowrap!important;margin-right:2px!important}
.sbc-cell small+small{margin-left:1px!important}
@media(max-width:900px){.sbc-traditional-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.sbc-traditional-meta{grid-template-columns:1fr 1fr}
.sbc-traditional-meta span{font-size:.82em}}
.advanced-astro-grid{display:block}
.adv-section{margin:16px 0;padding:14px;border:1px solid #d8c7a7;border-radius:14px;background:#fffdf8}
.adv-section h3,.adv-section h4{margin:0 0 12px}
.adv-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.adv-wide{border-collapse:collapse;min-width:900px;width:max-content}
.adv-wide th,.adv-wide td{border:1px solid #e1d4bd;padding:8px 10px;text-align:center;white-space:nowrap;vertical-align:middle}
.adv-wide thead th{background:#fff3d5}
.adv-wide tbody th{background:#fffaf0;position:sticky;left:0}
.adv-meta{margin-top:10px;font-size:13px;line-height:1.7}
.sbc-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:6px}
.sbc-grid-full{display:grid;grid-template-columns:repeat(9,minmax(105px,1fr));gap:2px;min-width:945px}
.sbc-cell{min-height:78px;border:1px solid #cdb98e;background:#fffaf0;padding:5px;display:flex;flex-direction:column;gap:3px;font-size:11px}
.sbc-cell span{font-weight:700}
.sbc-cell em{font-style:normal;font-weight:700;font-size:10px}
.adv-section .small{font-size:13px}
@media(max-width:700px){.adv-section{padding:10px;margin:12px 0}
.adv-wide{min-width:860px}
.sbc-grid-full{min-width:945px}
.sbc-cell{min-height:72px}}
.dasha-antara-title{font-weight:900;font-size:14px;margin:6px 0 6px;color:#7b1111}
@media(max-width:700px){#tamilHoroscopeResult .bhava-table,#englishHoroscopeResult .bhava-table{table-layout:fixed!important;width:100%!important;min-width:0!important}
#tamilHoroscopeResult .bhava-table th,#englishHoroscopeResult .bhava-table th{font-size:0!important;padding:5px 2px!important;white-space:normal!important;line-height:1.05!important}
#tamilHoroscopeResult .bhava-table th:nth-child(1),#englishHoroscopeResult .bhava-table th:nth-child(1){width:8%!important}
#tamilHoroscopeResult .bhava-table th:nth-child(2),#englishHoroscopeResult .bhava-table th:nth-child(2){width:18%!important}
#tamilHoroscopeResult .bhava-table th:nth-child(3),#englishHoroscopeResult .bhava-table th:nth-child(3){width:23%!important}
#tamilHoroscopeResult .bhava-table th:nth-child(4),#englishHoroscopeResult .bhava-table th:nth-child(4){width:18%!important}
#tamilHoroscopeResult .bhava-table th:nth-child(5),#englishHoroscopeResult .bhava-table th:nth-child(5){width:15%!important}
#tamilHoroscopeResult .bhava-table th:nth-child(6),#englishHoroscopeResult .bhava-table th:nth-child(6){width:18%!important}
#tamilHoroscopeResult .bhava-table th:nth-child(1)::after{content:"பாவம்";font-size:10px}
#tamilHoroscopeResult .bhava-table th:nth-child(2)::after{content:"ஆரம்பம்";font-size:10px}
#tamilHoroscopeResult .bhava-table th:nth-child(3)::after{content:"ஸ்புடம்";font-size:10px}
#tamilHoroscopeResult .bhava-table th:nth-child(4)::after{content:"முடிவு";font-size:10px}
#tamilHoroscopeResult .bhava-table th:nth-child(5)::after{content:"ராசி";font-size:10px}
#tamilHoroscopeResult .bhava-table th:nth-child(6)::after{content:"கிரகங்கள்";font-size:10px}
#tamilHoroscopeResult.english-horoscope .bhava-table th:nth-child(1)::after{content:"Bhava";font-size:10px}
#tamilHoroscopeResult.english-horoscope .bhava-table th:nth-child(2)::after{content:"Start";font-size:10px}
#tamilHoroscopeResult.english-horoscope .bhava-table th:nth-child(3)::after{content:"Middle";font-size:10px}
#tamilHoroscopeResult.english-horoscope .bhava-table th:nth-child(4)::after{content:"End";font-size:10px}
#tamilHoroscopeResult.english-horoscope .bhava-table th:nth-child(5)::after{content:"Rasi";font-size:10px}
#tamilHoroscopeResult.english-horoscope .bhava-table th:nth-child(6)::after{content:"Planets";font-size:10px}
#englishHoroscopeResult .bhava-table th{color:inherit!important;font-size:10px!important;line-height:1.15!important;visibility:visible!important;opacity:1!important}
#englishHoroscopeResult .bhava-table th:nth-child(1)::after{content:"House";font-size:10px}
#englishHoroscopeResult .bhava-table th:nth-child(2)::after{content:"Start";font-size:10px}
#englishHoroscopeResult .bhava-table th:nth-child(3)::after{content:"Middle";font-size:10px}
#englishHoroscopeResult .bhava-table th:nth-child(4)::after{content:"End";font-size:10px}
#englishHoroscopeResult .bhava-table th:nth-child(5)::after{content:"Rasi";font-size:10px}
#englishHoroscopeResult .bhava-table th:nth-child(6)::after{content:"Planets";font-size:10px}
#tamilHoroscopeResult .bhava-table td,#englishHoroscopeResult .bhava-table td{padding:5px 2px!important;font-size:10px!important;line-height:1.15!important;word-break:break-word!important;overflow-wrap:anywhere!important}
#tamilHoroscopeResult .navamsa-table,#englishHoroscopeResult .navamsa-table{
    min-width:0!important;width:100%!important;table-layout:fixed!important
  }
#tamilHoroscopeResult .navamsa-table th,#tamilHoroscopeResult .navamsa-table td,#englishHoroscopeResult .navamsa-table th,#englishHoroscopeResult .navamsa-table td{
    padding:6px 3px!important;font-size:10px!important;line-height:1.15!important;
    white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important
  }
#tamilHoroscopeResult .navamsa-table th:nth-child(1),#tamilHoroscopeResult .navamsa-table td:nth-child(1),#englishHoroscopeResult .navamsa-table th:nth-child(1),#englishHoroscopeResult .navamsa-table td:nth-child(1){width:18%!important}
#tamilHoroscopeResult .navamsa-table th:nth-child(2),#tamilHoroscopeResult .navamsa-table td:nth-child(2),#englishHoroscopeResult .navamsa-table th:nth-child(2),#englishHoroscopeResult .navamsa-table td:nth-child(2){width:20%!important}
#tamilHoroscopeResult .navamsa-table th:nth-child(3),#tamilHoroscopeResult .navamsa-table td:nth-child(3),#englishHoroscopeResult .navamsa-table th:nth-child(3),#englishHoroscopeResult .navamsa-table td:nth-child(3){width:27%!important}
#tamilHoroscopeResult .navamsa-table th:nth-child(4),#tamilHoroscopeResult .navamsa-table td:nth-child(4),#englishHoroscopeResult .navamsa-table th:nth-child(4),#englishHoroscopeResult .navamsa-table td:nth-child(4){width:17%!important}
#tamilHoroscopeResult .navamsa-table th:nth-child(5),#tamilHoroscopeResult .navamsa-table td:nth-child(5),#englishHoroscopeResult .navamsa-table th:nth-child(5),#englishHoroscopeResult .navamsa-table td:nth-child(5){width:18%!important}
#tamilHoroscopeResult .dasha-antara-title,#englishHoroscopeResult .dasha-antara-title{font-size:14px!important;margin:5px 0 5px!important}
#tamilHoroscopeResult .dasha-subtable,#englishHoroscopeResult .dasha-subtable{width:100%!important;min-width:0!important;table-layout:fixed!important;font-size:11px!important}
#tamilHoroscopeResult .dasha-subtable th,#englishHoroscopeResult .dasha-subtable th{padding:5px 3px!important;font-size:10px!important;line-height:1.05!important;white-space:nowrap!important}
#tamilHoroscopeResult .dasha-subtable td,#englishHoroscopeResult .dasha-subtable td{padding:5px 3px!important;font-size:10px!important;line-height:1.1!important;white-space:nowrap!important}
#tamilHoroscopeResult .dasha-subtable th:nth-child(1),#englishHoroscopeResult .dasha-subtable th:nth-child(1),#tamilHoroscopeResult .dasha-subtable td:nth-child(1),#englishHoroscopeResult .dasha-subtable td:nth-child(1){width:38%!important}
#tamilHoroscopeResult .dasha-subtable th:nth-child(2),#englishHoroscopeResult .dasha-subtable th:nth-child(2),#tamilHoroscopeResult .dasha-subtable td:nth-child(2){width:31%!important}
#tamilHoroscopeResult .dasha-subtable th:nth-child(3),#englishHoroscopeResult .dasha-subtable th:nth-child(3),#tamilHoroscopeResult .dasha-subtable td:nth-child(3){width:31%!important}}
#adminEarningsHistory{
  font-size:13px !important;
  line-height:1.5 !important;
}
#adminEarningsHistory .smv-admin-earn-row{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminEarningsHistory .smv-admin-earn-row .smv-admin-earn-amount,#adminEarningsHistory .smv-admin-earn-row .smv-admin-earn-amount *,#adminEarningsHistory .smv-admin-earn-row .smv-admin-earn-amount b,#adminEarningsHistory .smv-admin-earn-row .smv-admin-earn-amount .success{
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#adminEarningsHistory .smv-admin-earn-row .smv-admin-earn-meta,#adminEarningsHistory .smv-admin-earn-row .smv-admin-earn-meta *,#adminEarningsHistory .smv-admin-earn-row .smv-admin-earn-meta b{
  font-size:11px !important;
  line-height:1.35 !important;
}
#adminEarningsHistory .smv-admin-earn-row .smv-admin-earn-meta{
  font-weight:400 !important;
}
#adminEarningsHistory .smv-admin-earn-row .smv-admin-earn-meta b{
  font-weight:700 !important;
}
#adminEarningsHistory .smv-admin-earn-row .smv-admin-earn-content,#adminEarningsHistory .smv-admin-earn-row .smv-admin-earn-content *{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
#adminEarningsHistory .smv-admin-earn-row .smv-admin-earn-date,#adminEarningsHistory .smv-admin-earn-row .smv-admin-earn-date *{
  font-size:12px !important;
  line-height:1.35 !important;
}
#adminEarningsHistory .smv-admin-earn-row .smv-admin-earn-date{
  font-weight:400 !important;
}
#adminEarningsHistory .smv-admin-earn-row .smv-admin-earn-date b{
  font-weight:700 !important;
}
#adminEarningsHistory + *{font-size:inherit !important;}
#admin *{
  text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}
.advanced-astro-grid{width:100%;max-width:100%;box-sizing:border-box}
.adv-section{width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}
.adv-table-wrap,.adv-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}
.adv-wide{width:100%;min-width:720px;table-layout:auto}
.adv-wide th,.adv-wide td{white-space:nowrap}
.transit-panchang-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:16px;align-items:start}
.transit-panchang-grid>.card{min-width:0;width:100%;box-sizing:border-box}
.transit-panchang-grid .adv-table-wrap{overflow-x:auto}
.sbc-wrap{width:100%;overflow-x:auto}
.sbc-grid-full{width:100%;min-width:760px;max-width:100%;margin:0 auto;aspect-ratio:1/1}
.sbc-cell{min-width:0;overflow:hidden;text-overflow:ellipsis}
.kota-source-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.kota-source-grid>div{min-width:0}
.advanced-astro-grid .adv-detail-grid{width:100%;box-sizing:border-box}
@media(max-width:900px){.transit-panchang-grid{grid-template-columns:1fr!important}
.adv-wide{min-width:820px}
.sbc-grid-full{min-width:720px}
.sbc-edge-wrap{width:790px!important;min-width:790px!important}
.sbc-edge-east{right:2px!important}
.sbc-edge-west{left:2px!important}
.kota-source-grid{grid-template-columns:1fr}}
:root{
  --primary:#8b0000!important;
  --primary2:#b22222!important;
  --gold:#8b0000!important;
  --maroon:#8b0000!important;
  --text:#222!important;
  --muted:#666!important;
  --line:#d9d9d9!important;
  --bg:#fff!important;
  --card:#fff!important;
  --success:#287a3e!important;
  --danger:#a00000!important;
}
html,body{background:#fff!important;color:#222!important;}
body{font-family:Arial,Helvetica,sans-serif!important;line-height:1.5!important;font-weight:400!important;}
h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif!important;color:#8b0000!important;font-weight:700!important;}
p,li,dd,dt,label,legend,small{font-family:Arial,Helvetica,sans-serif!important;color:#444!important;font-weight:400!important;}
main,section,article,.container,#faq,#contact,#content,#about,#dashboard,#admin,#dashboardContent,#adminContent{background:#fff!important;}
header,nav,.navbar,.topbar{background:#8b0000!important;color:#fff!important;border-color:#8b0000!important;box-shadow:none!important;}
header a,nav a,.navbar a,.topbar a{color:#fff!important;}
.btn{background:#8b0000!important;color:#fff!important;border:1px solid #8b0000!important;border-radius:6px!important;box-shadow:none!important;text-shadow:none!important;}
.btn:hover{background:#b22222!important;color:#fff!important;border-color:#b22222!important;box-shadow:none!important;}
.btn:active{background:#700000!important;border-color:#700000!important;}
.btn.active{background:#8b0000!important;color:#fff!important;border-color:#8b0000!important;box-shadow:none!important;}
.btn.danger,.smv-dialog-actions .btn.danger{background:#a00000!important;border-color:#a00000!important;color:#fff!important;}
input,textarea,select{background:#fff!important;color:#222!important;border:1px solid #cfcfcf!important;border-radius:6px!important;box-shadow:none!important;}
input:focus,textarea:focus,select:focus{border-color:#8b0000!important;outline:2px solid rgba(139,0,0,.10)!important;box-shadow:none!important;}
input::placeholder,textarea::placeholder{color:#888!important;}
.auth-field-label,label{color:#444!important;}
.auth-shell,.auth-hero{background:#fff!important;}
.auth-hero h2{color:#8b0000!important;}
.auth-tabs .btn{background:#fff!important;color:#8b0000!important;border-color:#8b0000!important;}
.auth-tabs .btn.active{background:#8b0000!important;color:#fff!important;border-color:#8b0000!important;box-shadow:none!important;}
.password-toggle{background:transparent!important;color:#000!important;border:0!important;box-shadow:none!important;}
.password-toggle:hover{background:transparent!important;}
.password-toggle:focus-visible{outline:2px solid #8b0000!important;outline-offset:2px;}
.password-toggle svg{width:18px;height:18px;fill:none;stroke:#000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.password-toggle svg circle{fill:#000;stroke:#000;}
.modalbox,.smv-dialog{background:#fff!important;color:#222!important;border:1px solid #ddd!important;border-radius:8px!important;box-shadow:0 10px 35px rgba(0,0,0,.18)!important;}
.smv-dialog h3{color:#8b0000!important;}
.smv-dialog-backdrop{background:rgba(0,0,0,.55)!important;backdrop-filter:none!important;}
table{background:#fff!important;border-color:#ddd!important;}
th{background:#8b0000!important;color:#fff!important;border-color:#8b0000!important;}
td{background:#fff!important;color:#222!important;border-color:#ddd!important;}
a{color:#8b0000;}
a:hover{color:#b22222;}
.timeline{background:#fff!important;border:1px solid #ddd!important;}
.timeline-step{background:#f5f5f5!important;color:#666!important;}
.timeline-step.done{background:#eef7f0!important;color:#287a3e!important;}
.profile-dialog{background:#fff!important;}
.profile-dialog .profile-photo{border-color:#8b0000!important;box-shadow:none!important;}
.profile-dialog .profile-title,.profile-dialog .profile-reviews-title{color:#8b0000!important;}
@media(max-width:520px){.btn{min-height:44px;}
input,textarea,select{min-height:46px;}}
.advanced-astro-grid,.adv-section,.adv-table-wrap,.data-table-wrap{width:100%!important;max-width:100%!important;box-sizing:border-box}
.adv-table-wrap{overflow-x:auto;overflow-y:hidden}
.adv-wide{width:max-content;min-width:100%}
.transit-panchang-grid{width:100%!important;grid-template-columns:minmax(0,1.6fr) minmax(300px,.9fr)!important}
.transit-compact-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
.transit-planet{min-height:0!important;padding:6px!important}
.panchang-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}
.kota-summary-grid,.kota-zones-grid,.kota-path-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:10px 0}
.kota-summary-grid>div,.kota-zones-grid>div,.kota-path-grid>div{border:1px solid #e1d4bd;border-radius:8px;padding:8px;background:#fffaf0;min-width:0;display:grid;gap:3px}
.kota-path-grid{grid-template-columns:1fr 1fr}
.sbc-cell em{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.05}
.sbc-cell .sbc-main{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.south-rasi-cell .rasi-status-marker{margin:0!important;padding:0!important;display:inline-block!important}
.south-rasi-cell .planet-line .rasi-status-marker + .rasi-status-marker{margin-left:-2px!important}
@media(min-width:901px){.horoscope-result{width:100%!important;max-width:100%!important}
.data-table-wrap{width:100%!important}
.birth-panchang-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:900px){.transit-panchang-grid{grid-template-columns:1fr!important}
.transit-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.kota-summary-grid,.kota-zones-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.adv-wide{min-width:720px!important}
.transit-compact-grid,.panchang-compact-grid{grid-template-columns:1fr 1fr!important}
.sbc-grid-full{min-width:720px!important}
.sbc-cell .sbc-planet-row{display:block!important;white-space:nowrap!important;word-spacing:0!important;letter-spacing:0!important}
.sbc-edge-wrap{width:790px!important;min-width:790px!important}
.south-rasi-cell .rasi-status-marker{margin-left:0!important;margin-right:0!important}
.south-rasi-cell .planet-line .rasi-status-marker + .rasi-status-marker{margin-left:-3px!important}
.kota-summary-grid,.kota-zones-grid,.kota-path-grid{grid-template-columns:1fr 1fr}}
.advanced-astro-grid{width:100%;max-width:100%;overflow:visible!important;display:block!important}
.adv-section{width:100%!important;box-sizing:border-box!important;margin:16px 0!important;padding:14px!important;border:1px solid #d8c7a7!important;border-radius:14px!important;background:#fffdf8!important;overflow:visible!important}
.adv-section h3,.adv-section h4{margin:0 0 12px!important}
.adv-table-wrap,.adv-scroll{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important}
.adv-wide{border-collapse:collapse!important;min-width:900px!important;width:max-content!important;table-layout:auto!important}
.adv-wide th,.adv-wide td{border:1px solid #e1d4bd!important;padding:8px 10px!important;text-align:center!important;white-space:nowrap!important;vertical-align:middle!important}
.adv-wide thead th{background:#fff3d5!important;color:var(--maroon,#7a2a1c)!important}
.phase4-dasa-slot{content-visibility:visible!important;contain:none!important;margin-top:16px!important}
.phase4-dasa-module{margin:16px 0!important;padding:14px!important;border:1px solid #d8c7a7!important;border-radius:14px!important;background:#fffdf8!important}
.phase4-dasa-module h4{color:var(--maroon,#7a2a1c)!important;margin:0 0 10px!important}
.phase4-dasa-module .adv-table-wrap{border:1px solid #d9c39a!important;border-radius:10px!important;background:#fffdf8!important}
.phase4-dasa-module .adv-wide{min-width:760px!important;width:100%!important;table-layout:fixed!important}
.phase4-dasa-module .adv-wide th,.phase4-dasa-module .adv-wide td{white-space:normal!important;overflow-wrap:anywhere!important}
.phase4-dasa-module .adv-wide th{background:#f4e7cc!important;font-weight:900!important}
.phase4-dasa-module .adv-wide td{background:#fffdf8!important}
@media(max-width:700px){.adv-section{margin:12px 0!important;padding:10px!important}
.phase4-dasa-module{padding:10px!important}
.phase4-dasa-module .adv-wide{min-width:680px!important}
.adv-wide th,.adv-wide td{padding:7px 8px!important;font-size:13px!important}}
.bhava-special-features{margin-top:16px!important}
.bhava-special-features .bhava-special-table{min-width:0!important;width:100%!important;table-layout:fixed!important}
.bhava-special-features .bhava-special-table th,.bhava-special-features .bhava-special-table td{white-space:normal!important;overflow-wrap:anywhere!important}
.bhava-special-features .bhava-special-table th:first-child{font-weight:900!important;width:42%!important}
.bhava-special-features .bhava-special-table th:nth-child(2),.bhava-special-features .bhava-special-table td:nth-child(2){width:58%!important}
.smv-advanced-shell{margin-top:18px}
.smv-advanced-title{margin:20px 0 14px;padding:12px 16px;border-radius:14px;background:#fff3d5;border:2px solid #c59b4a;text-align:center}
.smv-advanced-title h2{margin:0;color:#8b0000;font-weight:900;letter-spacing:.8px}
.smv-advanced-part{display:block;margin:16px 0 22px;padding:12px;border:2px solid #d8c7a7;border-radius:16px;background:#fffdf8}
.smv-advanced-part-title{margin:-12px -12px 14px;padding:11px 14px;border-radius:14px 14px 0 0;background:#fff3d5;border-bottom:2px solid #d8c7a7}
.smv-advanced-part-title h3{margin:0;color:#8b0000;font-weight:900;text-align:left}
.smv-advanced-part>.adv-section{margin:14px 0}
.smv-advanced-part-ready>.adv-section{display:block!important;visibility:visible!important;opacity:1!important}
.smv-advanced-part-ready>.adv-section h3,.smv-advanced-part-ready>.adv-section h4{display:block!important;visibility:visible!important}
.smv-advanced-subtitle{margin:0 0 10px;padding:8px 10px;border-radius:10px;background:#fffaf0;color:#7a2a1c;font-weight:800}
.smv-advanced-part>.adv-section:last-child{margin-bottom:0}
.special-lagnas-moved>#specialLagnasNextToNavamsa{display:block}
@media(max-width:700px){.smv-advanced-part{padding:9px;margin:12px 0 18px}
.smv-advanced-part-title{margin:-9px -9px 10px;padding:10px 11px}
.smv-advanced-part-title h3{font-size:17px}
.smv-advanced-title h2{font-size:20px}}
#tamilHoroscopeResult .south-rasi-cell .planet-glyph .rasi-degree,#englishHoroscopeResult .south-rasi-cell .planet-glyph .rasi-degree{font-weight:900!important;color:#7c3aed!important;}
#tamilHoroscopeResult #rasiChart .rasi-degree,#englishHoroscopeResult #rasiChart .rasi-degree{font-weight:900!important;color:#7c3aed!important;}
#tamilHoroscopeResult .status-combust,#englishHoroscopeResult .status-combust{font-weight:900!important;color:#62b7e8!important;margin:0!important;padding:0!important;}
#tamilHoroscopeResult .status-retro,#englishHoroscopeResult .status-retro{font-weight:900!important;color:#f28a35!important;margin:0!important;padding:0!important;}
#tamilHoroscopeResult .south-rasi-cell .lagna,#englishHoroscopeResult .south-rasi-cell .lagna{font-size:inherit!important;}
.birth-panchang-before-rasi{margin-top:18px;}
.smv-advanced-title h2{font-size:clamp(20px,4.5vw,30px)!important}
.smv-advanced-part{overflow:visible!important}
.smv-advanced-part>.adv-section{overflow:visible!important}
.smv-advanced-part .adv-table-wrap{overflow-x:auto!important;overflow-y:visible!important;width:100%!important;max-width:100%!important}
.bhava-special-features .adv-table-wrap{overflow-x:visible!important}
.bhava-special-features .bhava-special-table{width:100%!important;min-width:0!important;max-width:100%!important;table-layout:fixed!important}
.bhava-special-features .bhava-special-table th,.bhava-special-features .bhava-special-table td{box-sizing:border-box!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;position:static!important;}
.bhava-special-features .bhava-special-table thead th:first-child,.bhava-special-features .bhava-special-table tbody th{width:42%!important;background:#fff3d5!important;color:#7a2a1c!important;font-weight:900!important}
.bhava-special-features .bhava-special-table thead th:nth-child(2),.bhava-special-features .bhava-special-table tbody td{width:58%!important;background:#fffdf8!important;color:#222!important;font-weight:700!important}
.bhava-special-features .bhava-special-table tbody tr:nth-child(even) td{background:#fffaf0!important}
.part1-natural-karakas .adv-wide,.part1-chara-karakas .adv-wide,.part1-baadhaka .adv-wide,.part1-house-classification .adv-wide{min-width:0!important;width:100%!important;table-layout:fixed!important}
.part1-natural-karakas .adv-wide th,.part1-natural-karakas .adv-wide td,.part1-chara-karakas .adv-wide th,.part1-chara-karakas .adv-wide td,.part1-baadhaka .adv-wide th,.part1-baadhaka .adv-wide td,.part1-house-classification .adv-wide th,.part1-house-classification .adv-wide td{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}
@media(max-width:700px){.smv-advanced-part{padding:10px!important}
.smv-advanced-part-title{margin:-10px -10px 12px!important;padding:10px 12px!important}
.bhava-special-features .bhava-special-table th,.bhava-special-features .bhava-special-table td{font-size:13px!important;padding:9px 7px!important;line-height:1.3!important}
.part1-natural-karakas .adv-wide th,.part1-natural-karakas .adv-wide td,.part1-chara-karakas .adv-wide th,.part1-chara-karakas .adv-wide td,.part1-baadhaka .adv-wide th,.part1-baadhaka .adv-wide td,.part1-house-classification .adv-wide th,.part1-house-classification .adv-wide td{font-size:12px!important;padding:7px 5px!important}}
#dashboardContent .smv-consultation-item,#dashboardContent .smv-consultation-item .small,#dashboardContent .smv-consultation-item .refund-summary,#dashboardContent .smv-consultation-item .timeline-step{
  font-size:14px !important;
  line-height:1.55 !important;
  font-weight:400 !important;
}
#dashboardContent .smv-consultation-item b,#dashboardContent .smv-consultation-item strong,#dashboardContent .smv-consultation-item .smv-meta-label,#dashboardContent .smv-consultation-item .smv-meta-value,#dashboardContent .smv-consultation-item .refund-summary b{
  font-size:inherit !important;
  font-weight:400 !important;
}
#dashboardContent .smv-consultation-item .smv-question-text{
  display:block !important;
  font-size:15px !important;
  line-height:1.5 !important;
  font-weight:500 !important;
  margin-bottom:4px !important;
}
#dashboardContent .smv-consultation-item .success,#dashboardContent .smv-consultation-item .error{
  font-weight:500 !important;
}
@media (max-width:767px){#dashboardContent .smv-consultation-item,#dashboardContent .smv-consultation-item .small,#dashboardContent .smv-consultation-item .refund-summary,#dashboardContent .smv-consultation-item .timeline-step{
    font-size:14px !important;
    line-height:1.55 !important;
    font-weight:400 !important;
  }
#dashboardContent .smv-consultation-item .smv-meta-line,#dashboardContent .smv-consultation-item .smv-meta-label,#dashboardContent .smv-consultation-item .smv-meta-value{
    font-size:14px !important;
    line-height:1.55 !important;
    font-weight:400 !important;
  }}
[hidden],#smvInstallAppSection[hidden]{display:none!important}
html[lang="en"] #tamil-horoscope,html[lang="ta"] #english-horoscope{display:none!important}
@media(display-mode:standalone){#smvInstallAppSection{display:none!important}}
@media(display-mode:fullscreen){#smvInstallAppSection{display:none!important}}
html body{background:#fff!important;color:#242424!important;line-height:1.6}
html body :is(#admin,#dashboard){font-size:16px!important;letter-spacing:normal!important}
html body :is(#admin,#dashboard) .card{background:#fff!important;border:1px solid #e4e4e4!important;border-radius:10px!important;box-shadow:none!important;padding:18px!important;margin-bottom:16px!important}
html body :is(#admin,#dashboard) :is(p,div,label,td,textarea,input,select){letter-spacing:normal!important;line-height:1.6!important}
html body :is(#admin,#dashboard) :is(h2,h3){color:#a31920!important;letter-spacing:normal!important;font-weight:700!important;line-height:1.5!important;text-transform:none!important}
html body :is(#admin,#dashboard) .small{font-size:14px!important;line-height:1.6!important}
html body :is(#admin,#dashboard) :is(button,input,select,textarea){font-size:16px!important;min-height:44px!important;border-radius:6px!important;text-transform:none!important;letter-spacing:normal!important}
html body :is(#admin,#dashboard) button{background:#a31920!important;color:#fff!important;border:1px solid #a31920!important;box-shadow:none!important;font-weight:600!important;white-space:normal!important}
html body :is(#admin,#dashboard) button:disabled{opacity:.6!important;cursor:wait}
html body :is(#admin,#dashboard) input,html body :is(#admin,#dashboard) select,html body :is(#admin,#dashboard) textarea{background:#fff!important;color:#242424!important;border:1px solid #aaa!important;padding:10px!important;width:100%;box-sizing:border-box}
html body :is(#admin,#dashboard) label{display:block;font-size:14px!important}
.smv-workflow-card{scroll-margin-top:100px;overflow-wrap:anywhere}
.smv-workflow-card .action-row{display:flex!important;flex-wrap:wrap!important;gap:10px!important;align-items:end!important;margin:12px 0!important}
.smv-workflow-card .action-row>label{flex:1 1 180px}
.smv-workflow-card details{margin:12px 0}
.smv-workflow-card summary{cursor:pointer;font-weight:600;min-height:44px;padding:8px 0}
.smv-workflow-card [data-workflow="reject-question"],.smv-workflow-card [data-workflow="reject-answer"]{border-style:dashed!important}
.smv-admin-nav{display:flex!important;gap:8px!important;flex-wrap:wrap!important;justify-content:flex-start!important;padding:12px 0!important;margin-bottom:10px!important;background:#fff!important}
.smv-refresh{margin:8px 0 16px!important}
#adminPendingQuestions,#adminAnswers,#adminRefunds{scroll-margin-top:100px}
html body .smv-install-app-card{background:#fff!important;box-shadow:none!important;border:1px solid #ddd!important}
@media(max-width:650px){html body :is(#admin,#dashboard) .card{padding:14px!important}
.smv-workflow-card .action-row>button{flex:0 0 auto}
html body :is(#admin,#dashboard){margin-top:20px!important}}
html body #admin div.smv-admin-nav{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin:0 0 16px!important;padding:12px 0!important;position:static!important;transform:none!important}
html body #admin div.smv-admin-nav button.smv-admin-jump{display:block!important;position:static!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:52px!important;max-height:none!important;margin:0!important;padding:12px 16px!important;box-sizing:border-box!important;font-size:16px!important;line-height:1.65!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;overflow:visible!important;text-indent:0!important;letter-spacing:normal!important;transform:none!important;font-weight:600!important;text-align:center!important;flex:none!important}
@media(max-width:600px){html body #admin div.smv-admin-nav{grid-template-columns:1fr!important}}
html body #admin .smv-workflow-card .action-row{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important}
html body #admin .smv-workflow-card .action-row>label{flex:1 1 200px!important;min-width:0!important;width:auto!important}
html body #admin .smv-workflow-card button{flex:0 0 auto!important;height:auto!important;min-height:44px!important;max-height:none!important;min-width:0!important;width:auto!important;max-width:100%!important;padding:9px 12px!important;font-size:14px!important;line-height:1.5!important;white-space:normal!important;box-sizing:border-box!important;aspect-ratio:auto!important;margin:4px 0!important}
@media(max-width:650px){html body #admin .smv-workflow-card .action-row{flex-direction:column!important;align-items:stretch!important}
html body #admin .smv-workflow-card .action-row>label{flex:0 0 auto!important;width:100%!important}
html body #admin .smv-workflow-card button{align-self:flex-start!important}
html body #admin div.smv-admin-nav button.smv-admin-jump{min-height:44px!important;padding:8px 12px!important;font-size:14px!important}}
#englishHoroscopeResult,#tamilHoroscopeResult{
  width:100%!important;max-width:1600px!important;margin:0 auto!important;
  padding:6px!important;box-sizing:border-box!important;
}
#englishHoroscopeResult .card,#tamilHoroscopeResult .card,#englishHoroscopeResult .smv-year-reckoning,#tamilHoroscopeResult .smv-year-reckoning,#englishHoroscopeResult .smv-birth-summary,#tamilHoroscopeResult .smv-birth-summary,#englishHoroscopeResult .smv-summary-grid>div,#tamilHoroscopeResult .smv-summary-grid>div,#englishHoroscopeResult .smv-year-grid>div,#tamilHoroscopeResult .smv-year-grid>div,#englishHoroscopeResult .birth-panchang-grid>div,#tamilHoroscopeResult .birth-panchang-grid>div{
  box-shadow:none!important;background:transparent!important;
}
#englishHoroscopeResult .card,#tamilHoroscopeResult .card,#englishHoroscopeResult .smv-year-reckoning,#tamilHoroscopeResult .smv-year-reckoning,#englishHoroscopeResult .smv-birth-summary,#tamilHoroscopeResult .smv-birth-summary{
  border:0!important;border-radius:0!important;margin:4px 0!important;padding:6px 4px!important;
}
#englishHoroscopeResult .smv-summary-grid,#tamilHoroscopeResult .smv-summary-grid,#englishHoroscopeResult .smv-year-grid,#tamilHoroscopeResult .smv-year-grid,#englishHoroscopeResult .birth-panchang-grid,#tamilHoroscopeResult .birth-panchang-grid{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:0!important;border:1px solid #eadfca!important;border-radius:8px!important;overflow:hidden!important;
}
#englishHoroscopeResult .smv-summary-grid>div,#tamilHoroscopeResult .smv-summary-grid>div,#englishHoroscopeResult .smv-year-grid>div,#tamilHoroscopeResult .smv-year-grid>div,#englishHoroscopeResult .birth-panchang-grid>div,#tamilHoroscopeResult .birth-panchang-grid>div{
  border:0!important;border-right:1px solid #eadfca!important;border-bottom:1px solid #eadfca!important;
  border-radius:0!important;padding:5px 7px!important;min-height:0!important;
  display:flex!important;align-items:center!important;gap:7px!important;line-height:1.2!important;
}
#englishHoroscopeResult .smv-summary-grid b,#tamilHoroscopeResult .smv-summary-grid b,#englishHoroscopeResult .smv-year-grid b,#tamilHoroscopeResult .smv-year-grid b,#englishHoroscopeResult .birth-panchang-grid b,#tamilHoroscopeResult .birth-panchang-grid b{
  display:inline!important;margin:0!important;flex:0 0 auto!important;font-size:12px!important;
}
#englishHoroscopeResult .smv-summary-grid span,#tamilHoroscopeResult .smv-summary-grid span,#englishHoroscopeResult .smv-year-grid span,#tamilHoroscopeResult .smv-year-grid span,#englishHoroscopeResult .birth-panchang-grid span,#tamilHoroscopeResult .birth-panchang-grid span{
  display:inline!important;margin:0!important;font-size:12px!important;min-width:0!important;
}
#englishHoroscopeResult h2,#tamilHoroscopeResult h2,#englishHoroscopeResult h3,#tamilHoroscopeResult h3{margin:5px 0!important;padding:3px 0!important;line-height:1.2!important}
#englishHoroscopeResult p,#tamilHoroscopeResult p{margin:4px 0!important;line-height:1.35!important}
#englishHoroscopeResult .smv-birth-prelude,#tamilHoroscopeResult .smv-birth-prelude{margin:0!important}
#englishHoroscopeResult .smv-panchang-sentence,#tamilHoroscopeResult .smv-panchang-sentence{margin:5px 0!important;padding:5px 7px!important}
#englishHoroscopeResult table,#tamilHoroscopeResult table{margin:4px 0!important}
#englishHoroscopeResult th,#englishHoroscopeResult td,#tamilHoroscopeResult th,#tamilHoroscopeResult td{padding:5px 6px!important;line-height:1.2!important}
@media(max-width:700px){#englishHoroscopeResult,#tamilHoroscopeResult{width:100%!important;padding:2px!important}
#englishHoroscopeResult .smv-summary-grid,#tamilHoroscopeResult .smv-summary-grid,#englishHoroscopeResult .smv-year-grid,#tamilHoroscopeResult .smv-year-grid,#englishHoroscopeResult .birth-panchang-grid,#tamilHoroscopeResult .birth-panchang-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
#englishHoroscopeResult .smv-summary-grid>div,#tamilHoroscopeResult .smv-summary-grid>div,#englishHoroscopeResult .smv-year-grid>div,#tamilHoroscopeResult .smv-year-grid>div,#englishHoroscopeResult .birth-panchang-grid>div,#tamilHoroscopeResult .birth-panchang-grid>div{
    padding:5px!important;display:block!important;min-width:0!important;
  }
#englishHoroscopeResult .smv-summary-grid b,#tamilHoroscopeResult .smv-summary-grid b,#englishHoroscopeResult .smv-year-grid b,#tamilHoroscopeResult .smv-year-grid b,#englishHoroscopeResult .birth-panchang-grid b,#tamilHoroscopeResult .birth-panchang-grid b{display:block!important;font-size:11px!important;margin:0 0 2px!important}
#englishHoroscopeResult .smv-summary-grid span,#tamilHoroscopeResult .smv-summary-grid span,#englishHoroscopeResult .smv-year-grid span,#tamilHoroscopeResult .smv-year-grid span,#englishHoroscopeResult .birth-panchang-grid span,#tamilHoroscopeResult .birth-panchang-grid span{display:block!important;font-size:12px!important;line-height:1.15!important}}
:is(#englishHoroscopeResult,#tamilHoroscopeResult){
  width:100%!important;max-width:1700px!important;margin:0 auto!important;padding:2px!important;
  box-sizing:border-box!important;overflow:visible!important;
}
:is(#englishHoroscopeResult,#tamilHoroscopeResult) :is(
 .card,.adv-section,.smv-advanced-shell,.smv-advanced-part,.smv-advanced-part-content,
 .dasha-node,.dasha-body,.dasha-breadcrumb,.dasha-empty,
 .panchang-card,.transit-card,.smv-fixed-text-section,.phase4-dasa-module
){
  background:transparent!important;background-image:none!important;box-shadow:none!important;
  border:0!important;border-radius:0!important;outline:0!important;
  width:100%!important;max-width:none!important;box-sizing:border-box!important;
}
:is(#englishHoroscopeResult,#tamilHoroscopeResult) :is(.smv-advanced-shell,.smv-advanced-part,.adv-section,.dasha-node,.dasha-body,.phase4-dasa-module){
  margin:2px 0!important;padding:2px 0!important;
}
:is(#englishHoroscopeResult,#tamilHoroscopeResult) .smv-advanced-part-content{margin:0!important;padding:2px 0!important}
:is(#englishHoroscopeResult,#tamilHoroscopeResult) .smv-advanced-part-title.smv-accordion-trigger{
  width:100%!important;max-width:100%!important;margin:4px 0 2px!important;padding:7px 9px!important;
  border:0!important;border-radius:4px!important;box-shadow:none!important;min-height:0!important;
}
:is(#englishHoroscopeResult,#tamilHoroscopeResult) .smv-advanced-part-title h3{margin:0!important;line-height:1.15!important}
:is(#englishHoroscopeResult,#tamilHoroscopeResult) .dasha-head{
  width:100%!important;margin:2px 0!important;padding:7px 9px!important;min-height:0!important;
  border:0!important;border-radius:4px!important;box-shadow:none!important;line-height:1.15!important;
}
:is(#englishHoroscopeResult,#tamilHoroscopeResult) .dasha-breadcrumb{
  margin:1px 0!important;padding:3px 5px!important;line-height:1.15!important;
}
:is(#englishHoroscopeResult,#tamilHoroscopeResult) .small{margin:2px 0!important;line-height:1.2!important}
:is(#englishHoroscopeResult,#tamilHoroscopeResult) :is(.adv-table-wrap,.table-wrap,.data-table-wrap,.smv-viii-table-scroll,.smv-tithi-table-scroll){
  width:100%!important;max-width:100%!important;margin:2px 0!important;padding:0!important;
  border:0!important;border-radius:0!important;box-shadow:none!important;overflow-x:auto!important;overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
}
:is(#englishHoroscopeResult,#tamilHoroscopeResult) table{margin:2px 0!important;border-collapse:collapse!important}
:is(#englishHoroscopeResult,#tamilHoroscopeResult) th,:is(#englishHoroscopeResult,#tamilHoroscopeResult) td{padding:4px 6px!important;line-height:1.15!important;vertical-align:middle!important}
:is(#englishHoroscopeResult,#tamilHoroscopeResult) p{margin:3px 0!important;line-height:1.25!important}
:is(#englishHoroscopeResult,#tamilHoroscopeResult) h2,:is(#englishHoroscopeResult,#tamilHoroscopeResult) h3,:is(#englishHoroscopeResult,#tamilHoroscopeResult) h4{margin:4px 0!important;line-height:1.15!important}
@media(max-width:700px){:is(#englishHoroscopeResult,#tamilHoroscopeResult){padding:0!important}
:is(#englishHoroscopeResult,#tamilHoroscopeResult) :is(.smv-advanced-shell,.smv-advanced-part,.smv-advanced-part-content,.adv-section,.dasha-node,.dasha-body){
    margin:1px 0!important;padding:1px 0!important;
  }
:is(#englishHoroscopeResult,#tamilHoroscopeResult) .smv-advanced-part-title.smv-accordion-trigger,:is(#englishHoroscopeResult,#tamilHoroscopeResult) .dasha-head{padding:6px 7px!important;margin:2px 0!important;border-radius:3px!important}
:is(#englishHoroscopeResult,#tamilHoroscopeResult) th,:is(#englishHoroscopeResult,#tamilHoroscopeResult) td{padding:4px 5px!important;font-size:12px!important;line-height:1.12!important}
:is(#englishHoroscopeResult,#tamilHoroscopeResult) .dasha-subtable{min-width:500px!important;width:100%!important}
:is(#englishHoroscopeResult,#tamilHoroscopeResult) .adv-wide{width:max-content!important;min-width:100%!important;table-layout:auto!important}
:is(#englishHoroscopeResult,#tamilHoroscopeResult) .adv-wide :is(th,td){white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important}}
body.smv-v12-theme{--smv-action-pink:#e60066;--smv-action-yellow:#ffdc24;--smv-action-red:#e52222}
html :is(#smv-v12-theme-root,body.smv-v12-theme) :is(#smv-v12-control,.btn.danger,.smv-logout-btn,[data-reject],[data-payout-reject],[data-content-delete],[data-status="rejected"],[data-workflow^="reject"],button[aria-label="Close"],.smv9-menu a.active,.smv9-menu .smv-nav-current){
 background:var(--smv-action-red)!important;color:#fff!important;border-color:var(--smv-action-red)!important;
}
html :is(#smv-v12-theme-root,body.smv-v12-theme) :is(#smv-v12-control,button,.btn,input[type="submit"]):disabled{opacity:.5!important;cursor:not-allowed!important}
body.smv-v12-theme{--smv-action-yellow:#e60066}
html body.smv-v12-theme .smv-master-footer h4{color:#ffdc24!important}
html body.smv-v12-theme .smv-master-footer{min-height:0!important;padding:0!important}
html body.smv-v12-theme .smv-master-footer-in{grid-template-columns:1.5fr 1fr 1fr!important;gap:20px!important;padding:24px 24px 18px!important}
html body.smv-v12-theme .smv-master-footer h3{margin:0 0 10px!important;display:flex;align-items:center;justify-content:flex-start;gap:8px}
html body.smv-v12-theme .smv-footer-sun{display:inline-block;font-size:1.55em;line-height:1;color:#ffdc24}
html body.smv-v12-theme .smv-master-footer h4{margin:0 0 10px!important}
html body.smv-v12-theme .smv-master-footer p{margin:6px 0!important;line-height:1.5!important}
html body.smv-v12-theme .smv-master-links{gap:8px!important}
html body.smv-v12-theme .smv-master-footer:after{height:100%!important;top:0!important;bottom:0!important;opacity:.17!important}
#smv-dashboard-page{min-height:65vh;padding:20px 16px 40px;max-width:1320px;margin:auto}
#smv-dashboard-page.hidden{display:none!important}
.smv-workspace-bar{display:flex;justify-content:space-between;align-items:center;gap:14px;margin:0 0 16px}
#smvLiveStatus{font-size:13px;color:#5c4650}
html body #smv-dashboard-page :is(#dashboard,#admin){margin-top:0!important}
html body[data-smv-workspace="open"] #smv-public-page,html body[data-smv-workspace="open"] #smvInstallAppSection,html body[data-smv-workspace="open"] :is(#ask-flow,#astro-flow,#astro-register-form,#contact){display:none!important}
@media(max-width:600px){html body.smv-v12-theme .smv-master-footer-in{grid-template-columns:1fr 1fr!important;gap:16px 20px!important;padding:20px 20px 18px!important}
html body.smv-v12-theme .smv-master-footer h3{justify-content:center!important;font-size:1.45rem!important}
html body.smv-v12-theme .smv-master-footer p{font-size:13px!important}
html body.smv-v12-theme .smv-master-links a{font-size:13px!important;line-height:1.45!important}}
html body.smv-v12-theme #smvPremiumHeaderV9 .smv9-menu>:is(a,button){border-radius:999px!important}
html body.smv-v12-theme .smv-master-footer:after{display:none!important}
html body.smv-v12-theme .smv-master-footer h3{align-items:center!important;line-height:1.2!important;flex-wrap:nowrap!important;gap:10px!important;font-style:normal!important;transform:none!important}
html body.smv-v12-theme .smv-footer-sun{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:38px!important;height:38px!important;flex:0 0 38px!important;line-height:1!important;transform:none!important}
html body.smv-v12-theme .smv-footer-sun svg{display:block;width:100%;height:100%;color:#ffdc24}
.smv-footer-scenery{position:relative;z-index:2;width:100%;background:#90001c;line-height:0;text-align:center}
.smv-footer-scenery img{display:block;width:min(100%,520px);height:auto;margin:0 auto;object-fit:contain}
@media(max-width:600px){html body.smv-v12-theme .smv-master-footer-in{gap:14px 16px!important;padding:20px 16px 16px!important;text-align:center!important}
html body.smv-v12-theme .smv-master-footer-in>div{min-width:0;text-align:center!important}
html body.smv-v12-theme .smv-master-footer :is(h3,h4,p,a){text-align:center!important}
html body.smv-v12-theme .smv-master-footer .smv-master-links{align-items:center!important;justify-items:center!important;justify-content:center!important}
html body.smv-v12-theme .smv-master-footer h3{justify-content:center!important}
.smv-footer-scenery img{width:100%;height:auto}}
html :is(#smv-v15-header-root,body.smv-v12-theme) #smvPremiumHeaderV9 .smv9-menu>:is(a,button){
 background:transparent!important;background-image:none!important;border-color:transparent!important;
 color:#30252c!important;box-shadow:none!important;border-radius:0!important;text-shadow:none!important;
}
html :is(#smv-v15-header-root,body.smv-v12-theme) #smvPremiumHeaderV9 .smv9-menu>.smv-nav-current{color:#e60066!important}
html :is(#smv-v15-header-root,body.smv-v12-theme) #smvPremiumHeaderV9 .smv9-menu>.smv-role-green{color:#187442!important}
html :is(#smv-v15-header-root,body.smv-v12-theme) #smvPremiumHeaderV9 .smv9-menu>.smv-logout-btn{color:#e52222!important}
html :is(#smv-v15-icon-root,body.smv-v12-theme) :is(#smv-v15-icon,button[aria-label="Close"],.password-toggle,#dashboardPaymentSuccessClose){
 background:transparent!important;background-image:none!important;border:0!important;
 color:#30252c!important;box-shadow:none!important;border-radius:0!important;
 text-shadow:none!important;filter:none!important;
}
html body.smv-v12-theme .password-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;min-width:44px!important;padding:10px!important}
.password-toggle svg{display:block;width:24px;height:24px;flex:none;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
#about{scroll-margin-top:16px}
#about p{max-width:850px;line-height:1.75}
html body.smv-v12-theme #modal #modalContent .auth-shell button.btn{background:#e52222!important;background-image:none!important;color:#fff!important;border-color:#e52222!important;font-weight:700!important;box-shadow:none!important}
html body.smv-v12-theme #modal #modalContent .auth-shell[data-auth-mode="login"] #submitAuth{background:#e60066!important;color:#fff!important;border-color:#e60066!important}
html body.smv-v12-theme #modal #modalContent #googleAuthBtn{background:#ffdc24!important;color:#302200!important;border-color:#ffdc24!important;width:100%!important;justify-content:center!important}
html body.smv-v12-theme #modal #modalContent #googleAuthBtn span{color:#302200!important}
html body.smv-v12-theme #modal #modalContent #passwordToggle,html body.smv-v12-theme #modal #modalContent #passwordToggle:hover,html body.smv-v12-theme #modal #modalContent #passwordToggle:focus,html body.smv-v12-theme #modal #modalContent #passwordToggle:active{background:transparent!important;background-image:none!important;border:0!important;box-shadow:none!important;color:#30252c!important;filter:none!important}
html body.smv-v12-theme #modal #modalContent #passwordToggle:focus-visible{outline:2px solid #87243c!important;outline-offset:1px!important}
html body.smv-v12-theme #modal #modalContent #passwordToggle svg{background:transparent!important;fill:none!important;stroke:currentColor!important}
html body.smv-v12-theme .smv-master-footer-in>div:first-child{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}
html body.smv-v12-theme .smv-master-footer-in>div:first-child h3{width:100%!important;justify-content:center!important;text-align:center!important}
html body.smv-v12-theme .smv-master-footer-in>div:first-child p{width:100%!important;max-width:none!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important}
html body.smv-v12-theme .smv-footer-scenery{width:100%!important;max-width:none!important;overflow:hidden}
html body.smv-v12-theme .smv-footer-scenery img{display:block!important;width:100%!important;max-width:none!important;height:auto!important;margin:0!important;object-fit:contain!important}
.smv-business-contact{margin:0 0 22px;padding:16px;background:#fff6e9;border-radius:8px}
.smv-business-contact address{font-style:normal;line-height:1.7}
.smv-business-contact a{color:#a81640}
.contact-channels{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:14px}
.contact-channel{display:inline-flex;align-items:center;gap:10px;text-decoration:none;min-height:40px}
.contact-channel svg{display:block;width:25px;height:25px;flex:0 0 25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.contact-channel.whatsapp{color:#126b36}
.contact-channel.phone{color:#a81640}
.contact-channel strong{margin-right:6px}
.contact-channel:focus-visible{outline:2px solid currentColor;outline-offset:4px}
html body.smv-v12-theme #modal #modalContent .auth-hero h2{color:#e52222!important;font-weight:800!important}
html body.smv-v12-theme #modal #modalContent .auth-shell[data-auth-mode="login"] #submitAuth{background:#e52222!important;background-image:none!important;border-color:#e52222!important;color:#fff!important;font-weight:800!important}
html body.smv-v12-theme #modal #modalContent .auth-hero-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:72px!important;height:72px!important;margin:0 auto 10px!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;box-shadow:none!important;overflow:hidden!important;flex-shrink:0}
html body.smv-v12-theme #modal #modalContent .auth-hero-icon img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:contain!important;border:0!important;border-radius:50%!important}
.smv-brand-symbol{display:inline-block!important;width:20px!important;height:20px!important;object-fit:contain!important;vertical-align:middle!important;border:0!important;border-radius:50%!important}
html body.smv-v12-theme .feature-section::before{content:""!important;display:block!important;width:22px!important;height:22px!important;margin:0 auto 6px!important;background:url("./assets/smv-brand-logo-v17.png") center/contain no-repeat!important}
html body.smv-v12-theme .feature-section::before{border-radius:50%!important;overflow:hidden!important}
html body.smv-v12-theme #faq#faq > h2,html body.smv-v12-theme #english-horoscope#english-horoscope > .card > h2,html body.smv-v12-theme #about #aboutTitle,html body.smv-v12-theme :is(#smv-heading-v18, .smv-new-asknow-kicker),html body.smv-v12-theme .smv-master-service[href="#english-horoscope"] strong{color:#000!important}
html body.smv-v12-theme #smv-content-hub#smv-content-hub .smv-v173-subhead{background:linear-gradient(90deg,#fff2f6,#fff9de)!important;background-image:linear-gradient(90deg,#fff2f6,#fff9de)!important;border-color:#f3dde4!important;color:var(--maroon)!important;text-shadow:none!important;filter:none!important}
html body.smv-v12-theme #smv-content-hub#smv-content-hub .smv-v173-subhead > span{color:var(--maroon)!important}
#generateEnglishHoroscope::before,#generateTamilHoroscope::before{content:"";display:inline-block;width:22px;height:22px;flex:0 0 22px;vertical-align:middle;margin-right:7px;border-radius:50%;background:url("./assets/smv-brand-logo-v17.png") center/contain no-repeat;overflow:hidden}
html body.smv-v12-theme :is(#englishHoroscopeResult,#tamilHoroscopeResult):is(#englishHoroscopeResult,#tamilHoroscopeResult):is(#englishHoroscopeResult,#tamilHoroscopeResult){--smv-action-pink:#a80000;--smv-action-yellow:#a80000}
html body.smv-v12-theme :is(#englishHoroscopeResult,#tamilHoroscopeResult):is(#englishHoroscopeResult,#tamilHoroscopeResult):is(#englishHoroscopeResult,#tamilHoroscopeResult) :is(button,.btn,.dasha-head,.smv-advanced-part-title,.smv-advanced-quick-card){background:#a80000!important;background-image:none!important;border-color:#a80000!important;font-weight:800!important}
html body.smv-v12-theme :is(#englishHoroscopeResult,#tamilHoroscopeResult):is(#englishHoroscopeResult,#tamilHoroscopeResult):is(#englishHoroscopeResult,#tamilHoroscopeResult) :is(h2,h3,h4){color:#a80000!important;font-weight:800!important}
html body.smv-v12-theme :is(#englishHoroscopeResult,#tamilHoroscopeResult):is(#englishHoroscopeResult,#tamilHoroscopeResult):is(#englishHoroscopeResult,#tamilHoroscopeResult) .smv-advanced-part{background:#e60066!important}
html body.smv-v12-theme :is(#englishHoroscopeResult,#tamilHoroscopeResult):is(#englishHoroscopeResult,#tamilHoroscopeResult):is(#englishHoroscopeResult,#tamilHoroscopeResult) :is(.smv-part-heading,.smv-part-heading h3,.smv-part-tap,.smv-part-chevron,.smv-quick-title,.smv-quick-title b,.smv-quick-title small){color:#ffd84d!important;text-shadow:none!important}
html body.smv-v12-theme :is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell) .smv-advanced-part-content{background:#fff!important;color:#000!important}
html body.smv-v12-theme :is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell) .smv-advanced-part-content > .adv-section{background:#fff!important}
html body.smv-v12-theme :is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell) .smv-advanced-part-title{background:#a80000!important;background-image:none!important;border-color:#a80000!important}
html body.smv-v12-theme :is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell) .smv-advanced-part-title .smv-part-heading,html body.smv-v12-theme :is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell) .smv-advanced-part-title .smv-part-heading h3,html body.smv-v12-theme :is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell) .smv-part-tap,html body.smv-v12-theme :is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell) .smv-part-chevron{color:#ffd84d!important;-webkit-text-fill-color:#ffd84d!important;text-shadow:none!important}
html body.smv-v12-theme :is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell):is(#smv-v21-heading,.smv-advanced-shell) .smv-advanced-title h2{color:#a80000!important}
html body.smv-v12-theme :is(#englishHoroscopeResult,#tamilHoroscopeResult):is(#englishHoroscopeResult,#tamilHoroscopeResult):is(#englishHoroscopeResult,#tamilHoroscopeResult):is(#englishHoroscopeResult,#tamilHoroscopeResult) :is(.dasha-head,.btn){color:#ffd84d!important;-webkit-text-fill-color:#ffd84d!important}
html body.smv-v12-theme :is(#englishHoroscopeResult,#tamilHoroscopeResult):is(#englishHoroscopeResult,#tamilHoroscopeResult):is(#englishHoroscopeResult,#tamilHoroscopeResult):is(#englishHoroscopeResult,#tamilHoroscopeResult) :is(.dasha-head,.btn) :is(span,b,strong){color:#ffd84d!important;-webkit-text-fill-color:#ffd84d!important}
@media(max-width:700px){html body.smv-v12-theme :is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell) .smv-advanced-part{padding:0!important;overflow:hidden!important;border-radius:12px!important;box-sizing:border-box!important}
html body.smv-v12-theme :is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell) .smv-advanced-part-title.smv-accordion-trigger{width:100%!important;max-width:100%!important;margin:0!important;padding:14px 12px!important;box-sizing:border-box!important;border-radius:10px 10px 0 0!important;border-bottom:10px solid #e60066!important;display:flex!important;align-items:center!important;gap:10px!important}
html body.smv-v12-theme :is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell) .smv-part-heading{min-width:0!important;flex:1 1 0!important}
html body.smv-v12-theme :is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell) .smv-part-heading h3{font-size:15px!important;line-height:1.4!important;white-space:normal!important;overflow-wrap:anywhere!important}
html body.smv-v12-theme :is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell):is(#smv-v22-scope,.smv-advanced-shell) .smv-advanced-part-content{padding:12px!important;background:#fff!important;box-sizing:border-box!important}}
#horoscope-tools.feature-section,#tamil-horoscope.feature-section,#english-horoscope.feature-section{
  width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;
}
#horoscope-tools>.card,#tamil-horoscope>.card,#english-horoscope>.card{
  width:min(96vw,1500px)!important;max-width:1500px!important;margin:12px auto!important;
  padding:14px 16px!important;border-radius:14px!important;box-sizing:border-box!important;
}
#tamilHoroscopeResult,#englishHoroscopeResult{
  width:100%!important;max-width:none!important;margin:0!important;padding:0!important;box-sizing:border-box!important;
}
:is(#tamilHoroscopeResult,#englishHoroscopeResult) :is(.smv-advanced-shell,.smv-advanced-wrapper,.advanced-analysis){
  width:100%!important;max-width:none!important;margin:8px 0!important;padding:0!important;box-sizing:border-box!important;
}
:is(#tamilHoroscopeResult,#englishHoroscopeResult) .smv-advanced-part{
  width:100%!important;max-width:none!important;margin:8px 0!important;border-radius:10px!important;box-sizing:border-box!important;
}
:is(#tamilHoroscopeResult,#englishHoroscopeResult) .smv-advanced-part-content{
  width:100%!important;max-width:none!important;padding:10px 12px!important;box-sizing:border-box!important;
}
:is(#tamilHoroscopeResult,#englishHoroscopeResult) :is(.adv-section,.card,.panchang-card,.transit-card){
  margin-top:7px!important;margin-bottom:7px!important;padding-top:10px!important;padding-bottom:10px!important;
}
:is(#tamilHoroscopeResult,#englishHoroscopeResult) :is(.grid,.form-grid,.panchang-compact-grid){
  column-gap:10px!important;row-gap:7px!important;
}
:is(#tamilHoroscopeResult,#englishHoroscopeResult) :is(.adv-table-wrap,.table-wrap,.smv-viii-table-scroll,.smv-tithi-table-scroll){
  width:100%!important;max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;
}
@media(min-width:900px){#horoscope-tools>.card,#tamil-horoscope>.card,#english-horoscope>.card{width:calc(100vw - 32px)!important;max-width:1540px!important}
:is(#tamilHoroscopeResult,#englishHoroscopeResult) :is(.grid,.form-grid){grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important}
:is(#tamilHoroscopeResult,#englishHoroscopeResult) .panchang-compact-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}}
@media(max-width:640px){#horoscope-tools.feature-section,#tamil-horoscope.feature-section,#english-horoscope.feature-section{padding-left:2px!important;padding-right:2px!important}
#horoscope-tools>.card,#tamil-horoscope>.card,#english-horoscope>.card{width:100%!important;max-width:100%!important;margin:6px 0!important;padding:8px!important;border-radius:10px!important}
:is(#tamilHoroscopeResult,#englishHoroscopeResult) .smv-advanced-part{margin:6px 0!important}
:is(#tamilHoroscopeResult,#englishHoroscopeResult) .smv-advanced-part-content{padding:7px!important}
:is(#tamilHoroscopeResult,#englishHoroscopeResult) :is(.adv-section,.card,.panchang-card,.transit-card){margin-top:5px!important;margin-bottom:5px!important;padding-top:7px!important;padding-bottom:7px!important}}
.smv24-icon{position:relative!important;display:block!important;width:88px!important;height:88px!important;flex:none!important;overflow:hidden!important;border-radius:50%!important;background:#fff!important;margin:0 auto 10px!important;padding:0!important;box-shadow:0 3px 12px #6e261414}
.smv24-icon img{position:absolute!important;max-width:none!important;height:auto!important;transform:none!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important}
html body.smv-v12-theme #askNowSection{background:#fff!important;background-image:none!important;color:#272025!important}
html body.smv-v12-theme #askNowSection:before,html body.smv-v12-theme #askNowSection:after{display:none!important}
html body.smv-v12-theme .smv-master-cats{display:grid!important;grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:18px 10px!important;width:100%!important;max-width:1100px!important;margin:24px auto!important;padding:0 16px!important;box-sizing:border-box!important;background:#fff!important}
html body.smv-v12-theme .smv-master-cat{width:auto!important;min-width:0!important;color:#711228!important;text-align:center!important;font-size:14px!important;line-height:1.4!important;display:block!important}
html body.smv-v12-theme .smv-master-service{background:#fff!important}
html body.smv-v12-theme .registration-icon{width:100px!important;height:100px!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}
.registration-icon .smv24-icon{width:100px!important;height:100px!important}
#smv24-footer{width:100%;background:#fff;color:#211d24;font:16px/1.6 Arial,sans-serif;overflow:hidden;margin-top:32px}
#smv24-footer *{box-sizing:border-box}
.smv24-footer-top{max-width:1160px;margin:auto;padding:32px 24px 0}
#smv24-footer .smv24-brand{text-align:center}
#smv24-footer h2{font:700 clamp(32px,5vw,54px)/1.15 Georgia,serif;color:#850a20;margin:0 0 12px}
#smv24-footer h2 span{color:#c28d25}
#smv24-footer .smv24-brand p{font:22px/1.4 Georgia,serif;margin:0 auto 10px;color:#211d24}
.smv24-brand small{letter-spacing:.22em;font-size:12px}
.smv24-brand em{display:block;font:italic 25px/1.5 Georgia,serif;color:#850a20;margin:14px auto 28px}
.smv24-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding:20px 0 28px}
#smv24-footer h3{color:#850a20;font-size:22px;margin:0 0 14px}
#smv24-footer a{color:#211d24;text-decoration:none}
#smv24-footer a:hover{text-decoration:underline;color:#850a20}
.smv24-columns nav+nav{border-left:1px solid #deceaf;padding-left:30px}
.smv24-columns a{display:block;margin:6px 0}
.smv24-columns a:before{content:"›";color:#850a20;margin-right:12px;font-weight:bold}
.smv24-contact{border-top:1px solid #c7a65a;padding:22px 0;display:flex;flex-wrap:wrap;justify-content:center;gap:12px 24px;text-align:center;overflow-wrap:anywhere}
.smv24-social{display:flex;justify-content:center;gap:25px;flex-wrap:wrap}
.smv24-social a{display:flex;align-items:center;flex-direction:column;font-size:12px}
.smv24-social b{background:#850a20;color:white;border-radius:50%;width:44px;height:44px;display:grid;place-items:center;font:700 27px Georgia}
.smv24-scenery{height:390px;background:url("assets/footer-v24.png") center bottom/cover no-repeat;position:relative;margin-top:18px}
.smv24-scenery p{text-align:center;position:absolute;top:12px;left:24%;width:52%;font:italic 24px/1.4 Georgia;color:#3b210a;margin:0;text-shadow:0 1px 4px white}
.smv24-copyright{background:#850a20;border-top:5px solid #cba342;color:white;text-align:center;padding:24px 16px;font-size:14px}
.smv24-copyright small{display:block;color:#f9dd9c;letter-spacing:.2em;font-size:11px;margin-top:10px}
@media(max-width:700px){html body.smv-v12-theme .smv-master-cats{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px 6px!important}
.smv-master-cat .smv24-icon{width:64px!important;height:64px!important}
html body.smv-v12-theme .smv-master-cat{font-size:12px!important}
.smv24-columns{gap:20px;grid-template-columns:1fr 1fr}
.smv24-columns nav+nav{padding-left:0;border:0}
.smv24-columns nav:last-child{grid-column:1/-1}
.smv24-scenery{height:270px;background-size:auto 100%}
.smv24-scenery p{font-size:18px;left:16%;width:68%}
.smv24-social{gap:18px}
.smv24-footer-top{padding:24px 18px 0}}
html body.smv-v12-theme footer#smv24-footer{display:block!important;visibility:visible!important;height:auto!important;position:relative!important}
html body.smv-v12-theme #register-flow .registration-icon{display:block!important;position:relative!important;width:88px!important;height:88px!important;min-width:88px!important;min-height:88px!important;flex:0 0 88px!important;margin:0 auto 20px!important;padding:0!important;overflow:hidden!important}
html body.smv-v12-theme #register-flow .registration-icon>.smv24-icon{display:block!important;width:100%!important;height:100%!important;margin:0!important}
html body.smv-v12-theme #register-flow .registration-kicker{position:relative!important;margin-top:0!important;clear:both!important}
@media(max-width:760px){html body.smv-v12-theme #register-flow .registration-icon{width:76px!important;height:76px!important;min-width:76px!important;min-height:76px!important;flex-basis:76px!important;margin-bottom:20px!important}
html body.smv-v12-theme #smv-content-hub{min-width:0!important;width:100%!important;padding-left:0!important;padding-right:0!important}
html body.smv-v12-theme #smv-content-hub>.feature-shell.card{width:100%!important;min-width:0!important;margin:0!important;padding:12px 0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}
html body.smv-v12-theme #smv-content-hub .smv-v173-subregion{padding:0!important;border:0!important;box-shadow:none!important;min-width:0!important;width:100%!important}
html body.smv-v12-theme #smv-content-hub #publicBlogs,html body.smv-v12-theme #smv-content-hub #publicMedia .smv-media-type-grid{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:12px!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity!important;scroll-padding-inline:4px;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;padding:6px 4px 16px!important;box-sizing:border-box!important;align-items:flex-start!important;scrollbar-width:thin}
html body.smv-v12-theme #smv-content-hub #publicBlogs>.blog-card,html body.smv-v12-theme #smv-content-hub #publicMedia .smv-media-type-grid>.media-card{flex:0 0 90%!important;width:90%!important;min-width:0!important;max-width:none!important;margin:0!important;padding:16px!important;box-sizing:border-box!important;scroll-snap-align:start;border:1px solid #e7ded8!important;border-radius:12px!important;box-shadow:none!important;overflow-wrap:anywhere!important}
html body.smv-v12-theme #smv-content-hub #publicMedia{display:block!important;padding:0!important;border:0!important;box-shadow:none!important}
html body.smv-v12-theme #smv-content-hub #publicMedia .smv-media-type-section{padding:0!important;border:0!important;box-shadow:none!important;max-width:100%!important}
html body.smv-v12-theme #smv-content-hub #publicBlogs .blog-content{font-size:16px!important;line-height:1.65!important;padding:0!important;border:0!important;background:transparent!important}
html body.smv-v12-theme #smv-content-hub .blog-card h3{font-size:21px!important;line-height:1.3!important}
html body.smv-v12-theme #smv-content-hub #publicMedia .media-card video,html body.smv-v12-theme #smv-content-hub #publicMedia .media-card img{width:100%!important;height:auto!important;max-height:260px!important;object-fit:contain!important}
html body.smv-v12-theme #smv-content-hub #publicBlogs>.empty{flex:1 0 100%;box-sizing:border-box}}
html body.smv-v12-theme #smv-content-hub .smv-v173-subregion.smv-v173-sub-collapsed #publicBlogs,html body.smv-v12-theme #smv-content-hub .smv-v173-subregion.smv-v173-sub-collapsed #publicMedia{display:none!important}
html body #smv24-footer{display:block!important;background:#fff!important;color:#231c21!important;padding:0!important;margin:30px 0 0!important;border:0!important;text-align:left!important;width:100%!important;max-width:none!important;font:400 16px/1.6 Arial,sans-serif!important}
html body #smv24-footer::before,html body #smv24-footer::after{content:none!important;display:none!important}
html body #smv24-footer .smv24-footer-top{background:#fff!important;max-width:1160px!important;margin:0 auto!important;padding:36px 24px 0!important}
html body #smv24-footer .smv24-brand{text-align:center!important;color:#211d24!important}
html body #smv24-footer .smv24-brand p{color:#211d24!important;font-weight:400!important}
html body #smv24-footer .smv24-brand small{color:#40363a!important}
html body #smv24-footer .smv24-columns{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px!important;text-align:left!important;padding:20px 0 28px!important;background:transparent!important}
html body #smv24-footer .smv26-links{display:block!important;background:transparent!important;padding:0 20px!important;border:0!important;min-width:0!important}
html body #smv24-footer .smv26-links h3{font:700 22px/1.3 Arial,sans-serif!important;color:#850a20!important;background:transparent!important;margin:0 0 12px!important}
html body #smv24-footer .smv26-links a{display:block!important;position:static!important;width:auto!important;min-width:0!important;min-height:0!important;padding:5px 0!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;color:#272129!important;font:400 16px/1.5 Arial,sans-serif!important;text-decoration:none!important;transform:none!important;white-space:normal!important;overflow-wrap:break-word!important}
html body #smv24-footer .smv26-links a:before{content:"›";color:#850a20;margin-right:10px}
html body #smv24-footer .smv26-links a:hover{text-decoration:underline!important}
html body #smv24-footer .smv24-contact{color:#272129!important}
html body #smv24-footer .smv24-contact a{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#272129!important;background:transparent!important;border:0!important;box-shadow:none!important}
html body #smv24-footer .smv24-social{display:flex!important;flex-wrap:nowrap!important;justify-content:center!important;gap:22px!important}
html body #smv24-footer .smv24-social a{display:flex!important;flex-direction:column!important;align-items:center!important;gap:7px!important;color:#272129!important;background:transparent!important;border:0!important;padding:0!important;box-shadow:none!important;font:400 13px/1.4 Arial,sans-serif!important}
html body #smv24-footer .smv24-scenery{margin:20px 0 0!important;padding:0!important;height:390px!important;background:url("assets/footer-v24.png") center bottom/cover no-repeat!important}
html body #smv24-footer .smv24-scenery p{color:#38200b!important;font:italic 24px/1.4 Georgia,serif!important;text-shadow:0 1px 3px white!important}
html body #smv24-footer .smv24-copyright{background:#850a20!important;color:#fff!important;padding:24px 16px!important;text-align:center!important;border-top:5px solid #cba342!important;font:400 14px/1.6 Arial,sans-serif!important}
html body #smv24-footer .smv24-copyright small{color:#f9dd9c!important}
html body .smv26-social-icon{display:inline-block!important;width:28px!important;height:28px!important;min-width:28px!important;max-width:28px!important;object-fit:contain!important;border:0!important;border-radius:5px!important;margin:0!important;padding:0!important;vertical-align:middle!important}
html body .smv26-channels{display:flex!important;flex-wrap:wrap!important;gap:12px 20px!important;margin:16px 0!important;padding:0!important}
html body .smv26-channels a{display:inline-flex!important;align-items:center!important;gap:8px!important;width:auto!important;background:transparent!important;border:0!important;box-shadow:none!important;color:#292126!important;font:400 15px/1.5 Arial,sans-serif!important;text-decoration:none!important;padding:4px 0!important}
@media(max-width:760px){html body #smv24-footer .smv24-footer-top{padding:28px 16px 0!important}
html body #smv24-footer .smv24-columns{grid-template-columns:1fr 1fr!important;gap:24px 14px!important}
html body #smv24-footer .smv26-links{padding:0!important}
html body #smv24-footer .smv26-links:last-child{grid-column:1/-1!important}
html body #smv24-footer .smv26-links h3{font-size:19px!important}
html body #smv24-footer .smv26-links a{font-size:15px!important}
html body #smv24-footer .smv24-social{gap:16px!important}
html body #smv24-footer .smv24-social a{font-size:11px!important}
html body #smv24-footer .smv24-scenery{height:270px!important;background-size:auto 100%!important}
html body #smv24-footer .smv24-scenery p{font-size:18px!important}
html body.smv-v12-theme #smv-content-hub{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding:0!important}
html body.smv-v12-theme #smv-content-hub .feature-shell.card,html body.smv-v12-theme #smv-content-hub .smv-v173-subregion,html body.smv-v12-theme #smv-content-hub #publicBlogs>.blog-card,html body.smv-v12-theme #smv-content-hub #publicMedia .smv-media-type-grid>.media-card{display:block!important;flex:none!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0 0 20px!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;box-sizing:border-box!important}
html body.smv-v12-theme #smv-content-hub #publicBlogs,html body.smv-v12-theme #smv-content-hub #publicMedia .smv-media-type-grid{display:block!important;width:100%!important;max-width:100%!important;padding:0!important;margin:14px 0!important;overflow:visible!important;scroll-snap-type:none!important}
html body.smv-v12-theme #smv-content-hub .blog-content{width:100%!important;max-width:none!important;font-size:15px!important;line-height:1.6!important;letter-spacing:normal!important;overflow-wrap:break-word!important;word-break:normal!important}
html body.smv-v12-theme #smv-content-hub #publicBlogs .blog-content{font-size:15px!important;padding:0!important}
html body.smv-v12-theme #smv-content-hub .blog-card:before,html body.smv-v12-theme #smv-content-hub .media-card:before{display:none!important}
html body.smv-v12-theme #smv-content-hub .smv-v173-subregion.smv-v173-sub-collapsed #publicBlogs,html body.smv-v12-theme #smv-content-hub .smv-v173-subregion.smv-v173-sub-collapsed #publicMedia{display:none!important}}
html body #smv24-footer .smv26-links a:before{content:""!important;display:inline-block!important;width:5px!important;height:5px!important;border-top:2px solid #850a20!important;border-right:2px solid #850a20!important;transform:rotate(45deg)!important;margin-right:10px!important;vertical-align:2px!important}
@media(max-width:760px){html body.smv-v12-theme #smv-content-hub{padding-left:16px!important;padding-right:16px!important;box-sizing:border-box!important}}
@media(min-width:1024px){html body #smv24-footer .smv24-scenery{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:3/2!important;background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important}
html body #smv24-footer .smv24-scenery p{top:24%!important}}
#englishHoroscopeResult .dasha-tree > .dasha-node > .dasha-head,#tamilHoroscopeResult .dasha-tree > .dasha-node > .dasha-head{
  min-height:56px!important;height:56px!important;padding:10px 14px!important;border-radius:8px!important;
}
#englishHoroscopeResult .dasha-tree > .dasha-node > .dasha-body .dasha-node[data-level="2"] > .dasha-head,#tamilHoroscopeResult .dasha-tree > .dasha-node > .dasha-body .dasha-node[data-level="2"] > .dasha-head{
  min-height:38px!important;height:38px!important;padding:5px 10px!important;border-radius:6px!important;font-size:14px!important;
}
#englishHoroscopeResult .dasha-tree > .dasha-node > .dasha-body .dasha-node[data-level="2"] .dasha-title,#tamilHoroscopeResult .dasha-tree > .dasha-node > .dasha-body .dasha-node[data-level="2"] .dasha-title{font-size:14px!important}
#englishHoroscopeResult .dasha-tree > .dasha-node > .dasha-body .dasha-node[data-level="2"] .dasha-dates,#tamilHoroscopeResult .dasha-tree > .dasha-node > .dasha-body .dasha-node[data-level="2"] .dasha-dates{font-size:12px!important}
#englishHoroscopeResult .dasha-tree > .dasha-node > .dasha-body .dasha-node[data-level="2"] .dasha-arrow,#tamilHoroscopeResult .dasha-tree > .dasha-node > .dasha-body .dasha-node[data-level="2"] .dasha-arrow{font-size:14px!important}
#englishHoroscopeResult .dasha-tree > .dasha-node > .dasha-body .dasha-node[data-level="2"] > .dasha-body,#tamilHoroscopeResult .dasha-tree > .dasha-node > .dasha-body .dasha-node[data-level="2"] > .dasha-body{padding:0 8px 6px!important}
#englishHoroscopeResult .dasha-breadcrumb,#tamilHoroscopeResult .dasha-breadcrumb{margin:0 0 5px!important;padding:4px 7px!important;border-radius:5px!important;font-size:12px!important}
#englishHoroscopeResult .dasha-subtable th,#englishHoroscopeResult .dasha-subtable td,#tamilHoroscopeResult .dasha-subtable th,#tamilHoroscopeResult .dasha-subtable td{padding:5px 6px!important}
html body.smv-v12-theme #englishHoroscopeResult#englishHoroscopeResult#englishHoroscopeResult .dasha-tree .dasha-node[data-level="1"] > .dasha-body > .dasha-node[data-level="2"] > .dasha-head,html body.smv-v12-theme #tamilHoroscopeResult#tamilHoroscopeResult#tamilHoroscopeResult .dasha-tree .dasha-node[data-level="1"] > .dasha-body > .dasha-node[data-level="2"] > .dasha-head{
  background:#ff0000!important;
  background-color:#ff0000!important;
  background-image:none!important;
  border-color:#ff0000!important;
}
html body.smv-v12-theme #englishHoroscopeResult#englishHoroscopeResult#englishHoroscopeResult .dasha-tree .dasha-subtable thead th,html body.smv-v12-theme #tamilHoroscopeResult#tamilHoroscopeResult#tamilHoroscopeResult .dasha-tree .dasha-subtable thead th{
  background:#008cff!important;
  background-color:#008cff!important;
  background-image:none!important;
  border-color:#008cff!important;
}
.numerology-module{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
  overflow:visible !important;
}
.numerology-module .adv-table-wrap{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  overflow-x:visible !important;
  overflow-y:visible !important;
  box-sizing:border-box !important;
}
.numerology-module table.adv-wide{
  width:100% !important;
  min-width:0 !important;
  max-width:100% !important;
  table-layout:fixed !important;
  border-collapse:collapse !important;
  box-sizing:border-box !important;
}
.numerology-module table.adv-wide th,.numerology-module table.adv-wide td{
  position:static !important;
  left:auto !important;
  right:auto !important;
  float:none !important;
  box-sizing:border-box !important;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  overflow-wrap:anywhere !important;
  word-break:break-word !important;
  vertical-align:middle !important;
}
.numerology-module table.adv-wide th{
  width:38% !important;
  min-width:0 !important;
  max-width:none !important;
}
.numerology-module table.adv-wide td{
  width:62% !important;
  min-width:0 !important;
  max-width:none !important;
}
@media (max-width:640px){.numerology-module{
    padding-left:0 !important;
    padding-right:0 !important;
  }
.numerology-module .adv-table-wrap{
    margin-left:0 !important;
    margin-right:0 !important;
    padding:0 !important;
  }
.numerology-module table.adv-wide{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    table-layout:fixed !important;
    font-size:14px !important;
  }
.numerology-module table.adv-wide th{
    width:43% !important;
    min-width:0 !important;
    max-width:43% !important;
  }
.numerology-module table.adv-wide td{
    width:57% !important;
    min-width:0 !important;
    max-width:57% !important;
  }
.numerology-module table.adv-wide th,.numerology-module table.adv-wide td{
    padding:10px 8px !important;
    line-height:1.4 !important;
    font-size:14px !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
    word-break:break-word !important;
  }}
.smv-birth-prelude{margin:0 0 18px}
.smv-birth-prelude .smv-invocation{text-align:center;font-weight:800;font-size:20px;line-height:1.5;padding:14px 12px;border:1px solid #d9c58b;border-radius:14px;background:#fffaf0;color:#8d1717;margin-bottom:14px}
.smv-year-reckoning,.smv-birth-summary{border:1px solid #ddcfaa;border-radius:16px;background:#fff;padding:14px;margin:0 0 14px;box-sizing:border-box}
.smv-year-reckoning h3,.smv-birth-summary h3{margin:0 0 10px}
.smv-year-grid,.smv-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.smv-year-grid>div,.smv-summary-grid>div{border:1px solid #eadfca;border-radius:10px;padding:9px 10px;min-width:0;background:#fff}
.smv-year-grid b,.smv-summary-grid b{display:block;font-size:13px;margin-bottom:3px}
.smv-year-grid span,.smv-summary-grid span{display:block;font-weight:700;overflow-wrap:anywhere;word-break:break-word}
.smv-panchang-sentence{margin:10px 0 0;padding:10px 12px;border-left:4px solid #b99439;background:#fffaf1;line-height:1.65}
@media(max-width:640px){.smv-year-grid,.smv-summary-grid{grid-template-columns:1fr}
.smv-birth-prelude .smv-invocation{font-size:18px}}
.smv-ganesha-prayer,.smv-navagraha-prayer{
  margin:0 0 16px;
  padding:16px 14px;
  border:1px solid #ddcfaa;
  border-radius:16px;
  background:#fffaf0;
  text-align:center;
  box-sizing:border-box;
}
.smv-ganesha-img{
  width:92px;
  height:auto;
  display:block;
  margin:0 auto 8px;
  border-radius:10px;
}
.smv-prayer-title{
  margin:0 0 8px;
  font-size:20px;
  font-weight:800;
  color:#9b1234;
}
.smv-prayer-mantra{
  margin:0;
  font-size:17px;
  line-height:1.65;
  font-weight:700;
  color:#172d67;
}
.smv-prayer-meaning{
  margin:10px auto 0;
  max-width:760px;
  font-size:14px;
  line-height:1.6;
  text-align:left;
}
.smv-navagraha-prayer{
  margin-top:18px;
  margin-bottom:12px;
}
@media(max-width:640px){.smv-ganesha-prayer,.smv-navagraha-prayer{padding:14px 10px}
.smv-ganesha-img{width:78px}
.smv-prayer-title{font-size:18px}
.smv-prayer-mantra{font-size:15px;line-height:1.6}
.smv-prayer-meaning{font-size:13px}}
.smv-fixed-text-section{margin:0 0 16px;padding:14px;border:1px solid #dccb9d;border-radius:16px;background:#fffdf8;box-sizing:border-box}
.smv-fixed-text-section h3{margin:0 0 12px;color:#9b1234;font-size:21px}
.smv-fixed-text-section h4{margin:14px 0 7px;color:#6f2b10;font-size:17px}
.smv-fixed-text-section p{margin:6px 0;line-height:1.65}
.smv-mantra{padding:10px 12px;border-left:4px solid #b99439;background:#fff8e8;border-radius:8px;line-height:1.75;font-weight:700}
.smv-ref-table{width:100%;border-collapse:collapse;margin:10px 0 14px;table-layout:fixed}
.smv-ref-table th,.smv-ref-table td{border:1px solid #ddcfaa;padding:8px;vertical-align:top;white-space:normal;overflow-wrap:anywhere}
.smv-ref-table th{background:#fff3d6}
.smv-note-fixed{font-size:13px;opacity:.82;margin-top:10px}
@media(max-width:640px){.smv-fixed-text-section{padding:10px}
.smv-fixed-text-section h3{font-size:19px}
.smv-fixed-text-section h4{font-size:16px}
.smv-ref-table{font-size:13px}
.smv-ref-table th,.smv-ref-table td{padding:6px}}
.smv-karana-source-table{table-layout:auto}
@media(max-width:640px){.smv-karana-source-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.smv-karana-source-table th,.smv-karana-source-table td{min-width:120px;white-space:normal}
.smv-karana-source-table th:last-child,.smv-karana-source-table td:last-child{min-width:240px}}
.smv-viii-adhidevata .smv-ref-table,.smv-karana-source-table{
  width:max-content;
  min-width:100%;
  table-layout:auto;
}
.smv-viii-adhidevata{
  overflow:visible;
}
.smv-viii-adhidevata .smv-ref-table,.smv-karana-source-table{
  display:block;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:auto;
  scroll-behavior:smooth;
}
.smv-viii-adhidevata .smv-ref-table th,.smv-viii-adhidevata .smv-ref-table td,.smv-karana-source-table th,.smv-karana-source-table td{
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:break-word !important;
  vertical-align:top;
  line-height:1.45;
  text-align:left;
  min-width:150px;
  max-width:none;
}
.smv-karana-source-table th:nth-child(1),.smv-karana-source-table td:nth-child(1){min-width:110px}
.smv-karana-source-table th:nth-child(2),.smv-karana-source-table td:nth-child(2){min-width:140px}
.smv-karana-source-table th:nth-child(3),.smv-karana-source-table td:nth-child(3){min-width:110px}
.smv-karana-source-table th:nth-child(4),.smv-karana-source-table td:nth-child(4){min-width:150px}
.smv-karana-source-table th:nth-child(5),.smv-karana-source-table td:nth-child(5){min-width:300px}
@media(max-width:640px){.smv-viii-adhidevata .smv-ref-table,.smv-karana-source-table{
    width:max-content !important;
    min-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
.smv-viii-adhidevata .smv-ref-table th,.smv-viii-adhidevata .smv-ref-table td,.smv-karana-source-table th,.smv-karana-source-table td{
    font-size:14px !important;
    padding:8px 10px !important;
  }}
.smv-viii-adhidevata .smv-ref-table{scroll-snap-type:x proximity}
.smv-d20-summary{margin:0 0 12px;padding:10px 12px;border:1px solid #ddd;border-radius:10px;background:#fff}
.smv-deities-v92 .adv-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.smv-deities-v92 .smv-deities-table{width:max-content!important;min-width:1200px!important;table-layout:auto!important}
.smv-deities-v92 .smv-deities-table th,.smv-deities-v92 .smv-deities-table td{
  min-width:150px;max-width:340px;white-space:normal!important;vertical-align:top;text-align:left;line-height:1.45
}
.smv-deities-v92 .smv-deities-table th:first-child,.smv-deities-v92 .smv-deities-table td:first-child{min-width:165px}
.smv-deities-v92 .smv-deities-table th:last-child,.smv-deities-v92 .smv-deities-table td:last-child{min-width:340px}
.smv-fixed-text-section .adv-table-wrap,.smv-deities-v92 .adv-table-wrap{
  width:100% !important;
  max-width:100% !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-x:contain;
}
#adhidevata-analysis .smv-fixed-text-section,#adhidevata-analysis .smv-viii-adhidevata{
  width:100% !important;
  max-width:none !important;
}
#adhidevata-analysis .smv-ref-table{
  display:table !important;
  width:100% !important;
  min-width:720px !important;
  max-width:none !important;
  table-layout:auto !important;
  margin:0 !important;
}
#adhidevata-analysis .smv-ref-table th,#adhidevata-analysis .smv-ref-table td{
  min-width:0 !important;
  max-width:none !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  vertical-align:top !important;
  text-align:left !important;
  line-height:1.45 !important;
}
#adhidevata-analysis .smv-karana-source-table{
  width:100% !important;
  min-width:900px !important;
}
#adhidevata-analysis .smv-karana-source-table th:nth-child(1),#adhidevata-analysis .smv-karana-source-table td:nth-child(1){width:14%;min-width:110px!important}
#adhidevata-analysis .smv-karana-source-table th:nth-child(2),#adhidevata-analysis .smv-karana-source-table td:nth-child(2){width:18%;min-width:145px!important}
#adhidevata-analysis .smv-karana-source-table th:nth-child(3),#adhidevata-analysis .smv-karana-source-table td:nth-child(3){width:13%;min-width:110px!important}
#adhidevata-analysis .smv-karana-source-table th:nth-child(4),#adhidevata-analysis .smv-karana-source-table td:nth-child(4){width:20%;min-width:165px!important}
#adhidevata-analysis .smv-karana-source-table th:nth-child(5),#adhidevata-analysis .smv-karana-source-table td:nth-child(5){
  width:35%;min-width:300px!important;
  word-break:normal!important;overflow-wrap:normal!important;
}
#deities-analysis .smv-deities-v92{
  width:100% !important;
  max-width:none !important;
}
#deities-analysis .smv-deities-table{
  display:table !important;
  width:1350px !important;
  min-width:1350px !important;
  max-width:none !important;
  table-layout:fixed !important;
  margin:0 !important;
}
#deities-analysis .smv-deities-table th,#deities-analysis .smv-deities-table td{
  min-width:0 !important;
  max-width:none !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  vertical-align:top !important;
  text-align:left !important;
  line-height:1.45 !important;
}
#deities-analysis .smv-deities-table th:nth-child(1),#deities-analysis .smv-deities-table td:nth-child(1){width:165px}
#deities-analysis .smv-deities-table th:nth-child(2),#deities-analysis .smv-deities-table td:nth-child(2){width:240px}
#deities-analysis .smv-deities-table th:nth-child(3),#deities-analysis .smv-deities-table td:nth-child(3){width:190px}
#deities-analysis .smv-deities-table th:nth-child(4),#deities-analysis .smv-deities-table td:nth-child(4){width:190px}
#deities-analysis .smv-deities-table th:nth-child(5),#deities-analysis .smv-deities-table td:nth-child(5){width:180px}
#deities-analysis .smv-deities-table th:nth-child(6),#deities-analysis .smv-deities-table td:nth-child(6){width:385px}
@media(max-width:640px){#adhidevata-analysis .smv-ref-table{
    display:table !important;
    width:720px !important;
    min-width:720px !important;
  }
#adhidevata-analysis .smv-karana-source-table{
    width:900px !important;
    min-width:900px !important;
  }
#deities-analysis .smv-deities-table{
    display:table !important;
    width:1350px !important;
    min-width:1350px !important;
  }
#adhidevata-analysis .smv-ref-table th,#adhidevata-analysis .smv-ref-table td,#deities-analysis .smv-deities-table th,#deities-analysis .smv-deities-table td{
    font-size:14px !important;
    padding:8px 10px !important;
  }}
@media(min-width:900px){#adhidevata-analysis .smv-ref-table{width:100% !important}
#adhidevata-analysis .smv-karana-source-table{width:100% !important}}
#smv-adhidevata-analysis-panel,#smv-deities-analysis-panel,#smv-adhidevata-analysis-panel .smv-advanced-part-content,#smv-deities-analysis-panel .smv-advanced-part-content{
  min-width:0 !important;
  max-width:100% !important;
  overflow:visible !important;
  box-sizing:border-box !important;
}
#smv-adhidevata-analysis-panel .smv-fixed-text-section,#smv-deities-analysis-panel .smv-fixed-text-section{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}
#smv-adhidevata-analysis-panel .adv-table-wrap,#smv-deities-analysis-panel .adv-table-wrap,#smv-adhidevata-analysis-panel .smv-viii-table-scroll{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  -webkit-overflow-scrolling:touch !important;
  touch-action:pan-x pan-y !important;
  overscroll-behavior-x:contain;
  box-sizing:border-box !important;
  padding-bottom:6px;
}
#smv-adhidevata-analysis-panel .smv-ref-table{
  display:table !important;
  border-collapse:collapse !important;
  table-layout:auto !important;
  width:100% !important;
  min-width:720px !important;
  max-width:none !important;
  margin:0 !important;
}
#smv-adhidevata-analysis-panel .smv-karana-source-table{
  display:table !important;
  width:100% !important;
  min-width:980px !important;
  table-layout:fixed !important;
}
#smv-adhidevata-analysis-panel .smv-karana-source-table th:nth-child(1),#smv-adhidevata-analysis-panel .smv-karana-source-table td:nth-child(1){width:130px !important}
#smv-adhidevata-analysis-panel .smv-karana-source-table th:nth-child(2),#smv-adhidevata-analysis-panel .smv-karana-source-table td:nth-child(2){width:170px !important}
#smv-adhidevata-analysis-panel .smv-karana-source-table th:nth-child(3),#smv-adhidevata-analysis-panel .smv-karana-source-table td:nth-child(3){width:120px !important}
#smv-adhidevata-analysis-panel .smv-karana-source-table th:nth-child(4),#smv-adhidevata-analysis-panel .smv-karana-source-table td:nth-child(4){width:190px !important}
#smv-adhidevata-analysis-panel .smv-karana-source-table th:nth-child(5),#smv-adhidevata-analysis-panel .smv-karana-source-table td:nth-child(5){width:370px !important}
#smv-deities-analysis-panel .smv-deities-table{
  display:table !important;
  width:1420px !important;
  min-width:1420px !important;
  max-width:none !important;
  table-layout:fixed !important;
  margin:0 !important;
}
#smv-deities-analysis-panel .smv-deities-table th:nth-child(1),#smv-deities-analysis-panel .smv-deities-table td:nth-child(1){width:170px !important}
#smv-deities-analysis-panel .smv-deities-table th:nth-child(2),#smv-deities-analysis-panel .smv-deities-table td:nth-child(2){width:250px !important}
#smv-deities-analysis-panel .smv-deities-table th:nth-child(3),#smv-deities-analysis-panel .smv-deities-table td:nth-child(3){width:200px !important}
#smv-deities-analysis-panel .smv-deities-table th:nth-child(4),#smv-deities-analysis-panel .smv-deities-table td:nth-child(4){width:200px !important}
#smv-deities-analysis-panel .smv-deities-table th:nth-child(5),#smv-deities-analysis-panel .smv-deities-table td:nth-child(5){width:190px !important}
#smv-deities-analysis-panel .smv-deities-table th:nth-child(6),#smv-deities-analysis-panel .smv-deities-table td:nth-child(6){width:410px !important}
#smv-adhidevata-analysis-panel .smv-ref-table th,#smv-adhidevata-analysis-panel .smv-ref-table td,#smv-deities-analysis-panel .smv-deities-table th,#smv-deities-analysis-panel .smv-deities-table td{
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  vertical-align:top !important;
  text-align:left !important;
  line-height:1.45 !important;
  box-sizing:border-box !important;
}
@media(max-width:640px){#smv-adhidevata-analysis-panel .smv-ref-table{
    width:720px !important;
    min-width:720px !important;
  }
#smv-adhidevata-analysis-panel .smv-karana-source-table{
    width:980px !important;
    min-width:980px !important;
  }
#smv-deities-analysis-panel .smv-deities-table{
    width:1420px !important;
    min-width:1420px !important;
  }
#smv-adhidevata-analysis-panel .smv-ref-table th,#smv-adhidevata-analysis-panel .smv-ref-table td,#smv-deities-analysis-panel .smv-deities-table th,#smv-deities-analysis-panel .smv-deities-table td{
    font-size:14px !important;
    padding:8px 10px !important;
  }
#smv-adhidevata-analysis-panel .smv-advanced-part-content,#smv-deities-analysis-panel .smv-advanced-part-content{
    width:100% !important;
  }}
@media(min-width:641px){#smv-adhidevata-analysis-panel .smv-ref-table{
    width:100% !important;
  }
#smv-adhidevata-analysis-panel .smv-karana-source-table{
    width:100% !important;
    min-width:900px !important;
  }}
#smv-adhidevata-analysis-panel .smv-tithi-table-scroll{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  -webkit-overflow-scrolling:touch !important;
  touch-action:pan-x pan-y !important;
  overscroll-behavior-x:contain;
  box-sizing:border-box !important;
  padding-bottom:6px;
}
#smv-adhidevata-analysis-panel .smv-tithi-table{
  display:table !important;
  border-collapse:collapse !important;
  table-layout:fixed !important;
  width:100% !important;
  min-width:620px !important;
  max-width:none !important;
  margin:0 !important;
}
#smv-adhidevata-analysis-panel .smv-tithi-table th,#smv-adhidevata-analysis-panel .smv-tithi-table td{
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  hyphens:none !important;
  vertical-align:top !important;
  text-align:left !important;
  line-height:1.45 !important;
}
#smv-adhidevata-analysis-panel .smv-tithi-table th:nth-child(1),#smv-adhidevata-analysis-panel .smv-tithi-table td:nth-child(1){
  width:220px !important;
  min-width:220px !important;
}
#smv-adhidevata-analysis-panel .smv-tithi-table th:nth-child(2),#smv-adhidevata-analysis-panel .smv-tithi-table td:nth-child(2){
  width:400px !important;
  min-width:400px !important;
}
@media(max-width:640px){#smv-adhidevata-analysis-panel .smv-tithi-table{
    width:620px !important;
    min-width:620px !important;
  }
#smv-adhidevata-analysis-panel .smv-tithi-table th,#smv-adhidevata-analysis-panel .smv-tithi-table td{
    font-size:14px !important;
    padding:8px 10px !important;
  }}
@media(min-width:641px){#smv-adhidevata-analysis-panel .smv-tithi-table{
    width:100% !important;
    min-width:0 !important;
  }
#smv-adhidevata-analysis-panel .smv-tithi-table th:nth-child(1),#smv-adhidevata-analysis-panel .smv-tithi-table td:nth-child(1){width:35% !important}
#smv-adhidevata-analysis-panel .smv-tithi-table th:nth-child(2),#smv-adhidevata-analysis-panel .smv-tithi-table td:nth-child(2){width:65% !important}}
@media(min-width:641px){.transit-panchang-grid{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
  }
.transit-panchang-grid > .panchang-card{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
.transit-panchang-grid > .panchang-card .panchang-compact-grid{
    width:100% !important;
    max-width:100% !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
.transit-panchang-grid > .transit-card{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    margin-top:12px !important;
  }}
@media(min-width:641px){#askNowSection.smv-new-asknow,#horoscope-tools.feature-section,#tamil-horoscope.feature-section,#english-horoscope.feature-section{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }
#askNowSection .smv-new-asknow-inner{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }
#horoscope-tools > .card,#tamil-horoscope > .card,#english-horoscope > .card{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }
#tamilHoroscopeResult,#englishHoroscopeResult{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
  }}
@media(max-width:640px){html,body{
    max-width:100% !important;
    overflow-x:hidden !important;
  }
main.container{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    padding-left:8px !important;
    padding-right:8px !important;
    box-sizing:border-box !important;
  }
main.container > section,#askNowSection,#approved-astrologers,#smv-content-hub,#horoscope-tools,#tamil-horoscope,#english-horoscope,#faq,#contact{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }
.feature-section,.smv-new-asknow{
    padding-left:10px !important;
    padding-right:10px !important;
  }
.smv-new-asknow-inner,.feature-shell,.card{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:12px !important;
    padding-right:12px !important;
    box-sizing:border-box !important;
  }
#horoscope-tools > .card,#tamil-horoscope > .card,#english-horoscope > .card{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:10px !important;
    padding-right:10px !important;
    box-sizing:border-box !important;
  }
#tamilHoroscopeResult,#englishHoroscopeResult{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }
.smv-advanced-shell,.smv-advanced-wrapper,.advanced-analysis,.smv-advanced-part,.smv-advanced-part-content{
    max-width:100% !important;
    min-width:0 !important;
    box-sizing:border-box !important;
  }
.smv-advanced-shell,.smv-advanced-wrapper,.advanced-analysis{
    width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:4px !important;
    padding-right:4px !important;
  }
.smv-advanced-part{
    width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
.smv-advanced-part-content{
    width:100% !important;
    padding-left:8px !important;
    padding-right:8px !important;
  }
.smv-fixed-text-section{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:6px !important;
    padding-right:6px !important;
    box-sizing:border-box !important;
  }
.grid,.form-grid,.panchang-compact-grid{
    column-gap:8px !important;
    row-gap:8px !important;
  }
.home-rule{
    margin-left:0 !important;
    margin-right:0 !important;
  }
#smv-adhidevata-analysis-panel .adv-table-wrap,#smv-deities-analysis-panel .adv-table-wrap,#smv-adhidevata-analysis-panel .smv-viii-table-scroll,#smv-adhidevata-analysis-panel .smv-tithi-table-scroll{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow-x:auto !important;
  }}
:root{
 --smv-red:#ef0a46;--smv-deep:#b90036;--smv-gold:#ffb400;--smv-yellow:#ffd22e;
 --smv-navy:#15213b;--smv-text:#333b4b;--smv-muted:#687080;--smv-cream:#fff8ef;
 --smv-pink:#fff0f5;--smv-line:#eee2df;--smv-white:#fff;
 --smv-shadow:0 12px 32px rgba(43,28,35,.09);
}
html{scroll-behavior:smooth}
body{background:#fff!important;color:var(--smv-navy)!important;overflow-x:hidden}
.smv-master-top{background:linear-gradient(90deg,#ef0a46,#c30039);color:#fff}
.smv-master-topin{max-width:1320px;margin:auto;padding:7px 24px;display:flex;justify-content:space-between;gap:18px;font-size:.72rem}
header{position:sticky!important;top:0;z-index:1000;background:rgba(255,255,255,.97)!important;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid #f0e6e3!important;box-shadow:0 4px 18px rgba(40,23,31,.055)!important}
header .nav{max-width:1320px!important;margin:auto!important;padding:9px 24px!important;min-height:74px;gap:20px!important}
.brand-logo{width:48px!important;height:48px!important;object-fit:contain}
.brand .logo{font-size:1.22rem!important;color:var(--smv-red)!important;font-weight:900!important;letter-spacing:.025em!important}
.brand-sub{font-size:.61rem!important;color:#a32647!important;font-weight:700!important}
header nav{gap:4px!important;align-items:center!important}
header nav a,header nav button.btn{min-height:39px!important;padding:8px 12px!important;border:0!important;background:transparent!important;color:#202838!important;border-radius:9px!important;box-shadow:none!important;font-size:.81rem!important;font-weight:700!important}
header nav a:hover,header nav button.btn:hover{background:#fff1f5!important;color:var(--smv-red)!important}
#authBtn{border:1px solid #ff8cac!important;border-radius:999px!important;color:#c6003b!important;background:#fff!important}
#registerNav{border-radius:999px!important;background:var(--smv-yellow)!important;color:#382500!important}
main.container{max-width:none!important;margin:0!important;padding:0!important}
.smv-master-trust{display:flex;flex-wrap:wrap;gap:22px;color:#333c4b;font-size:.77rem;font-weight:700}
.smv-master-trust span{display:flex;align-items:center;gap:7px}
.smv-master-trust b{font-size:1.08rem;color:var(--smv-red)}
.smv-master-art{position:relative;min-height:520px;background:linear-gradient(90deg,rgba(255,249,242,.2),transparent 20%),url("assets/smv-premium-desktop-v20.png") center 24%/cover no-repeat}
.smv-master-art:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,249,242,.30),transparent 24%),linear-gradient(0deg,rgba(68,28,17,.08),transparent 28%)}
.smv-master-services{max-width:1260px;margin:0 auto;padding:16px 24px 18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.smv-master-service{min-height:166px;padding:22px 18px;border:1px solid var(--smv-line);border-radius:15px;text-align:center;text-decoration:none!important;color:var(--smv-navy)!important;box-shadow:var(--smv-shadow);transition:.2s ease}
.smv-master-service:nth-child(odd){background:linear-gradient(145deg,#fff,#fff0f5)}
.smv-master-service:nth-child(even){background:linear-gradient(145deg,#fff,#fff3cc)}
.smv-master-service:hover{transform:translateY(-3px)}
.smv-master-service i{display:flex;width:48px;height:48px;margin:0 auto 13px;border-radius:50%;align-items:center;justify-content:center;background:#fff;color:var(--smv-red);font-style:normal;font-size:1.4rem;box-shadow:0 6px 16px rgba(230,20,80,.11)}
.smv-master-service strong{display:block;font-size:1rem;margin-bottom:7px}
.smv-master-service span{display:block;font-size:.78rem;line-height:1.45;color:#5f6674}
#askNowSection.smv-new-asknow{margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:radial-gradient(circle at 92% 70%,rgba(255,207,45,.32),transparent 18rem),linear-gradient(100deg,#ae0032,#ef0a46)!important}
#askNowSection .smv-new-asknow-inner{max-width:1320px!important;margin:auto!important;padding:38px 24px 22px!important}
.smv-new-asknow-kicker{color:#ffdb76!important}
.smv-new-asknow h2{font-family:Georgia,serif!important;color:#fff!important;font-size:clamp(1.85rem,3vw,2.7rem)!important}
.smv-new-asknow p{color:#fff1f5!important;max-width:650px}
.smv-new-asknow-button{background:var(--smv-yellow)!important;color:#402600!important;border:0!important;border-radius:999px!important;padding:13px 25px!important}
.smv-master-cats{max-width:1320px;margin:auto;padding:0 24px 30px;display:grid;grid-template-columns:repeat(7,1fr);gap:12px}
.smv-master-cat{text-align:center;color:#fff;font-size:.72rem}
.smv-master-cat b{display:flex;width:44px;height:44px;margin:0 auto 7px;border-radius:50%;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.23);background:rgba(255,255,255,.10);font-size:1.15rem}
#approved-astrologers,#smv-content-hub{max-width:1320px!important;margin:0 auto!important;padding:38px 24px!important}
#approved-astrologers>.home-rule,#smv-content-hub .home-rule{display:none!important}
#approved-astrologers h2,#smv-content-hub h2{font-size:1.65rem!important;color:var(--smv-navy)!important}
#astroCards.grid,#publicBlogs.grid{gap:14px!important}
#astroCards .card,#publicBlogs .card,#publicMedia .card,.feature-shell.card{border:1px solid #eee4e0!important;border-radius:15px!important;background:#fff!important;box-shadow:0 7px 22px rgba(42,27,34,.08)!important}
.feature-shell.card{padding:24px!important}
.smv-v173-subhead{background:linear-gradient(90deg,#fff2f6,#fff9de)!important;border:1px solid #f3dde4!important;border-radius:12px!important}
.smv-master-proof{max-width:1260px;margin:auto;padding:12px 24px 42px;display:grid;grid-template-columns:repeat(4,1fr)}
.smv-master-proof div{text-align:center;padding:18px;border-right:1px solid #eee}
.smv-master-proof div:last-child{border:0}
.smv-master-proof strong{display:block;font-size:1rem;color:var(--smv-navy)}
.smv-master-proof span{font-size:.74rem;color:#6c7280}
#smvInstallAppSection{max-width:1260px!important;margin:15px auto!important;padding:0 24px!important}
.smv-install-app-card{border:1px solid #eee0db!important;border-radius:14px!important;background:#fff!important;box-shadow:0 7px 20px rgba(45,28,37,.07)!important}
.smv-master-footer{margin-top:45px;background:linear-gradient(105deg,#d4003d,#a60030 62%,#ef4d39);color:#fff}
.smv-master-footer-in{max-width:1320px;margin:auto;padding:40px 24px;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:38px}
.smv-master-footer h3{font-size:1.45rem;margin:0 0 5px}
.smv-master-footer h4{color:#fff3ae;margin:0 0 10px}
.smv-master-footer p,.smv-master-footer a{color:#ffedf3!important;font-size:.78rem;line-height:1.7}
.smv-master-links{display:grid;gap:3px}
footer:not(.smv-master-footer):not(#smv24-footer){display:none!important}
@media(max-width:900px){.smv-master-top{display:none}
header .nav{padding:8px 10px!important;min-height:auto!important;gap:7px!important}
.brand{width:100%;justify-content:center}
.brand-logo{width:42px!important;height:42px!important}
header nav{width:100%!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important}
header nav a,header nav button.btn{width:100%!important;min-width:0!important;padding:8px 3px!important;font-size:.71rem!important;white-space:nowrap!important}
.smv-master-trust{gap:11px 18px;font-size:.7rem}
.smv-master-art{min-height:390px;background-size:cover;background-position:center 21%}
.smv-master-art:after{background:linear-gradient(0deg,rgba(255,255,255,.05),transparent)}
.smv-master-services{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px;gap:9px}
.smv-master-service{min-height:155px;padding:17px 10px}
.smv-master-service strong{font-size:.92rem}
.smv-master-service span{font-size:.72rem}
#askNowSection .smv-new-asknow-inner{padding:31px 16px 18px!important}
.smv-master-cats{grid-template-columns:repeat(4,1fr);padding:0 12px 26px;gap:10px}
#approved-astrologers,#smv-content-hub{padding:32px 13px!important}
.feature-shell.card{padding:15px!important}
.smv-master-proof{grid-template-columns:repeat(2,1fr);padding:8px 12px 35px}
.smv-master-proof div:nth-child(2){border-right:0}
.smv-master-footer-in{grid-template-columns:1fr;padding:32px 18px;gap:20px}}
@media(max-width:430px){.smv-master-art{min-height:350px;background-position:center 18%}
.smv-master-services{padding:10px 9px}
.smv-master-service{min-height:150px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
.smv-master-top{
  background:linear-gradient(90deg,#ee0750 0%,#cf003d 100%)!important;
}
.smv-master-topin{
  max-width:1360px!important;
  padding:6px 28px!important;
  font-size:.70rem!important;
  letter-spacing:.01em;
}
header{
  background:rgba(255,255,255,.985)!important;
  border-bottom:1px solid #f0e5e2!important;
  box-shadow:0 7px 24px rgba(40,22,30,.065)!important;
}
header .nav{
  max-width:1360px!important;
  min-height:82px!important;
  padding:10px 28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:26px!important;
}
header .brand{
  flex:0 0 auto!important;
  width:auto!important;
  justify-content:flex-start!important;
  gap:10px!important;
}
.brand-logo{
  width:52px!important;
  height:52px!important;
}
.brand .logo{
  color:#e90949!important;
  font-size:1.42rem!important;
  line-height:1!important;
  letter-spacing:.01em!important;
  font-weight:900!important;
}
.brand-sub{
  display:block!important;
  margin-top:4px!important;
  color:#9b2343!important;
  font-size:.58rem!important;
  letter-spacing:.02em!important;
}
header nav{
  flex:1 1 auto!important;
  width:auto!important;
  display:flex!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:3px!important;
}
header nav a,header nav button.btn{
  position:relative;
  width:auto!important;
  min-width:auto!important;
  min-height:42px!important;
  padding:10px 13px!important;
  border:0!important;
  border-radius:9px!important;
  background:transparent!important;
  color:#1d2330!important;
  font-size:.82rem!important;
  font-weight:750!important;
  line-height:1!important;
  white-space:nowrap!important;
  box-shadow:none!important;
}
header nav a:hover,header nav button.btn:hover{
  background:#fff1f5!important;
  color:#d90040!important;
}
header nav .smv-demo-active{
  color:#d90040!important;
}
header nav .smv-demo-active:after{
  content:"";
  position:absolute;
  left:13px;
  right:13px;
  bottom:3px;
  height:2px;
  border-radius:10px;
  background:#e90849;
}
#authBtn{
  margin-left:7px!important;
  padding-left:20px!important;
  padding-right:20px!important;
  border:1.5px solid #ef6f98!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#bd0038!important;
}
#registerNav{
  margin-left:4px!important;
  padding-left:21px!important;
  padding-right:21px!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#ffd83f,#ffc515)!important;
  color:#342300!important;
  box-shadow:0 7px 18px rgba(231,172,0,.18)!important;
}
.smv-master-trust{
  gap:24px!important;
  color:#333b4b!important;
  font-size:.74rem!important;
}
.smv-master-trust b{
  color:#e80747!important;
}
.smv-master-art{
  min-height:535px!important;
  background:
    linear-gradient(90deg,#fffaf5 0%,rgba(255,250,245,.20) 14%,transparent 32%),
    url("assets/smv-premium-desktop-v20.png") center 22%/cover no-repeat!important;
}
.smv-master-art:after{
  background:
    linear-gradient(90deg,rgba(255,250,245,.28),transparent 23%),
    linear-gradient(0deg,rgba(80,32,17,.06),transparent 25%)!important;
}
@media(max-width:900px){.smv-master-top{display:none!important}
header{position:sticky!important;top:0!important}
header .nav{
    min-height:auto!important;
    padding:9px 11px 10px!important;
    display:block!important;
  }
header .brand{
    width:100%!important;
    justify-content:center!important;
    margin-bottom:8px!important;
  }
.brand-logo{
    width:43px!important;
    height:43px!important;
  }
.brand .logo{
    font-size:1.16rem!important;
  }
.brand-sub{
    font-size:.52rem!important;
  }
header nav{
    width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:6px!important;
  }
header nav a,header nav button.btn{
    width:100%!important;
    min-width:0!important;
    min-height:36px!important;
    padding:7px 3px!important;
    border-radius:8px!important;
    font-size:.68rem!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
header nav .smv-demo-active:after{
    left:7px!important;
    right:7px!important;
    bottom:1px!important;
  }
#authBtn,#registerNav{
    margin-left:0!important;
    padding-left:4px!important;
    padding-right:4px!important;
  }
.smv-master-trust{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:9px 12px!important;
    font-size:.67rem!important;
  }
.smv-master-trust span:last-child{
    grid-column:1/-1;
  }
.smv-master-art{
    min-height:360px!important;
    background-position:center 17%!important;
    background-size:cover!important;
  }}
@media(max-width:430px){header .nav{padding-left:8px!important;padding-right:8px!important}
header nav{gap:5px!important}
header nav a,header nav button.btn{font-size:.64rem!important}
.smv-master-art{
    min-height:330px!important;
    background-position:center 15%!important;
  }}
#askNowSection.smv-new-asknow{
  background:linear-gradient(110deg,#c9003d 0%,#ef0749 68%,#ff493d 100%)!important;
}
#askNowSection .smv-new-asknow-inner{
  background:#fffaf0!important;
}
#askNowSection .smv-new-asknow-kicker{
  color:#ff0870!important;
  opacity:1!important;
  font-weight:900!important;
  text-shadow:none!important;
}
#askNowSection #askNowHeading,#askNowSection h2{
  color:#d9092f!important;
  opacity:1!important;
  text-shadow:none!important;
}
#askNowSection p,#askNowSection .smv-new-asknow-note{
  color:#171717!important;
  opacity:1!important;
  text-shadow:none!important;
}
#askNowSection .smv-new-asknow-button{
  background:linear-gradient(135deg,#ffd83d,#ffc51b)!important;
  color:#17120b!important;
  font-weight:900!important;
}
.smv-master-footer{
  background:
    radial-gradient(circle at 90% 15%,rgba(255,193,34,.18),transparent 20rem),
    linear-gradient(125deg,#b80035 0%,#8e0a19 58%,#6f090d 100%)!important;
}
.smv-master-footer h3{
  color:#ffdc3f!important;
  opacity:1!important;
  text-shadow:0 1px 0 rgba(0,0,0,.08)!important;
}
.smv-master-footer h4{
  color:#ff4d9a!important;
  opacity:1!important;
  font-weight:900!important;
  text-shadow:none!important;
}
.smv-master-footer p,.smv-master-footer a{
  color:#fff!important;
  opacity:1!important;
}
@media(max-width:900px){#askNowSection .smv-new-asknow-inner{
    padding:28px 18px 24px!important;
  }
#askNowSection .smv-new-asknow-kicker{
    font-size:.74rem!important;
    letter-spacing:.11em!important;
  }
#askNowSection #askNowHeading,#askNowSection h2{
    font-size:clamp(2rem,9.5vw,3rem)!important;
    line-height:1.05!important;
    margin-bottom:15px!important;
  }
#askNowSection p,#askNowSection .smv-new-asknow-note{
    font-size:.94rem!important;
    line-height:1.55!important;
  }
.smv-master-footer-in{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:22px 18px!important;
    padding:30px 20px 24px!important;
    text-align:left!important;
  }
.smv-master-footer-in > div:first-child{
    grid-column:1 / -1!important;
    text-align:center!important;
  }
.smv-master-footer-in > div:nth-child(2){
    grid-column:1!important;
    text-align:left!important;
  }
.smv-master-footer-in > div:nth-child(3){
    grid-column:2!important;
    text-align:left!important;
  }
.smv-master-footer h3{
    margin:0 0 8px!important;
    font-size:1.5rem!important;
    text-align:center!important;
  }
.smv-master-footer-in > div:first-child p{
    text-align:center!important;
    margin:4px auto!important;
  }
.smv-master-footer h4{
    margin:0 0 12px!important;
    font-size:1.08rem!important;
    text-align:left!important;
  }
.smv-master-links{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:9px!important;
  }
.smv-master-links a{
    font-size:.91rem!important;
    line-height:1.25!important;
    text-align:left!important;
  }}
@media(max-width:390px){.smv-master-footer-in{
    padding-left:15px!important;
    padding-right:15px!important;
    gap:20px 12px!important;
  }
.smv-master-footer h4{font-size:1rem!important}
.smv-master-links a{font-size:.84rem!important}}
:root{--smv-pink:#ed0750;--smv-red:#c9003e;--smv-yellow:#ffd236;--smv-ink:#101a31}
.smv-master-top{background:linear-gradient(90deg,#e9004b,#c7003b)!important}
header{background:#fff!important;border-bottom:1px solid #f2e5e1!important;box-shadow:0 4px 18px rgba(44,23,32,.07)!important}
header .nav{max-width:1320px!important;min-height:72px!important;padding:8px 24px!important}
.brand .logo{color:#e40849!important}
.brand-sub{color:#9d2645!important}
header nav a,header nav button.btn{background:transparent!important;border:0!important;color:#151b29!important;border-radius:8px!important;box-shadow:none!important}
header nav .smv-demo-active{color:#e40849!important}
#authBtn{border:1.5px solid #ed6f99!important;border-radius:999px!important;background:#fff!important;color:#c0003a!important}
#registerNav{border-radius:999px!important;background:linear-gradient(180deg,#ffda3d,#ffc51b)!important;color:#332300!important}
.smv-master-art{
  min-height:430px!important;
  background:
    linear-gradient(90deg,#fff9ef 0%,rgba(255,249,239,.04) 20%),
    url("assets/smv-v6-veerayah.webp") center/cover no-repeat!important;
}
.smv-master-art:after{display:none!important}
#askNowSection .smv-new-asknow-kicker{color:#ff0870!important;opacity:1!important}
#askNowSection #askNowHeading,#askNowSection h2{color:#d9092f!important;text-shadow:none!important}
#askNowSection p,#askNowSection .smv-new-asknow-note{color:#171717!important;opacity:1!important}
.smv-master-footer{
  position:relative!important;overflow:hidden!important;
  background:
    linear-gradient(100deg,#bd0038 0%,#920019 56%,#7d0c10 100%)!important;
}
.smv-master-footer:after{
  content:"";position:absolute;right:0;top:0;bottom:0;width:35%;
  background:
    linear-gradient(90deg,#850b14 0%,rgba(133,11,20,.18) 38%,rgba(133,11,20,.02)),
    url("assets/smv-v6-footer-gopuram.webp") center/cover no-repeat;
  opacity:.92;pointer-events:none;
}
.smv-master-footer-in{position:relative;z-index:2}
.smv-master-footer h3{color:#ffdd3f!important}
.smv-master-footer h4{color:#ff4d9a!important}
.smv-master-footer p,.smv-master-footer a{color:#fff!important}
@media(max-width:900px){header .nav{padding:8px 10px!important}
.smv-master-art{
    min-height:330px!important;
    background:
      linear-gradient(90deg,rgba(255,246,232,.06),transparent 20%),
      url("assets/smv-v6-veerayah.webp") center/cover no-repeat!important;
  }
.smv-master-footer:after{
    top:auto!important;bottom:0!important;width:100%!important;height:150px!important;
    background:
      linear-gradient(180deg,#790c12 0%,rgba(121,12,18,.28) 35%,rgba(121,12,18,.05)),
      url("assets/smv-v6-footer-gopuram.webp") center/cover no-repeat!important;
    opacity:.75!important;
  }
.smv-master-footer-in{padding-bottom:165px!important}}
:root{
 --smv-r:#e90046;--smv-r2:#b90036;--smv-y:#ffd238;--smv-p:#ff3f91;
 --smv-ink:#10192d;--smv-cream:#fff8e9;
}
body{background:#fff!important;color:var(--smv-ink)!important}
.smv-master-top{background:linear-gradient(90deg,#e70749,#c9003d)!important;color:#fff!important}
.smv-master-topin{max-width:1320px!important;padding:7px 24px!important}
header{background:#fff!important;border-bottom:1px solid #f0e4e0!important;box-shadow:0 5px 18px rgba(46,23,32,.06)!important}
header .nav{max-width:1320px!important;min-height:78px!important;padding:9px 24px!important;gap:18px!important}
.brand-logo{width:52px!important;height:52px!important}
.brand .logo{color:#e60748!important;font-size:1.42rem!important}
.brand-sub{color:#a22545!important}
header nav{gap:2px!important}
header nav a,header nav button.btn{
 min-height:42px!important;padding:10px 12px!important;background:transparent!important;
 color:#151b29!important;border:0!important;border-radius:8px!important;box-shadow:none!important;
}
header nav .smv-demo-active{color:#e60748!important}
#authBtn{margin-left:7px!important;padding-left:20px!important;padding-right:20px!important;border:1.5px solid #ef719a!important;border-radius:999px!important;background:#fff!important;color:#bd0038!important}
#registerNav{margin-left:4px!important;padding-left:22px!important;padding-right:22px!important;border-radius:999px!important;background:linear-gradient(#ffdc45,#ffc51b)!important;color:#332300!important}
.smv-master-trust{color:#252d3a!important}
.smv-master-art{
 min-height:430px!important;
 background:
 linear-gradient(90deg,#fff7e8 0%,rgba(255,247,232,.03) 18%),
 url("assets/smv-v6-veerayah.webp") center/cover no-repeat!important;
}
.smv-master-art:after{display:none!important}
.smv-master-services{max-width:1100px!important;padding:10px 18px 16px!important;gap:12px!important}
.smv-master-service{
 border:1px solid #eee1dc!important;border-radius:14px!important;
 box-shadow:0 8px 23px rgba(49,27,36,.08)!important;min-height:150px!important;
}
.smv-master-service:nth-child(odd){background:linear-gradient(145deg,#fff,#fff0f5)!important}
.smv-master-service:nth-child(even){background:linear-gradient(145deg,#fff,#fff2c8)!important}
#smvInstallAppSection{max-width:760px!important;margin:0 auto 10px!important}
.smv-install-app-card{border-radius:10px!important;border:1px solid #eadfd9!important;box-shadow:0 4px 14px rgba(40,25,31,.06)!important}
#askNowSection.smv-new-asknow{
 background:
 radial-gradient(circle at 4% 50%,rgba(255,255,255,.07),transparent 16rem),
 linear-gradient(100deg,#ad0034,#e80546 72%,#ff293e)!important;
}
#askNowSection .smv-new-asknow-inner{
 max-width:1220px!important;margin:auto!important;background:#fffaf0!important;
 border-radius:16px!important;padding:27px 24px 20px!important;
}
#askNowSection .smv-new-asknow-kicker{color:#ff0a77!important;font-weight:900!important}
#askNowSection #askNowHeading,#askNowSection h2{color:#df073c!important;font-family:Georgia,"Times New Roman",serif!important}
#askNowSection p,#askNowSection .smv-new-asknow-note{color:#171717!important}
#askNowSection .smv-new-asknow-button{background:linear-gradient(#ffdb43,#ffc51a)!important;color:#251a00!important}
.smv-master-cats{max-width:800px!important;margin:auto!important}
.smv-master-cat,.smv-master-cat b{color:#fff!important}
.smv-master-footer{
 background:linear-gradient(105deg,#b70036 0%,#90001c 58%,#7b0b0e 100%)!important;
 position:relative!important;overflow:hidden!important;
}
.smv-master-footer:after{
 content:"";position:absolute;right:0;top:0;bottom:0;width:34%;
 background:
 linear-gradient(90deg,#850916 0%,rgba(133,9,22,.12) 42%,rgba(133,9,22,.02)),
 url("assets/smv-v6-footer-gopuram.webp") center/cover no-repeat!important;
 opacity:.95!important;pointer-events:none!important;
}
.smv-master-footer-in{max-width:1320px!important;grid-template-columns:1.25fr .75fr .8fr 1.15fr!important;gap:26px!important;padding:34px 24px 28px!important;position:relative!important;z-index:2!important}
.smv-master-footer h3{color:#ffdf3e!important;font-size:1.55rem!important}
.smv-master-footer h4{color:#ff4a9a!important;font-weight:900!important}
.smv-master-footer p,.smv-master-footer a{color:#fff!important;opacity:1!important}
.smv-master-footer-art{min-height:125px!important;background:transparent!important}
.smv-master-footer-art:after{
 content:"May the stars bring you happiness";position:absolute!important;right:8px!important;bottom:10px!important;
 color:#fff4c5!important;font-family:Georgia,serif!important;font-size:1.05rem!important;font-style:italic!important;
 max-width:180px!important;text-align:right!important;
}
@media(max-width:900px){.smv-master-top{display:none!important}
header .nav{padding:8px 10px 10px!important}
header .brand{margin-bottom:8px!important}
header nav{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important}
header nav a,header nav button.btn{width:100%!important;min-width:0!important;padding:7px 3px!important;font-size:.67rem!important}
#authBtn,#registerNav{margin-left:0!important}
.smv-master-art{min-height:320px!important;background-position:center!important}
.smv-master-services{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:10px!important;gap:9px!important}
#askNowSection .smv-new-asknow-inner{margin:0 10px!important;padding:25px 15px 20px!important}
.smv-master-cats{grid-template-columns:repeat(4,1fr)!important}
.smv-master-footer:after{top:auto!important;width:100%!important;height:145px!important;opacity:.68!important}
.smv-master-footer-in{
   display:grid!important;grid-template-columns:1fr 1fr!important;
   gap:20px 16px!important;padding:28px 18px 160px!important;text-align:left!important;
 }
.smv-master-footer-in>div:first-child{grid-column:1/-1!important;text-align:center!important}
.smv-master-footer-in>div:nth-child(2){grid-column:1!important}
.smv-master-footer-in>div:nth-child(3){grid-column:2!important}
.smv-master-footer-art{display:none!important}
.smv-master-footer h3{text-align:center!important}
.smv-master-footer-in>div:first-child p{text-align:center!important}
.smv-master-footer h4{text-align:left!important}
.smv-master-links{align-items:flex-start!important}
.smv-master-links a{text-align:left!important}}
@media(max-width:430px){.smv-master-services{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.smv-master-service{padding:15px 8px!important;min-height:145px!important}
.smv-master-art{min-height:285px!important}}
#smvPremiumHeaderV9,#smvPremiumHeaderV9 *{box-sizing:border-box}
#smvPremiumHeaderV9{
  display:block;width:100%;background:#fff;color:#171927;
  border-bottom:1px solid #eee8e4;box-shadow:0 4px 18px rgba(35,20,25,.07);
  position:relative;z-index:1000;
}
#smvPremiumHeaderV9 .smv9-nav{
  max-width:1280px;min-height:78px;margin:auto;padding:8px 20px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
}
#smvPremiumHeaderV9 .smv9-brand{
  display:flex;align-items:center;gap:9px;flex:none;text-decoration:none;color:inherit;
}
#smvPremiumHeaderV9 .smv9-brand img{
  display:block;width:50px;height:50px;object-fit:contain;
}
#smvPremiumHeaderV9 .smv9-brand span{display:flex;flex-direction:column;line-height:1}
#smvPremiumHeaderV9 .smv9-brand strong{
  color:#d80b45;font:900 25px/1 Georgia,"Times New Roman",serif;
}
#smvPremiumHeaderV9 .smv9-brand small{
  margin-top:5px;color:#982441;font:700 10px/1.1 Arial,sans-serif;
}
#smvPremiumHeaderV9 .smv9-menu{display:flex;align-items:center;justify-content:flex-end;gap:2px}
#smvPremiumHeaderV9 .smv9-menu a,#smvPremiumHeaderV9 .smv9-menu button{
  appearance:none;border:0;background:none;text-decoration:none;color:#171927;
  min-height:40px;padding:10px 9px;font:700 13px/1 Arial,sans-serif;
  white-space:nowrap;cursor:pointer;position:relative;
}
#smvPremiumHeaderV9 .smv9-menu a.active{color:#e50046}
#smvPremiumHeaderV9 .smv9-menu a.active:after{
  content:"";position:absolute;left:9px;right:9px;bottom:1px;height:3px;
  border-radius:9px;background:#e50046;
}
#smvPremiumHeaderV9 .smv9-menu .login{
  margin-left:5px;border:1.5px solid #e50046;border-radius:999px;
  color:#c7003d;background:#fff;padding:10px 19px;
}
#smvPremiumHeaderV9 .smv9-menu .register{
  border-radius:999px;background:#ffd12c;color:#241c00;padding:11px 20px;font-weight:900;
}
@media(max-width:900px){#smvPremiumHeaderV9 .smv9-nav{display:block;padding:8px 12px 10px}
#smvPremiumHeaderV9 .smv9-brand{margin-bottom:7px}
#smvPremiumHeaderV9 .smv9-brand img{width:40px;height:40px}
#smvPremiumHeaderV9 .smv9-brand strong{font-size:20px}
#smvPremiumHeaderV9 .smv9-brand small{font-size:8px}
#smvPremiumHeaderV9 .smv9-menu{
   display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;width:100%;
 }
#smvPremiumHeaderV9 .smv9-menu a,#smvPremiumHeaderV9 .smv9-menu button{
   min-width:0;min-height:34px;padding:7px 2px;font-size:9px;text-align:center;
 }
#smvPremiumHeaderV9 .smv9-menu .login,#smvPremiumHeaderV9 .smv9-menu .register{
   margin:0;padding:7px 2px;
 }}
@media(max-width:600px){#smvPremiumHeaderV9 .smv9-menu{grid-template-columns:repeat(4,minmax(0,1fr));gap:3px}
#smvPremiumHeaderV9 .smv9-menu a,#smvPremiumHeaderV9 .smv9-menu button{font-size:9px}}


@media (min-width:641px){#horoscope-tools,#tamil-horoscope,#english-horoscope{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }
#horoscope-tools > .card,#tamil-horoscope > .card,#english-horoscope > .card{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }
#tamilHoroscopeResult,#englishHoroscopeResult{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }}
@media (max-width:640px){html,body{
    width:100% !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }
main.container{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding-left:4px !important;
    padding-right:4px !important;
    box-sizing:border-box !important;
  }
main.container > section,#askNowSection,#approved-astrologers,#smv-content-hub,#horoscope-tools,#tamil-horoscope,#english-horoscope,#faq,#contact{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }
#askNowSection.smv-new-asknow,.feature-section{
    padding-left:4px !important;
    padding-right:4px !important;
  }
#askNowSection .smv-new-asknow-inner,#smv-content-hub .feature-shell,#horoscope-tools > .card,#tamil-horoscope > .card,#english-horoscope > .card,#faq > .card,#contact > .card{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:10px !important;
    padding-right:10px !important;
    box-sizing:border-box !important;
  }
#tamilHoroscopeResult,#englishHoroscopeResult{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }
#tamilHoroscopeResult .smv-advanced-shell,#englishHoroscopeResult .smv-advanced-shell,#tamilHoroscopeResult .smv-advanced-wrapper,#englishHoroscopeResult .smv-advanced-wrapper,#tamilHoroscopeResult .advanced-analysis,#englishHoroscopeResult .advanced-analysis{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }
#tamilHoroscopeResult .smv-advanced-part,#englishHoroscopeResult .smv-advanced-part{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }
#tamilHoroscopeResult .smv-advanced-part-content,#englishHoroscopeResult .smv-advanced-part-content{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    padding-left:4px !important;
    padding-right:4px !important;
    box-sizing:border-box !important;
  }
#tamilHoroscopeResult .smv-fixed-text-section,#englishHoroscopeResult .smv-fixed-text-section{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:2px !important;
    padding-right:2px !important;
    box-sizing:border-box !important;
  }
#smv-adhidevata-analysis-panel .adv-table-wrap,#smv-deities-analysis-panel .adv-table-wrap,#smv-adhidevata-analysis-panel .smv-viii-table-scroll,#smv-adhidevata-analysis-panel .smv-tithi-table-scroll{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow-x:auto !important;
    -webkit-overflow-scrolling:touch !important;
  }}
@media (min-width:641px){#horoscope-tools,#tamil-horoscope,#english-horoscope{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
#horoscope-tools > .card,#tamil-horoscope > .card,#english-horoscope > .card{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
  }}
@media (max-width:640px){main.container{
    padding-left:2px !important;
    padding-right:2px !important;
  }
#tamil-horoscope,#english-horoscope,#horoscope-tools{
    padding-left:2px !important;
    padding-right:2px !important;
  }
#tamil-horoscope > .card,#english-horoscope > .card,#horoscope-tools > .card{
    padding-left:6px !important;
    padding-right:6px !important;
    border-radius:10px !important;
  }
#tamilHoroscopeResult,#englishHoroscopeResult{
    padding:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
#tamilHoroscopeResult .smv-advanced-shell,#englishHoroscopeResult .smv-advanced-shell,#tamilHoroscopeResult .smv-advanced-wrapper,#englishHoroscopeResult .smv-advanced-wrapper,#tamilHoroscopeResult .advanced-analysis,#englishHoroscopeResult .advanced-analysis{
    padding-left:0 !important;
    padding-right:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    border-left:0 !important;
    border-right:0 !important;
    box-shadow:none !important;
    background:transparent !important;
  }
#tamilHoroscopeResult .smv-advanced-part,#englishHoroscopeResult .smv-advanced-part{
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
#tamilHoroscopeResult .smv-advanced-part-content,#englishHoroscopeResult .smv-advanced-part-content{
    padding-left:2px !important;
    padding-right:2px !important;
  }
#tamilHoroscopeResult .adv-section,#englishHoroscopeResult .adv-section{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }
#smv-adhidevata-analysis-panel .adv-table-wrap,#smv-deities-analysis-panel .adv-table-wrap,#smv-adhidevata-analysis-panel .smv-viii-table-scroll,#smv-adhidevata-analysis-panel .smv-tithi-table-scroll{
    overflow-x:auto !important;
    max-width:100% !important;
  }}
#smvPremiumHeaderV9 .smv9-menu>a:not(.login):not(.register),#smvPremiumHeaderV9 .smv9-menu>button:not(.login):not(.register){
 position:relative!important;
}
#smvPremiumHeaderV9 .smv9-menu>a:not(.smv-nav-current):not(.login):not(.register):after,#smvPremiumHeaderV9 .smv9-menu>button:not(.smv-nav-current):not(.login):not(.register):after{
 content:none!important;display:none!important;
}
#smvPremiumHeaderV9 .smv9-menu>a.smv-nav-current:not(.login):after,#smvPremiumHeaderV9 .smv9-menu>button.smv-nav-current:not(.login):after{
 content:""!important;display:block!important;position:absolute!important;
 left:12%!important;right:12%!important;bottom:1px!important;height:3px!important;
 border-radius:10px!important;background:#e50046!important;opacity:1!important;
}
#smvPremiumHeaderV9 .smv9-menu>a.smv-nav-current,#smvPremiumHeaderV9 .smv9-menu>button.smv-nav-current{color:#e50046!important}
@media(max-width:600px){#smvPremiumHeaderV9 .smv9-menu{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:8px 6px!important;
    align-items:center!important;
  }
#smvPremiumHeaderV9 .smv9-menu > *{
    min-width:0!important;
    width:auto!important;
    margin:0!important;
    justify-self:stretch!important;
    text-align:center!important;
  }
#smvPremiumHeaderV9 .smv9-menu .login,#smvPremiumHeaderV9 .smv9-menu .register{
    align-self:center!important;
    margin:0!important;
  }
#smvPremiumHeaderV9 .smv9-menu .register{
    grid-column:auto!important;
    grid-row:auto!important;
  }}



#smvPremiumHeaderV9{display:block!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;background:#fff!important;background-image:none!important;border:0!important;border-bottom:1px solid #eee8e4!important;box-shadow:0 3px 14px rgba(24,18,20,.07)!important;color:#171927!important;overflow:visible!important;position:relative!important;z-index:1000!important}
#smvPremiumHeaderV9 .smv9-nav{width:min(1280px,100%)!important;min-height:74px!important;margin:0 auto!important;padding:8px 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;background:#fff!important}
#smvPremiumHeaderV9 .smv9-brand{display:flex!important;align-items:center!important;gap:9px!important;min-width:max-content!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;text-decoration:none!important}
#smvPremiumHeaderV9 .smv9-brand img{display:block!important;width:48px!important;height:48px!important;max-width:48px!important;object-fit:contain!important;border:0!important;border-radius:10px!important}
#smvPremiumHeaderV9 .smv9-brand span{display:flex!important;flex-direction:column!important;align-items:flex-start!important;line-height:1!important}
#smvPremiumHeaderV9 .smv9-brand strong{display:block!important;color:#d50a45!important;font:900 29px/1 Georgia,"Times New Roman",serif!important;white-space:nowrap!important}
#smvPremiumHeaderV9 .smv9-brand small{display:block!important;margin-top:5px!important;color:#6f5260!important;font:650 10.5px/1.15 Arial,sans-serif!important;white-space:nowrap!important}
#smvPremiumHeaderV9 .smv9-menu{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:2px!important;width:auto!important;margin:0!important;padding:0!important;background:#fff!important;border:0!important;overflow:visible!important}
#smvPremiumHeaderV9 .smv9-menu>a,#smvPremiumHeaderV9 .smv9-menu>button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:0!important;min-height:40px!important;height:auto!important;margin:0!important;padding:10px 9px!important;background:transparent!important;background-image:none!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:#171927!important;text-decoration:none!important;font:700 14px/1 Arial,sans-serif!important;white-space:nowrap!important;opacity:1!important;visibility:visible!important;overflow:visible!important;position:relative!important}
#smvPremiumHeaderV9 .smv9-menu>a.active{color:#e50046!important}
#smvPremiumHeaderV9 .smv9-menu>a.active:after{content:""!important;display:block!important;position:absolute!important;left:9px!important;right:9px!important;bottom:1px!important;height:3px!important;background:#e50046!important;border-radius:10px!important}
#smvPremiumHeaderV9 .smv9-menu>.hidden{display:none!important}
#smvPremiumHeaderV9 .smv9-menu>.login{display:inline-flex!important;margin-left:5px!important;padding:10px 18px!important;border:1.5px solid #e50046!important;border-radius:999px!important;background:#fff!important;color:#c7003d!important}
#smvPremiumHeaderV9 .smv9-menu>.register{display:inline-flex!important;padding:11px 19px!important;border:0!important;border-radius:999px!important;background:#ffd12c!important;color:#241c00!important;font-weight:900!important}
@media(max-width:900px){#smvPremiumHeaderV9 .smv9-nav{display:block!important;padding:8px 12px 10px!important}
#smvPremiumHeaderV9 .smv9-brand{width:max-content!important;margin:0 0 8px!important}
#smvPremiumHeaderV9 .smv9-brand img{width:40px!important;height:40px!important;max-width:40px!important}
#smvPremiumHeaderV9 .smv9-brand strong{font-size:24px!important}
#smvPremiumHeaderV9 .smv9-brand small{font-size:9.5px!important}
#smvPremiumHeaderV9 .smv9-menu{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:5px 4px!important;width:100%!important;background:#fff!important}
#smvPremiumHeaderV9 .smv9-menu>a,#smvPremiumHeaderV9 .smv9-menu>button{display:flex!important;min-height:38px!important;padding:8px 3px!important;font-size:11.5px!important;text-align:center!important;border-radius:0!important}
#smvPremiumHeaderV9 .smv9-menu>.hidden{display:none!important}
#smvPremiumHeaderV9 .smv9-menu>.login{margin:0!important;border:1.5px solid #e50046!important;border-radius:999px!important;background:#fff!important;color:#c7003d!important}
#smvPremiumHeaderV9 .smv9-menu>.register{border-radius:999px!important;background:#ffd12c!important;color:#241c00!important}}
@media(max-width:600px){#smvPremiumHeaderV9 .smv9-nav{padding:9px 12px 10px!important}
#smvPremiumHeaderV9 .smv9-brand{margin-bottom:8px!important}
#smvPremiumHeaderV9 .smv9-menu{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:5px 4px!important}
#smvPremiumHeaderV9 .smv9-menu>a,#smvPremiumHeaderV9 .smv9-menu>button{min-height:38px!important;padding:8px 2px!important;font-size:11px!important;color:#171927!important;background:#fff!important;border:0!important}
#smvPremiumHeaderV9 .smv9-menu>a.active{color:#e50046!important}
#smvPremiumHeaderV9 .smv9-menu>.login{background:#fff!important;border:1.5px solid #e50046!important;color:#c7003d!important}
#smvPremiumHeaderV9 .smv9-menu>.register{background:#ffd12c!important;color:#241c00!important;border:0!important}}
@media(max-width:390px){#smvPremiumHeaderV9 .smv9-menu>a,#smvPremiumHeaderV9 .smv9-menu>button{font-size:10.5px!important}}




/* Current hero and location layout */

html body html body.smv-v12-theme #home.smv33-hero{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#190c06!important;box-shadow:none!important;overflow:hidden!important;text-align:left!important;}
html body.smv-v12-theme #home.smv33-hero:before,html body.smv-v12-theme #home.smv33-hero:after{display:none!important;content:none!important;}
html body.smv-v12-theme #home .smv33-scene{display:flex!important;flex-direction:column!important;width:100%!important;position:relative!important;}
html body.smv-v12-theme #home .smv33-photo{display:block!important;position:static!important;width:100%!important;height:auto!important;aspect-ratio:1681/936!important;object-fit:contain!important;margin:0!important;}
html body.smv-v12-theme #home .smv33-copy{position:static!important;width:100%!important;padding:26px 20px 24px!important;background:#190c06!important;color:#fff!important;box-sizing:border-box!important;}
html body.smv-v12-theme #home .smv33-desktop-head{display:none!important;}
html body.smv-v12-theme #home .smv33-kicker{font:700 10px/1.6 Arial,sans-serif!important;letter-spacing:.13em!important;text-transform:uppercase!important;margin-bottom:12px!important;color:inherit!important;}
html body.smv-v12-theme #home .smv33-copy h1{font-family:Georgia,serif!important;font-size:clamp(30px,8.5vw,46px)!important;line-height:1.12!important;letter-spacing:-.025em!important;margin:0 0 20px!important;color:inherit!important;text-shadow:none!important;}
html body.smv-v12-theme #home .smv33-copy h1 span{color:#ed0055!important;}
html body.smv-v12-theme #home .smv33-copy p{font:400 15px/1.65 Arial,sans-serif!important;color:inherit!important;margin:0 0 16px!important;max-width:none!important;text-shadow:none!important;}
html body.smv-v12-theme #home .smv33-actions{display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin-top:24px!important;}
html body.smv-v12-theme #home .smv33-actions a{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;flex:1 1 140px!important;min-height:48px!important;padding:12px 10px!important;background:#e90054!important;color:#fff!important;font:700 14px/1.4 Arial,sans-serif!important;text-decoration:none!important;border-radius:8px!important;box-sizing:border-box!important;text-align:center!important;}
html body.smv-v12-theme #home .smv33-trust{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:12px 18px!important;font:700 11px/1.5 Arial,sans-serif!important;margin-top:22px!important;color:inherit!important;}
html body.smv-v12-theme #home .smv33-trust span{display:inline-flex!important;align-items:center!important;gap:5px!important;}
html body.smv-v12-theme #home .smv33-trust img{width:20px!important;height:20px!important;object-fit:contain!important;}
@media(min-width:900px){
 html body.smv-v12-theme #home .smv33-scene{min-height:620px!important;background:#f3e3c9 url("assets/smv-premium-desktop-v20.png") center/cover no-repeat!important;}
 html body.smv-v12-theme #home .smv33-photo,html body.smv-v12-theme #home .smv33-mobile-head{display:none!important;}
 html body.smv-v12-theme #home .smv33-desktop-head{display:block!important;}
 html body.smv-v12-theme #home .smv33-copy{width:46%!important;min-height:620px!important;padding:42px clamp(24px,3vw,54px)!important;background:linear-gradient(90deg,rgba(255,248,232,.97),rgba(255,248,232,.86))!important;color:#473c32!important;}
 html body.smv-v12-theme #home .smv33-copy h1{font-size:clamp(34px,3.3vw,54px)!important;color:#30251e!important;}
 html body.smv-v12-theme #home .smv33-copy h1 span{color:#902e2b!important;}
 html body.smv-v12-theme #home .smv33-copy p{font-size:15px!important;line-height:1.65!important;}
 html body.smv-v12-theme #home .smv33-actions a{background:#902e2b!important;font-size:13px!important;}
 html body.smv-v12-theme #home .smv33-actions .horoscope{background:#fff7e8!important;color:#633325!important;border:1px solid #b59772!important;}
}
.smv-location-wrap{position:relative!important;}
.smv-location-suggestions{display:none!important;}
.smv-location-suggestions.show{display:block!important;}
.smv-location-suggestion{display:block!important;width:100%!important;cursor:pointer!important;font:inherit!important;}
/* Specificity exceeds the site's global pink button theme, including interaction states. */
html body.smv-v12-theme #smv-public-page .smv-location-suggestions{position:static!important;background:transparent!important;background-image:none!important;border:0!important;border-radius:0!important;box-shadow:none!important;max-height:260px!important;overflow-y:auto!important;margin:6px 0!important;}
html body.smv-v12-theme #smv-public-page .smv-location-suggestions .smv-location-suggestion,
html body.smv-v12-theme #smv-public-page .smv-location-suggestions .smv-location-suggestion:is(:hover,:focus,:active){background:transparent!important;background-image:none!important;color:#008cff!important;-webkit-text-fill-color:#008cff!important;border:0!important;border-radius:0!important;box-shadow:none!important;text-shadow:none!important;text-align:left!important;padding:10px 0!important;transform:none!important;font-weight:700!important;white-space:normal!important;}
html body.smv-v12-theme #smv-public-page .smv-location-suggestion:focus-visible{outline:2px solid #008cff!important;outline-offset:-2px!important;}

/* V33 requested Panchang / Hora / Transit presentation fixes */
.birth-time-panchang,.panchang-card,.hora-card,.transit-card{background:#fff!important;background-image:none!important;}
.birth-hora-single{border:0!important;background:transparent!important;padding:0!important;box-shadow:none!important;}
.birth-hora-result{display:inline!important;margin-left:7px!important;padding:0!important;border:0!important;background:transparent!important;color:#087cff!important;-webkit-text-fill-color:#087cff!important;font-weight:900!important;}
.panchang-event-range{display:block!important;margin-top:5px!important;line-height:1.45!important;white-space:normal!important;}
.panchang-event-range .event-date{color:#087cff!important;-webkit-text-fill-color:#087cff!important;font-weight:800!important;}
.panchang-event-range .event-time{color:#ff1493!important;-webkit-text-fill-color:#ff1493!important;font-weight:900!important;}
.panchang-event-range .event-to{color:#000!important;-webkit-text-fill-color:#000!important;font-weight:900!important;margin:0 4px!important;}
.hora-table-wrap{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;}
.hora-table{width:100%!important;background:#fff!important;border-collapse:collapse!important;table-layout:auto!important;}
.hora-table th{background:#c00000!important;color:#ffff00!important;-webkit-text-fill-color:#ffff00!important;font-weight:900!important;}
.hora-table td{background:#fff!important;color:#222!important;vertical-align:middle!important;}
.hora-table th,.hora-table td{padding:8px 9px!important;border:1px solid #decda8!important;white-space:nowrap!important;}
.transit-card>h3,.panchang-card>h3,.hora-card>h3{color:#e91e63!important;-webkit-text-fill-color:#e91e63!important;font-weight:900!important;}
.transit-card .transit-chart{width:min(100%,420px)!important;max-width:420px!important;margin:10px auto 12px!important;background:#fff!important;box-shadow:none!important;}
.transit-card .transit-chart .south-rasi-cell,.transit-card .transit-chart .south-chart-center{background:#fff!important;background-image:none!important;}
.transit-card .transit-chart .planet-line,.transit-card .transit-chart .planet-glyph{color:#e00000!important;-webkit-text-fill-color:#e00000!important;font-weight:900!important;}
.transit-card .transit-chart .dynamic-rasi-number{color:#000!important;-webkit-text-fill-color:#000!important;font-weight:900!important;}
.transit-card .transit-chart .lagna{display:inline-block!important;border:0!important;background:transparent!important;color:#ff1493!important;-webkit-text-fill-color:#ff1493!important;font-weight:900!important;padding:0!important;}
.transit-card .transit-chart .status-c{color:#173b8f!important;-webkit-text-fill-color:#173b8f!important;}
.transit-card .transit-chart .status-r{color:#2e8b57!important;-webkit-text-fill-color:#2e8b57!important;}
.transit-card .transit-chart .south-chart-center{color:#e91e63!important;-webkit-text-fill-color:#e91e63!important;font-weight:900!important;text-align:center!important;}
@media(min-width:901px){
  #tamilHoroscopeResult #rasiChart,#englishHoroscopeResult #rasiChart,
  #tamilHoroscopeResult #navamsaChart,#englishHoroscopeResult #navamsaChart,
  #tamilHoroscopeResult #bhavaChart,#englishHoroscopeResult #bhavaChart{
    width:min(480px,46vw)!important;max-width:480px!important;margin:14px auto 20px!important;border-width:2px!important;
  }
  #tamilHoroscopeResult #rasiChart .south-rasi-cell,#englishHoroscopeResult #rasiChart .south-rasi-cell,
  #tamilHoroscopeResult #navamsaChart .south-rasi-cell,#englishHoroscopeResult #navamsaChart .south-rasi-cell,
  #tamilHoroscopeResult #bhavaChart .south-rasi-cell,#englishHoroscopeResult #bhavaChart .south-rasi-cell{
    padding:4px!important;overflow:hidden!important;
  }
  #tamilHoroscopeResult #rasiChart .planet-line,#englishHoroscopeResult #rasiChart .planet-line,
  #tamilHoroscopeResult #navamsaChart .planet-line,#englishHoroscopeResult #navamsaChart .planet-line,
  #tamilHoroscopeResult #bhavaChart .planet-line,#englishHoroscopeResult #bhavaChart .planet-line{
    font-size:12px!important;line-height:1.15!important;gap:2px!important;
  }
  #tamilHoroscopeResult #rasiChart .dynamic-rasi-number,#englishHoroscopeResult #rasiChart .dynamic-rasi-number,
  #tamilHoroscopeResult #navamsaChart .dynamic-rasi-number,#englishHoroscopeResult #navamsaChart .dynamic-rasi-number{
    font-size:10px!important;
  }
  #tamilHoroscopeResult #rasiChart .lagna,#englishHoroscopeResult #rasiChart .lagna,
  #tamilHoroscopeResult #navamsaChart .lagna,#englishHoroscopeResult #navamsaChart .lagna{
    font-size:13px!important;line-height:1.2!important;
  }
  .transit-panchang-grid{grid-template-columns:minmax(0,1.25fr) minmax(0,.9fr) minmax(0,1fr)!important;}
  .transit-card .transit-chart{width:min(100%,340px)!important;}
  .transit-card .south-rasi-cell{padding:3px!important;overflow:hidden!important;}
  .transit-card .planet-line{font-size:10px!important;line-height:1.12!important;}
  .transit-card .dynamic-rasi-number{font-size:9px!important;}
}
@media(max-width:900px){
  .transit-card .transit-chart{width:min(100%,430px)!important;}
  .hora-table th,.hora-table td{padding:8px 7px!important;font-size:13px!important;}
}

/* V33 final approved Panchang / Hora / Transit refinements */
/* In Panchang event ranges only the TIME is sky blue; dates stay normal black. */
.panchang-event-range .event-date{color:#222!important;-webkit-text-fill-color:#222!important;font-weight:700!important;}
.panchang-event-range .event-time{color:#00a8ff!important;-webkit-text-fill-color:#00a8ff!important;font-weight:900!important;}
.birth-current-hora>b{font-weight:900!important;}
.birth-hora-result{color:#00a8ff!important;-webkit-text-fill-color:#00a8ff!important;}
/* Daily Panchang pure white, including its result cells. */
.panchang-card,.panchang-card .panchang-compact-grid>div{background:#fff!important;background-image:none!important;}
/* Approved horizontal Hora table: 12 columns for Day, then 12 for Night. */
.hora-horizontal-block{margin:0 0 14px!important;background:#fff!important;}
.hora-band{background:#e91e63!important;color:#fff!important;-webkit-text-fill-color:#fff!important;text-align:center!important;font-weight:900!important;padding:8px 10px!important;}
.hora-horizontal{min-width:940px!important;table-layout:fixed!important;background:#fff!important;}
.hora-horizontal th{width:72px!important;background:#fffaf0!important;color:#111!important;-webkit-text-fill-color:#111!important;}
.hora-horizontal td{text-align:center!important;background:#fff!important;padding:7px 5px!important;white-space:nowrap!important;}
.hora-horizontal .hora-time{color:#00a8ff!important;-webkit-text-fill-color:#00a8ff!important;font-weight:900!important;font-size:11px!important;}
.hora-horizontal .hora-sun{color:#e00000!important;-webkit-text-fill-color:#e00000!important;}
.hora-horizontal .hora-venus{color:#ff1493!important;-webkit-text-fill-color:#ff1493!important;}
.hora-horizontal .hora-mercury{color:#159447!important;-webkit-text-fill-color:#159447!important;}
.hora-horizontal .hora-moon{color:#075cff!important;-webkit-text-fill-color:#075cff!important;}
.hora-horizontal .hora-saturn{color:#7b2cbf!important;-webkit-text-fill-color:#7b2cbf!important;}
.hora-horizontal .hora-jupiter{color:#ff7a00!important;-webkit-text-fill-color:#ff7a00!important;}
.hora-horizontal .hora-mars{color:#e00000!important;-webkit-text-fill-color:#e00000!important;}
/* Transit chart: white centre; As and degrees match Rasi-chart scale. */
.transit-card .transit-chart .south-chart-center{background:#fff!important;background-image:none!important;}
.transit-card .transit-chart .lagna{font-size:inherit!important;line-height:inherit!important;}
.transit-card .transit-chart .transit-degree{display:inline!important;margin-left:4px!important;color:#087cff!important;-webkit-text-fill-color:#087cff!important;font-size:inherit!important;font-weight:900!important;}

/* V33 final correction: approved vertical Hora + Transit table + Panchang colours */
.hora-vertical-block{margin:0 0 14px!important;background:#fff!important;max-width:760px;margin-left:auto!important;margin-right:auto!important;}
.hora-vertical{width:100%!important;min-width:0!important;table-layout:fixed!important;background:#fff!important;}
.hora-vertical th,.hora-vertical td{padding:8px 10px!important;text-align:center!important;white-space:nowrap!important;}
.hora-vertical th{background:#c00000!important;color:#ffff00!important;-webkit-text-fill-color:#ffff00!important;}
.hora-vertical .hora-time{color:#00a8ff!important;-webkit-text-fill-color:#00a8ff!important;font-weight:900!important;}
.panchang-date-result,.panchang-event-range .event-date{color:#087cff!important;-webkit-text-fill-color:#087cff!important;font-weight:900!important;}
.panchang-time-result,.panchang-event-range .event-time{color:#00a8ff!important;-webkit-text-fill-color:#00a8ff!important;font-weight:900!important;}
.panchang-card,.panchang-card .panchang-compact-grid>div{background:#fff!important;background-image:none!important;}
.transit-card .transit-chart .south-chart-center{background:#fff!important;background-image:none!important;color:#d81b60!important;-webkit-text-fill-color:#d81b60!important;}
.transit-card .transit-chart .lagna{font-size:13px!important;line-height:1.15!important;}
.transit-table-card{margin:14px 0 0!important;background:#fff!important;box-shadow:none!important;}
.transit-table-card h3{color:#e91e63!important;-webkit-text-fill-color:#e91e63!important;}
.transit-position-table{width:100%!important;min-width:620px!important;border-collapse:collapse!important;background:#fff!important;}
.transit-position-table th{background:#c00000!important;color:#ffff00!important;-webkit-text-fill-color:#ffff00!important;font-weight:900!important;}
.transit-position-table th,.transit-position-table td{padding:8px!important;border:1px solid #decda8!important;text-align:center!important;white-space:nowrap!important;}
.transit-position-table .transit-table-degree{color:#087cff!important;-webkit-text-fill-color:#087cff!important;font-weight:900!important;}
@media(min-width:901px){.hora-vertical-block{max-width:680px!important}.transit-card .transit-chart{width:min(100%,340px)!important}.transit-card .transit-chart .lagna{font-size:12px!important}}
@media(max-width:900px){.hora-vertical-block{max-width:100%!important}.hora-vertical th,.hora-vertical td{font-size:13px!important;padding:8px 6px!important}.transit-card .transit-chart .lagna{font-size:13px!important}}

/* Final correction: vertical Hora, Panchang result colours, white Transit centre, Transit table */
.hora-vertical-block{margin:0 auto 14px!important;background:#fff!important;max-width:760px!important}.hora-vertical{width:100%!important;min-width:0!important;table-layout:fixed!important;background:#fff!important}.hora-vertical th,.hora-vertical td{padding:8px 10px!important;text-align:center!important;white-space:nowrap!important}.hora-vertical th{background:#c00000!important;color:#ffff00!important;-webkit-text-fill-color:#ffff00!important}.hora-vertical .hora-time{color:#00a8ff!important;-webkit-text-fill-color:#00a8ff!important;font-weight:900!important}.panchang-date-result,.panchang-event-range .event-date{color:#087cff!important;-webkit-text-fill-color:#087cff!important;font-weight:900!important}.panchang-time-result,.panchang-event-range .event-time{color:#00a8ff!important;-webkit-text-fill-color:#00a8ff!important;font-weight:900!important}.panchang-card,.panchang-card .panchang-compact-grid>div{background:#fff!important;background-image:none!important}.transit-card .transit-chart .south-chart-center{background:#fff!important;background-image:none!important}.transit-card .transit-chart .lagna{font-size:13px!important;line-height:1.15!important}.transit-table-card{margin:14px 0 0!important;background:#fff!important;box-shadow:none!important}.transit-table-card h3{color:#e91e63!important;-webkit-text-fill-color:#e91e63!important}.transit-position-table{width:100%!important;min-width:620px!important;border-collapse:collapse!important;background:#fff!important}.transit-position-table th{background:#c00000!important;color:#ffff00!important;-webkit-text-fill-color:#ffff00!important;font-weight:900!important}.transit-position-table th,.transit-position-table td{padding:8px!important;border:1px solid #decda8!important;text-align:center!important;white-space:nowrap!important}.transit-position-table .transit-table-degree{color:#087cff!important;-webkit-text-fill-color:#087cff!important;font-weight:900!important}@media(min-width:901px){.hora-vertical-block{max-width:680px!important}.transit-card .transit-chart .lagna{font-size:12px!important}}@media(max-width:900px){.hora-vertical-block{max-width:100%!important}.hora-vertical th,.hora-vertical td{font-size:13px!important;padding:8px 6px!important}.transit-card .transit-chart .lagna{font-size:13px!important}}

/* V33 final requested display corrections - 2026-09-20 */
.panchang-time-result,.panchang-event-range .event-time{
  color:#ff1493!important;-webkit-text-fill-color:#ff1493!important;font-weight:900!important;
}
.nalla-neram-time{
  color:#159447!important;-webkit-text-fill-color:#159447!important;font-weight:900!important;
}
.transit-card .transit-chart .south-chart-center{
  background:#fff!important;background-image:none!important;color:#e91e63!important;-webkit-text-fill-color:#e91e63!important;
}
.transit-card .transit-chart .lagna{
  font-size:inherit!important;line-height:inherit!important;
}
.transit-position-table{
  width:100%!important;min-width:0!important;max-width:100%!important;table-layout:fixed!important;
}
.transit-position-table th,.transit-position-table td{
  white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;vertical-align:middle!important;
}
.transit-position-table th:nth-child(1),.transit-position-table td:nth-child(1){width:12%!important}
.transit-position-table th:nth-child(2),.transit-position-table td:nth-child(2){width:16%!important}
.transit-position-table th:nth-child(3),.transit-position-table td:nth-child(3){width:19%!important}
.transit-position-table th:nth-child(4),.transit-position-table td:nth-child(4){width:24%!important}
.transit-position-table th:nth-child(5),.transit-position-table td:nth-child(5){width:10%!important}
.transit-position-table th:nth-child(6),.transit-position-table td:nth-child(6){width:19%!important}
@media(max-width:700px){
 .transit-position-table th,.transit-position-table td{padding:6px 3px!important;font-size:11px!important;line-height:1.2!important}
 .transit-position-table th{font-size:10px!important}
 .transit-table-card .adv-scroll{overflow-x:hidden!important}
}

/* V33 TRANSIT ONLY — exact 3 requested corrections (2026-09-20) */
/* 1) Transit centre must be white, identical to the other horoscope charts. */
html body.smv-v12-theme :is(#tamilHoroscopeResult,#englishHoroscopeResult) .transit-card .south-indian-chart.transit-chart .south-chart-center{
  background:#fff!important;
  background-color:#fff!important;
  background-image:none!important;
  box-shadow:none!important;
}

/* 2) DESKTOP ONLY: keep Transit Chart compact like Rasi / Navamsa / Bhava. */
@media (min-width:901px){
  html body.smv-v12-theme :is(#tamilHoroscopeResult,#englishHoroscopeResult) .transit-card .south-indian-chart.transit-chart{
    width:min(480px,46vw)!important;
    max-width:480px!important;
    min-width:0!important;
    margin:14px auto 20px!important;
    aspect-ratio:1/1!important;
    border-width:2px!important;
  }
  html body.smv-v12-theme :is(#tamilHoroscopeResult,#englishHoroscopeResult) .transit-card .transit-chart .south-rasi-cell{
    padding:4px!important;
    overflow:hidden!important;
  }
  html body.smv-v12-theme :is(#tamilHoroscopeResult,#englishHoroscopeResult) .transit-card .transit-chart .planet-line{
    font-size:12px!important;
    line-height:1.15!important;
    gap:2px!important;
  }
  html body.smv-v12-theme :is(#tamilHoroscopeResult,#englishHoroscopeResult) .transit-card .transit-chart .dynamic-rasi-number{
    font-size:10px!important;
  }
  html body.smv-v12-theme :is(#tamilHoroscopeResult,#englishHoroscopeResult) .transit-card .transit-chart .lagna{
    font-size:13px!important;
    line-height:1.2!important;
  }
}

/* 3) MOBILE ONLY: Transit Planetary Positions behaves like Planetary Positions — full table + horizontal scroll. */
@media (max-width:700px){
  html body.smv-v12-theme :is(#tamilHoroscopeResult,#englishHoroscopeResult) .transit-table-card .adv-scroll{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-x pan-y!important;
  }
  html body.smv-v12-theme :is(#tamilHoroscopeResult,#englishHoroscopeResult) .transit-table-card .transit-position-table{
    width:680px!important;
    min-width:680px!important;
    max-width:none!important;
    table-layout:auto!important;
  }
  html body.smv-v12-theme :is(#tamilHoroscopeResult,#englishHoroscopeResult) .transit-table-card .transit-position-table th,
  html body.smv-v12-theme :is(#tamilHoroscopeResult,#englishHoroscopeResult) .transit-table-card .transit-position-table td{
    padding:8px 10px!important;
    font-size:13px!important;
    line-height:1.3!important;
    white-space:nowrap!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }
}

/* V34 — ONLY current Dasa / Bhukthi / Antharam indication: Bright Sky Blue */
html body.smv-v12-theme :is(#englishHoroscopeResult,#tamilHoroscopeResult) .dasha-node.smv-current-dasha > .dasha-head,
html body.smv-v12-theme :is(#englishHoroscopeResult,#tamilHoroscopeResult) .dasha-node.smv-current-bhukthi > .dasha-head{
  background:#00BFFF!important;
  background-color:#00BFFF!important;
  background-image:none!important;
  border-color:#00BFFF!important;
}
html body.smv-v12-theme :is(#englishHoroscopeResult,#tamilHoroscopeResult) .dasha-subtable tbody tr.smv-current-antharam > td{
  background:#00BFFF!important;
  background-color:#00BFFF!important;
}

/* V34.1 — force ONLY the currently active Dasa and Bhukthi to Bright Sky Blue.
   Extra ID specificity intentionally overrides the older red theme rules. */
html body.smv-v12-theme #englishHoroscopeResult#englishHoroscopeResult#englishHoroscopeResult#englishHoroscopeResult .dasha-tree > .dasha-node.smv-current-dasha[data-level="1"] > .dasha-head,
html body.smv-v12-theme #tamilHoroscopeResult#tamilHoroscopeResult#tamilHoroscopeResult#tamilHoroscopeResult .dasha-tree > .dasha-node.smv-current-dasha[data-level="1"] > .dasha-head{
  background:#00BFFF!important;
  background-color:#00BFFF!important;
  background-image:none!important;
  border-color:#00BFFF!important;
}
html body.smv-v12-theme #englishHoroscopeResult#englishHoroscopeResult#englishHoroscopeResult#englishHoroscopeResult .dasha-tree > .dasha-node[data-level="1"] > .dasha-body > .dasha-node.smv-current-bhukthi[data-level="2"] > .dasha-head,
html body.smv-v12-theme #tamilHoroscopeResult#tamilHoroscopeResult#tamilHoroscopeResult#tamilHoroscopeResult .dasha-tree > .dasha-node[data-level="1"] > .dasha-body > .dasha-node.smv-current-bhukthi[data-level="2"] > .dasha-head{
  background:#00BFFF!important;
  background-color:#00BFFF!important;
  background-image:none!important;
  border-color:#00BFFF!important;
}

/* V34 LOCKED: Daily Hora current-time indication + Transit As parity only */
.hora-vertical .hora-time.smv-current-hora-time{
  background:#00bfff!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-weight:900!important;
}
html body.smv-v12-theme :is(#tamilHoroscopeResult,#englishHoroscopeResult) .transit-card .transit-chart .lagna{
  font-size:clamp(10px,1.9vw,13px)!important;
  line-height:1.3!important;
}
.transit-before-vimsottari:empty{display:none!important}


/* V34.2 — Hora TIME indication only (no hidden/blank current time) */
.hora-vertical .hora-time.smv-current-hora-time{background:transparent!important;color:inherit!important;-webkit-text-fill-color:currentColor!important;}
.hora-vertical .hora-time.smv-hora-current-green{background:transparent!important;color:#159447!important;-webkit-text-fill-color:#159447!important;font-weight:900!important;}
.hora-vertical .hora-time.smv-hora-bright-green{background:transparent!important;color:#00c853!important;-webkit-text-fill-color:#00c853!important;font-weight:900!important;}
.hora-vertical .hora-time.smv-hora-current-red{background:transparent!important;color:#c00000!important;-webkit-text-fill-color:#c00000!important;font-weight:900!important;}
.hora-vertical .hora-time.smv-hora-bright-red{background:transparent!important;color:#ff0000!important;-webkit-text-fill-color:#ff0000!important;font-weight:900!important;}


/* V34.3 — ONLY requested Hora indication + Birth Panchang date/time font parity */
/* Hora: current Hora uses green/red by benefic nature; weekday-lord Hora uses brighter shade. */
html body.smv-v12-theme :is(#tamilHoroscopeResult,#englishHoroscopeResult) .hora-vertical td.hora-time.smv-hora-current-green{
  color:#159447!important;-webkit-text-fill-color:#159447!important;font-weight:900!important;
}
html body.smv-v12-theme :is(#tamilHoroscopeResult,#englishHoroscopeResult) .hora-vertical td.hora-time.smv-hora-bright-green{
  color:#00c853!important;-webkit-text-fill-color:#00c853!important;font-weight:900!important;
}
html body.smv-v12-theme :is(#tamilHoroscopeResult,#englishHoroscopeResult) .hora-vertical td.hora-time.smv-hora-current-red{
  color:#c00000!important;-webkit-text-fill-color:#c00000!important;font-weight:900!important;
}
html body.smv-v12-theme :is(#tamilHoroscopeResult,#englishHoroscopeResult) .hora-vertical td.hora-time.smv-hora-bright-red{
  color:#ff0000!important;-webkit-text-fill-color:#ff0000!important;font-weight:900!important;
}
/* Birth Panchang date/time result typography = Daily Panchang date/time result typography. */
html body.smv-v12-theme :is(#tamilHoroscopeResult,#englishHoroscopeResult) .birth-time-panchang :is(.panchang-date-result,.panchang-time-result,.panchang-event-range .event-date,.panchang-event-range .event-time){
  font-size:12px!important;line-height:1.2!important;
}
@media(max-width:700px){
  html body.smv-v12-theme :is(#tamilHoroscopeResult,#englishHoroscopeResult) .birth-time-panchang :is(.panchang-date-result,.panchang-time-result,.panchang-event-range .event-date,.panchang-event-range .event-time){
    font-size:11px!important;line-height:1.2!important;
  }
}
