.flight-page-card {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / .05);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    transition: box-shadow 0.2s ease-in-out
}

.flight-page-card:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1)
}

.flight-page-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    background-color: #f8f9fa;
    border-radius: 6px;
    overflow: hidden
}

.flight-page-city-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px
}

.flight-page-airline-logo {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #fff;
    padding: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgb(0 0 0 / .15);
    max-width: 75px
}

.flight-page-airline-logo img {
    height: 32px;
    width: 100%;
    object-fit: contain;
    display: block
}

.flight-page-title-ribbon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f58220;
    color: #fff;
    text-align: center;
    padding: 6px 8px;
    font-weight: 800;
    font-size: .82rem;
    line-height: 1.3
}

.flight-page-card-body {
    padding: .6rem 0rem
}

.flight-page-route {
    font-size: .75rem;
    color: #334155;
    font-weight: 600;
    line-height: 1.5
}

.flight-page-exchange-icon {
    color: #f58220;
    margin: 0 4px;
    font-size: .8rem
}

.flight-page-divider {
    text-align: center;
    position: relative;
    margin: 7px 0
}

.flight-page-divider::before,
.flight-page-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 44%;
    height: 1px;
    background-color: #cbd5e1
}

.flight-page-divider::before {
    left: 0
}

.flight-page-divider::after {
    right: 0
}

.flight-page-divider i {
    color: #1e3a5f;
    font-size: .9rem;
    background: #fff;
    padding: 0 2px;
    position: relative;
    z-index: 1
}

.flight-page-spec-row {
    margin-bottom: 6px;
    align-items: flex-start;
    font-size: .75rem
}

.flight-page-spec-row:last-child {
    margin-bottom: 0
}

.flight-page-spec-label {
    color: #f58220;
    font-weight: 700;
    width: 60%;
    min-width: 60%;
    white-space: nowrap;
    display: flex;
    align-items: center
}

.flight-page-spec-label i {
    color: #1e3a5f;
    width: 18px;
    text-align: center;
    margin-right: 5px;
    flex-shrink: 0
}

.flight-page-spec-value {
    color: #1e3a5f;
    font-weight: 600;
    width: 56%;
    text-align: left;
    word-break: break-word
}

.flight-page-price {
    margin-bottom: 8px
}

.flight-page-price-from {
    color: #475569;
    font-size: .85rem;
    font-weight: 800
}

.flight-page-price-amount {
    font-size: 1.4rem;
    font-weight: 900;
    color: #1e3a5f;
    margin: 0 3px
}

.flight-page-taxes {
    color: #dc2626;
    font-size: .75rem;
    font-weight: 800;
    display: block;
    margin-top: 2px
}

.flight-page-actions {
    gap: 8px
}

.flight-page-btn {
    flex: 1;
    background-color: #1e3a5f;
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    padding: 7px 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: background-color 0.2s;
    border-radius: 4px
}

.flight-page-btn:hover,
.flight-page-btn:focus {
    background-color: #0f1f38;
    color: #fff
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e3a5f
}

.section-title-2 {
    font-size: 30px;
    font-weight: 800;
    color: #f48020
}

.return-flights-heading {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%
}

.return-flights-heading::before,
.return-flights-heading::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #cbd5e1
}

.return-flights-heading:not(:empty)::before {
    margin-right: .5em
}

.return-flights-heading:not(:empty)::after {
    margin-left: .5em
}

.return-flights-heading span {
    color: #f48020;
    font-size: 24px;
    font-weight: 800;
    text-transform: capitalize
}

.return-flights-heading {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%
}

.return-flights-heading::before,
.return-flights-heading::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #cbd5e1
}

.return-flights-heading span {
    color: #f48020;
    font-size: 20px;
    font-weight: 800;
    padding: 0 15px;
    text-transform: uppercase
}

.flight-page-satisfaction-card {
    background: linear-gradient(160deg, #638ac4 0%, #314e86 60%, #3b64b1 100%);
    border-radius: 10px;
    padding: 28px 24px 32px;
    text-align: center;
    font-family: Arial, sans-serif
}

.flight-page-satisfaction-title {
    color: #fff;
    font-size: 17px;
    font-weight: 700
}

.flight-page-satisfaction-badge-wrap {
    display: flex;
    justify-content: center
}

.flight-page-satisfaction-badge {
    width: 140px;
    height: 140px
}

.flight-page-satisfaction-offer-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 14px
}

.flight-page-satisfaction-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left
}

.flight-page-satisfaction-list li {
    color: #d6e4ff;
    font-size: 13px;
    padding: 5px 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    border-bottom: 1px solid rgb(255 255 255 / .06)
}

.flight-page-satisfaction-checkmark {
    color: #fff;
    font-size: 13px;
    flex-shrink: 0;
    font-weight: 700
}
