@font-face {
    font-family: "GeomGraphic";
    src: url("/content/fonts/Geom_Graphic_Bold_Italic.otf") format("opentype");
    font-weight: bold;
    font-style: italic;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: #121413;
    color: #fff;
    background-position: center -2px;
    background-size: 25vw 25vw;
    background-image:
        linear-gradient(to right, rgba(63, 22, 29, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(63, 22, 29, 0.5) 1px, transparent 1px);

    min-height: 100dvh;

    padding-bottom: 120px;
}

.glares {
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.glare:first-child {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: radial-gradient(circle at 0% 0%, #6D1626, transparent 70%);
    pointer-events: none;
}

.glare:last-child {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: radial-gradient(circle at 50% 100%, #6D1626, transparent 50%);
    pointer-events: none;
}

.icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-lobi {
    background-image: url("../icons/lobi.svg");
}

.icon-midbet {
    background-image: url("../icons/midbet.svg");
}

.icon-popular {
    background-image: url("../icons/popular.svg");
}

.icon-settings {
    background-image: url("../icons/settings.svg");
}

.icon-chat {
    background-image: url("../icons/chat.svg");
}

.icon-match-detail-tab1 {
    background-image: url("../icons/match-detail-tab1.png");
}

.icon-match-detail-tab2 {
    background-image: url("../icons/match-detail-tab2.svg");
}

.icon-match-detail-tab3 {
    background-image: url("../icons/match-detail-tab3.svg");
}

.icon-match-detail-tab4 {
    background-image: url("../icons/match-detail-tab4.svg");
}

.icon-match-detail-tab5 {
    background-image: url("../icons/match-detail-tab5.svg");
}

.icon-search {
    background-image: url("../icons/search.svg");
}

.icon-info {
    background-image: url("../icons/info.svg");
}

.icon-document {
    background-image: url("../icons/document.svg");
}

.icon-home {
    background-image: url("../icons/home.svg");
}

.icon-leftbet {
    background-image: url("../icons/leftbet.svg");
    width: 10px;
    height: 39px;
}

.icon-dice {
    background-image: url("../icons/dice.svg");
}

.icon-coupon {
    background-image: url("../icons/coupon.svg");
}

.icon-star {
    background-image: url("../icons/star.svg");
}

.icon-stats {
    background-image: url("../icons/stats.svg");
}

.icon-lightning {
    background-image: url("../icons/lightning.svg");
}

.icon-sort {
    background-image: url("../icons/sort.svg");
}

.icon-live {
    background-image: url("../icons/live.svg");
}

.icon-goal {
    background-image: url("../icons/goal.svg");
}

.icon-right {
    background-image: url("../icons/right.svg");
    width: 7px;
    height: 13px;
}

.icon-left {
    background-image: url("../icons/left.svg");
    width: 7px;
    height: 13px;
}

.icon-down {
    background-image: url("../icons/down.svg");
    width: 13px;
    height: 7px;
}

.icon-rightr {
    background-image: url("../icons/rightr.svg");
    width: 7px;
    height: 13px;
}

.icon-clock {
    background-image: url("../icons/clock.svg");
    width: 12px;
    height: 12px;
}


header {
    padding: 20px 19px 21px 29px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header h1 a {
    font-size: 30px;
    font-family: "GeomGraphic";
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

header .header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

header .header-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(-55deg, rgba(217, 217, 217, 0.10), rgba(115, 115, 115, 0.05));
    padding: 8px 16px;
    border: .2px solid #e11b3c4f;
    border-radius: 50px;
    color: #E11B3C;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
}

header .header-actions a:active {
    transform: scale(0.95);
    background: rgba(225, 27, 60, 0.1);
    border-color: #E11B3C;
}

/* ... existing code ... */

.match-detail-filters a {
    background: linear-gradient(135deg, rgba(217, 217, 217, 0.10), rgba(115, 115, 115, 0.05));
    backdrop-filter: blur(10px);
    padding: 6px 16px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid #d9d9d930;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.match-detail-filters a:active {
    transform: scale(0.95);
    border-color: rgba(225, 27, 60, 0.5);
    background: linear-gradient(135deg, rgba(225, 27, 60, 0.1), rgba(115, 115, 115, 0.05));
}

/* Match Card Interactivity */
.card-bulletin,
.match-details {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    /* Implies it's clickable */
}

.card-bulletin:active,
.match-details:active {
    transform: scale(0.98);
}

.card-bulletin::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    box-shadow: inset 0 0 20px rgba(225, 27, 60, 0);
    transition: box-shadow 0.3s ease;
    pointer-events: none;
}

.card-bulletin:active::after {
    box-shadow: inset 0 0 20px rgba(225, 27, 60, 0.15);
}

header .header-actions a i.icon {
    filter: brightness(0) saturate(100%) invert(24%) sepia(66%) saturate(3080%) hue-rotate(334deg) brightness(86%) contrast(107%);
}

header .header-actions a.header-login-btn {
    background-color: #E11B3C;
    color: #FFFFFF;
    white-space: nowrap;
}

@media screen and (max-width: 386px) {
    header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}



.header-links {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-content: space-between;
    gap: 8px;
    padding: 0 30px;
}

.header-links a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-top: 20px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    padding-bottom: 10px;
}

.header-links a.active {
    border-bottom: 1px solid #E11B3C;
}

.header-links a span {
    position: absolute;
    top: 0px;
    right: -10px;
    background-color: #E11B3C;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.header-links a img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.banner-section {
    padding: 0 22px;
}

.banner-section img {
    width: 100%;
    border-radius: 12px;
    margin-top: 20px;
    object-fit: cover;
    border: 1px solid #d9d9d930;
}

.row-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 20px;
}

.card {
    background: linear-gradient(135deg, rgba(217, 217, 217, 0.10), rgba(115, 115, 115, 0.05));
    backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 1px solid #d9d9d930;
    padding: 16px 12px;
}

.card h2 {
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 600;
}

.card p {
    font-size: 12px;
    color: #D9D9D9;
    line-height: 1.4;
}

.card-jackpot {
    background-color: #d2d3d428;
    margin-top: 8px;
    border-radius: 20px;
    height: 38px;
    display: flex;
    align-items: center;
    padding-inline: 7px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}

.card-jackpot div {
    display: flex;
    flex-direction: column;
}

.card-jackpot span {
    color: #BDC2BD;
    font-size: 10px;
    font-weight: 400;
}

@media screen and (max-width: 380px) {
    .card-jackpot div {
        white-space: nowrap;
    }

    .card-jackpot img {
        width: 100%;
        height: 100%;
    }
}


.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.section-header-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-header a {
    font-size: 15px;
    color: #E11B3C;
    display: flex;
    align-items: center;
}

.section-header a i {
    margin-left: 12px;
}

.card-highlight {
    margin: 0 22px;
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.space-between span {
    display: flex;
    align-items: center;
    gap: 4px;
}

.secondary-text {
    color: #D9D9D9;
    font-size: 13px;
}

.highlight-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 8fr 1fr;
    gap: 16px;
    align-items: center;
    color: #D9D9D9;
    font-size: 13px;
}

.highlight-grid div {
    display: flex;
    flex-direction: column;
}

.highlight-grid div span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.highlight-grid div img {
    width: 24px;
    height: 24px;
}

.highlight-rates {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.rates {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    width: 100%;
}

.rates+.rates {
    margin-top: 8px;
}

.rates>span {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #C2C3C7;
    padding-inline: 10px;
}

.rates .rate {
    background: linear-gradient(135deg, rgba(217, 217, 217, 0.10), rgba(115, 115, 115, 0.05));
    backdrop-filter: blur(10px);
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 11px;
    color: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: space-between;

    /* Interactive feel */
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    border: 1px solid transparent;
}

.rates .rate:active {
    transform: scale(0.95);
    background: linear-gradient(135deg, rgba(225, 27, 60, 0.15), rgba(77, 8, 20, 0.2));
    border-color: rgba(225, 27, 60, 0.4);
    box-shadow: 0 0 10px rgba(225, 27, 60, 0.2);
}

.rates .rate span {
    font-weight: 600;
    color: #fff;
    font-size: 15px;
}

.highlight-rates a {
    white-space: nowrap;
    color: #D9D9D9;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}


.leagues {
    /* padding: 18px 24px; */
    /* border-radius: 10px; */
    /* background: linear-gradient(135deg, rgba(217, 217, 217, 0.10), rgba(115, 115, 115, 0.05)); */
    /* backdrop-filter: blur(10px); */

    margin-inline: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.leagues .league {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid #d9d9d930;

    background: linear-gradient(135deg, rgba(217, 217, 217, 0.10), rgba(115, 115, 115, 0.05));
    backdrop-filter: blur(10px);

    padding: 16px 20px;
    border-radius: 12px;
}

.leagues .league:active {
    transform: scale(0.98);
    background: linear-gradient(135deg, rgba(225, 27, 60, 0.15), rgba(77, 8, 20, 0.2));
    border-color: rgba(225, 27, 60, 0.4);
}

.leagues .league img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.leagues .league span {
    font-size: 18px;
    color: #D9D9D9;
    margin-left: auto;
}

.leagues .league .league-title {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}

.leagues .league .league-country {
    font-size: 11px;
    color: #D9D9D9;
    margin-top: 2px;
}

nav {
    position: fixed;
    bottom: 22px;
    left: 22px;
    right: 22px;
    border-radius: 50px;
    background: linear-gradient(-55deg, rgba(217, 217, 217, 0.10), rgba(115, 115, 115, 0.05));
    backdrop-filter: blur(10px);
    padding: 12px 32px;
    border: 1px solid #d9d9d930;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #B2B2B2;
    font-size: 10px;
    text-decoration: none;
}

nav a i.icon {
    width: 24px;
    height: 24px;
}

nav a.active {
    filter: brightness(0) saturate(100%) invert(24%) sepia(66%) saturate(3080%) hue-rotate(334deg) brightness(86%) contrast(107%);
}

.match-details-header i.icon {
    width: 11px;
    height: 20px;
}

.match-details-header span {
    margin-inline: auto;
}

.match-details-header {
    display: flex;
    align-items: center;
    padding-block: 20px;
    margin-inline: 22px;
    /* Add margin */
}


.match-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding-inline: 0px;
    /* Reset padding */
    margin-inline: 42px;
    /* Add margin */
}

.match-details .team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 13px;
}

.match-details .match-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 500;
    color: #FFFFFF;
}

.match-score span {
    margin-top: 10px;
    font-size: 12px;
}

.time {
    width: 25px;
    height: 3px;
    background-color: #3B3D3C;
    border-radius: 5px;
    margin-top: 12px;
    overflow: hidden;
}

.time .time-bar {
    height: 100%;
    background-color: #E11B3C;
}

.card-bulletin .time {
    width: 19px;
    height: 2px;
    margin-top: 4px;
}

.match-detail-tab-nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    padding-inline: 22px;
    margin-block: 20px;
    position: relative;
    padding-bottom: 15px;
}

.match-detail-tab-nav::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 22px;
    right: 22px;
    height: 1px;
    background: linear-gradient(90deg, rgba(225, 27, 60, 0) 0%, rgba(225, 27, 60, 1) 50%, rgba(225, 27, 60, 0) 100%);
}

.match-detail-tab-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.match-detail-tab-nav a i.icon {
    width: 20px;
    height: 20px;
}

.match-detail-filters {
    display: flex;
    gap: 12px;
    margin: 22px;
    overflow-x: auto;
}

.match-detail-filters a {
    background: linear-gradient(135deg, rgba(217, 217, 217, 0.10), rgba(115, 115, 115, 0.05));
    backdrop-filter: blur(10px);
    padding: 6px 16px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid #d9d9d930;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.match-detail-filters a i {
    width: 17px;
    height: 17px;
}

/* Ensure Match Details Header has spacing */
.match-details-header {
    margin-inline: 22px;
}

/* Ensure Tab Nav spacing */
/* (It already has padding-inline: 22px, but we can switch to margin for consistency if needed, 
   but padding works for full width containers. However, user says "margin" or "padding" to center content.) 
   The current padding on .match-detail-tab-nav is 22px which matches standard margin. 
*/

/* Ensure Filters spacing (already has margin: 22px, but let's be safe */
.match-detail-filters {
    margin: 22px;
    /* margin-inline: 22px; is covered by margin: 22px */
}

/* Fix for Tab 1, 2, 3 content (Match Summary Card, etc.) */
/* These are .card elements directly inside the page fragments */
/* We can target them if they are direct siblings or just generic cards in this context */

.match-summary-card,
.extra-odds-card,
.card-korner-container,
.card-live-score {
    margin-inline: 22px;
    width: auto;
}

/* Ensure the image fits within the container */
.card-korner {
    width: 100%;
    height: auto;
    display: block;
}

/* Specifically for the Tab 2 (Timeline) card and Tab 3 */
/* Since they might just be <div className="card"> in the JSX, we might need a more specific selector or update JSX.
   But typically generic .card has no margin. 
   Let's check if we can target cards that are NOT inside other containers using :not() or just apply broadly?
   Applying to all .card might break home page horizontal scrolling cards.
   
   Better approach: .card that is a direct child of the page content? 
   Or add a wrapper in JSX.
   
   HACK: For now, let's update styling for known specific cards or use a class if possible.
   But waiting to edit JSX might take more steps.
   
   Let's try to add a generic rule for cards inside the main view?
   No, layout structure is flat.
   
   Let's target specifically via existing classes if possible.
   The user mentioned "maçın biri" - presumably the visual field or stats.
*/

/* Update .bets section */
section.bets {
    margin-inline: 22px;
}


section.bets .card {
    margin-bottom: 10px;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
    font-size: 15px;
}

.card-header div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.card-header div:last-child {
    gap: 16px;
}

.icon-radial {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: radial-gradient(#8C0606, #CE0000);
    border-radius: 50%;
    border: 1px solid #fff;
}

.bonus-jackpot {
    position: fixed;
    bottom: 100px;
    left: 22px;
    right: 22px;
    border-radius: 10px;
    background: linear-gradient(-55deg, rgba(217, 217, 217, 0.10), rgba(115, 115, 115, 0.05));
    backdrop-filter: blur(10px);
    padding: 12px 8px 8px;
    border: 1px solid #e11b3c4f;
}

.bonus-jackpot>div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bonus-jackpot .icon-radial {
    background: #E11B3C;
    width: 36px;
    height: 36px;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
}

.bonus-jackpot span {
    font-size: 15px;
    font-weight: 500;
}

.bonus-jackpot p {
    font-size: 10px;
    color: #D9D9D9;
}

.bonus-jackpot a:first-child {
    position: absolute;
    top: -20px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    width: fit-content;
    padding-inline: 8px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(-55deg, rgba(217, 217, 217, 0.10), rgba(115, 115, 115, 0.05));
    backdrop-filter: blur(10px);
    border: 1px solid #e11b3c4f;
    border-bottom: none;
}

.bonus-jackpot a:last-child {
    display: block;
    text-align: center;
    width: 100%;
    padding: 7px;
    background-color: #E11B3C;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    margin-top: 8px;
    font-size: 15px;
    font-weight: bold;
}

.chat-btn {
    position: fixed;
    bottom: 100px;
    right: 22px;
    z-index: 1000;
    background-color: #E11B3C;
    padding: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-btn i {
    width: 24px;
    height: 24px;
}

body:has(.bonus-jackpot) .chat-btn {
    display: none;
}

body>.card {
    margin-inline: 22px;
}

.card-korner {
    width: 100%;
}

.extra-odds-card {
    display: flex;
    gap: 9px;
    align-items: center;
}

.extra-odds-card div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.extra-odds-card div span {
    font-size: 12px;
    color: #D9D9D9;
}

.extra-odds-card div span b {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.extra-odds-card>span {
    margin-left: auto;
    background-color: #d2d3d42c;
    border-radius: 5px;
    padding: 7px 35px;
    font-size: 15px;
    font-weight: 400;
}

.games {
    margin-inline: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
    margin-top: 20px;
}

.games .game img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.games-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    gap: 10px;
}

.games-header a {
    background: linear-gradient(135deg, rgba(217, 217, 217, 0.10), rgba(115, 115, 115, 0.05));
    backdrop-filter: blur(10px);
    padding: 6px 16px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid #d9d9d930;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.games-header input {
    width: 100%;
    background: linear-gradient(135deg, rgba(217, 217, 217, 0.10), rgba(115, 115, 115, 0.05));
    backdrop-filter: blur(10px);
    padding: 6px 16px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid #d9d9d930;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-left: 30px;
}

.games-search {
    position: relative;
}

.games-header .games-search::before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background-image: url("../icons/search.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
    z-index: 10;
}

.games-header input::placeholder {
    color: #D9D9D9;
}

.card-bulletin {
    padding: 9px 11px;
    margin-inline: 22px;
    /* Applied to all cards */
}

.card-bulletin .highlight-grid div span {
    font-size: 14px;
    font-weight: 500;
}

.card-bulletin .highlight-grid div img {
    width: 18px;
    height: 18px;
}

.card-bulletin .highlight-grid>span {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.card-bulletin .highlight-grid>div:last-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.card-bulletin+.card-bulletin {
    margin-top: 10px;
}

.timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline .event {
    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    min-height: 32px;
}

.timeline .event .event-left {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    font-size: 15px;
    color: #d9d9d9be;
}

.timeline .event .event-right {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #d9d9d9be;
}

.timeline .event .event-time {
    position: relative;
    z-index: 2;
    text-align: center;
}

.timeline .event .event-icon {
    padding: 5px;
    border: 1px solid #C1C1C090;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline .event .event-icon i {
    width: 18px;
    height: 18px;
}

.timeline .event:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 1px;
    height: 20px;
    background-color: #d9d9d9b2;
    transform: translateX(-50%);
    z-index: 0;
}








.match-summary-card h3,
.match-summary-card h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
}

.match-summary-card h4 {
    color: white;
    font-size: 15px;
    margin-top: 15px;
}

.match-summary-card .match-ratios {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.match-summary-card .match-ratios span {
    display: block;
    color: #a0a0a0;
    font-size: 12px;
    margin-bottom: 4px;
}

.match-summary-card .match-ratios strong {
    font-size: 18px;
    font-weight: 600;
}

.match-summary-card .progress-bar {
    height: 8px;
    display: flex;
    gap: 2px;
    border-radius: 4px;
    overflow: hidden;
}

.match-summary-card .segment.win {
    background: #1BD05B;
}

.match-summary-card .segment.draw {
    background: #7D8B8E;
}

.match-summary-card .segment.lose {
    background: #1BD05B;
}

.match-summary-card .form-container {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.match-summary-card .form-group {
    display: flex;
    gap: 6px;
}

.match-summary-card .circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
    position: relative;
}

.match-summary-card .circle.home::after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 16px;
    height: 2px;
    background: #a0a0a0;
}

.match-summary-card .circle.g,
.match-summary-card .circle.g.home::after {
    background: #1BD05B;
    color: #000;
}

.match-summary-card .circle.b,
.match-summary-card .circle.b.home::after {
    background: #7D8B8E;
    color: #000;
}

.match-summary-card .circle.m,
.match-summary-card .circle.m.home::after {
    background: #F06937;
    color: #000;
}

.match-summary-card .stats-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.match-summary-card .stat-item {
    display: flex;
    flex-direction: column;
}

.match-summary-card .stat-item span {
    font-size: 16px;
    font-weight: 600;
}

.match-summary-card .stat-item span small {
    font-size: 11px;
    font-weight: 400;
    color: #D9D9D9;
}

.match-summary-card .stat-item.label span {
    font-size: 11px;
    color: #D9D9D9;
    line-height: 1.4;
}

.match-summary-card .text-center {
    text-align: center;
}

.match-summary-card .text-right {
    text-align: right;
}

.match-summary-card .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.match-summary-card .card-footer a {
    color: #E11B3C;
    font-size: 12px;
}

.match-summary-card .card-footer .card-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
}

.match-summary-card .card-footer .card-pagination .page {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 1px solid #E11B3C;
}

.match-summary-card .card-footer .card-pagination .page.active {
    background-color: #E11B3C;
}

.match-summary-card .card-footer .card-pagination i {
    width: 8;
    height: 15px;
    filter: brightness(0) saturate(100%) invert(24%) sepia(66%) saturate(3080%) hue-rotate(334deg) brightness(86%) contrast(107%);
}

.match-summary-card .card-footer .card-pagination i {
    display: flex;
    align-items: center;
    justify-content: center;
}