.tx-breadcrumb {
  vertical-align: middle;
  margin: auto;
}

.tx-title-custom {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;

  vertical-align: middle;
  margin: auto;
}

.tx-title2-custom {
  color: #2c2c2c;
  font-family: Quicksand;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: center;

  padding-bottom: 4%;
}

.tx-title3-custom {
  color: #2c2c2c;
  font-family: Quicksand;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0em;
  text-align: left;

  padding-bottom: 2%;
}

.tx-subtitle-custom {
  color: #2c2c2c;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.05em;
  text-align: left;
}
.tx-subtitle3-custom {
  color: #2c2c2c;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.05em;
  text-align: left;

  padding-bottom: 2%;
}

.c1f1 {
  background-color: #eeeeee;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c1f2 {
  padding-top: 36px;
}

.r1c1 {
  background-color: #043277;

  height: 180px;
  border-radius: 15px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.c2 {
  padding-top: 72px;
  padding-bottom: 100px;
}

.c2r1 {
  padding-bottom: 64px;
}

.c2r2-filter {
  height: 522px;

  background: #ffffff;
  /* Border / Subtle */

  border: 2px solid #aaaaaa;
  box-sizing: border-box;
  box-shadow:
    -5px 0px 5px rgba(44, 44, 44, 0.05),
    -5px 0px 5px rgba(44, 44, 44, 0.05),
    0px -5px 5px rgba(44, 44, 44, 0.05),
    0px 5px 5px rgba(44, 44, 44, 0.05);
  border-radius: 8px;
}
.c2r2-content-hint {
  height: 48px;

  background: #ffffff;
  /* Border / Subtle */

  border: 2px solid #aaaaaa;
  box-sizing: border-box;
  box-shadow:
    -5px 0px 5px rgba(44, 44, 44, 0.05),
    -5px 0px 5px rgba(44, 44, 44, 0.05),
    0px -5px 5px rgba(44, 44, 44, 0.05),
    0px 5px 5px rgba(44, 44, 44, 0.05);
  border-radius: 8px;
}

.c2r2-content-item {
  background: #ffffff;
  border: 2px solid #aaaaaa;
  box-sizing: border-box;
  box-shadow:
    -5px 0px 5px rgba(44, 44, 44, 0.05),
    -5px 0px 5px rgba(44, 44, 44, 0.05),
    0px -5px 5px rgba(44, 44, 44, 0.05),
    0px 5px 5px rgba(44, 44, 44, 0.05);
  border-radius: 8px;
}

.tx-content-title {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;

  color: #2c2c2c;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: clip;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  text-align: left;
  margin: auto;
}

.tx-content-title-whitespace {
  height: 50px;
}

.tx-content-subtitle {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #2c2c2c;
  text-align: left;
  margin-bottom: auto;

  padding-bottom: 8px;
}

.tx-content-detail {
  font-family: Quicksand;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;

  color: #2c2c2c;

  text-align: left;
  margin-bottom: auto;
  padding-bottom: 6px;
}

.btn-c2r2-custom {
  background-color: #043277 !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;

  font-family: Quicksand;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 134.77%;

  display: flex;
  align-items: center;

  color: #ffffff;
  padding-left: 5%;
  padding-right: 5%;
}

/* Container Utama */
.notification-page {
  background-color: #f8f9fa;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

/* Card Biru */
.hero-notification-card {
  background-color: #043277;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(4, 50, 119, 0.2);
  margin-bottom: 40px;
  text-align: center;
}

/* Teks Utama - Responsif */
.notification-text {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 2rem; /* Ukuran default laptop */
  line-height: 1.4;
  margin: 0;
}

.notification-text strong {
  font-weight: 700;
  color: #ffd166; /* Memberi aksen pada kata Admin Romantik */
}

/* Container Gambar */
.illustration-container {
  text-align: center;
  padding: 20px;
}

.main-illustration {
  max-height: 400px;
  width: auto;
  transition: transform 0.3s ease;
}

/* Tombol Custom */
.btn-primary-custom {
  background-color: #043277;
  color: white;
  padding: 12px 30px;
  border-radius: 10px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s;
}

.btn-primary-custom:hover {
  background-color: #032558;
  color: #fff;
  transform: translateY(-2px);
}

/* --- Media Queries (Kunci Responsif) --- */

/* Layar Tablet & HP (Max width 768px) */
@media (max-width: 768px) {
  .notification-text {
    font-size: 1.5rem; /* Mengecil di HP */
  }

  .hero-notification-card {
    padding: 30px 20px;
    margin: 0 10px 30px 10px;
  }

  .main-illustration {
    max-height: 250px;
  }
}

/* Layar HP Kecil (Max width 480px) */
@media (max-width: 480px) {
  .notification-text {
    font-size: 1.25rem;
  }
}
