.kurt-hahn-section {
  padding: 46px 25px 28px;
  border-radius: 20px;
  background: var(--Yellow-100, #fff6e7);
  margin: 80px 0;
}

.info-section {
  margin-bottom: 80px;
}

.round-square-header {
  text-align: center;
  margin-bottom: 46px;
}

.section-label {
  color: #d20049;
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 2.1px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.section-title {
  color: var(--Blue-400, #00243d);
  text-align: center;
  font-family: "Playfair Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
}

.tables-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.table-container {
  border-radius: 8px;
  height: auto;
  overflow: hidden;
  border: 1px solid #03489f;
}

.winners-table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  background-color: white;
  border: unset;
  border-spacing: unset;
  border-radius: unset;
  overflow: unset;
}

.winners-table thead {
  background: var(--Blue-300, #03489f);
  color: white;
}

.winners-table th {
  padding: 16px;
  font-weight: 400 !important ;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-right: 1px solid #03489f;
  border-bottom: 2px solid #03489f;
}

.winners-table th:last-child {
  border-right: none;
}

.winners-table td {
  padding: 16px;
  border-right: 1px solid #03489f;
  color: #00243d;
  border-bottom: 1px solid #03489f;
  font-size: 14px;
  line-height: 1.5;
  padding: 20px 50px;
}
.winners-table td:first-child {
  color: #03489f;
}
.winners-table td:last-child {
  border-right: none;
}

.winners-table tbody tr:last-child td {
  border-bottom: none;
}

.winners-table tbody tr:hover {
  background-color: #f9f7f4;
}

.info-box {
  border-radius: 20px;
  background: var(--Green-100, #def4e2);
  padding: 28px;
  border-radius: 6px;
}

.info-box p {
  color: #767676;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 11px;
  line-height: 160%; /* 28.8px */
}

.link-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 10px;
  background: #c6e8cc;
}

.info-link {
  color: #00243d;
  border-radius: 10px;
  background-color: #c6e8cc;
  text-decoration: none;
  font-size: 14px;
  word-break: break-all;
  flex: 1;
}

.copy-btn {
  position: absolute;
  right: 10px;
  background-color: #28a745;
  color: white;
  border: none;
  padding: 7px 15px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Open Sans";
}

/* .copy-btn::before {
  content: "📋";
  font-size: 16px;
} */

.copy-btn:hover {
  background-color: #218838;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.copy-btn:active {
  background-color: #1e7e34;
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .winners-table td{
    padding: 10px;
  }
  .tables-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .kurt-hahn-section {
    padding: 40px 20px 25px;
  }
}

@media (max-width: 768px) {
  .tables-wrapper {
    gap: 30px;
  }

  .section-title {
    font-size: 32px;
  }

  .winners-table th,
  .winners-table td {
    padding: 12px;
    font-size: 13px;
  }

  .winners-table td {
    padding: 12px;
  }

  .table-container {
    border-radius: 8px;
  }

  .link-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }

  .info-link {
    word-break: break-word;
  }

  .copy-btn {
    position: static;
    width: 100%;
    padding: 10px 12px;
  }

  .info-box {
    padding: 16px;
  }
}

@media (max-width: 600px) {
  .section-title {
    font-size: 28px;
  }

  .kurt-hahn-section {
    padding: 35px 15px 20px;
    margin: 50px 0;
  }

  .round-square-header {
    margin-bottom: 30px;
  }

  .winners-table th {
    padding: 10px;
    font-size: 12px;
  }

  .winners-table td {
    padding: 10px;
    font-size: 12px;
  }

  .info-section {
    margin-bottom: 50px;
  }

  .info-box p {
    font-size: 15px;
  }

  .info-link {
    font-size: 12px;
  }

  .copy-btn {
    font-size: 12px;
    padding: 8px 10px;
  }
}

/* Mobile wrapper - hidden on desktop */
.mobile-tables-wrapper {
  display: none;
}

.mobile-table-container {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #03489f;
}

.mobile-combined-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
}

.mobile-combined-table thead {
  background: var(--Blue-300, #03489f);
  color: white;
}

.mobile-combined-table th {
  padding: 16px;
  font-weight: 400 !important ;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-right: 1px solid #03489f;
  border-bottom: 2px solid #03489f;
}

.mobile-combined-table th:last-child {
  border-right: none;
}

.mobile-combined-table td {
  padding: 20px;
  border-right: 1px solid #03489f;
  color: #00243d;
  border-bottom: 1px solid #03489f;
  font-size: 14px;
  line-height: 1.5;
}

.mobile-combined-table td:first-child {
  color: #03489f;
}

.mobile-combined-table td:last-child {
  border-right: none;
}

.mobile-combined-table tbody tr:last-child td {
  border-bottom: none;
}

.mobile-combined-table tbody tr:hover {
  background-color: #f9f7f4;
}

@media (max-width: 480px) {
  /* Hide desktop tables */
  .tables-wrapper {
    display: none;
  }

  .mobile-tables-wrapper {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .mobile-tables-wrapper::-webkit-scrollbar {
    display: none;
  }

  .mobile-table-container {
    min-width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    scroll-snap-align: start;
    border-radius: 8px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
  }

  .mobile-combined-table {
    font-size: 11px;
    width: 100%;
  }

  .mobile-combined-table th {
    font-size: 14px;
  }

  .mobile-combined-table td {
    font-size: 14px;
  }

  .section-title {
    font-size: 24px;
  }

  .kurt-hahn-section {
    padding: 30px 10px;
    background-color:#fff;
    padding: 0px;
    margin: 40px 0;
    border-radius: 15px;

  }

  .section-label {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .info-section {
    margin-bottom: 40px;
  }

  .info-box {
    padding: 12px;
    border-radius: 8px;
  }

  .info-box p {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .link-wrapper {
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .info-link {
    font-size: 11px;
  }

  .copy-btn {
    font-size: 11px;
    padding: 7px 8px;
    width: auto;
  }

  .copy-btn svg {
    width: 18px;
    height: 18px;
  }
}
