/* MatkaSattaPro V16 — Homepage legal sections reference redesign
   Scope: final Disclaimer + Terms and Conditions only. */
.msp-legal-reference{
  --legal-wine-1:#d20a7c;
  --legal-wine-2:#a0005c;
  --legal-wine-3:#6d003f;
  --legal-gold:#d99d1d;
  --legal-gold-hi:#ffe899;
  --legal-cream:#fffdf4;
  --legal-cream-2:#fff5dd;
  position:relative;
  isolation:isolate;
  margin:18px 5px 24px;
  padding:10px 0 12px;
  border:2px solid var(--legal-gold);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(255,233,188,.10),rgba(255,209,158,.05));
  box-shadow:
    inset 0 0 0 2px rgba(255,239,150,.88),
    inset 0 0 0 5px rgba(197,132,12,.34),
    0 2px 8px rgba(116,63,4,.08);
  color:#17100d;
}
.msp-legal-reference::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:7px;
  pointer-events:none;
  border:1.5px solid rgba(239,193,62,.96);
  border-radius:20px;
  box-shadow:inset 0 0 0 1px rgba(255,247,188,.52);
}
.msp-legal-reference::after{
  content:"";
  position:absolute;
  z-index:2;
  inset:2px;
  pointer-events:none;
  background-repeat:no-repeat;
  background-position:left top,right top,left bottom,right bottom;
  background-size:42px 42px,42px 42px,42px 42px,42px 42px;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cg fill='none' stroke='%23d59b18' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M39 4H20C10 4 4 10 4 20v19'/%3E%3Cpath d='M31 8H21c-8 0-13 5-13 13v10'/%3E%3Cpath d='M5 17c8 0 12-4 12-12M9 14c5 0 7-2 7-7'/%3E%3Cpath d='M10 22c4-5 8-6 12-3-3 4-7 5-12 3Z'/%3E%3Ccircle cx='13' cy='13' r='2.5'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cg fill='none' stroke='%23d59b18' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h19c10 0 16 6 16 16v19'/%3E%3Cpath d='M13 8h10c8 0 13 5 13 13v10'/%3E%3Cpath d='M39 17c-8 0-12-4-12-12M35 14c-5 0-7-2-7-7'/%3E%3Cpath d='M34 22c-4-5-8-6-12-3 3 4 7 5 12 3Z'/%3E%3Ccircle cx='31' cy='13' r='2.5'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cg fill='none' stroke='%23d59b18' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M39 40H20C10 40 4 34 4 24V5'/%3E%3Cpath d='M31 36H21c-8 0-13-5-13-13V13'/%3E%3Cpath d='M5 27c8 0 12 4 12 12M9 30c5 0 7 2 7 7'/%3E%3Cpath d='M10 22c4 5 8 6 12 3-3-4-7-5-12-3Z'/%3E%3Ccircle cx='13' cy='31' r='2.5'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cg fill='none' stroke='%23d59b18' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 40h19c10 0 16-6 16-16V5'/%3E%3Cpath d='M13 36h10c8 0 13-5 13-13V13'/%3E%3Cpath d='M39 27c-8 0-12 4-12 12M35 30c-5 0-7 2-7 7'/%3E%3Cpath d='M34 22c-4 5-8 6-12 3 3-4 7-5 12-3Z'/%3E%3Ccircle cx='31' cy='31' r='2.5'/%3E%3C/g%3E%3C/svg%3E");
}
.msp-legal-reference > .msp-legal-card{z-index:1;}
.msp-legal-card{position:relative;margin:0 0 24px;padding-top:30px}
.msp-legal-card:last-child{margin-bottom:0}
.msp-legal-titlebar{
  position:relative;
  z-index:3;
  width:min(84%,620px);
  height:64px;
  margin:0 auto -5px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.msp-legal-titlebar__plate{
  position:relative;
  z-index:2;
  width:min(62%,440px);
  min-width:270px;
  height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  padding:10px 26px 6px;
  border:3px solid var(--legal-gold);
  border-radius:22px;
  background:
    radial-gradient(ellipse at 50% 0%,rgba(255,225,111,.18),transparent 40%),
    linear-gradient(180deg,var(--legal-wine-1) 0%,var(--legal-wine-2) 48%,var(--legal-wine-3) 100%);
  box-shadow:inset 0 0 0 2px rgba(255,245,185,.62),0 4px 8px rgba(91,25,2,.15);
}
.msp-legal-card--terms .msp-legal-titlebar__plate{width:min(72%,520px)}
.msp-legal-titlebar__plate::before,
.msp-legal-titlebar__plate::after{
  content:"";
  position:absolute;
  top:50%;
  width:17px;
  height:17px;
  background:linear-gradient(135deg,#fff2a7,#d89817 55%,#9b5a05);
  border:1.5px solid #f8d86d;
  transform:translateY(-50%) rotate(45deg);
  box-shadow:0 0 0 2px rgba(122,47,1,.15);
}
.msp-legal-titlebar__plate::before{left:-10px}
.msp-legal-titlebar__plate::after{right:-10px}
.msp-legal-titlebar__badge{
  position:absolute;
  left:50%;
  top:-58px;
  width:66px;
  height:66px;
  transform:translateX(-50%);
  display:grid;
  place-items:center;
  border-radius:50%;
  border:3px solid var(--legal-gold);
  background:radial-gradient(circle at 35% 24%,#fff3b3 0 7%,#f6d254 8% 20%,#c88b0f 44%,#7c3d02 100%);
  box-shadow:inset 0 0 0 3px rgba(255,247,191,.72),0 3px 8px rgba(100,46,0,.20);
  color:#ffe379;
}
.msp-legal-titlebar__badge svg{width:50px;height:50px;display:block}
.msp-legal-titlebar__text{
  margin:0;
  color:#fff6d8;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(27px,4.2vw,38px);
  font-weight:700;
  line-height:1;
  white-space:nowrap;
  text-shadow:0 1px 0 #6f2500,0 2px 3px rgba(54,0,26,.25);
}
.msp-legal-titlebar__diamond{
  color:#ffe579;
  font-size:18px;
  line-height:1;
  text-shadow:0 1px 0 #8f4c02;
}
.msp-legal-titlebar__rail{
  position:absolute;
  top:50%;
  width:72px;
  height:2px;
  background:linear-gradient(90deg,transparent,#e4b839 18%,#c88512 50%,#e4b839 82%,transparent);
}
.msp-legal-titlebar__rail::before,
.msp-legal-titlebar__rail::after{
  content:"";
  position:absolute;
  top:50%;
  width:7px;
  height:7px;
  border:1.4px solid #e4b839;
  transform:translateY(-50%) rotate(45deg);
}
.msp-legal-titlebar__rail::before{left:12px}
.msp-legal-titlebar__rail::after{right:12px}
.msp-legal-titlebar__rail--left{left:0}
.msp-legal-titlebar__rail--right{right:0}
.msp-legal-card__surface{
  position:relative;
  z-index:1;
  width:calc(100% - 64px);
  margin:0 auto;
  padding:32px 28px 28px;
  overflow:hidden;
  border:3px solid var(--legal-gold);
  border-radius:22px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M3 24c7 0 9-4 9-9 0 6 4 9 10 9M3 28h16' fill='none' stroke='%23d6a329' stroke-width='1.8' stroke-linecap='round'/%3E%3Ccircle cx='11' cy='24' r='2' fill='none' stroke='%23d6a329' stroke-width='1.5'/%3E%3C/svg%3E") left 8px bottom 7px/26px 26px no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M29 24c-7 0-9-4-9-9 0 6-4 9-10 9M29 28H13' fill='none' stroke='%23d6a329' stroke-width='1.8' stroke-linecap='round'/%3E%3Ccircle cx='21' cy='24' r='2' fill='none' stroke='%23d6a329' stroke-width='1.5'/%3E%3C/svg%3E") right 8px bottom 7px/26px 26px no-repeat,
    radial-gradient(ellipse at 50% -8%,rgba(255,255,255,.95),transparent 44%),
    linear-gradient(180deg,var(--legal-cream) 0%,var(--legal-cream-2) 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,.94),
    inset 0 0 0 6px rgba(227,174,61,.13),
    0 5px 12px rgba(112,63,9,.13);
}
.msp-legal-card__surface::before,
.msp-legal-card__surface::after{
  content:"";
  position:absolute;
  width:26px;
  height:26px;
  pointer-events:none;
}
.msp-legal-card__surface::before{
  left:8px;top:8px;
  border-left:2px solid #ddb13d;
  border-top:2px solid #ddb13d;
  border-radius:12px 0 0 0;
}
.msp-legal-card__surface::after{
  right:8px;top:8px;
  border-right:2px solid #ddb13d;
  border-top:2px solid #ddb13d;
  border-radius:0 12px 0 0;
}
.msp-legal-card__icon-row{
  position:relative;
  height:76px;
  margin:0 auto 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}
.msp-legal-card__icon-medallion{
  width:72px;
  height:72px;
  flex:0 0 72px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:2px solid #e3b234;
  background:radial-gradient(circle at 35% 25%,#fff 0 25%,#fff8e5 58%,#f0c963 100%);
  box-shadow:inset 0 0 0 3px rgba(255,255,255,.88),0 3px 8px rgba(115,57,0,.13);
}
.msp-legal-card__icon{width:58px;height:58px;display:block}
.msp-legal-card__rule{
  position:relative;
  width:110px;
  height:2px;
  background:linear-gradient(90deg,transparent,#d9a72b 22%,#b87611 50%,#d9a72b 78%,transparent);
}
.msp-legal-card__rule::before,
.msp-legal-card__rule::after{
  content:"";
  position:absolute;
  top:50%;
  width:8px;
  height:8px;
  border:1.5px solid #d9a72b;
  transform:translateY(-50%) rotate(45deg);
}
.msp-legal-card__rule::before{left:18px}
.msp-legal-card__rule::after{right:18px}
.msp-legal-card__content{
  position:relative;
  z-index:1;
  max-width:900px;
  margin:0 auto;
  color:#17110e;
  font-family:Arial,Helvetica,sans-serif;
  font-size:17px;
  font-style:italic;
  font-weight:500;
  line-height:1.42;
  text-align:center;
  overflow-wrap:anywhere;
}
.msp-legal-card__content p,
.msp-legal-card__content div,
.msp-legal-card__content span,
.msp-legal-card__content strong,
.msp-legal-card__content em{
  color:inherit!important;
  font:inherit!important;
  line-height:inherit!important;
  text-align:inherit!important;
}
.msp-legal-card__content p{margin:0 0 8px!important;padding:0!important}
.msp-legal-card__content p:last-child{margin-bottom:0!important}
.msp-legal-card__content br{line-height:1.25}
.msp-legal-card__flourish{
  position:relative;
  width:118px;
  height:22px;
  margin:20px auto -3px;
}
.msp-legal-card__flourish::before,
.msp-legal-card__flourish::after{
  content:"";
  position:absolute;
  top:10px;
  width:42px;
  height:10px;
  border-top:2px solid #d3a12a;
}
.msp-legal-card__flourish::before{left:0;border-radius:50% 0 0 0;transform:rotate(9deg)}
.msp-legal-card__flourish::after{right:0;border-radius:0 50% 0 0;transform:rotate(-9deg)}
.msp-legal-card__flourish span{
  position:absolute;
  left:50%;top:6px;
  width:15px;height:15px;
  transform:translateX(-50%) rotate(45deg);
  border:2px solid #d3a12a;
  border-radius:5px;
}
.msp-legal-card__surface .msp-legal-card__flourish + *{display:none}
.msp-legal-card__surface{
  --corner-size:26px;
}
.msp-legal-card__surface > .msp-legal-card__flourish::after{}
.msp-legal-card__surface{
  outline:1px solid rgba(230,183,68,.35);
  outline-offset:-10px;
}
.msp-legal-card--terms{margin-top:16px}
@media(max-width:700px){
  .msp-legal-reference{margin:10px 4px 16px;padding:8px 0 9px;border-radius:20px}
  .msp-legal-reference::before{inset:5px;border-width:1px;border-radius:15px}
  .msp-legal-reference::after{inset:1px;background-size:30px 30px,30px 30px,30px 30px,30px 30px}
  .msp-legal-card{padding-top:18px;margin-bottom:4px}
  .msp-legal-titlebar{width:84%;height:45px;margin-bottom:-1px}
  .msp-legal-titlebar__plate{width:61%;min-width:198px;height:39px;padding:7px 10px 4px;gap:7px;border-width:2px;border-radius:14px}
  .msp-legal-card--terms .msp-legal-titlebar__plate{width:72%;min-width:232px}
  .msp-legal-titlebar__plate::before,.msp-legal-titlebar__plate::after{width:11px;height:11px;border-width:1px}
  .msp-legal-titlebar__plate::before{left:-6px}.msp-legal-titlebar__plate::after{right:-6px}
  .msp-legal-titlebar__badge{top:-28px;width:36px;height:36px;border-width:1.5px;box-shadow:inset 0 0 0 2px rgba(255,247,191,.72),0 2px 4px rgba(100,46,0,.17)}
  .msp-legal-titlebar__badge svg{width:28px;height:28px}
  .msp-legal-titlebar__text{font-size:19px}
  .msp-legal-card--terms .msp-legal-titlebar__text{font-size:17.5px}
  .msp-legal-titlebar__diamond{font-size:10px}
  .msp-legal-titlebar__rail{width:42px;height:1.25px}
  .msp-legal-titlebar__rail::before,.msp-legal-titlebar__rail::after{width:5px;height:5px;border-width:1px}
  .msp-legal-titlebar__rail::before{left:10px}.msp-legal-titlebar__rail::after{right:10px}
  .msp-legal-card__surface{width:calc(100% - 46px);padding:13px 12px 11px;border-width:2px;border-radius:15px;outline-offset:-7px}
  .msp-legal-card__surface::before,.msp-legal-card__surface::after{width:17px;height:17px;top:7px;border-width:1.4px}
  .msp-legal-card__surface::before{left:7px}.msp-legal-card__surface::after{right:7px}
  .msp-legal-card__icon-row{height:43px;margin-bottom:5px;gap:8px}
  .msp-legal-card__icon-medallion{width:40px;height:40px;flex-basis:40px;border-width:1.4px}
  .msp-legal-card__icon{width:32px;height:32px}
  .msp-legal-card__rule{width:58px;height:1.25px}
  .msp-legal-card__rule::before,.msp-legal-card__rule::after{width:5px;height:5px;border-width:1px}
  .msp-legal-card__rule::before{left:11px}.msp-legal-card__rule::after{right:11px}
  .msp-legal-card__content{font-size:9.7px;line-height:1.29;max-width:306px}
  .msp-legal-card__content p{margin-bottom:4px!important}
  .msp-legal-card__flourish{width:84px;height:14px;margin:8px auto -1px}
  .msp-legal-card__flourish::before,.msp-legal-card__flourish::after{top:6px;width:30px;height:6px;border-top-width:1.4px}
  .msp-legal-card__flourish span{top:2px;width:10px;height:10px;border-width:1.4px}
  .msp-legal-card--terms{margin-top:0;padding-top:18px}
}
@media(max-width:430px){
  .msp-legal-reference{margin-left:3px;margin-right:3px;padding-top:7px;padding-bottom:8px}
  .msp-legal-reference::after{background-size:27px 27px,27px 27px,27px 27px,27px 27px}
  .msp-legal-titlebar{width:84%;height:44px}
  .msp-legal-titlebar__plate{width:61%;min-width:196px;height:38px;padding:6px 8px 3px;gap:5px;border-radius:13px}
  .msp-legal-card--terms .msp-legal-titlebar__plate{width:72%;min-width:230px}
  .msp-legal-titlebar__badge{top:-27px;width:35px;height:35px}
  .msp-legal-titlebar__badge svg{width:27px;height:27px}
  .msp-legal-titlebar__text{font-size:18.5px}
  .msp-legal-card--terms .msp-legal-titlebar__text{font-size:17px}
  .msp-legal-titlebar__rail{width:38px}
  .msp-legal-card__surface{width:calc(100% - 46px);padding:12px 11px 10px}
  .msp-legal-card__icon-row{height:41px;margin-bottom:4px}
  .msp-legal-card__icon-medallion{width:39px;height:39px;flex-basis:39px}
  .msp-legal-card__icon{width:31px;height:31px}
  .msp-legal-card__rule{width:54px}
  .msp-legal-card__content{font-size:9.45px;line-height:1.28;max-width:304px}
  .msp-legal-card__flourish{margin-top:7px}
}
@media(max-width:360px){
  .msp-legal-titlebar{width:88%}
  .msp-legal-titlebar__plate{width:62%;min-width:180px}
  .msp-legal-card--terms .msp-legal-titlebar__plate{width:76%;min-width:220px}
  .msp-legal-titlebar__text{font-size:17.5px}
  .msp-legal-card--terms .msp-legal-titlebar__text{font-size:16px}
  .msp-legal-titlebar__rail{width:31px}
  .msp-legal-card__surface{width:calc(100% - 38px);padding-left:9px;padding-right:9px}
  .msp-legal-card__rule{width:46px}
  .msp-legal-card__content{font-size:9px;max-width:284px}
}

/* SEO-4 approved legal content refresh: readable structured disclaimer + numbered terms. */
.msp-legal-card__content .msp-legal-disclaimer-list,
.msp-legal-card__content .msp-legal-terms-intro,
.msp-legal-card__content .msp-legal-terms-list{
  max-width:860px;
  margin-left:auto;
  margin-right:auto;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:15px!important;
  font-style:normal!important;
  font-weight:500!important;
  line-height:1.52!important;
  text-align:left!important;
}
.msp-legal-card__content .msp-legal-disclaimer-list{
  display:grid;
  gap:10px;
}
.msp-legal-card__content .msp-legal-disclaimer-item{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:10px;
  align-items:start;
  padding:10px 12px;
  border:1px solid rgba(202,145,24,.48);
  border-radius:12px;
  background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,249,228,.72));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.62);
  text-align:left!important;
}
.msp-legal-card__content .msp-legal-disclaimer-item__mark{
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  margin-top:1px;
  border:2px solid #d5a52a;
  border-radius:50%;
  background:linear-gradient(180deg,#b90070,#81004e);
  color:#ffe886!important;
  font:700 8px/1 Arial,sans-serif!important;
  text-align:center!important;
  box-shadow:inset 0 0 0 1px rgba(255,241,168,.45),0 2px 5px rgba(90,32,0,.12);
}
.msp-legal-card__content .msp-legal-disclaimer-item p{
  margin:0!important;
  color:#211713!important;
  font:500 14.4px/1.5 Arial,Helvetica,sans-serif!important;
  text-align:left!important;
}
.msp-legal-card__content .msp-legal-terms-intro{
  margin-bottom:12px;
  padding:11px 13px;
  border:1px solid rgba(177,0,104,.24);
  border-left:4px solid #b00068;
  border-radius:10px;
  background:linear-gradient(90deg,rgba(176,0,104,.055),rgba(255,255,255,.58));
}
.msp-legal-card__content .msp-legal-terms-intro p{
  margin:0!important;
  color:#2a1b18!important;
  font:600 14.3px/1.5 Arial,Helvetica,sans-serif!important;
  text-align:left!important;
}
.msp-legal-card__content .msp-legal-terms-list{
  display:grid;
  gap:9px;
}
.msp-legal-card__content .msp-legal-term{
  margin:0;
  padding:10px 12px 11px;
  border:1px solid rgba(202,145,24,.42);
  border-left:3px solid #d3a12a;
  border-radius:11px;
  background:linear-gradient(180deg,rgba(255,255,255,.84),rgba(255,250,232,.72));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.58);
}
.msp-legal-card__content .msp-legal-term__head{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  margin:0 0 6px!important;
  color:#7f0b4f!important;
  font-style:normal!important;
  text-align:left!important;
}
.msp-legal-card__content .msp-legal-term__number{
  width:27px;
  height:27px;
  flex:0 0 27px;
  display:grid!important;
  place-items:center!important;
  border:2px solid #d8aa31;
  border-radius:50%;
  background:linear-gradient(180deg,#b90070,#80004d);
  color:#fff1ae!important;
  font:700 12px/1 Arial,sans-serif!important;
  text-align:center!important;
  box-shadow:inset 0 0 0 1px rgba(255,239,153,.42),0 2px 5px rgba(93,31,0,.12);
}
.msp-legal-card__content .msp-legal-term h3{
  margin:0!important;
  padding:0!important;
  color:#7f0b4f!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:15.5px!important;
  font-style:normal!important;
  font-weight:700!important;
  line-height:1.28!important;
  text-align:left!important;
}
.msp-legal-card__content .msp-legal-term > p{
  margin:0!important;
  padding:0!important;
  color:#211713!important;
  font:500 14.1px/1.5 Arial,Helvetica,sans-serif!important;
  text-align:left!important;
}

@media(max-width:700px){
  .msp-legal-card__content .msp-legal-disclaimer-list,
  .msp-legal-card__content .msp-legal-terms-intro,
  .msp-legal-card__content .msp-legal-terms-list{
    max-width:100%;
    font-size:12px!important;
    line-height:1.44!important;
  }
  .msp-legal-card__content .msp-legal-disclaimer-list{gap:7px}
  .msp-legal-card__content .msp-legal-disclaimer-item{
    grid-template-columns:23px minmax(0,1fr);
    gap:7px;
    padding:8px 9px;
    border-radius:9px;
  }
  .msp-legal-card__content .msp-legal-disclaimer-item__mark{
    width:21px;height:21px;border-width:1.5px;
    font-size:6.5px!important;
  }
  .msp-legal-card__content .msp-legal-disclaimer-item p{
    font-size:11.6px!important;
    line-height:1.43!important;
  }
  .msp-legal-card__content .msp-legal-terms-intro{
    margin-bottom:8px;
    padding:8px 9px;
    border-left-width:3px;
    border-radius:8px;
  }
  .msp-legal-card__content .msp-legal-terms-intro p{
    font-size:11.5px!important;
    line-height:1.43!important;
  }
  .msp-legal-card__content .msp-legal-terms-list{gap:7px}
  .msp-legal-card__content .msp-legal-term{
    padding:8px 9px 9px;
    border-left-width:2px;
    border-radius:9px;
  }
  .msp-legal-card__content .msp-legal-term__head{
    gap:7px!important;
    margin-bottom:4px!important;
  }
  .msp-legal-card__content .msp-legal-term__number{
    width:23px;height:23px;flex-basis:23px;border-width:1.5px;
    font-size:10px!important;
  }
  .msp-legal-card__content .msp-legal-term h3{
    font-size:12.2px!important;
    line-height:1.25!important;
  }
  .msp-legal-card__content .msp-legal-term > p{
    font-size:11.35px!important;
    line-height:1.43!important;
  }
}
@media(max-width:360px){
  .msp-legal-card__content .msp-legal-disclaimer-item p,
  .msp-legal-card__content .msp-legal-term > p{font-size:11px!important}
  .msp-legal-card__content .msp-legal-terms-intro p{font-size:11.1px!important}
  .msp-legal-card__content .msp-legal-term h3{font-size:11.8px!important}
}

