/* LeadCPI F2AB — Countries Lock + Period Caption Polish
   Scope: desktop bottom locked cards only. Loaded after F2AA. No layout/schema changes. */

body.lcpi-front-desktop .lcpi-locked h3,
body.lcpi-front-desktop .lcpi-country-panel h3{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  width:100%!important;
  margin:0 0 10px!important;
  color:#e8ecfb!important;
  font-size:17px!important;
  font-weight:500!important;
  line-height:1.15!important;
  letter-spacing:-.015em!important;
  text-shadow:none!important;
}

body.lcpi-front-desktop .lcpi-locked h3 small,
body.lcpi-front-desktop .lcpi-country-panel h3 small{
  margin-left:auto!important;
  color:#b5aee0!important;
  font-size:11px!important;
  font-weight:400!important;
  line-height:1!important;
  letter-spacing:.01em!important;
  opacity:.88!important;
  text-shadow:none!important;
  white-space:nowrap!important;
}

/* Make only Top Countries lock match the approved design: visible, round, larger, glowing. */
body.lcpi-front-desktop .lcpi-country-panel .lcpi-country{
  position:relative!important;
}

body.lcpi-front-desktop .lcpi-country-panel .lcpi-mini-lock{
  display:grid!important;
  place-items:center!important;
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  max-width:52px!important;
  min-height:52px!important;
  max-height:52px!important;
  border-radius:999px!important;
  background:radial-gradient(circle at 50% 35%, rgba(255,218,122,.20), rgba(98,61,181,.20) 54%, rgba(12,18,45,.74) 100%)!important;
  border:1px solid rgba(177,134,255,.28)!important;
  box-shadow:0 0 18px rgba(176,91,255,.20), inset 0 0 18px rgba(123,83,255,.14)!important;
  color:#ffd166!important;
  font-size:23px!important;
  line-height:1!important;
  font-style:normal!important;
  text-align:center!important;
  opacity:1!important;
  text-shadow:0 0 10px rgba(255,196,77,.38)!important;
}

body.lcpi-front-desktop .lcpi-country-panel .donut{
  margin-right:8px!important;
}

/* Slightly tighten Top Countries content so the larger lock has room. */
body.lcpi-front-desktop .lcpi-country-panel .lcpi-country p{
  margin:0 0 7px!important;
  line-height:1.15!important;
}

@media (max-width:1480px){
  body.lcpi-front-desktop .lcpi-locked h3,
  body.lcpi-front-desktop .lcpi-country-panel h3{
    font-size:16px!important;
  }
  body.lcpi-front-desktop .lcpi-locked h3 small,
  body.lcpi-front-desktop .lcpi-country-panel h3 small{
    font-size:10.5px!important;
  }
  body.lcpi-front-desktop .lcpi-country-panel .lcpi-mini-lock{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    font-size:21px!important;
  }
}
