.trip-list-total-amount {
    color: var(--bitsi-black, #000);
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.trip-list-breakdown {
    color: #00468F;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.trip-list-btn-book-trip {
    border-radius: 8px;
    background: var(--bitsi-orange, #F60);
    backdrop-filter: blur(2px);
    text-align: center;
    text-shadow: 0px 4px 100px 0px #000;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-color: #F60;
}

.form-header {
    color: var(--bitsi-blue, #00468F);
    text-shadow: 0px 4px 100px 0px #000;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form-sub-header {
    color: var(--bitsi-black, #000);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.horizontal-line {
    display: flex;
    align-items: center;
}

.horizontal-line .line {
    flex: 1;
    height: 1px;
    background-color: #00468F33;
    margin-left: 10px;
}