/* assets/css/style.css */
.prestige-promotion-box {
    display: inline-block;
    background-color: #bd2d3a;
    border-radius: 4px;
    padding: 4px 10px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.prestige-promotion-title {
    color: #ffffff;
    font-family: "Gilroy", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

.prestige-promotion-title strong {
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    color: #ffffff;
}