.flight__price {
    position: relative;
    margin-top: 50px;
    vertical-align: top;
}

.flight__price h4 {
    margin: 0px;
}

.flight__price h2 {
    font-size: 16px;
    padding: 2px;
    font-weight: 400;
    position: absolute;
    top: -30px;
    left: 16px;
    background: white;
}

.flight__price table {
    margin-bottom: 0;
}

.flight__price-total {
    font-weight: bold;
    padding: 14px;
    padding-top: 0;
    color: black;
    white-space: nowrap;
}

.flight__price-total__text {
    display: inline-block;
}

.flight__price-total__number {
    display: inline-block;
    position: absolute;
    right: 12px;
}

.flight__price table td {
    padding-right: 16px;
    padding-left: 16px;
}

.flight__price table tr td:first-child {
    color: black;
}

.flight__price table td {
    width: auto;
}

.flight__price table td:first-child {
    width: 35%;
}

.flight__price th,
.flight__price__discount {
    padding-left: 16px !important;
    padding-right: 16px !important;
    white-space: nowrap;
    position: relative;
}

.flight__price__discount hr {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    border-style: dashed;
}

.flight__price__discount .value {
    color: #2AC353;
}

.flight__discount__badge {
    position: absolute;
    right: 15px;
    top: 0;
    background-color: #fff;
    padding-left: 5px;
}

.price-item {
    font-size: 14px !important;
    font-weight: 500;
}
