/* Kisure v276: prediction match card stays inline on every screen, date picker only shows stored fixture dates */
.football-prediction-detail-page .football-prediction-match-card__teams--inline,
.football-prediction-match-card__teams--inline {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: clamp(0.45rem, 1.7vw, 1.25rem) !important;
}

.football-prediction-detail-page .football-prediction-match-card__teams--inline .football-prediction-match-card__team,
.football-prediction-match-card__teams--inline .football-prediction-match-card__team {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    gap: clamp(0.35rem, 1.2vw, 0.75rem) !important;
}

.football-prediction-detail-page .football-prediction-match-card__team--home,
.football-prediction-match-card__team--home {
    justify-content: flex-end !important;
    text-align: right !important;
}

.football-prediction-detail-page .football-prediction-match-card__team--away,
.football-prediction-match-card__team--away {
    justify-content: flex-start !important;
    text-align: left !important;
}

.football-prediction-detail-page .football-prediction-match-card__teams--inline .football-prediction-match-card__team strong,
.football-prediction-match-card__teams--inline .football-prediction-match-card__team strong {
    display: block !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.15 !important;
}

.football-prediction-detail-page .football-prediction-match-card__teams--inline .football-prediction-match-card__team img,
.football-prediction-detail-page .football-prediction-match-card__teams--inline .football-prediction-match-card__team b,
.football-prediction-match-card__teams--inline .football-prediction-match-card__team img,
.football-prediction-match-card__teams--inline .football-prediction-match-card__team b {
    flex: 0 0 auto !important;
    width: clamp(34px, 6.5vw, 58px) !important;
    height: clamp(34px, 6.5vw, 58px) !important;
}

.football-prediction-detail-page .football-prediction-match-card__teams--inline .football-prediction-match-card__versus,
.football-prediction-match-card__teams--inline .football-prediction-match-card__versus {
    justify-self: center !important;
    min-width: clamp(44px, 8vw, 64px) !important;
    padding-inline: clamp(0.45rem, 1.6vw, 0.85rem) !important;
    white-space: nowrap !important;
    text-align: center !important;
}

@media (max-width: 640px) {
    .football-prediction-detail-page .football-prediction-match-card__teams--inline,
    .football-prediction-match-card__teams--inline {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
        gap: 0.42rem !important;
    }

    .football-prediction-detail-page .football-prediction-match-card__teams--inline .football-prediction-match-card__team,
    .football-prediction-match-card__teams--inline .football-prediction-match-card__team {
        gap: 0.32rem !important;
    }

    .football-prediction-detail-page .football-prediction-match-card__teams--inline .football-prediction-match-card__team strong,
    .football-prediction-match-card__teams--inline .football-prediction-match-card__team strong {
        font-size: clamp(0.76rem, 3.5vw, 0.92rem) !important;
    }

    .football-prediction-detail-page .football-prediction-match-card__teams--inline .football-prediction-match-card__team img,
    .football-prediction-detail-page .football-prediction-match-card__teams--inline .football-prediction-match-card__team b,
    .football-prediction-match-card__teams--inline .football-prediction-match-card__team img,
    .football-prediction-match-card__teams--inline .football-prediction-match-card__team b {
        width: 34px !important;
        height: 34px !important;
    }
}

.football-prediction-date-form--available-only select {
    min-height: 46px;
    border: 1px solid rgba(14, 35, 56, 0.14);
    border-radius: 14px;
    background: #ffffff;
    color: #10223a;
    padding: 0.78rem 0.95rem;
    font: inherit;
    min-width: min(100%, 330px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.football-prediction-date-form--available-only select:focus {
    outline: 3px solid rgba(13, 138, 250, 0.18);
    border-color: rgba(13, 138, 250, 0.55);
}

.football-prediction-date-shortcuts a small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.4rem;
    height: 1.4rem;
    margin-left: 0.35rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: rgba(13, 138, 250, 0.12);
    color: inherit;
    font-size: 0.75rem;
    font-weight: 900;
}

html[data-theme="dark"] .football-prediction-date-form--available-only select,
body.dark-mode .football-prediction-date-form--available-only select,
body.dark .football-prediction-date-form--available-only select {
    background: #071723;
    color: #f6fbff;
    border-color: rgba(209, 240, 206, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

@media (max-width: 720px) {
    .football-prediction-date-form--available-only select,
    .football-prediction-date-form--available-only .site-button {
        width: 100%;
    }
}
