.elementor-3766 .elementor-element.elementor-element-e104e6e{--display:flex;--flex-wrap:wrap;}.elementor-3766 .elementor-element.elementor-element-3eb780a{--display:flex;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-3766 .elementor-element.elementor-element-18561c1{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-3766 .elementor-element.elementor-element-18561c1 .elementor-divider-separator{width:0%;}.elementor-3766 .elementor-element.elementor-element-18561c1 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}@media(max-width:767px){.elementor-3766 .elementor-element.elementor-element-e104e6e{--flex-wrap:wrap;}}/* Start custom CSS for html, class: .elementor-element-1a30769 */<style>
.replay-container {
  max-width: 900px;
  margin: 40px auto;
  font-family: 'Prompt', sans-serif;
  background: linear-gradient(135deg, #f5f7fa 0%, #e9f0f6 100%);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding-bottom: 30px;
}

.replay-header {
  background: linear-gradient(135deg, #4e54c8 0%, #8f94fb 100%);
  color: white;
  padding: 25px;
  text-align: center;
}

.replay-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.replay-title i {
  font-size: 28px;
  margin-right: 15px;
  color: white;
}

.replay-title h1 {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  color: white;
}

.replay-subtitle {
  font-size: 16px;
  font-weight: 300;
  opacity: 0.9;
  margin: 0;
}

.table-container {
  padding: 20px;
  overflow-x: auto;
}

.replay-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

.replay-table th,
.replay-table td {
  text-align: center; /* กึ่งกลางในแนวนอน */
  vertical-align: middle; /* กึ่งกลางในแนวตั้ง */
  padding: 15px; /* เพิ่ม padding เพื่อให้ดูสะดวกสบาย */
}

.replay-table th {
  background-color: #f5f5f5;
  color: #444;
  font-weight: 500;
  text-align: left;
  border-bottom: 2px solid #e0e0e0;
}

.replay-table th i {
  margin-right: 5px;
  opacity: 0.7;
}

.replay-table td {
  border-bottom: 1px solid #f0f0f0;
}

.replay-table tr:last-child td {
  border-bottom: none;
}

.replay-table tr:hover {
  background-color: #f9f9f9;
}

a {
  text-decoration: none !important;
}

/* ปุ่มไอคอนแพลตฟอร์ม */
.platform-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
}

.platform-btn.youtube {
  background-color: #FF0000;
}

.platform-btn.facebook {
  background-color: #1877F2;
}

.platform-btn:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

/* ปุ่มดูย้อนหลัง */
.watch-btn {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 500;
  color: white;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
}

.youtube-btn {
  background-color: #FF0000;
}

.youtube-btn:hover {
  background-color: #cc0000;
  transform: translateY(-2px);
}

.facebook-btn {
  background-color: #1877F2;
}

.facebook-btn:hover {
  background-color: #145dbf;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .replay-table th:nth-child(1),
  .replay-table td:nth-child(1),
  .replay-table th:nth-child(4),
  .replay-table td:nth-child(4) {
    display: none;
  }

  .platform-btn {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .watch-btn {
    padding: 10px 18px;
    font-size: 15px;
    border-radius: 999px;
  }

  .replay-table td {
    font-size: 14px;
  }
}
</style>/* End custom CSS */