/* =========================================================
   Usefooma One — supplementary styles
   Used only on blog / single / page / search / 404 / comments
   templates. The landing page uses assets/css/style.css
   (the original theme's exact compiled stylesheet) untouched.
   ========================================================= */

.uf-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }
.uf-prose { max-width: 780px; margin: 0 auto; }
.uf-prose img { border-radius: 12px; max-width: 100%; height: auto; }
.uf-prose blockquote { border-left: 3px solid #FF5C00; margin: 1.5em 0; padding-left: 1em; color: #6b7280; }

.uf-btn {
	display: inline-flex; align-items: center; justify-content: center;
	padding: 0.75rem 1.75rem; border-radius: 1rem; font-weight: 600;
	background: #FF5C00; color: #fff; border: none; cursor: pointer;
}
.uf-btn:hover { opacity: 0.92; color: #fff; }

.uf-blog-wrap, .uf-single-wrap, .uf-page-wrap { padding: 1.5rem 1.25rem 3rem; }
.uf-archive-header { margin-bottom: 2rem; text-align: center; }
.uf-archive-header h1 { font-size: 2rem; font-weight: 800; }
.uf-blog-layout { display: grid; gap: 2.5rem; grid-template-columns: 1fr; }
@media (min-width: 960px) { .uf-blog-layout.has-sidebar { grid-template-columns: 2.5fr 1fr; } }

.uf-post-grid { display: grid; gap: 1.75rem; grid-template-columns: repeat(3, 1fr); }
.uf-post-list { grid-template-columns: 1fr; }
@media (max-width: 900px) { .uf-post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .uf-post-grid { grid-template-columns: 1fr; } }

.uf-post-card { border: 1px solid #e5e7eb; border-radius: 1rem; overflow: hidden; background: #fff; }
.uf-post-card-link { color: inherit; display: block; }
.uf-post-card-thumb img { width: 100%; aspect-ratio: 3/2; object-fit: cover; display: block; }
.uf-post-card-body { padding: 1.25rem; }
.uf-post-card-body h2, .uf-post-card-body h3 { font-size: 1.15rem; margin-bottom: 0.4rem; font-weight: 700; }
.uf-post-card-cat { display: inline-block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; color: #FF5C00; margin-bottom: 0.4rem; }
.uf-post-card-meta { margin-top: 0.75rem; }

.uf-entry-meta { color: #6b7280; font-size: 0.85rem; display: flex; gap: 0.35rem; flex-wrap: wrap; align-items: center; }
.uf-meta-dot { opacity: 0.5; }

.uf-widget { margin-bottom: 2rem; }
.uf-widget-title { font-size: 1rem; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 0.75rem; font-weight: 700; }

.uf-pagination { display: flex; gap: 0.5rem; margin-top: 2.5rem; justify-content: center; flex-wrap: wrap; }
.uf-pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 38px; height: 38px; padding: 0 0.5rem;
	border: 1px solid #e5e7eb; border-radius: 8px; color: #111827;
}
.uf-pagination .page-numbers.current { background: #FF5C00; color: #fff; border-color: #FF5C00; }

.uf-no-posts { text-align: center; padding: 3rem 0; }

.uf-single-header h1, .uf-page-header h1 { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 800; }
.uf-single-thumb, .uf-page-thumb { margin: 1.5rem 0; }
.uf-single-thumb img, .uf-page-thumb img { width: 100%; border-radius: 1rem; }
.uf-single-content { margin-top: 1.5rem; }
.uf-post-tags a { display: inline-block; background: #f9fafb; border-radius: 999px; padding: 0.3rem 0.9rem; margin: 0.2rem 0.3rem 0.2rem 0; font-size: 0.85rem; }

.uf-author-box { display: flex; gap: 1rem; align-items: flex-start; background: #f9fafb; border-radius: 1rem; padding: 1.5rem; margin: 2rem auto; max-width: 780px; }
.uf-author-box img { border-radius: 50%; }
.uf-author-box h3 { margin-bottom: 0.25rem; font-weight: 700; }

.uf-related-posts { max-width: 1200px; margin: 3rem auto 0; }
.uf-related-posts h2 { text-align: center; margin-bottom: 1.5rem; font-weight: 800; }

.uf-comments { max-width: 780px; margin: 3rem auto 0; }
.uf-comment-list { list-style: none; margin: 0 0 2rem; padding: 0; }
.uf-comment-list .comment-body { border: 1px solid #e5e7eb; border-radius: 12px; padding: 1.25rem; margin-bottom: 1rem; }
.uf-comment-list ol.children { list-style: none; padding-left: 1.5rem; }
.comment-form input, .comment-form textarea { width: 100%; padding: 0.7rem 0.9rem; border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 1rem; }

.uf-breadcrumbs { margin-bottom: 1rem; font-size: 0.85rem; color: #6b7280; }
.uf-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 0.35rem; list-style: none; margin: 0; padding: 0; }
.uf-breadcrumbs li:not(:last-child)::after { content: '/'; margin-left: 0.35rem; opacity: 0.5; }
.uf-breadcrumbs a { color: #6b7280; }
.uf-breadcrumbs a:hover { color: #FF5C00; }

.uf-page-hero { text-align: center; padding-bottom: 2rem; }
.uf-page-hero h1 { font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 800; }
.uf-page-hero-media img { border-radius: 1rem; margin-top: 1.5rem; }

.uf-contact-grid { display: grid; gap: 2.5rem; grid-template-columns: 1fr; }
@media (min-width: 900px) { .uf-contact-grid { grid-template-columns: 0.9fr 1.1fr; } }
.uf-contact-list { list-style: none; margin: 0; padding: 0; }
.uf-contact-list li { margin-bottom: 1.25rem; }
.uf-contact-map { margin-top: 2.5rem; }
.uf-contact-map iframe { width: 100%; height: 380px; border: 0; border-radius: 1rem; }

.uf-faq { max-width: 780px; margin: 0 auto; }
.uf-faq-item { border-bottom: 1px solid #e5e7eb; padding: 1rem 0; }
.uf-faq-item summary { cursor: pointer; font-weight: 600; list-style: none; }
.uf-faq-item summary::-webkit-details-marker { display: none; }
.uf-faq-answer { color: #6b7280; margin-top: 0.75rem; }

.uf-404 { text-align: center; padding: 2rem 1.25rem 4rem; }
.uf-404 h1 { font-size: 5rem; color: #FF5C00; font-weight: 800; }
.uf-404-search { max-width: 420px; margin: 2rem auto 0; }

.search-form { display: flex; gap: 0.5rem; }
.search-form input[type="search"] { flex: 1; padding: 0.7rem 0.9rem; border: 1px solid #e5e7eb; border-radius: 8px; }
.search-form input[type="submit"] { padding: 0.7rem 1.2rem; border-radius: 8px; border: none; background: #FF5C00; color: #fff; cursor: pointer; }
