/* Theme 9 - Classic Blog Style */

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  background-color: #f5f5f0;
  color: #333333;
  font-size: 1.1rem;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", Georgia, serif;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.4;
  margin-bottom: 1rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }

.blog-header-logo {
  font-family: "Lora", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 600;
  color: #2c3e50;
  text-decoration: none;
}

.theme-9 {
  max-width: 1200px;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

/* Header Classic */
.header-theme9 {
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  padding: 2rem 0;
  margin-bottom: 2rem;
}

.header-theme9.sticky-top {
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-theme9 .nav-link {
  color: #555555;
  font-weight: 400;
  font-size: 1rem;
  padding: 0.5rem 1.25rem;
  transition: color 0.3s ease;
  border-bottom: 2px solid transparent;
}

.header-theme9 .nav-link:hover {
  color: #2c3e50;
  border-bottom-color: #2c3e50;
}

/* Hero Classic */
.hero-section {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 3rem;
  margin-bottom: 3rem;
  border-radius: 5px;
}

.hero-section h1 {
  font-size: 2.75rem;
  color: #2c3e50;
  font-weight: 600;
}

.hero-section .badge {
  background: #e8e8e8;
  color: #555555;
  font-weight: 400;
  padding: 0.4rem 0.8rem;
  border-radius: 3px;
}

/* Cards Classic */
.card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.card-title {
  color: #2c3e50;
  font-weight: 600;
}

.card-text {
  color: #666666;
}

/* Article Items Classic */
.article-item {
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  padding: 2.5rem 0;
  margin-bottom: 0;
}

.article-item:last-child {
  border-bottom: none;
}

.article-item h3 {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}

.article-item h3 a {
  color: #2c3e50;
  text-decoration: none;
}

.article-item h3 a:hover {
  color: #34495e;
  text-decoration: underline;
}

.article-item .badge {
  background: #f0f0f0;
  color: #555555;
  font-weight: 400;
  padding: 0.3rem 0.7rem;
  border-radius: 3px;
}

/* Buttons Classic */
.btn {
  border-radius: 3px !important;
  font-weight: 400;
  padding: 0.6rem 1.5rem;
  transition: all 0.3s ease;
}

.btn.btn-dark,
.btn-dark {
  background: #2c3e50 !important;
  border-color: #2c3e50 !important;
  color: #ffffff !important;
}

.btn.btn-dark:hover,
.btn-dark:hover {
  background: #34495e !important;
  border-color: #34495e !important;
  color: #ffffff !important;
}

.btn.btn-outline-dark,
.btn-outline-dark {
  border-color: #2c3e50 !important;
  color: #2c3e50 !important;
  background: transparent !important;
}

.btn.btn-outline-dark:hover,
.btn-outline-dark:hover {
  background: #2c3e50 !important;
  color: #ffffff !important;
}

.btn.btn-primary,
.btn-primary {
  background: #2c3e50 !important;
  border-color: #2c3e50 !important;
  color: #ffffff !important;
}

.btn.btn-primary:hover,
.btn-primary:hover {
  background: #34495e !important;
  border-color: #34495e !important;
  color: #ffffff !important;
}

.btn.btn-outline-primary,
.btn-outline-primary {
  border-color: #2c3e50 !important;
  color: #2c3e50 !important;
  background: transparent !important;
}

.btn.btn-outline-primary:hover,
.btn-outline-primary:hover {
  background: #2c3e50 !important;
  border-color: #2c3e50 !important;
  color: #ffffff !important;
}

.btn.btn-light,
.btn-light {
  background: #ffffff !important;
  border-color: #e0e0e0 !important;
  color: #2c3e50 !important;
}

.btn.btn-light:hover,
.btn-light:hover {
  background: #f5f5f0 !important;
  border-color: #2c3e50 !important;
  color: #2c3e50 !important;
}

/* Aside Classic - Large */
.theme-9 aside {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 2rem;
  position: sticky;
  top: 100px;
  margin-bottom: 2rem;
}

.theme-9 aside h4 {
  color: #2c3e50;
  font-weight: 600;
  font-size: 1.25rem;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}

.theme-9 aside a {
  color: #555555;
  text-decoration: none;
}

.theme-9 aside a:hover {
  color: #2c3e50;
  text-decoration: underline;
}

.theme-9 aside .list-unstyled li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e8e8e8;
}

.theme-9 aside .list-unstyled li:last-child {
  border-bottom: none;
}

/* Footer Classic */
footer {
  background: #2c3e50;
  color: #ecf0f1;
  padding: 3rem 0;
  margin-top: 4rem;
  text-align: center;
}

footer a {
  color: #ecf0f1;
  text-decoration: none;
}

footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Pagination Classic */
.blog-pagination .btn {
  border-radius: 3px;
}

/* Text Colors */
.text-muted {
  color: #888888 !important;
}

/* Responsive */
@media (max-width: 991px) {
  .theme-9 aside {
    position: static;
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.5rem; }
  
  .hero-section {
    padding: 2rem 1.5rem;
  }
  
  .theme-9 {
    padding: 1rem;
  }
}
