/* Domestic v5: route-page plane treatment and real carrier marks. */

.domestic-hero__route > i {
    border-top-color: rgba(255, 255, 255, .78);
    border-top-style: solid;
    border-top-width: 1px;
    flex-basis: 46px;
}

.domestic-hero__route > b.domestic-hero__plane {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #ffbb3d;
    display: inline-flex;
    flex: 0 0 auto;
    font-family: Arial, "Segoe UI Symbol", sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: auto;
    justify-content: center;
    line-height: 1;
    margin: 0 1px;
    padding: 0;
    text-shadow: 0 1px 2px rgba(7, 35, 82, .2);
    transform: translateY(-1px);
    width: auto;
}

.domestic-hero__route > b.domestic-hero__plane::after {
    display: none;
}

.domestic-deal__codes i {
    border-top-color: #c4d4e7;
    border-top-style: solid;
}

.domestic-deal__codes .domestic-deal__plane {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: content-box;
    color: #e99b00;
    display: block;
    flex: 0 0 auto;
    font-family: Arial, "Segoe UI Symbol", sans-serif;
    font-size: 17px;
    font-weight: 400;
    height: auto;
    line-height: 1;
    padding: 0;
    text-shadow: none;
    transform: translateY(-1px);
    width: auto;
}

.domestic-origin-grid__plane {
    align-items: center;
    color: #e99b00;
    display: flex;
    font-family: Arial, "Segoe UI Symbol", sans-serif;
    font-size: 16px;
    font-weight: 400;
    gap: 4px;
    justify-content: center;
    line-height: 1;
    width: 42px;
}

.domestic-origin-grid__plane::before,
.domestic-origin-grid__plane::after {
    background: #b9cade;
    content: "";
    display: block;
    height: 1px;
    width: 9px;
}

.domestic-airline-cards a > span {
    box-sizing: border-box;
    height: 54px;
    padding: 8px 10px;
    width: 82px;
}

.domestic-airline-cards a > span img {
    display: block;
    height: 36px;
    max-width: 100%;
    object-fit: contain;
    width: 70px;
}

@media (max-width: 700px) {
    .domestic-airline-cards a > span {
        height: 50px;
        width: 74px;
    }

    .domestic-airline-cards a > span img {
        height: 32px;
        width: 62px;
    }
}
