:root{--spacing-xl:40px;--spacing-lg:32px}
.breedcost-wrapper{width:934px;margin:auto;display:flex;padding:0 16px 0 16px;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch}
.breed-context{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}
.breedcost-title{color:var(--Primary-Navy,#001952);font-feature-settings:'liga' off,'clig' off;font-family:"Petco Circular CAP";font-size:20px;font-style:normal;font-weight:700;line-height:24px}
.breedcost-description{align-self:stretch;color:var(--Primary-Charcoal,#333);font-feature-settings:'liga' off,'clig' off;font-family:"Petco Circular CAP";font-size:16px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:.5px}
.breed-cost{display:flex;padding:8px;align-items:center;gap:8px}
.breedcost-content{display:flex;padding:24px 16px 0 16px;flex-direction:row;border-radius:4px;background:#FFF;justify-content:center;align-items:center;gap:32px;align-self:stretch}
.breed-amountCost{color:var(--Primary-Navy,#001952);font-feature-settings:'liga' off,'clig' off;font-family:"Petco Circular CAP";font-size:25px;font-style:normal;font-weight:700;line-height:30px;letter-spacing:.25px}
.breed-label{color:var(--Primary-Navy,#001952);font-feature-settings:'liga' off,'clig' off;font-family:"Petco Circular CAP";font-size:16px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:.5px}
#breedCostChart{width:280px;height:280px}
.breed-color-box{width:10px;height:10px;border-radius:6px;margin-right:4px}
.breed-bar{width:351px;height:1px;background:#e2f0f3}
@media(max-width:932px){.breedcost-wrapper{width:100%}
.breedcost-content{flex-direction:column;gap:16px}
.breed-price,.breed-bar{width:100%}
}