
html body .xdr-home-vembu .xdr-coverage-duo{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
}
html body .xdr-home-vembu .xdr-coverage-panel{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:100%!important;
  padding:30px!important;
  border:1px solid #dfe8e3!important;
  border-radius:26px!important;
  background:linear-gradient(145deg,#ffffff 0%,#fbfcfb 54%,#f6f9f7 100%)!important;
  box-shadow:0 18px 48px rgba(18,22,29,.065)!important;
  overflow:hidden!important;
}
html body .xdr-home-vembu .xdr-coverage-panel::before{
  content:""!important;
  position:absolute!important;
  inset:0 auto 0 0!important;
  width:5px!important;
  background:linear-gradient(180deg,#178a63 0%,#ee8a2e 100%)!important;
  opacity:.9!important;
}
html body .xdr-home-vembu .xdr-coverage-panel.alt{
  background:linear-gradient(145deg,#ffffff 0%,#f8faf9 52%,#fffaf5 100%)!important;
}
html body .xdr-home-vembu .xdr-panel-kicker{
  display:inline-flex!important;
  align-items:center!important;
  align-self:flex-start!important;
  gap:8px!important;
  margin:0 0 14px!important;
  padding:7px 12px!important;
  border:1px solid #dce9e3!important;
  border-radius:999px!important;
  background:#eef7f3!important;
  color:#126e50!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.1em!important;
  line-height:1!important;
  text-transform:uppercase!important;
}
html body .xdr-home-vembu .xdr-panel-kicker::before{
  content:""!important;
  width:7px!important;
  height:7px!important;
  border-radius:999px!important;
  background:#178a63!important;
  box-shadow:0 0 0 5px rgba(23,138,99,.1)!important;
}
html body .xdr-home-vembu .xdr-coverage-panel h3{
  margin:0 0 18px!important;
  color:#111820!important;
  font-size:23px!important;
  line-height:1.22!important;
  letter-spacing:-.02em!important;
  font-weight:900!important;
}
html body .xdr-home-vembu .xdr-coverage-list{
  display:grid!important;
  gap:12px!important;
  margin-top:auto!important;
}
html body .xdr-home-vembu .xdr-coverage-list > div{
  display:grid!important;
  grid-template-columns:minmax(120px,.34fr) 1fr!important;
  gap:16px!important;
  align-items:start!important;
  padding:15px 16px!important;
  border:1px solid #e6ede9!important;
  border-radius:17px!important;
  background:rgba(255,255,255,.78)!important;
  box-shadow:0 8px 22px rgba(18,22,29,.035)!important;
}
html body .xdr-home-vembu .xdr-coverage-list b{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  color:#111820!important;
  font-size:15px!important;
  line-height:1.3!important;
  font-weight:900!important;
}
html body .xdr-home-vembu .xdr-coverage-list b::before{
  content:""!important;
  width:9px!important;
  height:9px!important;
  flex:0 0 9px!important;
  border-radius:999px!important;
  background:#178a63!important;
  box-shadow:0 0 0 5px rgba(23,138,99,.1)!important;
}
html body .xdr-home-vembu .xdr-coverage-list span{
  display:block!important;
  color:#56606c!important;
  font-size:14.5px!important;
  line-height:1.58!important;
}
@media(max-width:1180px){
  html body .xdr-home-vembu .xdr-coverage-duo{gap:18px!important;}
  html body .xdr-home-vembu .xdr-coverage-panel{padding:24px!important;border-radius:22px!important;}
  html body .xdr-home-vembu .xdr-coverage-list > div{grid-template-columns:1fr!important;gap:7px!important;}
}
@media(max-width:800px){
  html body .xdr-home-vembu .xdr-coverage-duo{grid-template-columns:1fr!important;}
  html body .xdr-home-vembu .xdr-coverage-panel{padding:22px!important;}
  html body .xdr-home-vembu .xdr-coverage-panel h3{font-size:20px!important;}
}
