/*!
Theme Name: SOFREP
Theme URI: https://sofrep.com/
Author: Cris Tagupa
Author URI: https://cristagupa.com
Description: WP Theme for SOFREP
Version: 1.1.6
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sofrep
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SOFREP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1, h2, h3 {
    font-family: 'Nata Sans', sans-serif;
    font-weight: 600;
}
h4, h5, h6 {
    font-family: 'Nata Sans', sans-serif;
    font-weight: 500;
}

      /* Optional Fine-tuning */
        h1, h2, h3, h4, h5, h6 {
            letter-spacing: -0.01em;
            line-height: 1.2;
        }
        body {
            line-height: 1.6;
            font-size: 16px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
    border-left: 4px solid #ccc;
    padding-left: 20px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}
a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {

}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    text-align: left;
    display: block;
    margin-top: 8px;
    font-size: 0.8125rem;
    line-height: 1.4;
    color: #666;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Theme CSS
--------------------------------------------------------------*/

/* ====== HEADER ====== */
.site-header {
    background-color: #000;
    color: #fff;
    padding: 1em;
    position: relative; z-index: 50; 
    border-bottom: 1px solid #181818;
}
.site-title a {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
}
.site-description {
    font-size: 0.85em;
    color: #ccc;
    margin-top: 0.25em;
}
.main-navigation {

}
.main-navigation a {
    color: #fff;
    font-weight: 500;
    padding: 0.5em;
}
.main-navigation a:hover {
    background-color: #222;
    border-radius: 4px;
}


/* Header layout */
.header-grid {
  display: grid;
  grid-template-columns: auto 1fr auto; /* logo | nav | actions */
  align-items: center;
  gap: 0 2rem;
  padding: 0 1rem;
  position: relative; 
}

/* Logo and description */
.site-branding {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.site-branding .site-description {
    margin: 0;
    font-size: 16px;
    opacity: 0.7;
    display: block;
    color: #000;
    font-style: italic;
    margin-top: 5px;
}

/* Navigation (center) */
.main-navigation {
  display: flex;
}
#primary-menu {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
#primary-menu li a {
  color: #fff;
  text-decoration: none;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}
#primary-menu li a:hover {
  opacity: 0.8;
}

/* Actions (right side) */
.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-actions img {
  filter: brightness(0) invert(1);
  width: 24px;
  height: 24px;
  display: block;
}

/* Hamburger (hidden by default) */
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem;
  line-height: 0;
}
.menu-toggle .burger {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #fff;
}
.menu-toggle .burger::before,
.menu-toggle .burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: #fff;
}
.menu-toggle .burger::before { top: -6px; }
.menu-toggle .burger::after { top: 6px; }

.site-home-header .menu-toggle .burger,
.site-home-header .menu-toggle .burger::before,
.site-home-header .menu-toggle .burger::after{
	  background: #000;
}


/* ====== HOME HEADER ====== */
.site-home-header{
	background: #fff;
	border-bottom: none;
	padding-bottom: 0;
	border-top: 1px solid #e9e9e9;
}
.site-home-header .home-nav{
    text-align: center;
    border-bottom: 1px solid #111111;
    padding-bottom: 10px;
}
.site-home-header #primary-menu,
.site-home-header .main-navigation{
    display: block;
}
.site-home-header #primary-menu li{
	display: inline-block;
	margin: 0 8px;
}
.site-home-header #primary-menu li a{
	color: #000;
	font-weight: bold;
	font-family: 'Inter', sans-serif;
}
.site-home-header #primary-menu li a:hover {
    background-color: #E9E9EA;
}
.site-home-header .site-branding{
	display: block;
	text-align: center;
    margin-bottom: 30px;
}

.header-actions-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-actions img{
  filter: invert(1);
}

.header-actions-right a.top-sub-btn{
	display: inline-block;
    text-align: center;
    background: #2266B3;
    color: #fff;
    opacity: 1;
    text-decoration: none;
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: bold;
    margin-right: 20px;
}
.header-actions-right a.top-login-btn{
	font-weight: bold;
    font-size: 15px;
    color: #000;
    text-decoration: none;
}
.header-actions-right a.top-login-btn:hover{
	text-decoration: underline;
}


.header-logo img {
	display: none;
}


/* ====== MAIN CONTENT ====== */
.site-main {
    max-width: 1288px;
    margin: 2em auto;
    padding: 0 1em;
}
.entry-title {
    font-size: 2em;
    margin-bottom: 0.3em;
}
.entry-content p {
    margin-bottom: 1em;
}

/* ====== FOOTER ====== */
.site-footer {
    background-color: #111;
    color: #ccc;
    text-align: center;
    padding: 1.5em 1em;
    margin-top: 3em;
    font-size: 0.85em;
    clear: both;
}
.site-footer a {
    color: #fff;
}
.site-footer a:hover {
    text-decoration: underline;
}

/* Responsive: show hamburger and collapse nav */
@media (max-width: 920px) {
  .menu-toggle {
    display: inline-block; /* only show on smaller screens */
  }
  #primary-menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #111;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border-top: 1px solid rgba(255,255,255,.1);
    z-index: 1000;            /* make sure it’s above everything */
  }
  #primary-menu.is-open{ display:flex; }

  .site-home-header #primary-menu,
  .site-home-header .site-branding,
  .header-actions-right a.top-sub-btn,
  .site-home-header .header-actions-top .st-search-show-outputs{
  	display: none !important;
  }

  .header-logo img {
  	display: inline-block;
  }

}


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Featured image & caption */
.rdp-featured {
    margin: 1.5em 0;
    text-align: center;
}
.rdp-featured img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.rdp-featured figcaption {
    font-size: 0.85em;
    color: #666;
    margin-top: 0.5em;
    line-height: 1.4;
}

/* Entry meta */
.entry-meta {
    font-size: 0.9em;
    color: #777;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

/* Author box */
.author-box {
    display: flex;
    align-items: flex-start;
}
.author-avatar {
    width: 80px;
    height: 80px;
    margin-right: 1em;
    flex-shrink: 0;
    object-fit: cover;
}
.author-info {
    flex: 1;
}
.author-name {
    margin: 0 0 0.3em;
    font-size: 1.2em;
}
.author-bio {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    font-weight: lighter;
}
.author-social {
    list-style: none;
    padding: 0;
    margin: 0.5em 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
}
.author-social li a {
    font-size: 0.85em;
    color: #0073aa;
    text-decoration: none;
}
.author-social li a:hover {
    text-decoration: underline;
}

.page-header { margin: 1rem 0 1.25rem; }
.page-title { font-size: 1.75rem; margin: 0; text-transform:uppercase; }
.page-subtitle { color:#666; margin:.25rem 0 0; }

.archive-list { display:grid; gap:1rem; }
@media (min-width: 720px) {
  .archive-list { grid-template-columns: 1fr 1fr 1fr; }
}
.archive-item { 
}
.archive-thumb img { width:100%; height:auto; object-fit:cover; }
.archive-body { flex:1; min-width:0; }
.archive-title { font-size:1.1rem;  margin: 15px 0; }
.archive-title a { text-decoration:none; color:#000; }
.archive-title a:hover { text-decoration:underline; }
.archive-meta { font-size:.9rem; color:#666; margin:0 0 .5rem; }
.archive-excerpt { color:#333; }

.pagination { margin:1.5rem 0; text-align:center; }
.pagination .page-numbers { display:inline-block; margin:0 .5rem; }

.archive-excerpt p{
	font-size: 12px;
}

/* Header
--------------------------------------------- */
#masthead .container{
	max-width: 1288px;
    margin: 0 auto;
}
.site-branding .custom-logo{
	width: 122px;
	height: auto;
}
.ad-wrapper{
	text-align: center;
}
.header-ad-wrapper{
	text-align: center;
    padding: 20px 0;
    background: #F7F7F7;
}
.ad-label{
	font-size: 12px;
    margin-bottom: 5px;	
}

.main-page{
	max-width: 1288px;
}


#headline{
	overflow: hidden;
}
/* Grid container */
.headline-grid {
  display: grid;
  gap: 1.5rem;
}

/* Desktop: 2/3 (featured) + 1/3 (list) */
@media (min-width: 992px) {
  .headline-grid {
    grid-template-columns: 4fr 1fr;
    align-items: start;
  }
}

/* Featured section (left) */
.headline-featured__media img {
  width: 100%;
  height: auto;
  display: block;
}

.headline-category {
  display: inline-block;
  font-size: 0.8rem;
  text-transform: uppercase;
   font-family: 'JetBrains Mono', monospace;
   font-weight: 300;
  letter-spacing: 0.03em;
  margin-bottom: 0.25rem;
}

.headline-category--sm {
  opacity: 0.75;
  font-size: 0.75rem;
  display: block;
}

.headline-title {
  margin: 0.25rem 0 0.5rem;
  line-height: 1.25;
  font-size: 24px;
}

.headline-title a {
  color: inherit;
  text-decoration: none;
}

.headline-title a:hover {
  text-decoration: underline;
}

.headline-excerpt p{
	color: #000;
    font-size: 14px;
    margin-bottom: 0;
}

/* Right section (list) */
.headline-right .headline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.headline-list__item + .headline-list__item {
  border-top: 1px solid #eaeaea;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
}

.headline-list__link {
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.headline-list__link:hover .headline-list__title {
  text-decoration: underline;
  color: #000;
}

/* Responsive stacking */
@media (max-width: 991.98px) {
  .headline-grid {
    grid-template-columns: 1fr;
  }
  .headline-right {
    order: 2;
  }
  .headline-left {
    order: 1;
  }
}


.more-posts__heading {    
    font-family: 'JetBrains Mono', monospace;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 0;
}

.media-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.media-list__item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0.9rem 1rem;
  align-items: start;
  padding: 2rem 0;
  border-top: 1px solid #eaeaea;
}

.media-list__item:first-child { 
	padding-top: 0;
	border-top: 0; 
}

.media-list__thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.media-list__category {
  color: #000;
    font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
    display: block;
}

.media-list__title {
  margin: 0 0 0.4rem;
  line-height: 1.25;
  font-size: 18px;
}

.media-list__title a {
  text-decoration: none;
  color: inherit;
}
.media-list__title a:hover { text-decoration: underline; }

.media-list__excerpt {
  color: #000;
  font-size: 15px;
  line-height: 1.55;
  margin-top: 10px;
}
.media-list__excerpt p{
	margin-bottom: 0;
	margin-top: 0;
}

.media-list__date {
  display: inline-block;
  margin-top: 0.4rem;
  font-size: 0.8rem;
  color: #777;
}

/* Responsive: stack thumbnail above text on small screens */
@media (max-width: 640px) {
  .media-list__item {
    grid-template-columns: 1fr;
  }
}

.related-posts {
  margin: 3rem 0;
}

.related-title {
	font-size: 12px;
    font-weight: 600;
    border-bottom: 2px solid #eee;
    padding-bottom: .5rem;
    margin-bottom: 1.5rem;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 300;
    text-transform: uppercase;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 1.5rem;
}

.related-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}


.related-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.related-meta {

}

.related-category {
  display: inline-block;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: .3rem;
  text-decoration: none;
      font-family: 'JetBrains Mono', monospace;
    font-weight: 300;
    opacity: 0.75;
}

.related-item-title{
	margin: 0;
	    font-size: 16px;
    line-height: normal;
}

.related-item-title a {
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.related-item-title a:hover {
  text-decoration: underline;
}

.related-excerpt {
  font-size: .9rem;
  color: #555;
  flex-grow: 1;
  margin: .5rem 0;
}

.related-author-date {
  font-size: .8rem;
  color: #777;
  margin-top: .5rem;
}

/* Responsive tweaks */
@media (max-width: 1024px) {
  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .related-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.st-default-search-input{
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}



/* ===== Layout: Main + Sidebar ===== */
.home-more-container,
.article-main-container{
	max-width: 1288px;
	margin: 0 auto;
	padding: 0 1em;
	border-top: 1px solid #eaeaea;
	overflow: hidden;
	padding-top: 40px;
}
.article-main{
	margin-top: 0;
}
.home-more-articles, .article-main {
  width: 100%;
  box-sizing: border-box;
}

.article-main .entry-content,
.article-main .entry-content p:first-child{
	margin-top: 0;
}



/* Sidebar floats right, main floats left on wide screens */
@media (min-width: 992px) {
  .home-more-articles, .article-main {
    float: left;
    width: 68%;
    padding-right: 2rem;
  }
  #secondary,
  .widget-area {
    float: right;
    width: 30%;
    box-sizing: border-box;
  }
  /* clearfix for the container that holds main + sidebar */
  .site-content::after,
  .content-area::after,
  .container::after,
  body::after {
    content: "";
    display: table;
    clear: both;
  }
}


/* Stack on tablets/phones */
@media (max-width: 991.98px) {
  .home-more-articles,
  #secondary,
  .widget-area {
    float: none;
    width: 100%;
    padding: 0;
  }
  #secondary,
  .widget-area {
    margin-top: 2rem;
  }
}

h2.widgettitle{
    font-family: 'JetBrains Mono', monospace;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 0;
}

/* Container */
.sofrep-radio-list {
  max-width: 960px;
  margin: 0 auto;
}

/* List */
.sofrep-radio-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Item row */
.sofrep-radio-list__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eaeaea;
}
.sofrep-radio-list__item:first-child{
	padding-top: 0;
}

/* Thumbnail (64x64) */
.sofrep-radio-list__thumb {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  display: block;
  background: #f6f7f8;
}

.sofrep-radio-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  display: block;
}

.sofrep-radio-list__thumb--placeholder {
  background: #eceef1;
}

/* Meta */
.sofrep-radio-list__meta {
  min-width: 0;
  flex: 1;
}

/* Title */
.sofrep-radio-list__title {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.sofrep-radio-list__title a {
  text-decoration: none;
  color: inherit;
}
.sofrep-radio-list__title a:hover {
  text-decoration: underline;
}
/* Small-screen polish */
@media (max-width: 480px) {
  .sofrep-radio-list__title {
    font-size: 15px;
  }
  .sofrep-radio-list__item {
    gap: 10px;
  }
}

.sofrep-radio-list__episode{
	    font-family: 'JetBrains Mono', monospace;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 8px;
}


.footer-cta{
	max-width: 733px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.footer-cta h3{
	color: #fff;
}
.footer-cta a{
	width: 258px;
    display: inline-block;
    height: 39px;
    background: #FF8D00;
    text-align: center;
    line-height: 39px;
    text-decoration: none;
    font-family: 'Nata Sans';
}

ul#menu-footer{
	list-style: none;
    text-align: center;	
	margin-left: 0;
    padding: 0;
}
ul#menu-footer li{
	display: inline-block;
	margin: 8px;
}
ul#menu-footer li a{
	text-decoration: none;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
}
.site-info{
    font-family: 'JetBrains Mono', monospace;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 10px;
}

#search-text{
    padding-left: 30px;
    padding-bottom: 9px;
    padding-top: 10px;
    width: 100%;
}

.article-header-container{
	max-width: 1288px;
    margin: 2em auto;
    padding: 0 1em;
}


#headline-article {
  color: #000;
  align-items: center;
}

#headline-article .headline-category {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
 	color: #000;
}

#headline-article .entry-title {
  color: #000;
  margin: 0.5rem 0 1rem;
  line-height: 1.2;
}

#headline-article .entry-meta,
#headline-article .entry-meta a {
	color: #000;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
}
#headline-article .entry-meta a {
	color: #000;
}

#headline-article .entry-excerpt{
    font-size: 14px;
}

#headline-article a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Image section */
#headline-article .rdp-featured {
  margin: 0;
}

#headline-article .rdp-featured img {
  width: 100%;
  height: auto;
  display: block;
}

#headline-article .rdp-featured .wp-caption-text {
  text-align: left;
    display: block;
    margin-top: 8px;
    font-size: 0.8125rem;
    line-height: 1.4;
    color: #666;
}

.pmpro-login #primary{
	max-width: 600px;
}

	.fighting50-footer{
		margin-top: 40px;
	}
  	.fighting50-footer .container{
  		max-width: 1288px;
  		margin: 0 auto;
	    padding: 0 1em;
	    
  	}
    .fighting50-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5rem;
      padding: 1rem 0;
    }
    @media (max-width: 1024px) {
      .fighting50-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 600px) {
      .fighting50-grid { grid-template-columns: 1fr; }
    }
    .f50-card {
      text-align: center;
    }
    .f50-logo img {
      max-width: 130px;
      height: auto;
      margin-bottom: .75rem;
      border: 1px solid #D9D9D9;
    	border-radius: 100%;
    }
    .f50-title {
      font-weight: 600;
      margin: 0.5rem 0;
      color: #111;
    }
    .f50-content {
      font-size: 12px;
      color: #444;
    }
    .f50-card a {
      text-decoration: none;
      color: inherit;
      display: block;
      height: 100%;
    }
    .screen-reader-text {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }


  /* Headline layout (fluid, responsive) */
.headline {
  display: grid;
  /* Fluid columns: text ~38% (min 240px), image takes remaining space (min 320px) */
  grid-template-columns: minmax(240px, 31%) minmax(320px, 1fr);
  grid-template-areas: "content image";
  column-gap: clamp(16px, 2vw, 28px);
  align-items: start;

  /* Full width by default; remove static max-width */
  width: 100%;
  margin-inline: auto;

  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.headline:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0; /* fixed */
}

.headline-featured__content { grid-area: content; }
.headline-featured__img     { grid-area: image; }

/* Image + caption */
.headline-featured__img .headline-featured__media { display: block; }

.headline-featured__img img {
  width: 100%;
  height: auto;
  display: block;
}

.headline-featured__img > span {
	text-align: left;
    display: block;
    margin-top: 8px;
    font-size: 0.8125rem;
    line-height: 1.4;
    color: #666;
}

/* Typography (kept fluid) */
.headline-title {
  margin: 0 0 8px;
  font-size: clamp(1.2rem, 1rem + 1.2vw, 1.6rem);
  line-height: 1.2;
}

.headline-excerpt { margin: 0 0 10px; color: #333; }


/* Medium tweak: give content a bit more room before stacking */
@media (max-width: 1200px) {
  .headline {
    grid-template-columns: minmax(220px, 42%) 1fr;
  }
}

/* Small screens: stack with content first, image below */
@media (max-width: 880px) {
  .headline {
    grid-template-columns: 1fr;
    grid-template-areas:
      "content"
      "image";
    row-gap: 16px;
    margin-inline: 0;
  }
}




.expert-analysis-latest-heading a{
    color: #000;
    font-weight: bold;
}

.expert-analysis-latest ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.expert-analysis-latest ul li{
	margin: 15px 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}
.expert-analysis-latest p.meta{
    margin: 0;
    font-size: 14px;
    line-height: normal;
}
.expert-analysis-latest h2{
	margin: 5px 0 0 0;
}
.expert-analysis-latest h2 a{
    font-size: 18px;
    line-height: 23px;
    color: #000;
    text-decoration: none;
    display: block;
}
.expert-analysis-latest h2 a:hover{
	text-decoration: underline;
}

    /* The slide-left menu */
    .side-menu {
      position: fixed;
      top: 0;
      left: -310px; /* Hidden initially */
      width: 300px;
      height: 100%;
      background: #fff;
      color: #000;
      padding: 40px 20px;
      box-shadow: 2px 0 10px rgba(0,0,0,0.3);
      transition: left 0.3s ease-in-out;
      z-index: 100000;
    }

    .side-menu.open {
      left: 0;
    }

    .side-menu ul{
      list-style: none;
      margin: 0;
      padding: 0;
      margin-top: 30px;
    }
    .side-menu a {
      color: #000;
      text-decoration: none;
      display: block;
      margin: 17px 0;
      font-size: 16px;
    }

    .close-btn {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 22px;
      cursor: pointer;
    }

    .side-menu #search-text{
      max-width: 200px;
    }

ul.hyvor-recent-comments{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.hyvor-recent-comments li.hyvor-recent-comments__item{
	margin: 15px 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}
ul.hyvor-recent-comments li.hyvor-recent-comments__item a{
    display: flex;
    text-decoration: none;
    color: #000;
}
ul.hyvor-recent-comments li.hyvor-recent-comments__item img{
	height: 48px;
    width: 48px;
    border-radius: 6px;
    margin-right: 10px;	
}
ul.hyvor-recent-comments .hyvor-recent-comments__author{
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: normal;
}
ul.hyvor-recent-comments .hyvor-recent-comments__teaser{
	font-size: 14px;
    line-height: normal;
    display: block;
    color: #989898;
    margin-top: 5px;
    font-weight: normal;	
}
ul.hyvor-recent-comments .hyvor-recent-comments__meta{
	font-size: 14px;
    line-height: normal;
    margin-top: 11px;
}

ul.hyvor-recent-comments li.hyvor-recent-comments__item  .hyvor-recent-comments__link_title{
	display: block;
}


             .subscribe-cta-login{
                                    text-align: center;
                                    display: block;
                                    margin: 15px 0;
                                }
                                
                             .paywall-fade {
                                position: absolute;
                                top: -152px;
                                left: 0;
                                width: 100%;
                                height: 150px;
                                background: white;
                                background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 0%, white 60%);
                            }

                            .subscribe-cta{
                                position: relative;
                            }

                            .subscribe-cta-content{
    border: 1px solid #000;
    text-align: center;
    margin: 0 20px 40px 20px;
                            }

.subscribe-box {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin: 20px auto;
  background: #fff;
}

.subscribe-box > div {
  flex: 1;
  padding: 24px;
  text-align: center;
}

.subscribe-box-1 {
  border-right: 1px solid #000; /* Separator */
}

.subscribe-box h3 {
  font-size: 1.5rem;
  margin: 10px 0;
  color: #222;
}

.subscribe-box p {
  color: #666;
  margin-bottom: 8px;
}

.subscribe-box a {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 20px;
  background-color: #000; 
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
      width: 100%;
}

.subscribe-box a:hover {
  background-color: #000;
}
.subscribe-box-2 a{
    background-color: #FF8D00;
}

/* Responsive: stack columns on mobile */
@media (max-width: 640px) {
  .subscribe-box {
    flex-direction: column;
  }

  .subscribe-box-1 {
    border-right: none;
    border-bottom: 1px solid #000;
  }
}

.paywall{
	display: none !important;
}

.ad-headline{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #F7F7F7;
    margin-top: -20px;
    padding-top: 20px;	
}
.ad-headline-2{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    background: #F7F7F7;
    padding-top: 20px;	
}
.ad-headline-3{
	border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #F7F7F7;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}

/* Video Ad Styles */
 .player-wrap {
    width: 640px;
    aspect-ratio: 16 / 9;
    position: relative;
    background: #000;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.6);
    transition: all 0.3s ease;
  }
  .player-wrap.is-sticky {
    position: fixed;
    bottom: 16px;
    right: 16px;
    width: 320px;
    height: 180px;
    z-index: 9999;
  }

@media (min-width: 1080px) {
  .player-wrap.is-sticky {
    bottom: 140px;
    width: 640px;
    height: 360px;

  }
}

  /* Buttons */
  .player-btn {
    position: absolute;
    top: 4px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    cursor: pointer;
    line-height: 1;
    z-index: 100001;
    pointer-events: auto;
    transition: opacity .2s;
  }
 .player-wrap .close-btn { 
    position: absolute;
    top: 1px;
    left: 1px;
    border: none;
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 1; /* ensure visible even when not sticky */
    z-index: 100001; /* above IMA overlay */
    pointer-events: auto;
}

  video { width: 100%; height: 100%; }
  #adContainer { position: absolute; inset: 0; }

  .big-play {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
   
    cursor: pointer;
    color: #fff;
    font-weight: 600;
  }
  .big-play.hidden { display: none; }

  #muteBtn{
    bottom: 5px;
    top: auto;
    right: 8px;
    background: none;
    fill: #fff;
    padding: 0;
    height: 24px;
    width: 24px;
  }

        .remote-audio__platforms {
          display: flex;
          align-items: center;
          gap: 12px;           /* space between elements */
          flex-wrap: nowrap;   /* keep them all in one line */
          margin-top: 25px;
        }

        .remote-audio__platforms span {
          font-weight: bold;
          font-size: 14px;
          white-space: nowrap;
        }

        .remote-audio__platforms a img {
          display: block;
        }
        img#sr-yt-logo{
          height: 21px;
        }
        img#sr-apple-logo,
        img#sr-sp-logo{
          height: 26px;
        }


        .single .entry-content .ad-wrapper{
        	text-align: center;
			    padding: 30px 0;
			    background: #F7F7F7;
        }


    .ga4-articles-container {
            max-width: 900px;
            margin: 0;
            padding: 0;
        }
        .ga4-articles-heading {

        }
        .ga4-articles-grid {
            display: flex;
            flex-direction: column;
        }
        .ga4-article-card {
            display: flex;
            gap: 1rem;
            margin-bottom: 15px;
            border-bottom: 1px solid #eaeaea;
            padding-bottom: 15px;

        }
        .ga4-article-rank {
            flex-shrink: 0;
            font-size: 30px;
            line-height: normal;
            font-weight: bold;
        }
        .ga4-article-body {
            flex: 1;
            min-width: 0;
        }
        .ga4-article-title {
            margin: 0;
            font-size: 16px;
            line-height: 20px;
        }
        .ga4-article-title a {
            color: #1a1a1a;
            text-decoration: none;
            transition: color 0.2s;
        }
        .ga4-article-title a:hover {
            text-decoration: underline;
        }


 .loading-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #000 0%, #313131 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 0;
  transition: opacity 0.3s ease;
}

.loading-placeholder.hidden {
  opacity: 0;
  pointer-events: none;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255,255,255,0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.loading-placeholder p {
  color: white;
  margin-top: 12px;
  font-size: 14px;
}