/* KUNING KEKAL */
.yellow-bg {
  background-color: #f2f3b2;
  padding: 30px;
  border-left: 6px solid #0A2A66;
}

/* Tajuk */
.notice-title {
  color: #0A2A66;
  font-size: 22px;
  margin-bottom: 15px;
}

/* Link */
.notice-link {
  color: #0A2A66;
  font-weight: 600;
  word-break: break-word;
}

/* About text */
.apmaj-about {
  margin: 25px 0;
  font-size: 16px;
}

/* Indexing */
.apmaj-indexing {
  margin-top: 20px;
}

.indexing-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* ðŸ”¥ IKON SATU LAYER */
/* Container ikon */
.indexing-icons {
  display: flex;
  flex-wrap: wrap;              /* turun hanya bila tak muat */
  align-items: center;          /* selarikan tengah */
  gap: 20px;
}

/* Wrapper setiap ikon */
.indexing-icons img {
  height: 60px;                 /* ðŸ”‘ PENTING: tapak sama */
  width: auto;
  max-width: 180px;             /* elak ikon besar makan ruang */
  object-fit: contain;
  display: block;
}

.indexing-text-list {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
}

.indexing-text-item {
  display: flex;              /* ikon + teks sebaris */
  align-items: center;
  margin-bottom: 6px;         /* jarak antara baris */
}

.indexing-text-item img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

/* FULL WIDTH FOOTER – HELIX / EDUCON */
#sp-footer {
  background: #083c56;
}

#sp-footer .container {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

#sp-footer .apmaj-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 15px;
  text-align: center;
  color: #e8e6e6;
  line-height: 1.6;
  font-size: 0.9rem;
}

#sp-footer a {
  color: #ffffff;
  text-decoration: none;
}

#sp-footer a:hover {
  text-decoration: underline;
}



