.release-price {
    margin: 0 auto 1rem auto;
    padding: 1rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    border-radius: .5rem;
    background-color: #fabbd9;
}

.release-price h3 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.release-price .regular-price {
    text-decoration: line-through;
}

.release-price-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.release-price p {
    margin: 0;
}

.release-price .time-unit {
    background-color: white;
    padding: .3rem .7rem;
    border-radius: .5rem;
    margin: 0 .35rem;
}