.item p { 
    color: white !important;
} .app-container { width: 380px; background: linear-gradient(to bottom, #1a1c20 0%, #000000 30%); padding: 20px; border-radius: 30px; } /* Header */ .header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; } .user-info p { color: #888; margin: 0; font-size: 14px; } .user-info h1 { margin: 0; font-size: 24px; } .balance-pill { background: rgba(255, 255, 255, 0.1); padding: 8px 15px; border-radius: 20px; display: flex; align-items: center; gap: 8px; font-size: 14px; border: 1px solid rgba(255,255,255,0.1); } .add-btn { background: #fff; border: none; border-radius: 50%; width: 20px; height: 20px; font-weight: bold; cursor: pointer; } /* Search Bar */ .search-container { margin-bottom: 30px; } .search-input { width: 100%; background: #1c1c1e; border: 1px solid #333; padding: 15px; border-radius: 25px; color: white; box-sizing: border-box; } /* Grid Destinations */ .destinations-section h3 { font-size: 16px; color: #ccc; margin-bottom: 20px; } .destinations-grid { .destinations-grid { text-align: center; display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; } } .item p { font-size: 11px; color: #888; margin-top: 8px; white-space: nowrap; overflow: hidden; } .circle { width: 55px; height: 55px; border-radius: 50%; background: #2c2c2e; margin: 0 auto; display: flex; justify-content: center; align-items: center; cursor: pointer; } /* Flag Colors (Simulim me ngjyra pasi s'kemi imazhet) */ .flag-eu { background: radial-gradient(circle, #003399, #000); } .flag-italy { background: linear-gradient(to right, green, white, red); } .flag-france { background: linear-gradient(to right, blue, white, red); } .next-btn { background: white; color: black; font-size: 20px; }

