.site-search { background: #f3efe3; border-bottom: 1px solid #d9cfb5; padding: 18px 20px; }
.site-search[hidden] { display: none; }
.site-search .search-box-inner { background: #fffdf7; border: 1px solid #a67c3c; border-radius: 2px; box-shadow: 0 8px 30px rgba(35,53,39,.10); padding: 24px; }
.site-search .search-links { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; text-align: center; }
.site-search .search-links a { color: #2d6042; text-decoration: none; }
.site-search h2 { color: #214a33; font-family: Georgia, "Times New Roman", serif; font-size: 22px; margin: 20px 0 0; text-align: center; }
.search-button-wrapper { margin-left: 16px; }
.search-button { align-items: center; background: #2d6042; border: 1px solid #d7bd83; border-radius: 50%; color: #fff; display: inline-flex; height: 42px; justify-content: center; width: 42px; }
.site-contact-buttons { bottom: 20px; display: flex; flex-direction: column; gap: 10px; left: 20px; position: fixed; z-index: 999; }
.site-contact-buttons a { align-items: center; background: #2d6042; border: 2px solid #f3ead6; border-radius: 50%; box-shadow: 0 3px 10px rgba(0,0,0,.22); color: #fff; display: flex; font-size: 20px; height: 48px; justify-content: center; text-decoration: none; width: 48px; }
.site-contact-buttons a:nth-child(1) { background: #1877f2; }
.site-contact-buttons a:nth-child(2) { background: #0084ff; }
.site-contact-buttons a:nth-child(3) { background: #e74c3c; }
.site-contact-buttons a:nth-child(4) { background: #0068ff; }
.article-page .header { font-size: 16px; line-height: 1.5; }
.article-page .footer { font-size: 14px; line-height: 1.5; }
@media (max-width: 1199px) {
  .search-button-wrapper { margin-left: auto; margin-right: 12px; order: 2; }
  .article-page .navmenu { order: 3; }
  .article-page .mobile-nav-toggle { margin-left: 0; }
}
@media (max-width: 575px) {
  .header .logo .sitename { font-size: 18px; }
  .site-search { padding: 12px; }
  .site-search .search-links { align-items: stretch; flex-direction: column; }
  .site-search .search-links span { display: none; }
  .site-contact-buttons { bottom: 12px; flex-direction: row; left: 12px; }
  .site-contact-buttons a { height: 42px; width: 42px; }
}
