.ped-referral-section {
    text-align: center;
}

.ped-referral-boxes {
    display: flex;
    gap: 24px;
    margin-top: 40px;
}

.ped-referral-box {
    flex: 1;
    background: linear-gradient(135deg, #ffffff 0%, #faf9fc 25%, #fcfaf9 75%, #ffffff 100%);
    border-radius: var(--border-radius-xlarge);
    padding: 36px 32px;
    text-align: left;
}

.ped-referral-box h4 {
    font-weight: 700;
    margin-bottom: 16px;
}

.ped-referral-box > p {
    margin-bottom: 24px;
}

.ped-referral-box h6 {
    font-weight: 600;
    margin-bottom: 16px;
}

.ped-referral-locations {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ped-referral-locations li {
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
}

.ped-referral-locations li:last-child {
    border-bottom: none;
}

.ped-referral-locations li a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.ped-referral-locations li a:hover {
    color: var(--color-primary);
}

.ped-referral-locations li a i {
    margin-right: 8px;
    color: var(--color-primary);
}

.travel-carousel-content img.icon-large {
    width: 48px;
    height: 48px;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .ped-referral-boxes {
        flex-direction: column;
    }

    .ped-referral-box {
        padding: 28px 24px;
    }
}
