/*!
Theme Name: my-site
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: my-site
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.

my-site 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

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:visited {
	color: #800080;
}

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
--------------------------------------------------------------*/

/* Simple centered container for page/post content */
.content-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* Sidebar behavior:
 * - Small devices: widget below content (natural flow)
 * - Large devices: widget on top-right inside the container
 */
.content-container.has-sidebar #primary,
.content-container.has-sidebar #secondary {
	width: 100%;
}

@media screen and (min-width: 56.25em) { /* ~900px and up */
	.content-container.has-sidebar {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		column-gap: 24px;
	}

	.content-container.has-sidebar #primary {
		flex: 0 0 70%;
	}

	.content-container.has-sidebar #secondary {
		flex: 0 0 28%;
		margin-top: 0;
	}
}
/* Feature/details table styling */
.feature-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin: 1.75em 0;
	background-color: #050505;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	font-size: 0.95rem;
	color:#ffffff;
}

.feature-table thead th {
	background-color: #000000;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.78rem;
	padding: 10px 14px;
	text-align: left;
}

.feature-table tbody td {
	padding: 10px 14px;
	border-bottom: 1px solid #1e1e1e;
	vertical-align: top;
}

.feature-table tbody tr:last-child td {
	border-bottom: none;
}

.feature-table tbody td:first-child {
	width: 32%;
	font-weight: 600;
	background-color: #111111;
	color: #ffffff;
	border-right: 1px solid #1e1e1e;
	white-space: nowrap;
}

.feature-table tbody td:last-child {
	width: 68%;
	background-color: #1a1a1a; /* slightly lighter than before */
	color: #f8f8f8;
}

.feature-table tbody tr:nth-child(even) td:last-child {
	background-color: #212121;
}

.feature-table tbody tr:hover td:last-child {
	background-color: #0a3c1f;
}

/* Responsive tables */
@media screen and (max-width: 37.5em) { /* ~600px */

	.feature-table {
		border: none;
		box-shadow: none;
	}

	.feature-table thead {
		display: none; /* Hide header */
	}

	.feature-table,
	.feature-table tbody,
	.feature-table tr,
	.feature-table td {
		display: block;
		width: 100%;
	}

	.feature-table tr {
		margin-bottom: 14px;
		border-radius: 6px;
		overflow: hidden;
		background-color: #111111;
		border: 1px solid #1e1e1e;
	}

	.feature-table td {
		padding: 10px 12px;
		border: none;
		border-bottom: 1px solid #1e1e1e;
	}

	.feature-table td:last-child {
		border-bottom: none;
	}

	/* First column becomes label */
	.feature-table td:first-child {
		font-weight: 700;
		background-color: #000000;
		color: #2ecc71;
	}

	/* Second column becomes content */
	.feature-table td:last-child {
		background-color: #111111;
		color: #ffffff;
	}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	background-color: #050505;
	color: #ffffff;
	padding: 18px 20px;
	margin-top: 32px;
	font-size: 0.86rem;
	border-top: 1px solid #1c1c1c;
}

.footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.footer-branding {
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-logo img {
	max-height: 30px;
	width: auto;
}

.footer-text {
	display: flex;
	flex-direction: column;
}

.footer-sitename {
	font-weight: 600;
	margin-bottom: 2px;
}

.footer-copy {
	opacity: 0.8;
}

.footer-links {
	display: flex;
	align-items: center;
	gap: 6px;
}

.footer-links a {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.86rem;
}

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

.footer-sep {
	opacity: 0.6;
}

.footer-social {
	display: flex;
	align-items: center;
	gap: 6px;
}

.footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #2ecc71;
	color: #2ecc71;
	font-size: 0.72rem;
	text-decoration: none;
}

.footer-social a:hover,
.footer-social a:focus {
	background-color: #2ecc71;
	color: #000000;
}

@media screen and (max-width: 48em) {
	.footer-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}

.back-to-top {
	position: fixed;
	right: 16px;
	bottom: 16px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #2ecc71;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.1rem;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.back-to-top:hover,
.back-to-top:focus {
	background-color: #27ae60;
	text-decoration: none;
}

/* Welcome bonus promo block */
.welcome-bonus {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	padding: 20px 20px 22px;
	margin: 1.5em 0;
	background: linear-gradient(135deg, #111111 0%, #1e1e1e 60%, #2ecc71 100%);
	color: #ffffff;
	border-radius: 6px;
}

.welcome-bonus__media {
	flex: 0 0 220px;
	max-width: 260px;
}

.welcome-bonus__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.welcome-bonus__content {
	flex: 1 1 260px;
	min-width: 0;
}

.welcome-bonus__eyebrow {
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.85;
	margin-bottom: 4px;
}

.welcome-bonus__title {
	font-size: 1.35rem;
	margin: 0 0 8px;
}

.welcome-bonus__text {
	margin: 0 0 14px;
	font-size: 0.95rem;
}

.welcome-bonus__cta {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 4px;
	background-color: #2ecc71;
	color: #000000;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.welcome-bonus__cta:hover,
.welcome-bonus__cta:focus {
	background-color: #27ae60;
	text-decoration: none;
}

@media screen and (max-width: 48em) {
	.welcome-bonus {
		padding: 16px 14px 18px;
	}

	.welcome-bonus__media {
		flex: 1 1 100%;
		max-width: none;
	}

	.welcome-bonus__title {
		font-size: 1.2rem;
	}
}

/* Deposit method cards */
.deposit-cards {
	margin: 1.75em 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 14px;
}

.deposit-card {
	background-color: #ffffff;
	border-radius: 8px;
	border: 1px solid #2ecc71;
	padding: 14px 14px 16px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	min-height: 110px;
}

.deposit-card__title {
	font-weight: 700;
	color: #008c3a;
	margin: 0 0 4px;
}

.deposit-card__subtitle {
	font-weight: 600;
	color: #111111;
	margin: 0 0 6px;
}

.deposit-card__text {
	margin: 0;
	font-size: 0.9rem;
}

@media screen and (max-width: 37.5em) {
	.deposit-cards {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.deposit-card {
		padding: 10px 10px 12px;
	}
}

/*--------------------------------------------------------------
# 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;
	font-weight: 500; /* medium weight, not too bold */
}

/* 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 {
	margin: 0 0 1.5em;
}

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

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

/* Featured image alignment inside container */
.post-thumbnail {
	margin: 0 0 1.5em;
}

.post-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

/*--------------------------------------------------------------
# Widget: reset Latest Posts styling to theme defaults
--------------------------------------------------------------*/

/* Container reset */
.widget-area .widget_recent_entries,
.widget-area .wp-block-latest-posts {
	background: none;
	border: none;
	padding: 0;
	box-shadow: none;
	color: inherit;
}

.widget-area .widget_recent_entries .widget-title,
.widget-area .wp-block-latest-posts__heading {
	border: none;
	padding: 0;
	margin-bottom: 0.5em;
}

/* List reset */
.widget-area .widget_recent_entries ul,
.widget-area .wp-block-latest-posts {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

.widget-area .widget_recent_entries ul li,
.widget-area .wp-block-latest-posts li {
	margin: 0 0 0.4em;
	padding: 0;
	border: none;
	display: list-item;
}

/* Links and meta reset */
.widget-area .widget_recent_entries a,
.widget-area .wp-block-latest-posts a {
	color: inherit;
	text-decoration: underline;
	font-size: inherit;
}

.widget-area .wp-block-latest-posts__featured-image,
.widget-area .wp-block-latest-posts__featured-image img,
.widget-area .widget_recent_entries img {
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 0;
}

.widget-area .wp-block-latest-posts__post-author,
.widget-area .wp-block-latest-posts__post-date,
.widget-area .wp-block-latest-posts__post-excerpt {
	all: unset;
}

.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%;
}

/* Sidebar latest posts widget styling */
.widget-area .widget_recent_entries,
.widget-area .wp-block-latest-posts {
	background: radial-gradient(circle at top left, #0d2717 0, #050505 55%, #000000 100%);
	border: 1px solid #2ecc71;
	border-radius: 6px;
	padding: 12px 14px 10px;
	color: #ffffff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}

.widget-area .widget_recent_entries .widget-title,
.widget-area .wp-block-latest-posts__heading {
	font-size: 0.95rem;
	font-weight: 600;
	margin: 0 0 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 4px;
}

.widget-area .widget_recent_entries ul,
.widget-area .wp-block-latest-posts {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-area .widget_recent_entries ul li {
	margin: 0 0 4px;
	padding: 4px 0 6px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.widget-area .widget_recent_entries ul li:last-child {
	border-bottom: none;
}

.widget-area .widget_recent_entries ul li a,
.widget-area .wp-block-latest-posts a {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.9rem;
	display: inline-block;
}

/* Ensure latest-posts thumbnails are uniform (classic widget) */
.widget-area .widget_recent_entries img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 4px;
	flex-shrink: 0;
}

.widget-area .widget_recent_entries ul li:hover {
	background-color: rgba(46, 204, 113, 0.06);
}

/* Layout for Latest Posts block: image left, text stacked on right */
.widget-area .wp-block-latest-posts li {
	margin: 0 0 8px;
	padding: 6px 0 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	display: grid;
	grid-template-columns: 56px 1fr;
	/* Row 1: meta (by author + date), Row 2: Title, Row 3: excerpt */
	grid-template-rows: auto auto auto;
	column-gap: 8px;
	align-items: flex-start;
}

.widget-area .wp-block-latest-posts li:last-child {
	border-bottom: none;
}

.widget-area .wp-block-latest-posts__featured-image {
	grid-column: 1;
	grid-row: 1 / span 3;
}

.widget-area .wp-block-latest-posts__featured-image img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 4px;
	display: block;
}

.widget-area .wp-block-latest-posts__post-title {
	grid-column: 2;
	grid-row: 2; /* Title on line below date/meta */
	display: block;
	margin-top: 2px;
	font-weight: 600;
}

.widget-area .widget_recent_entries ul li a:hover,
.widget-area .widget_recent_entries ul li a:focus,
.widget-area .wp-block-latest-posts a:hover,
.widget-area .wp-block-latest-posts a:focus {
	color: #2ecc71;
	text-decoration: underline;
}

/* Meta line: \"by Author 27-02-2026\" above title */
.widget-area .wp-block-latest-posts__post-author,
.widget-area .wp-block-latest-posts__post-date {
	grid-column: 2;
	grid-row: 1; /* Meta directly above title */
	display: inline-block;
	margin-top: 1px;
	margin-right: 6px;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.6);
}

.widget-area .wp-block-latest-posts__post-author::after {
	content: "";
}

.widget-area .wp-block-latest-posts__post-author::before {
	content: "by ";
}

/* Excerpt/content sits below meta line and title */
.widget-area .wp-block-latest-posts__post-excerpt {
	grid-column: 2;
	grid-row: 3;
	display: block;
	margin-top: 4px;
	font-size: 0.84rem;
	color: rgba(255, 255, 255, 0.78);
}

/* 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;
}

.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;
}

/* 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;
}

/*--------------------------------------------------------------
# Custom Header: Topnav & Mainnav
--------------------------------------------------------------*/

.site-header {
	color: #ffffff;
}

/* Top navigation (all devices) */
.topnav {
	background-color: #222222; /* light black */
	color: #ffffff;
	padding: 6px 20px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	font-size: 0.875rem;
}

.topnav-left span {
	white-space: nowrap;
}

.topnav-separator {
	margin: 0 0.5rem;
	opacity: 0.6;
}

.topnav-right {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	white-space: nowrap;
}

.topnav-right a {
	color: #ffffff;
	text-decoration: none;
	margin-left: 0.25rem;
	font-weight: 500;
}

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

.topnav-btn {
	padding: 4px 14px;
	border-radius: 3px;
	border: 1px solid #2ecc71; /* green border */
	background-color: transparent;
	text-decoration: none;
	font-weight: 500;
}

.topnav-btn:hover,
.topnav-btn:focus {
	background-color: #2ecc71;
	color: #000000;
	text-decoration: none;
}

.topnav-promotions {
	background-color: #2ecc71; /* green */
	color: #000000;
	padding: 4px 10px;
	border-radius: 3px;
	text-decoration: none;
}

/* Main navigation container (large & small) */
.mainnav-wrapper {
	background-color: #000000; /* black */
	color: #ffffff;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mainnav-logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mainnav-logo .custom-logo-link img,
.mainnav-logo img.custom-logo {
	max-height: 40px; /* reduce logo height */
	width: auto;
	height: auto;
}

.mainnav-logo .site-title a {
	color: #ffffff;
	text-decoration: none;
}

.mainnav-logo .site-title a:hover,
.mainnav-logo .site-title a:focus {
	text-decoration: underline;
}

.mainnav-logo .site-description {
	color: #cccccc;
	font-size: 0.75rem;
	margin: 0.15rem 0 0;
}

.main-navigation {
	flex: 1;
}

.main-navigation .nav-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
}

.main-navigation .nav-menu > li > a {
	color: #ffffff;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: 500;
}

/* Indication that an item has a dropdown */
.main-navigation .menu-item-has-children > a::after,
.main-navigation .page_item_has_children > a::after {
	content: "▾";
	display: inline-block;
	margin-left: 4px;
	font-size: 0.7em;
	vertical-align: middle;
}

.main-navigation li:hover > a::after,
.main-navigation li.focus > a::after {
	transform: rotate(180deg);
}

.main-navigation .nav-menu > li > a:hover,
.main-navigation .nav-menu > li > a:focus {
	background-color: #2ecc71; /* green hover */
	color: #000000;
}

/* Dropdown menus: vertical layout */
.main-navigation ul ul {
	background-color: #111111;
}

.main-navigation ul ul a {
	color: #ffffff;
	padding: 8px 15px;
	text-decoration: none;
	font-size: 0.9rem; /* slightly smaller than main links */
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
	background-color: #2ecc71; /* green hover */
	color: #000000;
}

/* Small devices: mainnav becomes a sidebar menu when toggled */
@media screen and (max-width: 37.49em) {
	/* Keep topnav style but tighten spacing/buttons on small screens */
	.topnav {
		padding: 4px 12px;
		font-size: 0.75rem;
	}

	.topnav-btn {
		padding: 2px 8px;
		font-size: 0.75rem;
	}

	.mainnav-wrapper {
		padding: 10px 16px;
	}

	.main-navigation {
		position: relative;
	}

	.menu-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 34px;
		padding: 0;
		border-radius: 3px;
	}

	.menu-toggle-icon {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 14px;
	}

	.menu-toggle-icon span {
		position: absolute;
		left: 0;
		right: 0;
		height: 2px;
		background-color: #ffffff;
		border-radius: 2px;
	}

	.menu-toggle-icon span:nth-child(1) {
		top: 0;
	}

	.menu-toggle-icon span:nth-child(2) {
		top: 6px;
	}

	.menu-toggle-icon span:nth-child(3) {
		top: 12px;
	}

	/* Hide menu list by default, show as sidebar when toggled */
	.main-navigation .nav-menu {
		display: none;
	}

	.main-navigation.toggled .nav-menu {
		display: block;
		position: fixed;
		top: 0;              /* stick to very top */
		right: 0;            /* align to right edge */
		width: 260px;
		max-width: 80%;
		height: 100vh;       /* full viewport height */
		background-color: #000000;
		padding: 60px 20px 20px; /* leave room for header content */
		overflow-y: auto;
		z-index: 9999;
	}

	.menu-toggle {
		margin-left: auto;
		background-color: #111111;
		color: #ffffff;
		border: none;
	}

	.main-navigation .nav-menu > li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	/* Dropdowns inside sidebar: hidden by default, expand under parent when focused */
	.main-navigation.toggled ul ul {
		position: static;
		float: none;
		left: auto;
		top: auto;
		box-shadow: none;
		width: 100%;
		background-color: #111111;
		display: none;
	}

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

	.main-navigation ul ul a {
		padding-left: 25px;
	}
}

/* Large devices: horizontal menu with dropdowns */
@media screen and (min-width: 37.5em) {
	.mainnav-wrapper {
		padding: 12px 30px;
	}

	.main-navigation .nav-menu {
		display: flex;
		justify-content: flex-end;
	}

	/* Ensure dropdowns are vertical and centered under their parent link */
	.main-navigation ul ul {
		min-width: 200px;
		display: block;
		flex-direction: column;
	}

	.main-navigation ul ul li {
		display: block;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 50%;
		transform: translateX(-50%);
	}
}

/* Fix list alignment */
.content-container ul,
.content-container ol {
    margin-left: 0;
    padding-left: 1.25em; /* keeps bullets visible but aligned */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}