/*
Theme Name: GoalKick Child
Theme URI: https://goalkick.qodeinteractive.com
Description: A child theme of GoalKick
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: goalkick
Template: goalkick
*/

.qodef-blog.qodef-item-layout--simple-card 
.qodef-e:where(:not(.format-video):not(.format-link)) 
.qodef-e-content {
  position: relative;
  background-image: linear-gradient(90deg, rgba(255, 222, 24, 1), rgba(14, 97, 169, 1));
  background-repeat: no-repeat;
  background-size: 0% 4px;
  background-position: left bottom;
  transition: background-size 0.33s ease-in-out;
}



#qodef-page-header .qodef-header-logo-link {
    height: 186px !important;
    margin-top: 40px !important;
}

.qodef-header--standard #qodef-page-header-inner {
    border-bottom: 6px solid transparent !important;
    border-image: linear-gradient(90deg, rgba(255, 222, 24, 1), rgba(14, 97, 169, 1)) 1 !important;
    border-image-slice: 1 !important;
}

/* .qodef-sportspress-advanced-event-list.qodef-item-layout--type-1 .qodef-e-content:after {
    border-bottom: 3px solid transparent !important;
    border-image: linear-gradient(90deg, rgba(255, 222, 24, 1), rgba(14, 97, 169, 1)) 1 !important;
    border-image-slice: 1 !important;
background-color: none !important;
} 

.qodef-sportspress-advanced-event-list.qodef-item-layout--type-1 .qodef-e-content:after {
    background: linear-gradient(90deg, rgba(255, 222, 24, 1), rgba(14, 97, 169, 1)) !important;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: calc(100% - 3px);
    transition: all .33s ease-in-out;
    z-index: 1;
    height: 4px;
    width: 100%;
} 


.qodef-sportspress-advanced-event-list.qodef-item-layout--type-1 .qodef-e-content:after, {
    background: linear-gradient(90deg, rgba(255, 222, 24, 1), rgba(14, 97, 169, 1)) !important;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: calc(100% - 3px);
    transition: all .33s ease-in-out;
    z-index: 1;
    height: 4px;
    width: 0;
}*/

#fascia-partire .qodef-e-content {
    background-color: #1B2652 !important;
}

#fascia-partire .qodef-sportspress-advanced-event-list.qodef-item-layout--type-1.qodef-skin--light .qodef-e-event-date {
    background-color: #495583 !important;
}


#fascia-partire .qodef-sportspress-advanced-event-list.qodef-item-layout--type-1.qodef-skin--light .qodef-e-event-date {

    color: #fff !important;
    font-weight: 500 !important;

}


#fascia-partire .qodef-sportspress-advanced-event-list.qodef-item-layout--type-1 .qodef-e-event-venue {
    display: none !important;
}

.classifica  .sp-table-caption {
    display: none !important;
}

.qodef-header-navigation > ul > li > a .qodef-menu-item-text {
    background-image: linear-gradient(#0066CC, #0066CC) !important;
    background-position: 50% var(--qode-underline-offset, 100%);
    background-repeat: no-repeat;
    transition: background-size .3s ease-out;
    background-size: 0 4px;
}

.qodef-e-info a {
    color: #0E61A9 !important;
}

/* --- FILTRI E GRIGLIA GIOCATORI --- */
.team-section {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.team-filters-row {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 30px auto;
    /* display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; */
    display: block;
}

.team-filters {
    display: flex;
   
    flex-wrap: wrap;
    gap: 12px;
    width: auto !important;
    margin-bottom: 0;
}

.team-filter-btn {
    padding: 8px 16px;
    border: 2px solid #1e4f91;
    background-color: transparent;
    color: #1e4f91;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.team-filter-btn.active,
.team-filter-btn:hover {
    background-color: #1e4f91;
    color: #ffffff;
}

.players-row {
    width: 100%;
    display: flex;
    justify-content: center;
}

.players-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
    max-width: 1200px;
    padding: 0;
}

.swiper-button-prev {
    background-image: linear-gradient(to right, var(--qode-color-100, #fff) 50%, #284f91 50%) !important;
}

@media (max-width: 900px) {
    .players-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .players-grid {
        grid-template-columns: 1fr;
    }
}