
            #f24-69e0ff07b630e { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 20px 5px; scroll-behavior: smooth; scrollbar-width: none;  }
            #f24-69e0ff07b630e::-webkit-scrollbar { display: none; }
            .f24-card { background: #fff; padding: 25px; border-radius: 15px; border-top: 5px solid #07228d; box-shadow: 0 8px 25px rgba(0,0,0,0.07); flex: 0 0 320px; scroll-snap-align: start; display: flex; flex-direction: column; }
            .f24-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
            .f24-stars { color: #ffb600; font-size: 18px; line-height: 1; }
            .f24-nav { position: absolute; top: 50%; transform: translateY(-50%); background: #07228d; color: #fff; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; border:none; }
            .f24-prev { left: -20px; } .f24-next { right: -20px; }
            @media (max-width: 768px) { .f24-nav { display: none; } .f24-card { flex: 0 0 280px; } }
        