/*
Theme Name: Forex Daily
Theme URI: https://forexdailyinfo.com/
Author: Sarah Coleman
Author URI: https://forexdailyinfo.com/
Description: A custom lightweight, SEO-optimized WordPress theme built for ForexDailyInfo.com. Ships with a broker-review-focused front-end plugin architecture as a core feature.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: forex-daily
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Forex Daily is a purpose-built theme for forex broker review and promotions
content. It ships with no page-builder bloat: no bundled sliders, no
render-blocking CSS frameworks, and minimal enqueued assets, so Core Web
Vitals stay healthy by default.
*/

/* -----------------------------------------------------------------------
   1.0 Reset / Base
------------------------------------------------------------------------ */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #1b1f23;
	background: #ffffff;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: #0b5fff;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

ul,
ol {
	padding-left: 1.25em;
}

/* -----------------------------------------------------------------------
   2.0 Layout
------------------------------------------------------------------------ */
.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-content {
	flex: 1 0 auto;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1.25rem;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

/* -----------------------------------------------------------------------
   3.0 Header
------------------------------------------------------------------------ */
.site-header {
	border-bottom: 1px solid #e6e8eb;
	padding: 1rem 0;
}

.site-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

.site-branding .site-title {
	margin: 0;
	font-size: 1.375rem;
	font-weight: 700;
}

.site-branding .site-title a {
	color: #1b1f23;
	text-decoration: none;
}

.site-branding .site-description {
	margin: 0.15rem 0 0;
	font-size: 0.85rem;
	color: #5a6470;
}

.primary-menu {
	display: flex;
	list-style: none;
	gap: 1.25rem;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

.primary-menu a {
	color: #1b1f23;
	font-weight: 500;
}

/* -----------------------------------------------------------------------
   4.0 Footer
------------------------------------------------------------------------ */
.site-footer {
	border-top: 1px solid #e6e8eb;
	padding: 1.5rem 0;
	font-size: 0.875rem;
	color: #5a6470;
}

.site-footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.75rem;
}

/* -----------------------------------------------------------------------
   5.0 Basic content elements
------------------------------------------------------------------------ */
.entry-title {
	font-size: 1.75rem;
	line-height: 1.3;
	margin: 0 0 0.5rem;
}

.entry-meta {
	color: #5a6470;
	font-size: 0.875rem;
	margin-bottom: 1rem;
}

.entry-content > * + * {
	margin-top: 1rem;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
