.be-price { display: flex; flex-direction: column; width: 100%; padding: 10px 0; } .be-price.be-price--centered { align-items: center; text-align: center; } .be-price__details { display: flex; gap: 5px; flex-wrap: wrap; font-size: 16px; font-weight: 400; line-height: 20px; color: #363636; } .be-price--light .be-price__details { color: #ffffff; } .be-price__link { font-size: 12px; line-height: 15px; font-weight: 400; text-decoration: none; color: #BA8454; } .be-price--light .be-price__link { color: #ffffff !important; text-decoration: underline; } .be-price__link:hover { text-decoration: underline; color: #BA8454; }