body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #2e94cd;
  color: #222;
}

.page {
  max-width: 1180px;
  margin: 18px auto;
  background: #d5d5d5;
  border-radius: 12px;
  padding: 26px;
  box-shadow: 0 0 12px rgba(0,0,0,.45);
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  padding: 24px;
  border-radius: 10px 10px 0 0;
}

.hero-image {
  width: 260px;
  height: 140px;
  background: linear-gradient(135deg, #ff8753, #222);
}

.hero-title {
  width: 430px;
  height: 140px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b1111;
  font-size: 30px;
}

.content {
  max-width: 860px;
  margin: 18px auto 0;
}

.box,
.article-card {
  background: #f7f7f7;
  border-radius: 10px;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #c8c8c8;
}

.box-title,
.article-card h2 {
  margin: 0;
  padding: 8px 12px;
  background: linear-gradient(#333, #111);
  color: white;
  font-size: 18px;
}

.box-body {
  padding: 20px 24px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.search-box {
  margin: 18px 0;
  display: flex;
}

.search-box input {
  flex: 1;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 6px 0 0 6px;
}

.search-box button {
  padding: 10px 18px;
  border: 0;
  background: #2f8fca;
  color: white;
  font-weight: bold;
  border-radius: 0 6px 6px 0;
}

.article-card p {
  padding: 14px 14px 4px;
  font-style: italic;
  line-height: 1.45;
}

.news-meta {
  clear: both;
  margin-top: 18px;
  padding: 8px 14px 14px;
  color: #1b6094;
  font-size: 14px;
}

.news-card {
    background: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px #c8c8c8;
}

.news-title {
    padding: 9px 14px;
    background: linear-gradient(#333, #111);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 24px 0;
    flex-wrap: wrap;
}

.pagination a,
.pagination span {
    padding: 7px 11px;
    border-radius: 5px;
    text-decoration: none;
}

.pagination a {
    background: #333;
    color: #fff;
}

.pagination a:hover {
    background: #111;
}

.pagination .active {
    background: #2f8fca;
    color: #fff;
    font-weight: bold;
}

.news-list {
    padding-left: 12px;
    padding-right: 12px;
}

.news-body {
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.45;
}

.comments-box {
    margin: 22px 12px 0;
    background: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px #c8c8c8;
}

.comments-title {
    padding: 9px 14px;
    background: linear-gradient(#333, #111);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.comments-body {
    padding: 14px;
}

.comment-card {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 12px;
}

.comment-author {
    font-size: 13px;
    color: #1b6094;
    margin-bottom: 8px;
    font-weight: bold;
}

.comment-text {
    font-size: 14px;
    line-height: 1.45;
}

.no-comments {
    margin: 0;
    font-size: 14px;
    font-style: italic;
}
.detail-navigation {
    margin: 0 12px 18px;
}

.detail-navigation a {
    display: inline-block;
    padding: 8px 18px;
    background: linear-gradient(#4a4a4a, #111);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 7px;
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
}

.detail-navigation a:hover {
    background: linear-gradient(#555, #222);
}

.search-reset {
    margin: 0 12px 16px;
    font-size: 14px;
    color: #333;
}

.search-reset a {
    color: #1b6094;
    font-weight: bold;
    text-decoration: none;
}

.search-reset a:hover {
    text-decoration: underline;
}

.archive-menu {
    margin: 0 12px 18px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.archive-menu a {
    display: inline-block;
    padding: 10px 22px;
    background: linear-gradient(#4a4a4a, #111);
    color: #fff;
    border-radius: 7px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.archive-menu a:hover {
    background: linear-gradient(#5a5a5a, #222);
}

.archive-menu a.active {
    background: #2f95c9;
}

.shout-card {
    margin-bottom: 12px;
    padding: 14px;
    background: linear-gradient(#ffffff, #f0f0f0);
    border: 1px solid #c8c8c8;
    border-radius: 9px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
}

.shout-meta {
    margin-bottom: 8px;
    padding-bottom: 7px;
    border-bottom: 1px solid #d5d5d5;
    font-size: 13px;
    font-weight: bold;
    color: #1b6094;
}

.shout-message {
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}