.football-fixture-container{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;border-radius:10px;box-shadow:0 2px 10px rgb(0 0 0 / .1);position:relative;width:100%;max-width:100%;overflow:hidden}.fixture-slider{overflow:hidden;width:100%;max-width:1200px;position:relative}.football-fixture-list{display:flex;flex-wrap:nowrap;transition:transform 0.4s ease-in-out;gap:14px;list-style:none;padding-left:0!important;margin:0!important;width:max-content}.match-item{border-radius:8px;padding:14px;text-align:center;width:186px;display:grid;grid-template-columns:45% 10% 45%;align-items:center;border:1px solid #ddd}.match-logos{display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin-top:10px;height:120px;width:100%}.match-logos img{height:auto!important;max-height:85px}.match-teams{display:flex;align-items:center;justify-content:center;width:calc(100%);justify-content:space-between;font-size:20px;font-weight:700}.match-name{font-size:18px;font-weight:400;width:72px;display:flex;justify-content:center}.separator span{font-size:100%;font-weight:700;margin-top:auto;margin:0 5%}.match-time{font-size:18px;font-weight:700;color:#444;margin-top:10px;display:flex;justify-content:center;align-items:center;white-space:nowrap}.match-time .score{font-size:22px;color:#d9534f}.prev-btn,.next-btn{background-color:#ff6d13;color:#fff;border:none;padding:12px 18px;font-size:22px;cursor:pointer;border-radius:5px;position:absolute;top:50%;height:60%;transform:translateY(-50%);z-index:10}.prev-btn{left:-40px}.next-btn{right:-40px}.prev-btn:disabled,.next-btn:disabled{background-color:#ccc;cursor:default}@media (max-width:1340px){.fixture-slider{max-width:890px}.football-fixture-list{gap:8px;scroll-snap-type:x mandatory;scroll-behavior:smooth;white-space:nowrap;-webkit-overflow-scrolling:touch}.match-item{scroll-snap-align:center;width:170px}}@media (max-width:1000px){.prev-btn,.next-btn{display:none}.fixture-slider{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.football-fixture-list{scroll-snap-type:x mandatory;display:flex;flex-wrap:nowrap;gap:10px;padding:10px;scrollbar-width:none;-ms-overflow-style:none}.football-fixture-list::-webkit-scrollbar{display:none}}