/*
Theme Name: Sutriman V4.3
Theme URI: https://sutriman.com/
Author: Sutriman
Author URI: https://sutriman.com/
Description: Modern WordPress theme using Bootstrap 5 with custom Theme Options admin menu for Analytics, AdSense, and scripts.
Version: 4.3.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: sutriman
*/

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #212529;
  background-color: #ffffff;
}

.site-header {
  border-bottom: 1px solid #dee2e6;
}

.brand-text {
  font-weight: 300;
  color: #212529;
  font-size: 1.75rem;
  text-decoration: none;
}

.brand-text strong {
  font-weight: 700;
}

.sidebar-scroll {
  max-height: 420px;
  overflow-y: auto;
}

.sidebar-scroll ul {
  list-style-type: disc;
  padding-left: 1.2rem;
}

.sidebar-scroll li {
  margin-bottom: 0.4rem;
}

.sidebar-scroll a {
  color: #0d6efd;
  text-decoration: none;
}

.sidebar-scroll a:hover {
  text-decoration: underline;
}

.card-custom {
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.04);
}

.comments-area {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #dee2e6;
}
