.katmirra-child-size-card{
  position:relative;
  width:100%;
  box-sizing:border-box;
  margin:14px 0 16px;
  padding:16px 16px 14px;
  border:1px solid #e5e7eb;
  border-radius:13px;
  background:#fff;
  box-shadow:0 4px 14px rgba(15,23,42,.045);
  overflow:hidden;
}
.katmirra-child-size-accent{
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:linear-gradient(90deg,#ff5a00,#ff7a1a);
}
.katmirra-child-size-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:3px 0 13px;
}
.katmirra-child-size-title-wrap{
  min-width:0;
  display:flex;
  align-items:center;
  gap:9px;
}
.katmirra-child-size-icon{
  width:36px;
  height:36px;
  flex:0 0 36px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#fff3ea;
  border:1px solid #ffd7bd;
  font-size:21px;
}
.katmirra-child-size-title-wrap>div{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}
.katmirra-child-size-head strong{
  color:#111827;
  font-size:16px;
  line-height:1.2;
  font-weight:900;
}
.katmirra-child-size-head span:not(.katmirra-child-size-icon){
  color:#6b7280;
  font-size:11px;
  line-height:1.25;
  font-weight:600;
}
.katmirra-child-size-head em{
  flex:0 0 auto;
  padding:5px 9px;
  border:1px solid #fed7aa;
  border-radius:999px;
  background:#fff7ed;
  color:#c2410c;
  font-size:10px;
  line-height:1.1;
  font-style:normal;
  font-weight:900;
  text-transform:uppercase;
}
.katmirra-child-size-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border:1px solid #e5e7eb;
  border-radius:10px;
  overflow:hidden;
}
.katmirra-child-size-cell{
  min-width:0;
  padding:11px 6px;
  text-align:center;
  border-right:1px solid #e5e7eb;
  border-bottom:1px solid #e5e7eb;
}
.katmirra-child-size-cell:nth-child(3n){border-right:0;}
.katmirra-child-size-cell:nth-last-child(-n+3){border-bottom:0;}
.katmirra-child-size-cell b,
.katmirra-child-size-cell span{
  display:block;
  white-space:nowrap;
}
.katmirra-child-size-cell b{
  margin-bottom:4px;
  color:#4b5563;
  font-size:10px;
  font-weight:800;
}
.katmirra-child-size-cell span{
  color:#111827;
  font-size:13px;
  font-weight:900;
}
.katmirra-child-size-note{
  margin:9px 2px 0;
  color:#6b7280;
  font-size:9px;
  line-height:1.4;
}
@media (max-width:700px){
  .katmirra-child-size-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .katmirra-child-size-cell:nth-child(3n){border-right:1px solid #e5e7eb;}
  .katmirra-child-size-cell:nth-last-child(-n+3){border-bottom:1px solid #e5e7eb;}
  .katmirra-child-size-cell:nth-child(2n){border-right:0;}
  .katmirra-child-size-cell:nth-last-child(-n+2){border-bottom:0;}
}