:root{--spacing-xl:40px;--spacing-lg:32px}
.breed_characteristics_container{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin:0 auto;box-sizing:border-box;overflow:hidden;gap:16px;margin-top:0;padding-top:0;margin-bottom:40px}
@media(max-width:992px){.breed_characteristics_container{margin-bottom:32px}
}
#section-characteristics{align-self:stretch}
.breed_characteristics_card_container{width:100%}
.breed_characteristics_column{display:flex;flex-direction:column;align-items:flex-start;gap:32px;width:100%;padding:16px;box-sizing:border-box;border-radius:2px;border:1px solid #e2f0f3;background:#FFF}
.breed_characteristics_card{width:100%}
.breed_characteristics_name{color:#001952;font-family:"Petco Circular CAP";font-size:14px;font-weight:700;line-height:20px;letter-spacing:.25px}
.breed_characteristics_desc{color:#333;font-family:"Petco Circular CAP";font-size:16px;font-weight:400;line-height:22px;letter-spacing:.5px;margin-bottom:12px}
.breed_characteristics_row{display:inline-grid;align-items:center;justify-content:center;margin-top:10px;margin-bottom:10px;background:#f3f8f9;height:26px;width:100%;box-sizing:border-box;align-content:center;grid-template-columns:1fr auto 1fr}
.breed_characteristics_low,.breed_characteristics_high{font-family:"Petco Circular CAP";font-size:14px;font-weight:700;line-height:20px;letter-spacing:.25px;color:#001952;white-space:nowrap}
.breed_characteristics_low{text-align:right;padding-right:30px}
.breed_characteristics_high{padding-left:30px}
.breed_characteristics_value{display:flex;gap:32px}
.filled-circle,.empty-circle{width:40px;height:40px;flex-shrink:0;border-radius:50%;display:inline-block}
.filled-circle{background-color:#001952}
.empty-circle{background-color:#FFF;border:2px solid #e2f0f3}
@media only screen and (max-width:932px){.breed_characteristics_container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;max-width:100%}
.breed_characteristics_value{display:flex;gap:0;height:23px;justify-content:space-between;align-items:center;align-self:stretch;border-radius:78px;background:#dae3f9;grid-area:values}
.breed_characteristics_column{padding:16px;gap:24px;width:100%;max-width:100%}
.breed_characteristics_card{width:100%}
.breed_characteristics_row{padding:16px;gap:12px;border-radius:4px;background:#f3f8f9;height:auto;width:100%;box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;grid-template-areas:"label-low label-high" "values values"}
.breed_characteristics_low,.breed_characteristics_high{padding:0;margin-bottom:12px}
.breed_characteristics_low{grid-area:label-low;text-align:left}
.breed_characteristics_high{grid-area:label-high;text-align:right}
.breed_characteristics_desc{margin-bottom:12px}
}