/* ==========================================================
   Astro Reports Hub - Premium Hora Sutra Style UI
   Fixed: result right-side cutting + horizontal scroll tables
========================================================== */

.arh-box,
.arh-box *{box-sizing:border-box;}

.arh-box{
  --arh-cream:#fff6df;
  --arh-cream2:#fffaf0;
  --arh-soft:#fff2d2;
  --arh-gold:#f5b942;
  --arh-gold2:#ffd987;
  --arh-orange:#f57c00;
  --asb-orange:var(--arh-orange);
  --arh-brown:#8b0708;
  --arh-brown2:#c41418;
  --arh-dark:#2b1a14;
  --arh-text:#2b1a14;
  --arh-muted:#705c51;
  --arh-border:#e8cfb0;
  --arh-white:#ffffff;
  width:100%;
  max-width:1120px;
  margin:28px auto;
  padding:34px;
  color:var(--arh-text);
  font-family:'Inter','Montserrat',Arial,sans-serif;
  background:
    radial-gradient(circle at 10% 0%,rgba(245,179,26,.25),transparent 28%),
    radial-gradient(circle at 100% 20%,rgba(216,91,18,.10),transparent 26%),
    linear-gradient(135deg,#fffdf7 0%,#fff6df 55%,#fff2cc 100%);
  border:1px solid rgba(122,58,21,.16);
  border-radius:28px;
  box-shadow:0 20px 55px rgba(91,45,18,.13);
  overflow:visible;
  position:relative;
}

.arh-box:before{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(245,179,26,.24);
  border-radius:22px;
  pointer-events:none;
}

.arh-head{
  position:relative;
  text-align:center;
  max-width:790px;
  margin:0 auto 26px;
}

.arh-head span,
.arh-report-title span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:8px 15px;
  border-radius:999px;
  background:#fff3c5;
  border:1px solid rgba(216,91,18,.18);
  color:var(--arh-orange);
  font-size:12px;
  font-weight:900;
  letter-spacing:.3px;
  box-shadow:0 8px 18px rgba(91,45,18,.06);
}

.arh-head h2{
  margin:13px 0 8px;
  color:var(--arh-dark);
  font-size:34px;
  line-height:1.08;
  font-weight:950;
  letter-spacing:-.5px;
}

.arh-head p{
  margin:0 auto;
  color:var(--arh-muted);
  font-size:15px;
  line-height:1.65;
}

.arh-form{position:relative;z-index:1;}

.arh-grid-2{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:18px 0;
  min-width:0;
}

.arh-form input,
.arh-form select{
  width:100%;
  min-width:0;
  height:48px;
  border:1px solid rgba(122,58,21,.14);
  border-radius:13px;
  padding:12px 15px;
  color:#2b1a14;
  background:rgba(255,255,255,.88);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 8px 20px rgba(91,45,18,.04);
  outline:none;
  font-size:14px;
  font-weight:600;
  transition:.2s ease;
}

.arh-form input::placeholder{color:#9b8990;}
.arh-form input:focus,
.arh-form select:focus{
  border-color:var(--arh-gold);
  box-shadow:0 0 0 4px rgba(245,179,26,.18),0 8px 22px rgba(91,45,18,.06);
  background:#fff;
}

.arh-form h3{
  margin:18px 0 8px;
  color:var(--arh-brown);
  font-size:22px;
  font-weight:900;
}

.arh-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  border:0;
  border-radius:999px;
  padding:13px 22px;
  background:linear-gradient(135deg,var(--asb-orange),#b83e00);
  color:#fff!important;
  text-decoration:none!important;
  font-size:14px;
  font-weight:950;
  cursor:pointer;
  transition:.22s ease;
  box-shadow:0 12px 24px rgba(184,62,0,.22);
  white-space:normal;
  text-align:center;
}

.arh-btn:hover{transform:translateY(-2px);box-shadow:0 16px 28px rgba(184,62,0,.28);}
.arh-btn:disabled{opacity:.65;cursor:not-allowed;transform:none;}
.arh-btn.premium{
  background:linear-gradient(135deg,#e49d00 0%,#ffd987 50%,#f2a91b 100%);
  color:#321b04!important;
  box-shadow:0 12px 24px rgba(216,91,18,.18);
}
.arh-btn.alt{
/*   background:linear-gradient(135deg,#2b1234,#170b1d); */
  color:#fff!important;
  box-shadow:0 12px 24px rgba(23,11,29,.22);
}

.arh-cta-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:22px 0 6px;
}

.arh-result{
  width:100%;
  max-width:100%;
  min-width:0;
  margin-top:22px;
  padding:0;
  display:none;
  overflow:visible;
  border-radius:24px;
}
.arh-result.active{display:block;}
.arh-result>h3{margin:0 0 14px;color:var(--arh-dark);font-weight:950;}
.arh-result>p{
  background:#fff;
  border:1px solid rgba(122,58,21,.13);
  border-radius:16px;
  padding:15px;
  color:var(--arh-muted);
}

/* Zodiac */
.arh-zodiac-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.arh-zodiac{
  min-height:54px;
  border:1px solid rgba(122,58,21,.14);
  border-radius:15px;
  background:#fff;
  color:#2b1a14;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 12px 24px rgba(91,45,18,.06);
  transition:.2s ease;
}
.arh-zodiac:hover{
  transform:translateY(-2px);
  border-color:#f3b739;
  background:#fff6df;
  color:var(--arh-orange);
}

/* Numerology */
.arh-num-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:16px 0;
}
.arh-num-grid div{
  padding:22px 16px;
  text-align:center;
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#fff8e8);
  border:1px solid rgba(245,179,26,.35);
  box-shadow:0 10px 24px rgba(91,45,18,.07);
}
.arh-num-grid b{display:block;color:var(--arh-orange);font-size:13px;text-transform:uppercase;letter-spacing:.35px;}
.arh-num-grid span{display:block;margin-top:8px;color:var(--arh-dark);font-size:40px;line-height:1;font-weight:950;}

/* Premium readable report output */
.arh-report-card{
  width:100%;
  max-width:100%;
  min-width:0;
  overflow:hidden;
  border-radius:26px;
  background:linear-gradient(180deg,#fffef8,#fff6df);
  border:1px solid rgba(122,58,21,.16);
  box-shadow:0 18px 45px rgba(91,45,18,.13);
}
.arh-report-title{
  text-align:center;
  padding:24px 20px 22px;
  background:
    radial-gradient(circle at 0% 0%,rgba(245,179,26,.26),transparent 35%),
    linear-gradient(135deg,#fff8e1,#fffdf8);
  border-bottom:1px solid rgba(122,58,21,.12);
}
.arh-report-title h3{
  margin:11px 0 7px;
  color:#2b1a14;
  font-size:30px;
  line-height:1.1;
  font-weight:950;
  letter-spacing:-.35px;
}
.arh-report-title p{
  margin:0 auto;
  max-width:760px;
  color:#705c51;
  line-height:1.6;
}
.arh-report-content{
  width:100%;
  max-width:100%;
  min-width:0;
  display:grid;
  gap:18px;
  padding:18px;
  overflow:visible;
}
.arh-report-section{
  width:100%;
  max-width:100%;
  min-width:0;
  overflow:hidden;
  padding:18px;
  border-radius:20px;
  background:#fff;
  border:1px solid rgba(122,58,21,.13);
  box-shadow:0 12px 30px rgba(91,45,18,.07);
}
.arh-report-section h4{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
  color:#3a1e0e;
  font-size:19px;
  line-height:1.25;
  font-weight:950;
}
.arh-report-section h4:before{
  content:"";
  width:10px;
  height:10px;
  border-radius:999px;
  background:linear-gradient(135deg,#f57c00,#ffd987);
  box-shadow:0 0 0 5px rgba(245,179,26,.16);
  flex:0 0 auto;
}

.arh-kv-grid{
  width:100%;
  min-width:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.arh-kv-item,
.arh-kv-wide,
.arh-mini-card{
  min-width:0;
  max-width:100%;
  overflow:hidden;
  border-radius:16px;
  border:1px solid rgba(245,179,26,.28);
  background:#fffaf0;
  padding:14px;
}
.arh-kv-item>span{
  display:block;
  margin-bottom:7px;
  color:#f57c00;
  font-size:11px;
  line-height:1.35;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.28px;
}
.arh-kv-item p,
.arh-mini-card p{
  margin:0;
  color:#38233f;
  line-height:1.55;
  word-break:break-word;
  overflow-wrap:anywhere;
}
.arh-kv-item strong{font-size:18px;color:#2b1a14;}
.arh-kv-wide{grid-column:1/-1;background:#fff;border-color:rgba(122,58,21,.12);}
.arh-kv-wide h5{margin:0 0 10px;color:#c41418;font-size:16px;font-weight:950;}
.arh-list-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0;}

/* IMPORTANT: Fixed cut-off by forcing horizontal scroll inside tables */
.arh-table-wrap{
  width:100%;
  max-width:100%;
  min-width:0;
  overflow-x:auto!important;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  border:1px solid rgba(122,58,21,.14);
  border-radius:16px;
  background:#fff;
  box-shadow:inset 0 -8px 12px rgba(91,45,18,.03);
  scrollbar-width:thin;
  scrollbar-color:#f57c00 #fff1c7;
}
.arh-table-wrap::-webkit-scrollbar{height:10px;}
.arh-table-wrap::-webkit-scrollbar-track{background:#fff1c7;border-radius:999px;}
.arh-table-wrap::-webkit-scrollbar-thumb{background:#f57c00;border-radius:999px;}
.arh-table-wrap:before{
  content:"Scroll right to see full details →";
  display:block;
  padding:8px 12px;
  color:#c41418;
  background:#fff8df;
  border-bottom:1px solid rgba(122,58,21,.12);
  font-size:12px;
  font-weight:900;
}
.arh-report-table{
  width:max-content;
  min-width:980px;
  max-width:none;
  border-collapse:separate;
  border-spacing:0;
  table-layout:auto;
}
.arh-report-table th{
  position:sticky;
  top:0;
  z-index:1;
  background:#fff1c7;
  color:#3b1d0d;
  text-align:left;
  padding:12px 14px;
  font-size:12px;
  font-weight:950;
  white-space:nowrap;
  border-bottom:1px solid rgba(122,58,21,.12);
}
.arh-report-table td{
  padding:12px 14px;
  border-top:1px solid rgba(122,58,21,.08);
  color:#3a2a43;
  font-size:13px;
  line-height:1.45;
  vertical-align:top;
  white-space:nowrap;
}
.arh-report-table tr:nth-child(even) td{background:#fffaf0;}
.arh-report-table th:first-child,
.arh-report-table td:first-child{
  position:sticky;
  left:0;
  z-index:2;
  background:#fff8df;
  font-weight:900;
  box-shadow:5px 0 9px rgba(91,45,18,.06);
}
.arh-report-table th:first-child{z-index:3;background:#ffe9ac;}

.arh-chart-wrap{
  width:100%;
  max-width:100%;
  min-width:0;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  text-align:center;
  border:1px solid rgba(245,179,26,.30);
  border-radius:18px;
  background:#fffdf8;
  padding:16px;
  scrollbar-width:thin;
}
.arh-chart-wrap svg{
  max-width:100%!important;
  height:auto!important;
  display:inline-block;
}

.arh-alert{
  padding:14px 16px;
  border-radius:14px;
  background:#fff3cd;
  border:1px solid #ffd987;
  color:#6a4100;
  font-weight:800;
}
.arh-muted{color:#806f76;}
.arh-report-link{
  display:inline-flex;
  border-radius:999px;
  padding:11px 16px;
  background:linear-gradient(135deg,#f57c00,#f5b942);
  color:#fff!important;
  text-decoration:none!important;
  font-weight:950;
}

@media(max-width:900px){
  .arh-box{padding:26px;}
  .arh-head h2{font-size:29px;}
  .arh-kv-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .arh-list-cards{grid-template-columns:1fr;}
}

@media(max-width:768px){
  .arh-box{
    width:calc(100% - 20px);
    margin:16px auto;
    padding:18px 12px;
    border-radius:20px;
  }
  .arh-box:before{inset:6px;border-radius:16px;}
  .arh-head{margin-bottom:18px;padding:0 4px;}
  .arh-head h2{font-size:24px;line-height:1.15;}
  .arh-head p{font-size:13px;line-height:1.55;}
  .arh-grid-2,
  .arh-zodiac-grid,
  .arh-num-grid,
  .arh-kv-grid{grid-template-columns:1fr;}
  .arh-form input,
  .arh-form select{height:46px;font-size:13px;border-radius:12px;}
  .arh-btn{width:100%;min-height:45px;padding:12px 14px;font-size:13px;}
  .arh-cta-row{display:grid;grid-template-columns:1fr;gap:10px;margin-top:18px;}
  .arh-result{margin-top:18px;}
  .arh-report-card{border-radius:18px;}
  .arh-report-title{padding:18px 12px;}
  .arh-report-title h3{font-size:22px;}
  .arh-report-title p{font-size:13px;}
  .arh-report-content{padding:10px;gap:12px;}
  .arh-report-section{padding:12px;border-radius:15px;}
  .arh-report-section h4{font-size:16px;}
  .arh-table-wrap{border-radius:13px;}
  .arh-table-wrap:before{font-size:11px;padding:7px 10px;}
  .arh-report-table{min-width:860px;}
  .arh-report-table th,
  .arh-report-table td{font-size:12px;padding:10px 11px;}
  .arh-chart-wrap{padding:10px;}
  .arh-num-grid span{font-size:34px;}
}

/* Google Places birth address autocomplete */
.arh-place-field{
  min-width:0;
  position:relative;
}
.arh-place-field small{
  display:block;
  margin:6px 3px 0;
  color:#806f76;
  font-size:11px;
  font-weight:800;
  line-height:1.35;
}
.arh-form input.arh-place-input{
  padding-right:42px;
  background-image:linear-gradient(135deg,rgba(255,255,255,.90),rgba(255,248,232,.88));
}
.arh-form input.arh-place-input.arh-place-error{
  border-color:#d92d20!important;
  box-shadow:0 0 0 4px rgba(217,45,32,.12),0 8px 22px rgba(91,45,18,.06)!important;
}
.arh-date-pill,
.arh-horo-date{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin-top:12px;
  padding:9px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(245,179,26,.35);
  color:#8b0708;
  font-size:13px;
  font-weight:950;
  box-shadow:0 8px 18px rgba(91,45,18,.06);
}
.arh-result .arh-horo-date{
  display:flex;
  width:max-content;
  max-width:100%;
  margin:0 0 12px;
}
.pac-container{
  z-index:999999!important;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 18px 42px rgba(29,16,34,.18);
  border:1px solid rgba(122,58,21,.14);
}

@media(max-width:768px){
  .arh-place-field small{font-size:10.5px;}
  .arh-date-pill{font-size:12px;padding:8px 12px;}
}


/* Daily Panchangam Generator — Bhavishya Panchangam theme */
.arh-panchang-box{background:radial-gradient(circle at 10% 0%,rgba(245,185,66,.28),transparent 30%),linear-gradient(135deg,#fffaf0,#fff6df 58%,#fff2d2);border-color:rgba(139,7,8,.18)}
.arh-panchang-box:after{content:"ॐ";position:absolute;right:22px;top:12px;font-family:Georgia,serif;font-size:82px;color:rgba(139,7,8,.055);pointer-events:none}
.arh-panchang-form .arh-btn{background:linear-gradient(135deg,#f57c00,#c41418 70%,#8b0708);box-shadow:0 13px 30px rgba(139,7,8,.2)}
.arh-panchang-form select,.arh-panchang-form input{min-height:52px}
.arh-panchang-form .arh-result.active{border-top:4px solid #f5b942}
.arh-panchang-box .arh-report-card{border:1px solid rgba(139,7,8,.14);background:#fffaf0}
.arh-error{color:#8b0708;font-weight:800}
@media(max-width:767px){.arh-box{padding:24px 16px;border-radius:20px;margin:18px auto}.arh-head h2{font-size:27px}.arh-panchang-box:after{font-size:56px}.arh-grid-2{grid-template-columns:1fr}.arh-btn{width:100%;white-space:normal}}
@media(max-width:420px){.arh-box{padding:20px 12px}.arh-head h2{font-size:23px}.arh-head p{font-size:14px}}

/* Version 1.6: API-free location fields and QR payment modal */
.arh-field-help{margin:-4px 0 18px;color:#705c51;font-size:.82rem;line-height:1.55}
.arh-error{color:#a00000;font-weight:700}
body.arh-modal-open{overflow:hidden}
.arh-qr-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(35,3,3,.78);backdrop-filter:blur(8px)}
.arh-qr-modal.open{display:flex}
.arh-qr-dialog{position:relative;width:min(520px,100%);max-height:92vh;overflow:auto;text-align:center;border-radius:28px;padding:34px 28px;background:linear-gradient(145deg,#fffaf0,#fff);border:1px solid rgba(245,185,66,.6);box-shadow:0 30px 90px rgba(0,0,0,.36)}
.arh-qr-close{position:absolute;right:14px;top:14px;width:42px;height:42px;border:0;border-radius:50%;background:#8b0708;color:#fff;font-size:1.8rem;line-height:1;cursor:pointer}
.arh-qr-icon{width:64px;height:64px;margin:0 auto 14px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#f57c00,#8b0708);color:#fff;font-size:2rem;font-weight:900;box-shadow:0 12px 30px rgba(139,7,8,.25)}
.arh-qr-kicker{display:block;color:#f57c00;font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.arh-qr-dialog h3{margin:7px 0 8px;color:#8b0708;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.65rem,5vw,2.3rem)}
.arh-qr-service{color:#705c51;font-weight:700}
.arh-qr-amount{margin:12px 0;color:#8b0708;font-size:clamp(2.4rem,8vw,4rem);font-weight:900}
.arh-qr-image-wrap{width:min(270px,78vw);margin:0 auto 18px;padding:13px;border-radius:22px;background:#fff;border:2px solid #f5b942;box-shadow:0 14px 35px rgba(80,22,6,.13)}
.arh-qr-image{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain}
.arh-qr-instructions{color:#705c51;line-height:1.7}
.arh-qr-reference{margin:16px 0;padding:12px;border-radius:12px;background:#fff3d8;color:#8b0708;font-size:.9rem}
.arh-qr-whatsapp,.arh-qr-done{width:100%;margin-top:10px}
.arh-qr-note{margin-top:15px;color:#705c51;font-size:.76rem;line-height:1.5}
@media(max-width:640px){
  .arh-qr-dialog{padding:30px 18px 24px;border-radius:22px}
  .arh-qr-modal{padding:10px}
  .arh-grid-2{grid-template-columns:1fr!important}
  .arh-box{padding-left:16px!important;padding-right:16px!important}
}

/* ==========================================================
   v1.8 — Website-matched plum & gold theme + responsive polish
========================================================== */
.arh-box{
  --arh-cream:#18111f;
  --arh-cream2:#24182c;
  --arh-soft:#302137;
  --arh-gold:#d6b56f;
  --arh-gold2:#f0d696;
  --arh-orange:#d6b56f;
  --asb-orange:#302137;
  --arh-brown:#302137;
  --arh-brown2:#3b2944;
  --arh-dark:#18111f;
  --arh-text:#2a2030;
  --arh-muted:#695d6c;
  --arh-border:rgba(214,181,111,.32);
  --arh-white:#ffffff;
  background:
    radial-gradient(circle at 8% 0%,rgba(214,181,111,.18),transparent 30%),
    radial-gradient(circle at 100% 18%,rgba(94,48,111,.16),transparent 30%),
    linear-gradient(145deg,#fffdf8 0%,#ffffff 55%,#f7f1f8 100%);
  border-color:rgba(214,181,111,.38);
  box-shadow:0 24px 70px rgba(24,17,31,.16);
}
.arh-box:before{border-color:rgba(214,181,111,.3)}
.arh-head span,.arh-report-title span{background:#f7f1e5;border-color:rgba(214,181,111,.45);color:#6b4d20}
.arh-head h2,.arh-result>h3,.arh-report-card h3,.arh-form h3{color:#302137}
.arh-form input,.arh-form select{border-color:rgba(48,33,55,.18);color:#2a2030;box-shadow:0 8px 20px rgba(48,33,55,.05)}
.arh-form input:focus,.arh-form select:focus{border-color:#d6b56f;box-shadow:0 0 0 4px rgba(214,181,111,.16)}
.arh-btn{background:linear-gradient(135deg,#302137,#18111f);box-shadow:0 12px 26px rgba(24,17,31,.23)}
.arh-btn:hover{box-shadow:0 16px 32px rgba(24,17,31,.3)}
.arh-btn.premium{background:linear-gradient(135deg,#b58a46 0%,#f0d696 50%,#d6b56f 100%);color:#24182c!important}
.arh-zodiac{border-color:rgba(48,33,55,.16);color:#302137}
.arh-zodiac:hover{border-color:#d6b56f;background:#fffaf0;color:#6b4d20}
.arh-panchang-box{background:radial-gradient(circle at 10% 0%,rgba(214,181,111,.22),transparent 30%),linear-gradient(135deg,#fffdf8,#fff 58%,#f7f1f8);border-color:rgba(48,33,55,.15)}
.arh-panchang-form .arh-btn{background:linear-gradient(135deg,#302137,#3b2944 70%,#18111f);box-shadow:0 13px 30px rgba(24,17,31,.22)}
.arh-panchang-form .arh-result.active{border-top-color:#d6b56f}
.arh-qr-dialog{background:linear-gradient(145deg,#fffdf8,#fff);border-color:rgba(214,181,111,.7)}
.arh-qr-close{background:#302137}
.arh-qr-icon{background:linear-gradient(135deg,#d6b56f,#302137)}
.arh-qr-kicker,.arh-qr-dialog h3,.arh-qr-amount{color:#302137}
.arh-qr-image-wrap{border-color:#d6b56f}
.arh-qr-reference{background:#f7f1e5;color:#302137}

.arh-back-home{
  position:fixed;
  left:18px;
  bottom:22px;
  z-index:9998;
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:52px;
  padding:0 18px 0 8px;
  border:1px solid rgba(214,181,111,.65);
  border-radius:999px;
  background:linear-gradient(135deg,#302137,#18111f);
  color:#fff!important;
  text-decoration:none!important;
  font-family:Inter,Arial,sans-serif;
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
  box-shadow:0 14px 35px rgba(24,17,31,.32);
  transition:transform .25s ease,box-shadow .25s ease;
}
.arh-back-home:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(24,17,31,.4);color:#fff!important}
.arh-back-home-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#d6b56f;color:#24182c;font-size:22px;line-height:1}

@media (max-width:767px){
  .arh-box{width:calc(100% - 20px);margin:18px auto;padding:24px 16px;border-radius:20px}
  .arh-box:before{inset:7px;border-radius:15px}
  .arh-head{margin-bottom:20px}
  .arh-head h2{font-size:clamp(25px,8vw,32px);line-height:1.16}
  .arh-head p{font-size:14px}
  .arh-grid-2{grid-template-columns:1fr;gap:11px;margin:14px 0}
  .arh-form input,.arh-form select{height:50px;font-size:16px}
  .arh-btn{width:100%;min-height:50px;padding:13px 16px}
  .arh-cta-row{display:grid;grid-template-columns:1fr;width:100%}
  .arh-zodiac-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .arh-zodiac{min-height:52px;padding:8px;font-size:13px}
  .arh-report-card,.arh-kv-item{min-width:0;max-width:100%}
  .arh-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .arh-back-home{left:12px;bottom:14px;min-height:48px;padding-right:14px}
  .arh-back-home-icon{width:34px;height:34px;font-size:20px}
  .arh-back-home-text{font-size:12px}
}
@media (max-width:420px){
  .arh-back-home{width:48px;height:48px;min-height:48px;padding:5px;justify-content:center}
  .arh-back-home-icon{width:36px;height:36px}
  .arh-back-home-text{display:none}
}
