:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a31e448 */.kepuasan-dosen {
  background: #ffffff;
  padding: 80px 20px;
  max-width: 1100px;
  margin: auto;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.kepuasan-header {
  text-align: center;
  margin-bottom: 60px;
}

.kepuasan-header h1 {
  font-size: 34px;
  color: #9B0000;
  margin-bottom: 10px;
}

.kepuasan-header p {
  color: #555;
  max-width: 800px;
  margin: auto;
  line-height: 1.6;
}

.kepuasan-indikator {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.indikator-box {
  background: #f9f9f9;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.indikator-box h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #222;
}

.bar {
  background: #e6e6e6;
  height: 10px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
}

.bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #9B0000, #CA0000);
  border-radius: 6px;
}

.indikator-box small {
  color: #666;
}

.kepuasan-catatan {
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
  color: #666;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa0dc64 *//* ===============================
   HALAMAN KEPUASAN DOSEN FH UNAS
   =============================== */

.kepuasan-dosen {
  background: #ffffff;
  padding: 80px 20px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1f1f1f;
}

.kepuasan-dosen .container {
  max-width: 960px;
  margin: 0 auto;
}

.kd-header {
  text-align: center;
  margin-bottom: 60px;
}

.kd-header h1 {
  font-size: 36px;
  color: #9B0000;
  margin-bottom: 10px;
}

.kd-header p {
  font-size: 16px;
  color: #666;
}

.kd-section {
  margin-bottom: 40px;
}

.kd-section h2 {
  font-size: 22px;
  color: #9B0000;
  margin-bottom: 15px;
  border-left: 5px solid #9B0000;
  padding-left: 15px;
}

.kd-section p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.kd-section ul {
  padding-left: 20px;
}

.kd-section ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Highlight hasil survei */
.kd-section.highlight {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  border-left: 6px solid #9B0000;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .kd-header h1 {
    font-size: 28px;
  }

  .kd-section h2 {
    font-size: 20px;
  }

  .kd-section p,
  .kd-section ul li {
    font-size: 15px;
  }
}/* End custom CSS */