/* side_kanan.css — Widget Sidebar Elegan & Minimalis */
/* ✅ Font diatur di global.css — tidak perlu ulang di sini */

.member-invite-widget,
.member-support {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  border-left: 3px solid #0e9bd3;
}

.member-invite-widget h4,
.member-support {
  margin: 0 0 16px 0;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
}

.member-invite-widget h4 {
  font-size: 19px;
  color: #0b2b41;
  margin-bottom: 12px;
}

.member-support p {
  font-size: 19px;
  color: #0b2b41;
  margin-bottom: 12px;
}

.member-support p span {
  color: #0e9bd3;
  font-weight: 600;
}

.invite-actions,
.support-actions {
  margin-top: 18px;
  text-align: left;
}

.btn-daftar-member,
.btn-support {
  display: inline-block;
  padding: 10px 20px;
  background: #0e9bd3;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  letter-spacing: 0.3px;
  /* ✅ font-family dihapus — cukup di global.css */
}

.btn-daftar-member:hover {
  background-color: #0b82af;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(14, 155, 211, 0.2);
}

.btn-support:hover {
  background-color: #0b82af;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(14, 155, 211, 0.2);
}