/* =====================
   LAYOUT UTAMA (ANTI NGAMBANG)
===================== */
html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content-main,
.news-wrapper,
.fc-dashboard,
#fanclub-content {
  flex: 1;
}

/* =====================
   FOOTER MINI MKT4X
===================== */
.footer {
  background: #2f2f2f;
  color: #ccc;
  text-align: center;
  padding: 15px 10px;
  font-size: 13px;
  border-top: 1px solid #444;
  width: 100%;
}

/* MENU */
.footer-menu {
  margin-bottom: 10px;
  line-height: 1.6;
}

.footer-menu a {
  color: #bbb;
  text-decoration: none;
  margin: 0 5px;
  font-size: 12px;
  transition: 0.3s;
}

.footer-menu a:hover {
  color: #ffffff;
}

/* SOCIAL */
.footer-social {
  margin-bottom: 10px;
}

.footer-social a {
  color: #bbb;
  font-size: 16px;
  margin: 0 8px;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #ffffff;
  transform: scale(1.15);
}

/* COPYRIGHT */
.footer-copy {
  font-size: 11px;
  color: #999;
}

/* =====================
   RESPONSIVE (HP)
===================== */
@media (max-width: 600px) {
  .footer {
    padding: 12px 5px;
  }

  .footer-menu a {
    display: inline-block;
    margin: 3px 4px;
  }

  .footer-social a {
    font-size: 15px;
  }
}
