.elementor-1254 .elementor-element.elementor-element-7a24f95{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-1254 .elementor-element.elementor-element-7a24f95{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-1254 .elementor-element.elementor-element-7a24f95{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-fc9ea0e *//* Winners Tab Custom Styles */
.vt-tournament-container {
min-height: 100vh;
color: white;

font-family: 'Inter', system-ui, sans-serif;
}

/* Header Section */
.vt-header-section {
text-align: center;
margin-bottom: 4rem;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}

.vt-main-title {
font-size: clamp(2.5rem, 8vw, 4.5rem);
font-weight: 900;
margin-bottom: 1.5rem;
background: linear-gradient(135deg, #84cc16, #22c55e);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
letter-spacing: -0.02em;
line-height: 1.1;
}

.vt-main-description {
font-size: clamp(1.125rem, 3vw, 1.25rem);
color: #d1d5db;
max-width: 48rem;
margin: 0 auto;
line-height: 1.6;
font-weight: 400;
}

/* Winners Table Section */
.vt-winners-schedule-section {
background: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(24px);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 1rem;
padding: 2rem;
margin-bottom: 5rem;
max-width: 100%;
width: 100%;
margin-left: auto;
margin-right: auto;
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.vt-winners-schedule-title {
display: flex;
align-items: center;
gap: 0.75rem;
margin-bottom: 1.5rem;
color: #84cc16;
font-weight: 700;
font-size: 1.125rem;
letter-spacing: 0.05em;
}

.vt-schedule-icon {
width: 1.5rem;
height: 1.5rem;
color: #84cc16;
}

.vt-winners-table-wrapper {
background: rgba(255, 255, 255, 0.05);
border-radius: 0.75rem;
overflow: hidden;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.vt-winners-table {
width: 100%;
border-collapse: collapse;
}

.vt-winners-table th {
background: rgba(0, 0, 0, 0.3);
padding: 1rem 1.5rem;
text-align: left;
font-weight: 700;
font-size: 0.875rem;
letter-spacing: 0.05em;
color: #84cc16;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vt-winners-table td {
padding: 1rem 1.5rem;

}
table td, table th {
border: none !important;

}

.vt-winner-row {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

}

.vt-winner-row:hover {
background: rgba(255, 255, 255, 0.1);
transform: translateX(4px);
}

.vt-winner-row:last-child td {
border-bottom: none;
}



.vt-place-cell {
display: flex;
align-items: center;
gap: 0.75rem;
font-weight: 600;
color: white;
}

.vt-place-icon {
width: 1rem;
height: 1rem;
flex-shrink: 0;
}



.vt-team-cell {
font-weight: 600;
color: white;

}

.vt-prize-cell {
font-weight: 700;
}

.vt-first-prize { color: #ffffff; }
.vt-second-prize { color: #ffffff; }
.vt-third-prize { color: #ffffff; }
.vt-other-prize { color: #ffffff; }

/* Gallery Section */
.vt-winners-gallery-section {
margin-bottom: 5rem;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}

.vt-gallery-title {
font-size: clamp(2rem, 5vw, 2.5rem);
font-weight: 900;
color: #e5e7eb;
text-align: center;
margin-bottom: 3rem;
letter-spacing: -0.02em;
}

.vt-winners-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.vt-gallery-item {
position: relative;
aspect-ratio: 4/3;
border-radius: 0.75rem;
overflow: hidden;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.vt-gallery-item,
.vt-video-item {
    display: block;
    background-color: transparent !important;
    overflow: hidden;
    aspect-ratio: auto !important;
    height: auto !important;
}
.vt-gallery-item,
.vt-video-item {
    height: 280px; /* or whatever looks good */
}

.vt-gallery-image,
.vt-video-thumbnail {
    height: 100%;
    object-fit: cover;
}

.vt-gallery-image,
.vt-video-thumbnail {
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: cover;
    background: transparent !important;
}


.vt-gallery-item:hover {
transform: translateY(-8px);
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.vt-gallery-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.vt-gallery-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.vt-gallery-item:hover .vt-gallery-overlay {
opacity: 1;
}

.vt-gallery-item:hover .vt-gallery-image {
transform: scale(1.1);
}

.vt-expand-icon {
width: 2rem;
height: 2rem;
color: white;
}

/* Video Section */
.vt-tournament-video-section {
max-width: 1000px;
margin: 0 auto;
text-align: center;
}

.vt-video-title {
font-size: clamp(2rem, 5vw, 2.5rem);
font-weight: 900;
color: #e5e7eb;
margin-bottom: 3rem;
letter-spacing: -0.02em;
}

.vt-video-item {
position: relative;
aspect-ratio: 16/9;
border-radius: 0.75rem;
overflow: hidden;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.vt-video-item:hover {
transform: translateY(-8px);
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.vt-video-thumbnail {
width: 100%;
height: 100% !important;
object-fit: cover;
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.vt-video-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.vt-video-item:hover .vt-video-overlay {
background: rgba(0, 0, 0, 0.6);
}

.vt-video-item:hover .vt-video-thumbnail {
transform: scale(1.05);
}

.vt-play-button {
width: 5rem;
height: 5rem;
background: rgba(220, 38, 38, 0.9);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
}

.vt-video-item:hover .vt-play-button {
background: #dc2626;
transform: scale(1.1);
box-shadow: 0 15px 40px rgba(220, 38, 38, 0.5);
}

.vt-play-icon {
width: 2rem;
height: 2rem;
color: white;
margin-left: 0.25rem;
}

/* Lightbox */
.vt-lightbox {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.95);
backdrop-filter: blur(10px);
}

.vt-lightbox-content {
position: relative;
margin: auto;
padding: 1.25rem;
width: 90%;
max-width: 50rem;
top: 50%;
transform: translateY(-50%);
}

.vt-lightbox-image,
.vt-lightbox-video {
width: 100%;
height: auto;
max-height: 80vh;
border-radius: 0.75rem;
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.vt-lightbox-close {
position: absolute;
top: -2.5rem;
right: 0;
color: white;
font-size: 2.5rem;
font-weight: bold;
cursor: pointer;
z-index: 1001;
transition: color 0.3s;
background: rgba(0, 0, 0, 0.5);
width: 3rem;
height: 3rem;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}

.vt-lightbox-close:hover {
color: #dc2626;
background: rgba(0, 0, 0, 0.8);
}

/* Responsive Design */
@media (max-width: 1024px) {
.vt-winners-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
}

@media (max-width: 768px) {
.vt-tournament-container {
    padding: 2rem 0;
}

.vt-winners-schedule-section {
    padding: 1.5rem 10px;
    margin-bottom: 3rem;
}

.vt-winners-table th,
.vt-winners-table td {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
}

.vt-place-cell {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
}

.vt-winners-gallery {
    grid-template-columns: 1fr;
    gap: 1rem;
}

.vt-play-button {
    width: 4rem;
    height: 4rem;
}

.vt-play-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.vt-lightbox-content {
    padding: 1rem;
    width: 95%;
}

.vt-lightbox-close {
    top: -3rem;
    font-size: 2rem;
    width: 2.5rem;
    height: 2.5rem;
}
}

@media (max-width: 480px) {
.vt-winners-table th,
.vt-winners-table td {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
}

.vt-place-cell span {
    font-size: 0.875rem;
}
}/* End custom CSS */