/* =========================================
   LAPORAN PAGE - FINAL CENTER & FULL WIDTH
========================================= */

/* Sembunyikan title bawaan Drupal */
.path-laporan #block-rsko-theme-page-title,
.path-laporan .page-title,
.path-laporan h1.page-title {
  display: none !important;
}

/* Hilangkan sisa konten poliklinik */
.path-laporan .view-poli-klinik,
.path-laporan .view-poliklinik,
.path-laporan .doctor-search-page,
.path-laporan .rsko-poliklinik-page,
.path-laporan .poliklinik-page {
  display: none !important;
}

/* Main wrapper */
.rsko-laporan-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.rsko-laporan-page {
  width: 100%;
  margin: 0 auto;
}

/* Hero */
.rsko-laporan-hero {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(rgba(42, 72, 96, 0.82), rgba(42, 72, 96, 0.82)),
    url("../images/bg-pattern.jpg") center/cover no-repeat;
}

.rsko-laporan-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

/* Content */
.rsko-laporan-content {
  padding: 70px 20px;
}

.rsko-laporan-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/* Title */
.rsko-laporan-title {
  margin: 0 0 30px;
  font-size: 42px;
  font-weight: 700;
  color: #152238;
}

/* Table card */
.rsko-laporan-table-card {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  overflow-x: auto;
}

/* Table */
.rsko-laporan-table {
  width: 100%;
  min-width: 1100px;
  border-collapse: collapse;
}

.rsko-laporan-table th,
.rsko-laporan-table td {
  padding: 24px 28px;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: middle;
}

.rsko-laporan-table th {
  background: #f8fafc;
  color: #111827;
  font-weight: 700;
  text-align: left;
}

.rsko-laporan-table tbody tr:nth-child(even) {
  background: #f9fafb;
}

/* Column widths */
.col-no {
  width: 80px;
  text-align: center;
}

.col-judul {
  width: 35%;
  font-weight: 700;
  line-height: 1.6;
}

.col-desc {
  width: 50%;
  line-height: 1.7;
}

.col-view {
  width: 150px;
  text-align: center;
}

/* Button */
.rsko-btn-lihat {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  transition: 0.2s ease;
}

.rsko-btn-lihat:hover {
  background: #15803d;
  color: #fff !important;
}

/* Empty state */
.rsko-empty {
  padding: 40px;
  text-align: center;
  color: #64748b;
}

/* Tablet */
@media (max-width: 1024px) {
  .rsko-laporan-container {
    max-width: 100%;
  }

  .rsko-laporan-table {
    min-width: 900px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .rsko-laporan-hero {
    min-height: 220px;
  }

  .rsko-laporan-content {
    padding: 40px 14px;
  }

  .rsko-laporan-title {
    font-size: 30px;
  }

  .rsko-laporan-table {
    min-width: 760px;
  }

  .rsko-laporan-table th,
  .rsko-laporan-table td {
    padding: 16px;
  }
}

/* FORCE CENTER LAPORAN */
.path-laporan #block-rsko-theme-page-title {
  display: none !important;
}

.rsko-laporan-main {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.rsko-laporan-main__inner {
  width: 100% !important;
}

.rsko-laporan-page {
  width: 100% !important;
  margin: 0 auto !important;
}

.rsko-laporan-content {
  width: 100% !important;
  padding: 70px 32px !important;
  box-sizing: border-box;
}

.rsko-laporan-container {
  width: 100% !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
}

.rsko-laporan-table-card {
  width: 100% !important;
  margin: 0 auto !important;
  overflow-x: auto !important;
}

.rsko-laporan-table {
  width: 100% !important;
  min-width: 1000px !important;
}