

#customblock-LeftColumnStart {
    display: none;
}

a#clustrmaps-widget-v2, #clustrmaps-widget-v2 {
    display: none !important; 
}

#customblock-JournalIssue .content {
    text-align: center;
}

.fa.top {
    margin-right: 5px;
}

.btn-info {
    color: #eb5f2d;
    background-color: #fff;
    border-color: #eb5f2d;
    margin-right: 19px;
    transition: all 0.3s ease;
}
.btn-info:hover {
    color: #fff;
    background-color: #eb5f2d;
    border-color: #eb5f2d;
    margin-right: 19px;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(235, 95, 45, 0.3);
}

#customblock-editorialboard > div > p:nth-child(1) > span {
    margin: -1px;
}

/* ===============================
   FOOTER – JOURNAL THEME
================================ */

.custom-footer {
  background-color: #fef8f6 !important;
  color: #291812;
  font-size: 14px;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  clear: both;
}

/* Top Section */
.footer-top {
  padding: 30px 15px 20px !important;
  background-color: #2e2c2c !important;
  margin: 0;
}

.footer-brand {
  margin-bottom: 20px;
}

.footer-logo {
  max-width: 160px;
  margin-bottom: 10px;
  display: block;
}

.footer-description {
  color: #ffffff;
  opacity: 0.85;
  line-height: 1.5;
  font-size: 13px;
  margin: 0;
}

.footer-section {
  margin-bottom: 20px;
}

.footer-title {
  font-size: 14px;
  font-weight: 600;
  color: #eb5f2d;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-text {
  color: #ffffff;
  line-height: 1.5;
  font-size: 13px;
  margin-bottom: 6px;
}

.footer-text a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-text a:hover {
  color: #eb5f2d;
  transform: translateX(3px);
}

.contact-label {
  font-size: 11px;
  opacity: 0.7;
  display: block;
  margin-top: 2px;
}

/* Bottom Section */
.footer-bottom {
  background-color: #ffffff !important;
  border-top: 1px solid rgba(41, 24, 18, 0.1);
  padding: 15px 15px !important;
  text-align: center;
  margin: 0;
}

.footer-bottom p {
  margin: 3px 0;
  font-size: 12px;
}

.footer-bottom a {
  color: #eb5f2d;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-bottom a:hover {
  color: #d94d1a;
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 768px) {
  .footer-top {
    padding: 25px 15px 15px !important;
  }

  .footer-bottom {
    padding: 12px 15px !important;
  }

  .footer-logo {
    max-width: 140px;
  }
  
  .footer-brand,
  .footer-section {
    margin-bottom: 15px;
  }
}
