/*
Theme Name: APKPKRS-v3.0.2-nzs
Theme URI: https://apkpkrs.com
Author: APKPKRS
Description: APKPKRS.com — Teen Patti APK directory (SEO-friendly).
Version: 3.0.2
Text Domain: apkpkrs
*/

:root{
  --bg:#ffffff;
  --text:#0f172a;
  --muted:#475569;
  --border:rgba(0,0,0,.12);
  --header-h:clamp(58px,4.2vw,68px);
  --container:1480px;
  --gutter:clamp(2px,.5vw,4px);
  --main-pad-y:10px;
  --main-pad-y-sm:0px;
  --space-5:clamp(14px,1.2vw,18px);
  --fs-xs:clamp(11px,.16vw + 10.5px,12px);
  --fs-sm:clamp(12px,.2vw + 11.4px,14px);
  --fs-body:clamp(14px,.22vw + 13.3px,16px);
  --fs-md:clamp(15px,.3vw + 14px,18px);
}

*{box-sizing:border-box}
html{
  height:100%;
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
body{
  min-height:100%;
  margin:0;
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-size:var(--fs-body);
  background:var(--bg);
  color:var(--text);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
img,svg{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
:focus-visible{outline:2px solid rgba(11,99,206,.45);outline-offset:2px}

.container{
  width:100%;
  max-width:calc(var(--container) + (var(--gutter) * 2));
  margin:0 auto;
  padding-inline:var(--gutter);
}
.site-main{padding:var(--main-pad-y-sm) 0 var(--main-pad-y)}

.sr-only{
  position:absolute!important;
  left:-9999px;
  top:auto;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
