/*
Theme Name: UFANYX
Theme URI: https://example.com/
Author: T.
Author URI: https://example.com/
Description: Custom WordPress theme converted from static HTML for UFANYX.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: ufanyx
*/

/* Main styling is loaded from assets/css/style.min.css and assets/css/custom.css */

.single-blog-card .entry-content {
  font-size: 16px;
  line-height: 1.9;
}

.single-blog-card .entry-content h1,
.single-blog-card .entry-content h2,
.single-blog-card .entry-content h3,
.single-blog-card .entry-content h4,
.single-blog-card .entry-content h5,
.single-blog-card .entry-content h6 {
  color: #fff;
  margin: 1.4em 0 0.7em;
  font-weight: 700;
}

.single-blog-card .entry-content p,
.single-blog-card .entry-content li,
.single-blog-card .entry-content blockquote {
  color: rgba(255,255,255,.82);
}

.single-blog-card .entry-content a {
  color: #e3b14a;
}

.single-blog-card .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.single-blog-card .entry-content ul,
.single-blog-card .entry-content ol {
  padding-left: 1.25rem;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 2rem;
}

.nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(227,177,74,.45);
  border-radius: 999px;
  color: #fff;
}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
  color: #111;
  background: #e3b14a;
  text-decoration: none;
}
