body {
  background-color: #f5f8ff;
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
}

.info {
  display: flex;
  gap: 32px;
  padding: 32px 40px;
}

.left {
  width: 100%;
}

.k-wrapper.forecast27 {
  max-width: 900px;
  color: #0f172a;
}

.k-wrapper.forecast27 * {
  box-sizing: border-box;
}

.k-wrapper.forecast27 .k-title {
  margin: 0 0 14px 0;
  font: 700 26px/1.2 "Inter", system-ui, Arial;
}

.k-wrapper.forecast27 .k-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.04);
  border: 1.5px solid #e2e8f0;
  overflow: hidden;
}

.k-wrapper.forecast27 #k-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font: 600 16px/1.3 "Inter", system-ui, Arial;
  color: #111;
}

.k-wrapper.forecast27 #k-table thead {
  display: table-header-group;
}
.k-wrapper.forecast27 #k-table tbody {
  display: table-row-group;
}
.k-wrapper.forecast27 #k-table tr {
  display: table-row;
}
.k-wrapper.forecast27 #k-table th,
.k-wrapper.forecast27 #k-table td {
  display: table-cell;
  vertical-align: middle;
}

.k-wrapper.forecast27 #k-table thead th {
  background: #f6f9ff;
  padding: 12px 18px;
  text-align: left;
  font-weight: 700;
  border-bottom: 2px solid #e5e7eb;
}

.k-wrapper.forecast27 #k-table thead th:last-child {
  text-align: center;
  width: 140px;
}

.k-wrapper.forecast27 #k-table tbody td {
  padding: 10px 18px;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
  word-break: break-word;
}

.k-wrapper.forecast27 #k-table tbody tr:nth-child(even) td {
  background: #f8fafc;
}

.k-wrapper.forecast27 #k-table tbody tr:hover td {
  background: #eaf1ff;
}

.k-wrapper.forecast27 #k-table td.k-center {
  text-align: center;
  font-weight: 700;
}

.k-wrapper.forecast27 .k-empty {
  color: #6b7280;
  padding: 20px 12px;
}

.k-wrapper.forecast27 .k-msg {
  margin-top: 12px;
  font: 600 14px/1.45 "Inter", system-ui;
  color: #475569;
}

.k-wrapper.forecast27 .source-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  font: 600 15px/1.4 "Inter", system-ui;
  color: #0f172a;
  flex-wrap: wrap;
}

.k-wrapper.forecast27 .source-link {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 8px 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.k-wrapper.forecast27 .source-logo {
  height: 56px;
  display: block;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .info {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }

  .k-wrapper.forecast27 .k-title {
    font-size: 22px;
  }

  .k-wrapper.forecast27 #k-table {
    font-size: 15px;
  }

  .k-wrapper.forecast27 #k-table thead th,
  .k-wrapper.forecast27 #k-table tbody td {
    padding: 10px 14px;
  }

  .k-wrapper.forecast27 .source-logo {
    height: 44px;
  }
}

@media (max-width: 640px) {
  .k-wrapper.forecast27 .source-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .k-wrapper.forecast27 .source-link {
    padding: 6px 8px;
  }

  .k-wrapper.forecast27 .source-logo {
    height: 38px;
    max-width: 240px;
  }
}
