/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 26 2025 | 06:17:58 */
#event .hiko-event-table-wrapper {

  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.5em;
}
#event .hiko-event-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1em;
  min-width: 320px;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  border-radius: 6px;
  overflow: hidden;
}
#event .hiko-event-table th {
  text-align: left;
  padding: 12px 15px;
  background-color: #f5f5f5;
  font-weight: 700;
  color: #333;
  width: 40%;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
#event .hiko-event-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  color: #555;
}

.kh-case-thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f2f2f2;
}

.kh-case-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
