.elementor-17658 .elementor-element.elementor-element-e91c202{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17658 .elementor-element.elementor-element-ad2ba6f > .elementor-widget-container{background-color:#100449;padding:40px 40px 40px 40px;border-radius:20px 20px 20px 20px;}/* Start custom CSS for html, class: .elementor-element-ad2ba6f */.day-section {
    margin-bottom: 50px;
}

.day-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: white;
    font-weight: 600;
    padding: 14px;
    background: #ff9101;
    border-radius: 10px;
}
.match-card {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff1c;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 6%);
    margin-bottom: 15px;
    overflow: hidden;
    /* border: 1px solid #e8e8e86e; */
}

.col1, .col2, .col3 {
    padding: 25px;
}

.col1 {
    flex: 2;
    border-right: 1px solid #e8e8e830;
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: white !important;
}

.col2 {
    flex: 2;
    border-right: 1px solid #e8e8e830;
    display: flex;
    flex-direction: column;
    gap: 9px;
    justify-content: center;
    align-items: center;
}

.col3 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    flex-direction: column;
}

.col1 .tournament {
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    background: #FF9101;
    width: max-content;
    padding: 3px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.col1 .match-number {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: -5px;
}

.col1 .venue {
    color: #ffffff;
}

.col1 .group {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.team {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    width: 225px;
}

.team img {
    width: 36px;
    height: 24px;
    object-fit: cover;
    border-radius: 3px;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .match-card {
        flex-direction: column;
        padding: 15px;
    }

    .col1, .col2, .col3 {
        border-right: none;
        flex: unset;
        align-items: flex-start;
        padding: 10px;
    }

    .col3 {
        justify-content: flex-start;
        padding-top: 5px;
    }
}

.col3:before {
    content: 'Match Starts At';
    font-weight: 400;
    font-size: 14px;
    
}

.venue-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 15px;
}

.venue-box {
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgb(0 0 0 / 2%);
    border: 1px solid #e8e8e8;
}

.schedule {
    color: white;
}/* End custom CSS */