/*
Theme Name: Harry-Halcyon Technologies
Theme URI: https://harry-halcyon.com
Author: Harry-Halcyon
Author URI: https://harry-halcyon.com
Description: Custom, high-performance corporate WordPress theme for Harry-Halcyon Technologies.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: harry-halcyon
*/

@import url('assets/css/style.css');

/* WordPress Core & Block Support */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Dynamic Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 48px;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid var(--border);
  color: var(--dark);
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s ease;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
}

/* Post Content Formatting */
.article-body p {
  margin-bottom: 24px;
  line-height: 1.75;
}

.article-body h2 {
  margin-top: 48px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.3;
}

.article-body h3 {
  margin-top: 36px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.35;
}

.article-body ul, 
.article-body ol {
  margin: 20px 0 28px 24px;
  line-height: 1.7;
}

.article-body li {
  margin-bottom: 10px;
}

.article-body blockquote {
  border-left: 4px solid var(--primary);
  padding: 16px 24px;
  margin: 32px 0;
  background: rgba(36, 117, 208, 0.06);
  border-radius: 0 16px 16px 0;
  font-style: italic;
}

/* Admin Bar Fixes */
.admin-bar .nav {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .nav {
    top: 46px;
  }
}
