/* SRP Journals — Custom Styles */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
a { transition: color 0.2s; }
img { max-width: 100%; height: auto; }

/* Responsive grid helpers */
@media (max-width: 768px) {
  div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
  div[style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
  div[style*="grid-template-columns:2fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Tab active fix */
button[id^="tab-"].active {
  background: #0F3460 !important;
  color: #fff !important;
  border-color: #0F3460 !important;
}
