.elementor-52 .elementor-element.elementor-element-7541c14{margin-top:25px;margin-bottom:25px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-52 .elementor-element.elementor-element-a4432d6 img{width:15%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-52 .elementor-element.elementor-element-c79ffd6{text-align:center;}.elementor-52 .elementor-element.elementor-element-c79ffd6 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-weight:600;font-style:italic;}.elementor-52 .elementor-element.elementor-element-69e44c5 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:50px;font-weight:bold;text-transform:uppercase;}@media(max-width:1024px) and (min-width:768px){.elementor-52 .elementor-element.elementor-element-5745933{width:100%;}.elementor-52 .elementor-element.elementor-element-58fd06a{width:100%;}}/* Start custom CSS for html, class: .elementor-element-288de60 */.result-dots{
  display:flex;
  align-items:center;
  gap:16px;               /* üç öğe arası boşluk */
}

.result-item{
  display:inline-flex;
  align-items:center;
  gap:6px;                /* nokta ile yazı arası */
  color:#111;
  font-size:14px;
  font-weight:600;
}

.dot{
  width:12px;
  height:12px;
  border-radius:50%;
  display:inline-block;
  box-shadow:0 0 0 2px rgba(0,0,0,.06) inset;
}

.dot.win  { background:#22c55e; } /* Yeşil  */
.dot.draw { background:#9ca3af; } /* Gri    */
.dot.loss { background:#ef4444; } /* Kırmızı */

@media (max-width:480px){
  .result-dots{ gap:12px; }
  .result-item{ font-size:13px; }
  .dot{ width:10px; height:10px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f338e7f */.ticket-container {
  width: 100%;
  max-width: 600px;
  padding: 5px;
}

.ticket-link {
  text-decoration: none;
  display: block;
}

.ticket {
  display: flex;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100px;
}

.score {
    font-weight: 600;
}

.ticket-left {
  background-color: #cd0c0c;
  color: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  text-align: center;
}

.date {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.day {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.month {
  font-size: 15px;
  font-weight: 700;
  margin-top: 5px;
}

.ticket-right {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-logo {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.team-logo img {
  width: 40px;
  height: 40px;
}

.logo-text {
  font-size: 0.9rem;
  font-weight: 700;
  margin-left: 5px;
  color: #333;
}

.team-name {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 0px;
  color: #000;
  line-height: 1.1;
}

.event-details {
  font-size: 14px;
  color: #333;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .ticket {
    height: auto;
  }
  
  .ticket-left {
    width: 90px;
    padding: 15px 10px;
  }
  
  .day {
    font-size: 16px;
  }
  
  .month {
    font-size: 14px;
  }
  
  .team-name {
    font-size: 14px;
  }
  
  .event-details {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4011d9d */.ticket-container {
  width: 100%;
  max-width: 600px;
  padding: 5px;
}

.ticket-link {
  text-decoration: none;
  display: block;
}

.ticket {
  display: flex;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100px;
}

.ticket-left {
  background-color: #cd0c0c;
  color: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  text-align: center;
}

.date {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.day {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.month {
  font-size: 15px;
  font-weight: 700;
  margin-top: 5px;
}

.ticket-right {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-logo {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.team-logo img {
  width: 40px;
  height: 40px;
}

.logo-text {
  font-size: 0.9rem;
  font-weight: 700;
  margin-left: 5px;
  color: #333;
}

.team-name {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 0px;
  color: #000;
  line-height: 1.1;
}

.event-details {
  font-size: 14px;
  color: #333;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .ticket {
    height: auto;
  }
  
  .ticket-left {
    width: 90px;
    padding: 15px 10px;
  }
  
  .day {
    font-size: 16px;
  }
  
  .month {
    font-size: 14px;
  }
  
  .team-name {
    font-size: 1.5rem;
  }
  
  .event-details {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0e16ee */.ticket-container {
  width: 100%;
  max-width: 600px;
  padding: 5px;
}

.ticket-link {
  text-decoration: none;
  display: block;
}

.ticket {
  display: flex;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100px;
}

.ticket-left {
  background-color: #cd0c0c;
  color: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  text-align: center;
}

.date {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.day {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.month {
  font-size: 15px;
  font-weight: 700;
  margin-top: 5px;
}

.ticket-right {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-logo {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.team-logo img {
  width: 40px;
  height: 40px;
}

.logo-text {
  font-size: 0.9rem;
  font-weight: 700;
  margin-left: 5px;
  color: #333;
}

.team-name {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 0px;
  color: #000;
  line-height: 1.1;
}

.event-details {
  font-size: 14px;
  color: #333;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .ticket {
    height: auto;
  }
  
  .ticket-left {
    width: 90px;
    padding: 15px 10px;
  }
  
  .day {
    font-size: 16px;
  }
  
  .month {
    font-size: 14px;
  }
  
  .team-name {
    font-size: 1.5rem;
  }
  
  .event-details {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c850a89 */.ticket-container {
  width: 100%;
  max-width: 600px;
  padding: 5px;
}

.ticket-link {
  text-decoration: none;
  display: block;
}

.ticket {
  display: flex;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100px;
}

.ticket-left {
  background-color: #cd0c0c;
  color: white;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  text-align: center;
}

.date {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.day {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.month {
  font-size: 15px;
  font-weight: 700;
  margin-top: 5px;
}

.ticket-right {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-logo {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.team-logo img {
  width: 40px;
  height: 40px;
}

.logo-text {
  font-size: 0.9rem;
  font-weight: 700;
  margin-left: 5px;
  color: #333;
}

.team-name {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 0px;
  color: #000;
  line-height: 1.1;
}

.event-details {
  font-size: 14px;
  color: #333;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .ticket {
    height: auto;
  }
  
  .ticket-left {
    width: 90px;
    padding: 15px 10px;
  }
  
  .day {
    font-size: 16px;
  }
  
  .month {
    font-size: 14px;
  }
  
  .team-name {
    font-size: 1.5rem;
  }
  
  .event-details {
    font-size: 0.9rem;
  }
}/* End custom CSS */