.bdl-button-before-list-container {
    width: 100%;
    margin-top: 40px;
}

.bdl-button-before-list-container .bdl-button-before-list {
    width: 100%;
    display: flex;
    background: #21699e;
    padding: 10px 20px;
    transition: all ease-in 0.2s;
}

.bdl-button-before-list-container .bdl-button-before-list:hover {
    background: #9e7e28;
}

.bdl-button-before-list-container .bdl-button-before-list-gold {
    width: 100%;
    display: flex;
    background: #9e7e28;
    padding: 10px 20px;
    transition: all ease-in 0.2s;
}

.bdl-button-before-list-container .bdl-button-before-list-gold:hover {
    background: #21699e;
}

.bdl-button-before-list-container .bdl-button-before-list .reservation_text, .bdl-button-before-list-container .bdl-button-before-list-gold .reservation_text {
    text-align: center;
    width: 100%;
    color: white;
    text-transform: uppercase;
}