
.gsp-bottom-menu {
  display: flex;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border-top: 1px solid #ccc;
  z-index: 9999;
}
.gsp-btn {
  flex: 1;
  padding: 7px;
  text-align: center;
  font-size: 12px;
  color: #444;
  border-right: 1px solid #ccc;
}
.gsp-btn:last-child {
  border-right: none;
}
.gsp-btn i {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}
.gsp-btn.active {
  color: purple;
}
.gsp-modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
}
.gsp-modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 400px;
  text-align: center;
}
.gsp-modal-content a {
  display: block;
  margin: 5px 0;
  color: #333;
  text-decoration: none;
}
.gsp-close {
  margin-top: 10px;
  padding: 5px 10px;
  background: purple;
  color: white;
  border: none;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .gsp-bottom-menu { display: none; }
}

/* Border untuk modal submenu popup */
.popup-submenu-modal {
    border: 1px solid #ccc !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.gerakin-popup-content .submenu-item {
    border-bottom: 1px solid #eee;
    text-align: left;
    padding: 10px 15px;
}

.gerakin-popup-content .submenu-item:last-child {
    border-bottom: none;
}
.gerakin-popup-content .submenu-item a {
    text-decoration: underline;
}
.gsp-modal-content a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}