body{
    background:#f5f7fb;
}

.card{
    border:none;
    border-radius:14px;
}

.day-card{
    border:1px solid #ddd;
    border-radius:10px;
    padding:15px;
    margin-bottom:15px;
    background:#fff;
}

.select2-container{
    width:100% !important;
}

/* Hotel block */

.hotel-card {
    border: 1px solid #ddd;
    border-left: 4px solid #198754;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 14px;
    background: #fff;
}

.hotel-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotel-card-title {
    font-weight: 600;
    font-size: 15px;
    color: #1a1a2e;
}

.hotel-nights-badge {
    background: #d1e7dd;
    color: #0a3622;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 20px;
}