.today-bellota-container h1 {
    font-family: Verdana;
    font-weight: 700;
    font-size: 32px;
}

.today-bellota-container h3 {
    font-family: Verdana;
    font-weight: 700;
    font-size: 18px;
    color: var(--bellota-color-primary);
}

.today-bellota-container p {
    font-family: Verdana;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.today-bellota-container p a {
    color: var(--bellota-color-primary);
    font-weight: 700;
}

.history-route-show-left {
    border-right: 10px dotted var(--bellota-color-primary);
    padding-right: 20px;
    margin-left: 5px;
    justify-self: flex-start;
}

.history-route-show-right {
    border-left: 10px dotted var(--bellota-color-primary);
    padding-left: 20px;
    margin-right: 5px;
    justify-self: flex-end;
}

.history-accordion-item-mobile {
    background-color: #FFF;
    padding: 17px 10px;
}

.history-accordion-item h3 {
    font-family: Verdana;
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

.history-side-bar {
    background-color: #efefef;
    padding: 23px 30px 75px 30px;
    border: 1px solid #dedede;
}

.history-side-bar a {
    color: #000;
}

.history-side-bar a:hover {
    color: var(--bellota-color-primary);
}

.accordion-button:not(.collapsed) {
    background-color: #f0cdcd;
}
