/*
Theme Name: nw-airprohae Child
Theme URI: https://example.com/nw-airprohae-child
Description: Child theme for nw-airprohae
Author: Auto-generated
Author URI: https://example.com
Template: nw-airprohae
Version: 1.0.0
Text Domain: nw-airprohae-child
*/
.blog-section {
  padding: 40px 0;
  background: #fff;
}

.blog-grid {
  column-count: 2;
  column-gap: 40px;
}
@media (max-width: 768px) {
  .blog-grid {
    column-count: 1;
  }
}

.blog-card {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 30px;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 40px;
  break-inside: avoid;
  page-break-inside: avoid;
  display: block;
}
.blog-card__date {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 12px;
  text-transform: capitalize;
}
.blog-card__title {
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: #003366;
  line-height: 1.1;
  margin-bottom: 12px;
  text-transform: none;
  letter-spacing: -0.02em;
}
.blog-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
.blog-card__title a:hover {
  color: #d2232a;
}
.blog-card__meta {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 20px;
}
.blog-card__image-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background: #f4f4f4;
}
.blog-card__image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}
.blog-card__image-wrap img:hover {
  opacity: 0.9;
}
.blog-card__excerpt {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.pagination a, .pagination span.current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  min-width: 35px;
  background: transparent;
  color: #333;
  border: 1px solid #ddd;
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
.pagination a:hover:not(.current), .pagination span.current:hover:not(.current) {
  background: #f4f4f4;
}
.pagination span.current {
  background: #f4f4f4;
  font-weight: bold;
  color: #000;
}

.blog-categories-list {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid #eee;
}
.blog-categories-list h3 {
  font-size: 1.6rem;
  color: #003366;
  font-weight: 800;
  margin-bottom: 20px;
}
.blog-categories-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-categories-list ul li {
  border-bottom: 1px solid #eee;
}
.blog-categories-list ul li a {
  display: flex;
  align-items: center;
  padding: 12px 0;
  color: #555;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}
.blog-categories-list ul li a::after {
  content: ">";
  margin-left: auto;
  color: #aaa;
  font-weight: bold;
  font-family: monospace;
}
.blog-categories-list ul li a:hover {
  color: #d2232a;
}
.blog-categories-list ul li a:hover::after {
  color: #d2232a;
}

/*# sourceMappingURL=style.css.map */
