:root {
    --main-btn-active: #0002c5;
    --main-btn-hover: #000088;

    --main-btn-text: white;
    --main-btn-text-active: white;
    --main-btn-text-hover: white;

    --date-item-text-hover: white;

}


.main-wrapper {
    background: transparent;
}

#result-trip-price {
    color: var(--main-btn-active);
}


#logo {
    color: black;
    text-align: right;
    align-items: center;
    grid-template-rows: repeat(2, auto);
    grid-row-gap: 5px;
    padding: unset;
}
