#countdownText {
    background-color: transparent !important;
    backdrop-filter: none !important;
    --tw-backdrop-blur: none !important;
}

#hero-bets .clubs {
    display: flex;
    align-items: center;
    gap: 2rem;
}

#hero-bets .clubs div:last-child img {
    transform: scaleX(-1);
}

#hero-bets p.custom-name-bg {
    background-color: hsla(211, 96%, 11%, 0.65);
    border-radius: 8px;
    padding: 0.25rem 0.8rem;
    text-align: center;
}

#bets [class^="match-"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 2rem;
    padding: 1rem;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.08);
}

#bets [class^="match-"] .clubs {
    display: flex;
    align-items: center;
    gap: 1rem;
}

#bets .clubs div:last-child img {
    transform: scaleX(-1);
}

#bets [class^="match-"] .bets {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding: 1rem;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.12);
}

#bets [class^="match-"] .bets .oddnr {
    width: 5rem;
    padding: 0.25rem;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.12);
}

#bets [class^="match-"] .bets [class^="odd-"] > div:first-of-type {
    margin-bottom: 1rem;
}

/* Mobile */
@media (max-width: 767px) {
    #hero-bets .clubs {
        width: 100%;
    }

    #hero-bets div[class^="club-"],
    #hero-bets div[class*=" club-"] {
        width: 100%;
    }

    #hero-bets p.custom-name-bg {
        font-size: 0.9rem;
    }

    #countdownText {
        margin-bottom: 0 !important;
    }
}

/* Tablet */
@media (min-width: 767px) {
    #bets [class^="match-"] {
        width: 48%;
    }
}

/* Desktop */
@media (min-width: 992px) {
    #bets [class^="match-"] {
        width: 30%;
    }
}
