/* Match Tracker Styles - STING-WEB Design v2.0 - FIXED */

:root {
    --A-Color: #1a2332;
    --B-Color: #0f1923;
    --C-Color: #1e2a3a;
    --Primary-A-Color: #39dbbf;
    --Primary-B-Color: #b4bec7;
    --Primary-C-Color: #8a95a0;
    --Primary-E-Color: #e8ecf0;
}

/* إصلاح Overflow للصفحة كلها */
* {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* SVG Icons */
.STING-WEB-Yesterday_SVG { 
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b4bec7' viewBox='0 0 24 24' data-testid='ChevronRightIcon'%3E%3Cpath d='M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E") center no-repeat; 
    width: 20px; 
    height: 20px; 
    display: block; 
    transition: all 0.2s ease; 
    cursor: pointer;
    flex-shrink: 0;
}

.STING-WEB-Yesterday_SVG:hover { 
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2339dbbf' viewBox='0 0 24 24' data-testid='ChevronRightIcon'%3E%3Cpath d='M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E") center no-repeat; 
}

.STING-WEB-Tomorrow_SVG { 
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b4bec7' viewBox='0 0 24 24' data-testid='ChevronLeftIcon'%3E%3Cpath d='M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z'%3E%3C/path%3E%3C/svg%3E") center no-repeat; 
    width: 20px; 
    height: 20px; 
    display: block; 
    transition: all 0.2s ease; 
    cursor: pointer;
    flex-shrink: 0;
}

.STING-WEB-Tomorrow_SVG:hover { 
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2339dbbf' viewBox='0 0 24 24' data-testid='ChevronLeftIcon'%3E%3Cpath d='M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z'%3E%3C/path%3E%3C/svg%3E") center no-repeat; 
}

/* Main Layout - إصلاح العرض */
.STING-WEB-Matches-Zone { 
    width: 100%; 
    max-width: 100%;
    overflow: hidden;
}

.STING-WEB-Matches-Settings { 
    display: grid; 
    grid-template-columns: 1fr; 
    align-items: center; 
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; 
    justify-items: center;
    padding: 0 10px;
}

.STING-WEB-Name-Zone { 
    width: 100%; 
    text-align: center; 
    margin-bottom: 20px;
}

@keyframes blinker { 
    50% { opacity: 0; } 
}

.STING-WEB-Matches-UI {
    display: grid;
    /* align-items: center; */
    justify-items: center;
    gap: 6px;
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 769px) {
    .STING-WEB-Matches-UI {
        justify-items: end; /* أو right */
        direction: rtl;
    }
}
.STING-WEB-Day-Matches { 
    display: flex; 
    gap: 8px; 
    color: var(--Primary-A-Color); 
    font-size: 14px; 
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

/* Date Input */
#STING-WEB-Visitor { 
    padding: 0; 
    border: 0; 
    border-radius: 5px; 
    font-size: 15px; 
    width: 18px; 
    height: 20px; 
    color: transparent; 
    cursor: pointer !important; 
    background: transparent; 
    appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 18 20'%3E%3Cpath id='Combined_Shape' data-name='Combined Shape' d='M2.7,20A2.716,2.716,0,0,1,0,17.273V4.546A2.717,2.717,0,0,1,2.7,1.818H4.5V.909a.9.9,0,1,1,1.8,0v.909h5.4V.909a.9.9,0,1,1,1.8,0v.909h1.8A2.717,2.717,0,0,1,18,4.546V17.273A2.716,2.716,0,0,1,15.3,20Zm-.9-2.727a.905.905,0,0,0,.9.909H15.3a.905.905,0,0,0,.9-.909V9.091H1.8Zm14.4-10V4.546a.906.906,0,0,0-.9-.91H13.5v.91a.9.9,0,1,1-1.8,0v-.91H6.3v.91a.9.9,0,1,1-1.8,0v-.91H2.7a.906.906,0,0,0-.9.91V7.273Z' fill='%23b4bec7'/%3E%3C/svg%3E"); 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: 18px 20px;
    margin-left: 8px;
    flex-shrink: 0;
}

.STING-WEB-Date-Here { 
    color: var(--Primary-E-Color); 
    font-size: 12px; 
    margin: 0 4px; 
    margin-top: 2px; 
    min-width: 10px; 
    text-align: center; 
    font-weight: 600; 
    letter-spacing: 1px;
    flex-shrink: 0;
}

/* Filter Buttons - إصلاح العرض */
.STING-WEB-Filter { 
    width: 100%; 
    max-width: 400px;
    text-align: center; 
    align-items: center; 
    display: grid; 
    justify-items: center; 
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 auto;
    padding: 0 10px;
}

.STING-WEB-Filter .LiveNow, 
.STING-WEB-Filter #Matches-All, 
.STING-WEB-Filter .ActiveNow { 
    font-size: 12px; 
    border-radius: 50px; 
    width: 100%; 
    height: 25px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 6px; 
    margin-top: 3px; 
    padding: 0 10px; 
    cursor: pointer;
    transition: all 0.3s;
}

.STING-WEB-Filter .LiveNow { 
    color: #b4bec7; 
}

.STING-WEB-Filter .ActiveNow {
    background: var(--Primary-A-Color);
    color: var(--C-Color);
    font-weight: 600;
}

.LiveNow:before { 
    content: ""; 
    width: 6px; 
    height: 6px; 
    background: #ff0000; 
    display: flex; 
    align-items: center; 
    border-radius: 50px; 
    animation: 0.7s ease-in-out infinite blinker;
    flex-shrink: 0;
}

/* Container الرئيسي للمباريات - إصلاح العرض */
.STING-WEB-Matches-Center { 
    width: 100%; 
    max-width: 1200px;
    margin: 10px auto; 
    display: grid;
    padding: 0 10px;
    overflow: hidden;
}

/* Minimal CLS fix */
html {
    min-height: 100vh;
}

body {
    min-height: 100vh;
}

/* Cup Matches - Enhanced Header - إصلاح العرض */
.STING-WEB-Cup-Matches { 
    order: 2; 
    display: grid; 
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.STING-WEB-Cup-Name { 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    width: 100%;
    max-width: 100%;
    margin: 5px auto 10px; 
    background: linear-gradient(135deg, var(--B-Color) 0%, rgba(57, 219, 191, 0.05) 100%);
    border-radius: 12px; 
    padding: 12px 16px; 
    position: relative;
    border: 1px solid rgba(57, 219, 191, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.STING-WEB-Cup-Name-Right, 
.STING-WEB-Cup-Name-Left { 
    display: flex; 
    align-items: center; 
    gap: 12px;
    min-width: 0;
}

.STING-WEB-Cup-Name-Right img { 
    width: 32px; 
    height: 32px; 
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    flex-shrink: 0;
}

.STING-WEB-Cup-Name-Right h3 { 
    font-size: 14px; 
    color: var(--Primary-E-Color);
    font-weight: 600;
    letter-spacing: 0.3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Match Div - Enhanced & Compact - إصلاح العرض */
.STING-WEB-Match-div.NOT_STARTED .STING-WEB-Match-div-Here { 
    height: 65px; 
    padding: 10px 12px;
}

.STING-WEB-Match-div.ENDED .STING-WEB-Match-div-Here { 
    height: 65px;
    padding: 10px 12px;
}

.STING-WEB-Match-div-Here { 
    display: grid; 
    align-items: center; 
    width: 100%;
    max-width: 100%;
    margin: 0 auto; 
    background: var(--C-Color); 
    border-radius: 14px; 
    margin-bottom: 6px; 
    padding: 10px 12px; 
    grid-template-columns: 1fr auto 1fr; 
    gap: 8px; 
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(57, 219, 191, 0.08);
    overflow: hidden;
}

.STING-WEB-Match-div-Here:hover {
    background: rgba(57, 219, 191, 0.05);
    border-color: rgba(57, 219, 191, 0.2);
}

/* Team Logos - Compact Styling */
.STING-WEB-Match-div-Team-Logo { 
    width: 30px !important; 
    height: 30px !important; 
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
    border-radius: 50%;
    flex-shrink: 0;
}

.STING-WEB-Match-div-Here:hover .STING-WEB-Match-div-Team-Logo {
    transform: scale(1.05);
}

/* Right Side (First Team) - Compact */
.STING-WEB-Match-div-Right { 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    justify-content: flex-end; 
    width: 100%;
    min-width: 0;
}

.STING-WEB-Match-div-Team-Name { 
    font-size: 13px; 
    color: var(--Primary-E-Color); 
    text-align: end; 
    width: 100%; 
    margin: 0;
    font-weight: 500;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Center (Score/Time) - Compact */
.STING-WEB-Match-div-Center { 
    width: auto;
    min-width: 60px;
    max-width: 80px;
    justify-items: center; 
    display: grid; 
    gap: 3px; 
    margin: 0 auto;
    flex-shrink: 0;
}

.Match-div-Status { 
    font-size: 13px; 
    color: var(--Primary-C-Color);
    font-weight: 500;
}

.Match-div-Status.Not-Start { 
    font-size: 16px;
    color: var(--Primary-E-Color);
    font-weight: 600;
}

.STING-WEB-Match-div-Goal { 
    display: flex; 
    width: 100%; 
    align-items: center; 
    justify-content: center;
    gap: 6px;
}

.STING-WEB-Match-div.ENDED .STING-WEB-Match-div-Goal { 
    background: var(--A-Color); 
    border-radius: 50px; 
    height: 28px; 
    min-width: 60px;
    padding: 0 12px;
}

.Goal-Team { 
    font-size: 16px;
    font-weight: 700;
    color: var(--Primary-E-Color);
}

.STING-WEB-Match-div.NOT_STARTED .STING-WEB-Match-div-Goal { 
    display: none; 
}

.Goal-Team-Part { 
    color: #5a6570; 
    font-style: normal; 
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}

/* Left Side (Second Team) - Compact */
.STING-WEB-Match-div-Left { 
    display: flex; 
    align-items: center; 
    justify-content: flex-start; 
    width: 100%; 
    direction: rtl; 
    gap: 8px;
    min-width: 0;
}

.STING-WEB-Match-div-Left .STING-WEB-Match-div-Team-Name {
    text-align: start;
}

/* Match States */
.STING-WEB-Match-div.LIVE { 
    order: 1; 
}

.STING-WEB-Match-div.NOT_STARTED { 
    order: 2; 
}

.STING-WEB-Match-div.ENDED { 
    order: 3; 
}

/* =========================== */
/* LIVE Match - COMPACT HORIZONTAL DESIGN */
/* =========================== */

.STING-WEB-Match-div.LIVE .STING-WEB-Match-div-Here { 
    height: 75px;
    background: linear-gradient(135deg, rgba(57, 219, 191, 0.12) 0%, var(--C-Color) 100%);
    border: 2px solid rgba(57, 219, 191, 0.4);
    box-shadow: 0 0 20px rgba(57, 219, 191, 0.2);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
}

.STING-WEB-Match-div.LIVE .STING-WEB-Match-div-Right { 
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    width: 100%;
    min-width: 0;
}

.STING-WEB-Match-div.LIVE .STING-WEB-Match-div-Left { 
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    width: 100%;
    direction: rtl;
    min-width: 0;
}

.STING-WEB-Match-div.LIVE .STING-WEB-Match-div-Team-Logo { 
    width: 30px !important; 
    height: 30px !important;
    filter: drop-shadow(0 3px 8px rgba(57, 219, 191, 0.3));
}

.STING-WEB-Match-div.LIVE .STING-WEB-Match-div-Team-Name { 
    font-size: 12px;
    font-weight: 600;
    color: var(--Primary-E-Color);
    text-align: inherit;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.STING-WEB-Match-div.LIVE .Goal-Team { 
    font-size: 20px; 
    color: var(--Primary-A-Color) !important; 
    font-weight: 800;
    text-shadow: 0 2px 6px rgba(57, 219, 191, 0.4);
}

.STING-WEB-Match-div.LIVE .Goal-Team-Part { 
    display: none; 
}

.STING-WEB-Match-div.LIVE .STING-WEB-Match-div-Center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 45px;
    max-width: 50px;
}

/* Live Match Timer Circle */
.live-timer-circle {
    position: relative;
    width: 39px;
    height: 39px;
    margin: 0 auto;
    flex-shrink: 0;
}

.live-timer-circle svg {
    transform: rotate(-90deg);
}

.live-timer-circle circle {
    fill: none;
    stroke-width: 2.5;
}

.timer-bg {
    stroke: rgba(57, 219, 191, 0.2);
}

.timer-progress {
    stroke: var(--Primary-A-Color);
    stroke-linecap: round;
    transition: stroke-dashoffset 1s linear;
}

.live-timer-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.live-timer-minute {
    font-size: 10px;
    font-weight: 800;
    color: var(--Primary-A-Color);
    line-height: 1;
    margin-bottom: 0px;
}

.live-timer-extra {
    font-size: 6px;
    color: var(--Primary-C-Color);
    font-weight: 500;
}

.STING-WEB-Match-div.LIVE .Match-div-Status {
    font-size: 9px;
    color: var(--Primary-A-Color);
    font-weight: 600;
    margin-top: 0px;
}

/* Skeleton Loading Styles */
.STING-WEB-Cup-Matches.skeleton-loading .STING-WEB-Match-div-Here {
    background: linear-gradient(
        90deg,
        var(--C-Color) 0%,
        rgba(57, 219, 191, 0.1) 50%,
        var(--C-Color) 100%
    );
    background-size: 200% 100%;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
    pointer-events: none;
}

.STING-WEB-Cup-Matches.skeleton-loading .STING-WEB-Match-div-Team-Name,
.STING-WEB-Cup-Matches.skeleton-loading .Match-div-Status,
.STING-WEB-Cup-Matches.skeleton-loading .Goal-Team {
    color: transparent !important;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    display: inline-block;
    min-width: 60px;
}

.STING-WEB-Cup-Matches.skeleton-loading .STING-WEB-Match-div-Team-Logo {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50%;
    opacity: 0.3;
}

@keyframes skeleton-pulse {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.STING-WEB-Cup-Matches.skeleton-loading .STING-WEB-Cup-Name-Right h3 {
    background: rgba(255, 255, 255, 0.1);
    color: transparent !important;
    border-radius: 4px;
    display: inline-block;
    min-width: 120px;
    height: 16px;
}

.STING-WEB-Cup-Matches.skeleton-loading .STING-WEB-Cup-Name-Right img {
    opacity: 0.3;
}

/* Fade in animation */
.STING-WEB-Cup-Matches.loaded {
    animation: fadeInUp 0.4s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stagger animation */
.STING-WEB-Cup-Matches.loaded:nth-child(1) { animation-delay: 0s; }
.STING-WEB-Cup-Matches.loaded:nth-child(2) { animation-delay: 0.1s; }
.STING-WEB-Cup-Matches.loaded:nth-child(3) { animation-delay: 0.2s; }
.STING-WEB-Cup-Matches.loaded:nth-child(4) { animation-delay: 0.3s; }
.STING-WEB-Cup-Matches.loaded:nth-child(5) { animation-delay: 0.4s; }

/* Modern Calendar Styles */
input#STING-WEB-Visitor {
    cursor: pointer !important;
}

input#STING-WEB-Visitor::-webkit-calendar-picker-indicator {
    display: none !important;
    opacity: 0 !important;
    cursor: pointer !important;
}

input#STING-WEB-Visitor::-webkit-inner-spin-button,
input#STING-WEB-Visitor::-webkit-clear-button {
    display: none !important;
}

input[type="date"]#STING-WEB-Visitor {
    cursor: pointer !important;
    font-family: inherit !important;
}

#STING-WEB-Visitor:focus,
#STING-WEB-Visitor:active,
#STING-WEB-Visitor:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

#STING-WEB-Visitor::-webkit-datetime-edit,
#STING-WEB-Visitor::-webkit-datetime-edit-fields-wrapper,
#STING-WEB-Visitor::-webkit-datetime-edit-text,
#STING-WEB-Visitor::-webkit-datetime-edit-month-field,
#STING-WEB-Visitor::-webkit-datetime-edit-day-field,
#STING-WEB-Visitor::-webkit-datetime-edit-year-field {
    color: transparent !important;
    background: transparent !important;
    display: none !important;
}

.date-picker-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.date-picker-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modern-calendar {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 340px;
    max-width: 90vw;
    background: var(--B-Color);
    border-radius: 16px;
    padding: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.modern-calendar.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.calendar-title {
    font-size: 18px;
    color: var(--Primary-A-Color);
    font-weight: 600;
}

.calendar-nav {
    display: flex;
    gap: 8px;
}

.calendar-nav button {
    width: 32px;
    height: 32px;
    border: none;
    background: var(--C-Color);
    color: var(--Primary-E-Color);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.2s;
}

.calendar-nav button:hover {
    background: var(--Primary-A-Color);
    color: var(--C-Color);
    transform: scale(1.1);
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.calendar-weekday {
    text-align: center;
    padding: 8px 0;
    font-size: 11px;
    color: var(--Primary-C-Color);
    font-weight: 600;
}

.calendar-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--C-Color);
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    color: var(--Primary-E-Color);
    border: 2px solid transparent;
    transition: all 0.2s;
    position: relative;
}

.calendar-day:hover:not(.other-month) {
    background: rgba(57, 219, 191, 0.2);
    border-color: var(--Primary-A-Color);
    transform: scale(1.05);
}

.calendar-day.other-month {
    opacity: 0.3;
}

.calendar-day.today {
    background: rgba(57, 219, 191, 0.1);
    border-color: var(--Primary-A-Color);
}

.calendar-day.selected {
    background: var(--Primary-A-Color);
    color: var(--C-Color);
    font-weight: 600;
}

.calendar-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calendar-today-btn {
    padding: 8px 16px;
    background: var(--C-Color);
    border: none;
    border-radius: 8px;
    color: var(--Primary-E-Color);
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
}

.calendar-today-btn:hover {
    background: var(--Primary-A-Color);
    color: var(--C-Color);
}

.calendar-close-btn {
    padding: 8px 16px;
    background: rgba(244, 63, 94, 0.2);
    border: none;
    border-radius: 8px;
    color: #f43f5e;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
}

.calendar-close-btn:hover {
    background: #f43f5e;
    color: white;
}

/* ===== Responsive للموبايل ===== */
@media (max-width: 768px) {
    .STING-WEB-Matches-Settings,
    .STING-WEB-Matches-Center {
        padding: 0 8px;
    }

    .STING-WEB-Match-div-Here {
        padding: 10px 10px;
        gap: 6px;
    }

    .STING-WEB-Match-div-Team-Logo {
        width: 22px !important;
        height: 22px !important;
    }

    .STING-WEB-Match-div.LIVE .STING-WEB-Match-div-Team-Logo {
        width: 22px !important;
        height: 22px !important;
    }

    .STING-WEB-Match-div-Team-Name {
        font-size: 12px;
    }

    .STING-WEB-Match-div.LIVE .STING-WEB-Match-div-Team-Name {
        font-size: 11px;
    }

    .STING-WEB-Cup-Name {
        padding: 10px 12px;
    }

    .STING-WEB-Cup-Name-Right img {
        width: 28px;
        height: 28px;
    }

    .STING-WEB-Cup-Name-Right h3 {
        font-size: 13px;
    }

    .live-timer-circle {
        width: 35px;
        height: 35px;
    }

    .live-timer-minute {
        font-size: 9px;
    }

    .live-timer-extra {
        font-size: 5px;
    }

    .Goal-Team {
        font-size: 14px;
    }

    .STING-WEB-Match-div.LIVE .Goal-Team {
        font-size: 18px;
    }
}

/* ===== Responsive للشاشات الصغيرة جداً ===== */
@media (max-width: 480px) {
    .STING-WEB-Matches-Settings,
    .STING-WEB-Matches-Center {
        padding: 0 5px;
    }

    .STING-WEB-Match-div-Here {
        padding: 8px 8px;
        gap: 5px;
        border-radius: 12px;
    }

    .STING-WEB-Match-div-Team-Logo {
        width: 26px !important;
        height: 26px !important;
    }

    .STING-WEB-Match-div.LIVE .STING-WEB-Match-div-Team-Logo {
        width: 26px !important;
        height: 26px !important;
    }

    .STING-WEB-Match-div-Team-Name {
        font-size: 11px;
    }

    .STING-WEB-Match-div.LIVE .STING-WEB-Match-div-Team-Name {
        font-size: 10px;
    }

    .STING-WEB-Match-div-Center {
        min-width: 50px;
    }

    .STING-WEB-Cup-Name {
        padding: 8px 10px;
        gap: 8px;
    }

    .STING-WEB-Cup-Name-Right img {
        width: 24px;
        height: 24px;
    }

    .STING-WEB-Cup-Name-Right h3 {
        font-size: 12px;
    }

    .STING-WEB-Filter {
        gap: 8px;
    }

    .modern-calendar {
        width: 320px;
        padding: 16px;
    }
}

/* ===== Responsive للشاشات الصغيرة جداً جداً ===== */
@media (max-width: 360px) {
    .STING-WEB-Match-div-Here {
        padding: 8px 6px;
        gap: 4px;
    }

    .STING-WEB-Match-div-Team-Logo {
        width: 20px !important;
        height: 20px !important;
    }

    .STING-WEB-Match-div.LIVE .STING-WEB-Match-div-Team-Logo {
        width: 20px !important;
        height: 20px !important;
    }

    .STING-WEB-Match-div-Team-Name {
        font-size: 10px;
    }

    .STING-WEB-Match-div.LIVE .STING-WEB-Match-div-Team-Name {
        font-size: 9px;
    }

    .live-timer-circle {
        width: 30px;
        height: 30px;
    }

    .live-timer-minute {
        font-size: 8px;
    }

    .Goal-Team {
        font-size: 13px;
    }

    .STING-WEB-Match-div.LIVE .Goal-Team {
        font-size: 16px;
    }
}