:root{--spacing-xl:40px;--spacing-lg:32px}
.breedcostofowning-container .breedcostofowning-wrapper{margin:auto;margin-top:0;padding-top:0;margin-bottom:40px;padding:0 16px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}
@media(max-width:992px){.breedcostofowning-container .breedcostofowning-wrapper{margin-bottom:32px}
}
.breedcostofowning-container .breedcostofowning-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;align-self:stretch}
.breedcostofowning-container .breedcostofowning-color-box{width:10px;height:10px;border-radius:6px}
.breedcostofowning-container .breedcostofowning-price{display:flex;padding:8px;flex-direction:column;align-items:flex-start;gap:4px;align-self:stretch;border-radius:5px;border:1px solid var(--Neutral-Chalk,#f2f2f2)}
.breedcostofowning-container .breedcostofowning-amount-Cost{color:#333}
.breedcostofowning-container .breedcostofowning_cost{display:flex;padding:8px;align-items:center;gap:8px}
.breedcostofowning-container .breedcostofowning-bar{width:100%;height:1px;background:#f2f2f2}
@media(min-width:768px){.breedcostofowning-container .breedcostofowning-wrapper{padding:0}
.breedcostofowning-container .breedcostofowning-content{flex-direction:row}
.breedcostofowning-container .breedcostofowning-price{height:fit-content;align-self:center;flex:1 0 0}
}