/*
Theme Name: Donovan
Theme URI: https://themezee.com/themes/donovan/
Author: ThemeZee
Author URI: https://themezee.com
Description: Donovan is a flexible, yet easy-to-use blogging theme with a clean and modern design. It features an elegant mobile-first design, three different blog layouts and extensive post settings. Donovan is perfect for your personal blog or for any content-focused website.
Version: 1.7
Requires at least: 5.2
Tested up to: 5.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: donovan
Tags: two-columns, blog, news, custom-background, custom-logo, custom-header, custom-menu, grid-layout, entertainment, editor-style, block-styles, rtl-language-support, featured-image-header, featured-images, flexible-header, custom-colors, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, three-columns

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

Donovan is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# - CSS Variables
# - Normalize
# - Typography
# - Elements
# - Forms
# - Accessibility
# - Alignments
# - Clearings
# - Layout Structure
# - Header
# - Navigation
	## - Main Navigation
	## - Social Icons Menu
# - Widgets
# - Posts and pages
# - Gutenberg Blocks
# - Comments
# - Footer
# - Media
	## - Captions
	## - Galleries
# - Plugins
# - Media Queries
	## - Greater than 320px
	## - Greater than 400px
	## - Greater than 480px
	## - Greater than 560px
	## - Greater than 640px
	## - Greater than 720px
	## - Greater than 800px
	## - Greater than 880px
	## - Greater than 960px
	## - Greater than 1040px
	## - Greater than 1120px
	## - Greater than 1200px
	## - Greater than 1280px
	## - Media Print Styles
# - Theme Layout
# - Sidebar Position
# - Customizer Preview
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# - CSS Variables
--------------------------------------------------------------*/
:root {
	--link-color: #ee1133;
	--button-color: #ee1133;
	--button-text-color: #fff;
	--button-hover-color: #D5001A;
	--button-hover-text-color: #fff;
	--title-color: #202020;
	--navi-color: #202020;
	--navi-text-color: #fff;
	--navi-hover-text-color: rgba(255, 255, 255, 0.5);
	--navi-border-color: rgba(255, 255, 255, 0.05);
	--submenu-color: #ee1133;
	--submenu-text-color: #fff;
	--submenu-hover-text-color: rgba(255, 255, 255, 0.5);
	--submenu-border-color: rgba(255, 255, 255, 0.075);
	--footer-color: #202020;
	--footer-text-color: #fff;
	--footer-hover-text-color: rgba(255, 255, 255, 0.5);
	--footer-border-color: rgba(255, 255, 255, 0.035);
	--text-font: Raleway, Arial, Helvetica;
	--title-font: Quicksand, Tahoma, Arial;
	--navi-font: Quicksand, Tahoma, Arial;
	--widget-title-font: Quicksand, Tahoma, Arial;
	--tz-column-gap: 1.5rem;
}

/*--------------------------------------------------------------
# - Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: monospace;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# - Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #202020;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: Raleway, Arial, Helvetica;
	font-family: var(--text-font);
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 1em 0 0.75em;
	line-height: 1.4;
}

h1 {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 26px;
	font-size: 1.625rem;
}

h3 {
	font-size: 22px;
	font-size: 1.375rem;
}

h4 {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 19px;
	font-size: 1.1875rem;
}

h6 {
	font-size: 18px;
	font-size: 1.125rem;
}

p {
	margin-bottom: 1.25em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	overflow: auto;
	margin-bottom: 1.5em;
	padding: 1.5em;
	max-width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.075);
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# - Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #ccc; /* Fallback for when there is no custom background color defined. */
}

blockquote {
	margin: 0 0 1.5em;
	padding-left: 1.25em;
	border-left: 4px solid #202020;
	color: #777;
	font-size: 18px;
	font-size: 1.125rem;
}

blockquote cite,
blockquote small {
	display: block;
	margin-top: 1em;
	color: #202020;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote > :last-child {
	margin-bottom: 0.5em;
}

hr {
	margin-bottom: 1.5em;
	height: 1px;
	border: 0;
	background-color: rgba(0, 0, 0, 0.075);
}

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0 0 0 1.25em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1.5em;
}

img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border: none;
	table-layout: fixed;
}

th,
td {
	padding: 0.3em 0.6em;
	border: 1px solid rgba(0, 0, 0, 0.075);
}

a,
a:link,
a:visited {
	color: #ee1133;
	color: var(--link-color);
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
# - Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	margin: 0;
	padding: 0.5em 1em;
	border: none;
	color: #fff;
	color: var(--button-text-color);
	background-color: #ee1133;
	background-color: var(--button-color);
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	font-size: 0.9375rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	color: #fff;
	color: var(--button-hover-text-color);
	background-color: #D5001A;
	background-color: var(--button-hover-color);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.3em 0.6em;
	max-width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.075);
	background: none;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #202020;
}

textarea {
	width: 100%;
}

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

/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

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

/*--------------------------------------------------------------
# - Alignments
--------------------------------------------------------------*/
.alignleft,
.alignright,
.aligncenter {
	display: block;
	margin: 0.5em 0;
}

.aligncenter {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/*--------------------------------------------------------------
# - Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
	display: table;
	content: "";
}

.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
	clear: both;
}

/*--------------------------------------------------------------
# - Site Layout
--------------------------------------------------------------*/
.site {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	max-width: 1440px;
}

/*--------------------------------------------------------------
# - Header
--------------------------------------------------------------*/
.site-header {
	background: #fff;
}

.header-main {
	display: block;
	text-align: center;
	padding-top: 1.25rem;
	padding-bottom: 1.5rem;
}

.site-branding {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
	padding: 0;
	border: none;
	text-decoration: none;
}

.site-title {
	display: block;
	margin: 0;
	padding: 0;
	color: #202020;
	color: var(--title-color);
	text-decoration: none;
	font-size: 32px;
	font-size: 2rem;
	font-family: Quicksand, Tahoma, Arial;
	font-family: var(--title-font);
	font-weight: normal;
	line-height: 1.4;
}

.site-title a:link,
.site-title a:visited {
	color: #202020;
	color: var(--title-color);
}

.site-title a:hover,
.site-title a:active {
	text-decoration: underline;
}

.site-branding .custom-logo {
	margin: 0 0 0.5em;
	padding: 0;
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}

.site-description {
	margin: 0;
	font-size: 14px;
	font-size: 0.875rem;
}

/* Header Social Icons */
.header-social-menu {
	margin-top: 1rem;
}

/* Custom Header Image */
.header-image {
	margin: 0;
	text-align: center;
}

.header-image img {
	max-width: 100%;
	vertical-align: top;
}

/*--------------------------------------------------------------
# - Navigation
--------------------------------------------------------------*/
.primary-navigation-wrap {
	background-color: #202020;
	background-color: var(--navi-color);
}

.primary-navigation {
	position: relative;
	width: 100%;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
	color: var(--navi-text-color);
	font-size: 17px;
	font-size: 1.0625rem;
	font-family: Quicksand, Tahoma, Arial;
	font-family: var(--navi-font);
}

/* Hide the menu on small screens when JavaScript is available. */
.main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.main-navigation.toggled-on > ul.menu {
	display: block;
}

/* Menu Items Styling */
.main-navigation ul li {
	position: relative;
	margin: 0;
}

.main-navigation ul a {
	display: block;
	margin: 0;
	padding: 1em 1.5em;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	border-top: 1px solid var(--navi-border-color);
	text-decoration: none;
}

.main-navigation ul a,
.main-navigation ul a:link,
.main-navigation ul a:visited {
	color: #fff;
	color: var(--navi-text-color);
	text-decoration: none;
}

.main-navigation ul a:hover,
.main-navigation ul a:active,
.main-navigation ul a:focus {
	color: rgba(255, 255, 255, 0.5);
	color: var(--navi-hover-text-color);
}

.main-navigation ul li.current-menu-item > a {
	text-decoration: underline;
}

/* Submenus */
.main-navigation ul ul {
	font-size: 15px;
	font-size: 0.9375rem;
}

.is-amp-page .main-navigation ul ul,
.main-navigation ul ul.toggled-on {
	display: block;
}

.main-navigation ul ul a {
	padding-left: 3em;
}

.main-navigation ul ul ul a {
	padding-left: 4.5em;
}

.main-navigation ul ul ul ul a {
	padding-left: 6em;
}

/* Main Navigation Toggle */
.primary-menu-toggle {
	display: flex;
	margin: 0;
	padding: 1em 1.5em;
	border: none;
	background: none;
	color: #fff;
	color: var(--navi-text-color);
	text-decoration: none;
	font-size: 17px;
	font-size: 1.0625rem;
	font-family: Quicksand, Tahoma, Arial;
	font-family: var(--navi-font);
	font-weight: normal;
	align-items: center;
}

.primary-menu-toggle .menu-toggle-text {
	margin-left: 0.75em;
}

.primary-menu-toggle:focus {
	outline: thin dotted;
	color: #fff;
	color: var(--navi-text-color);
	background: none;
}

.primary-menu-toggle:hover,
.primary-menu-toggle:active {
	color: rgba(255, 255, 255, 0.5);
	color: var(--navi-hover-text-color);
	background: none;
	cursor: pointer;
}

.primary-menu-toggle .icon {
	margin: 0;
	width: 24px;
	height: 24px;
	vertical-align: top;
	fill: #fff;
	fill: var(--navi-text-color);
}

.primary-menu-toggle:hover .icon,
.primary-menu-toggle:active .icon {
	fill: rgba(255, 255, 255, 0.5);
	fill: var(--navi-hover-text-color);
}

.primary-menu-toggle[aria-expanded="true"] .icon-menu,
.primary-menu-toggle[aria-expanded="false"] .icon-close {
	display: none;
}

.primary-menu-toggle[aria-expanded="true"] .icon-close {
	display: inline-block;
}

/* Submenu Dropdown Toggles */
.main-navigation .dropdown-toggle {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	padding: 1.1em 1.5em;
	background: none;
	border: none;
}

.main-navigation .dropdown-toggle:focus {
	outline: thin dotted;
	fill: #fff;
	fill: var(--navi-text-color);
	background: none;
}

.main-navigation .dropdown-toggle:hover,
.main-navigation .dropdown-toggle:active {
	background: none;
}

.main-navigation .dropdown-toggle .icon {
	margin: 0.4em 0 0;
	width: 20px;
	height: 20px;
	vertical-align: top;
	fill: #fff;
	fill: var(--navi-text-color);
}

.main-navigation .dropdown-toggle:hover .icon,
.main-navigation .dropdown-toggle:active .icon,
.main-navigation .dropdown-toggle:focus .icon {
	fill: rgba(255, 255, 255, 0.5);
	fill: var(--navi-hover-text-color);
}

.main-navigation .dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

.main-navigation ul ul .dropdown-toggle {
	padding: 0.9em 1.2em;
}

.main-navigation ul ul .dropdown-toggle .icon {
	width: 18px;
	height: 18px;
}

/*--------------------------------------------------------------
# - Social Icons Menu
--------------------------------------------------------------*/
.donovan-social-menu .social-icons-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	justify-content: center;
}

.donovan-social-menu .social-icons-menu li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.donovan-social-menu .social-icons-menu li a {
	display: block;
	margin: 0 3px 3px 0;
	padding: 0.6rem 0.8rem 0.65rem;
	background: rgba(0, 0, 0, 0.05);
}

.donovan-social-menu .social-icons-menu li a:hover,
.donovan-social-menu .social-icons-menu li a:active {
	background: rgba(0, 0, 0, 0.1);
	text-decoration: none;
}

.donovan-social-menu .social-icons-menu li a .icon {
	margin: 0;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	fill: #202020;
}

/*--------------------------------------------------------------
# - Single Posts and pages
--------------------------------------------------------------*/
.site-main > article,
.post-wrapper > article,
.type-post,
.type-page,
.type-attachment {
	margin: 0;
	padding: 1.5rem;
	max-width: 100%;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	min-width: 0;
	word-wrap: break-word;
}

.entry-title {
	margin-top: 0;
	margin-bottom: 0.2em;
	padding: 0;
	color: #202020;
	color: var(--title-color);
	font-size: 20px;
	font-size: 1.25rem;
	font-family: Quicksand, Tahoma, Arial;
	font-family: var(--title-font);
	font-weight: normal;
	line-height: 1.4;
}

.entry-title a:link,
.entry-title a:visited {
	color: #202020;
	color: var(--title-color);
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:active {
	text-decoration: underline;
}

.wp-post-image {
	margin: 0 0 1em;
	vertical-align: top;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.site-main .sticky {
	border: 10px solid rgba(0, 0, 0, 0.3);
}

/* Read More Button */
.more-link {
	display: inline-block;
	margin: 0;
	padding: 0.5em 1em;
	color: #fff;
	color: var(--button-text-color);
	background-color: #ee1133;
	background-color: var(--button-color);
	font-size: 15px;
	font-size: 0.9375rem;
}

.more-link:link,
.more-link:visited {
	color: #fff;
	color: var(--button-text-color);
	text-decoration: none;
}

.more-link:hover,
.more-link:active {
	color: #fff;
	color: var(--button-hover-text-color);
	background-color: #D5001A;
	background-color: var(--button-hover-color);
	text-decoration: none;
}

/* Page Links | wp_link_pages() */
.page-links {
	clear: both;
	margin: 0 0 2em;
	word-spacing: 0.5em;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
}

/* Styling for all post details */
.entry-meta,
.entry-footer {
	color: rgba(0, 0, 0, 0.5);
	font-size: 15px;
	font-size: 0.9375rem;
}

.entry-meta a:link,
.entry-meta a:visited,
.entry-footer a:link,
.entry-footer a:visited {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

.entry-meta a:hover,
.entry-meta a:active,
.entry-footer a:hover,
.entry-footer a:active {
	color: #202020;
}

/* Entry Meta */
.entry-meta {
	margin: 0.5em 0;
}

.entry-meta a:link,
.entry-meta a:visited {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}

.entry-meta a:hover,
.entry-meta a:active {
	text-decoration: none;
}

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

/* Entry Footer */
.entry-footer {
	margin: 1.5rem 0 0;
	padding: 1rem 0 0;
	border-top: 2px solid rgba(0, 0, 0, 0.05);
}

.entry-footer div .icon {
	margin: 0.2em 0.5em 0 0;
	width: 20px;
	height: 20px;
	vertical-align: top;
	fill: rgba(0, 0, 0, 0.3);
}

.entry-footer .entry-comments .icon {
	margin-top: 0.3em;
}

/* Hide post meta if they are deactivated in settings */
body.date-hidden .type-post .entry-meta .meta-date,
body.author-hidden .type-post .entry-meta .meta-author,
body.categories-hidden .type-post .entry-footer .entry-categories,
body.tags-hidden .type-post .entry-footer .entry-tags {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

body.date-hidden.author-hidden .content-area .type-post .entry-meta {
	display: none;
}

body.single-post.categories-hidden.tags-hidden .type-post .entry-footer {
	display: none;
}

body.categories-hidden .post-wrapper .type-post.comments-off .entry-footer {
	display: none;
}

/* Post Navigation */
.post-navigation {
	margin: 0;
	padding: 0;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
	margin: 0;
	padding: 1.5em;
	max-width: 100%;
	word-wrap: break-word;
	background: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}

.post-navigation .nav-links .nav-next {
	text-align: right;
}

/* Post Navigation Link Styling */
.post-navigation .nav-links a:link,
.post-navigation .nav-links a:visited {
	text-decoration: none;
}

.post-navigation .nav-links .entry-title {
	font-size: 18px;
	font-size: 1.125rem;
}

.post-navigation .nav-links a:hover .entry-title,
.post-navigation .nav-links a:active .entry-title {
	text-decoration: underline;
}

.post-navigation .nav-links .nav-link-text {
	display: block;
	color: rgba(0, 0, 0, 0.5);
}

.post-navigation .nav-links .nav-previous .nav-link-text:before {
	margin-right: 5px;
	content: "\2190";
}

.post-navigation .nav-links .nav-next .nav-link-text:after {
	margin-left: 5px;
	content: "\2192";
}

/*--------------------------------------------------------------
# - Archives and Blog Layouts
--------------------------------------------------------------*/

/* Archives and Search Heading */
.archive-header {
	margin: 0 0 1rem;
	padding: 1.5rem;
	max-width: 100%;
	word-wrap: break-word;
	background: #fff;
}

.archive-title {
	margin: 0;
	padding: 0;
	color: #202020;
	color: var(--widget-title-color);
	font-size: 18px;
	font-size: 1.125rem;
	font-family: Quicksand, Tahoma, Arial;
	font-family: var(--widget-title-font);
	font-weight: normal;
	line-height: 1.4;
}

.blog-description,
.archive-description,
.archive-description p {
	margin: 0.25em 0 0;
}

.archive-header .search-form {
	margin: 1.25rem 0 0;
}

/* Theme Pagination */
.pagination {
	margin-bottom: 0;
	padding: 1.5rem;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pagination .page-numbers,
.pagination .current {
	display: inline-block;
	padding: 0.2rem 0.8rem;
	margin-right: 3px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	color: var(--button-text-color);
	background-color: #ee1133;
	background-color: var(--button-color);
}

.pagination .page-numbers.dots {
	padding: 0 0.5rem;
}

.pagination .current,
.pagination a:hover,
.pagination a:active {
	color: #fff;
	color: var(--button-hover-text-color);
	background-color: #D5001A;
	background-color: var(--button-hover-color);
}

.pagination .current {
	font-weight: bold;
}

/* Infinite Scroll Pagination */
.infinite-scroll .pagination {
	display: none;
}

.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
	width: 100%;
	text-align: center;
	padding: 1.5rem;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.infinite-scroll .infinite-loader .spinner {
	left: auto;
	margin: 0 auto;
}

.infinite-scroll #infinite-handle span {
	display: inline-block;
	margin: 0;
	padding: 0.5em 1em;
	color: #fff;
	color: var(--button-text-color);
	background-color: #ee1133;
	background-color: var(--button-color);
	font-size: 15px;
	font-size: 0.9375rem;
}

.infinite-scroll #infinite-handle span:hover {
	color: #fff;
	color: var(--button-hover-text-color);
	background-color: #D5001A;
	background-color: var(--button-hover-color);
	text-decoration: none;
}

.blog-grid-layout.infinite-scroll .content-archive .post-wrapper #infinite-handle,
.blog-grid-layout.infinite-scroll .content-archive .post-wrapper .infinite-loader {
	grid-column: 1 / span 2;
}

/*--------------------------------------------------------------
# - Blocks
--------------------------------------------------------------*/

/* Audio */
.wp-block-audio audio {
	width: 100%;
}

/* Separator */
.wp-block-separator {
	height: 4px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 120px;
}

/* Quote */
.wp-block-quote.is-style-large {
	border: none;
	margin: 0 0 1.5em;
	padding: 0;
	font-size: 24px;
	font-size: 1.5rem;
	font-style: italic;
}

.wp-block-quote.is-style-large p {
	margin-bottom: 0.5em;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
}

.wp-block-quote.is-style-large cite {
	text-align: inherit;
}

/* Pullquote */
.wp-block-pullquote {
	margin-bottom: 1.5em;
	padding: 1.5em 0;
	border-bottom: 4px solid #202020;
	border-top: 4px solid #202020;
}

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-size: 1.5rem;
}

.wp-block-pullquote blockquote p {
	margin-bottom: 0.5em;
}

/* Cover */
.wp-block-cover {
	display: flex;
}

.wp-block-cover-text {
	margin-top: 0;
	margin-bottom: 0;
}

/* Image */
.wp-block-image .alignleft {
	margin-right: 1.5em;
}

.wp-block-image .alignright {
	margin-left: 1.5em;
}

/* Captions */
.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	font-size: 15px;
	font-size: 0.9375rem;
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
}

/* Latest Posts */
.wp-block-latest-posts.wp-block-latest-posts__list {
	margin: 0;
	padding: 0;
}

/* Table */
.wp-block-table table {
	table-layout: auto;
}

/* Text Colors */
.has-primary-color {
	color: #ee1133;
	color: var(--link-color);
}

.has-white-color {
	color: #ffffff;
}

.has-light-gray-color {
	color: #f2f2f2;
}

.has-dark-gray-color {
	color: #666666;
}

.has-black-color {
	color: #202020;
}

/* Background Colors */
.has-primary-background-color {
	background-color: #ee1133;
	background-color: var(--link-color);
}

.has-white-background-color {
	background-color: #ffffff;
}

.has-light-gray-background-color {
	background-color: #f2f2f2;
}

.has-dark-gray-background-color {
	background-color: #666666;
}

.has-black-background-color {
	background-color: #202020;
}

/*--------------------------------------------------------------
# - Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
	padding: 1.5rem;
	max-width: 100%;
	word-wrap: break-word;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget-title {
	margin: 0 0 1rem;
	padding: 0;
	color: #202020;
	color: var(--widget-title-color);
	font-size: 18px;
	font-size: 1.125rem;
	font-family: Quicksand, Tahoma, Arial;
	font-family: var(--widget-title-font);
	font-weight: normal;
	line-height: 1.4;
}

.widget a:link,
.widget a:visited {
	text-decoration: none;
}

.widget a:hover,
.widget a:active {
	text-decoration: underline;
}

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

.widget ul li,
.widget ol li {
	padding: 0.2em 0;
}

.widget ul > li:last-child {
	padding-bottom: 0;
}

.widget ul .children,
.widget ul .sub-menu {
	margin: 0.5em 0 0.5em 1em;
	padding: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Theme Search Widget */
.search-form {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

.search-form .screen-reader-text {
	display: none;
}

.search-form .search-field {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 0.5em 1.5em 0.5em 0.7em;
	min-width: 150px;
	width: 100%;
	-webkit-appearance: none;
}

.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0.6em 0.8em;
	border: none;
	background-color: #ee1133;
	background-color: var(--button-color);
}

.search-form .search-submit:hover,
.search-form .search-submit:active {
	background-color: #D5001A;
	background-color: var(--button-hover-color);
}

.search-form .search-submit .icon-search {
	margin: 5px 0 0;
	width: 22px;
	height: 22px;
	fill: #fff;
	fill: var(--button-text-color);
}

.search-form .search-submit:hover .icon-search,
.search-form .search-submit:active .icon-search {
	fill: #fff;
	fill: var(--button-hover-text-color);
}

/*--------------------------------------------------------------
# - Comments
--------------------------------------------------------------*/
.comments-area {
	word-wrap: break-word;
}

/* Comment Header */
.comments-title,
.comment-reply-title {
	margin: 0 0 1em;
	padding: 1.5rem;
	color: #202020;
	color: var(--widget-title-color);
	font-size: 18px;
	font-size: 1.125rem;
	font-family: Quicksand, Tahoma, Arial;
	font-family: var(--widget-title-font);
	font-weight: normal;
	line-height: 1.4;
	background: #fff;
}

.comment-reply-title {
	padding: 0;
}

/* Comment List */
.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment {
	margin: 0 0 1em;
	padding: 1.5rem;
	background: #fff;
}

.comment .comment-body {
	display: block;
	margin: 0;
	padding: 0;
}

/* Comment Meta */
.comment-meta {
	float: left;
	padding: 0;
	width: 100%;
}

.comment-meta .comment-author img {
	float: left;
	margin-right: 1em;
}

.bypostauthor {
	display: block;
}

.comment-meta .comment-metadata {
	margin-top: 0.3em;
	font-size: 14px;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.5);
}

.comment-meta .comment-metadata a {
	margin-right: 1em;
}

.comment-meta .comment-metadata a:link,
.comment-meta .comment-metadata a:visited {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

.comment-meta .comment-metadata a:hover,
.comment-meta .comment-metadata a:active {
	color: #202020;
}

/* Comment Content */
.comment-content {
	clear: left;
	padding: 0.2em 0 0;
}

.comment ol.children {
	margin: 1.5em 0 0;
	list-style: none;
}

.comment ol.children .comment {
	margin: 0;
	padding: 1.5rem 0 0;
	border-top: 2px solid rgba(0, 0, 0, 0.05);
}

/* Comment Reply */
.comment .reply {
	font-size: 14px;
	font-size: 0.875rem;
}

.comment .comment-respond {
	margin: 1.5em 0 0;
	padding: 1.5rem 0 0;
	border-top: 2px solid rgba(0, 0, 0, 0.05);
}

/* Comment Pagination */
.comment-navigation {
	margin: 0 0 1rem;
	padding: 1rem;
	background: #fff;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

.comment-navigation a:link,
.comment-navigation a:visited {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

.comment-navigation a:hover,
.comment-navigation a:active {
	color: #202020;
}

.comment-navigation .nav-previous a:before {
	margin-right: 5px;
	content: "\2190";
}

.comment-navigation .nav-next a:after {
	margin-left: 5px;
	content: "\2192";
}

/* Comment Form */
.comment-respond {
	margin: 0 0 1em;
	padding: 1.5rem;
	background: #fff;
}

.comment-form {
	padding: 0;
}

.comment-form .logged-in-as {
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-form label {
	display: inline-block;
	min-width: 150px;
	font-weight: bold;
}

.comment-form textarea {
	margin-top: 0.4em;
}

.comment-form .form-submit {
	margin-bottom: 0;
}

.comment-form input[type="checkbox"] + label {
	display: inline;
	padding-left: 0.5em;
	font-weight: normal;
}

.comment-reply-title small a {
	margin-left: 1em;
	text-transform: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
}

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 0.5em;
	max-width: 100%;
	font-size: 15px;
	font-size: 0.9375rem;
	color: rgba(0, 0, 0, 0.6);
}

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

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

.wp-caption .wp-caption-text {
	margin: 0.5em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	display: grid;
	margin: 1rem 0;
	padding: 0;
	grid-gap: 1rem;
}

.gallery-columns-1 {
	display: block;
}

.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-6,
.gallery-columns-7,
.gallery-columns-8,
.gallery-columns-9 {
	grid-template-columns: 1fr 1fr;
}

.gallery-item {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
}

.gallery-item img {
	vertical-align: top;
}

.gallery-caption {
	display: block;
	margin: 0.5rem 0 0;
	font-size: 15px;
	font-size: 0.9375rem;
	color: rgba(0, 0, 0, 0.6);
	line-height: 1.4;
}

/* IE Fallback */
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.gallery {
		display: flex;
	}

	.gallery-item {
		display: inline-block;
		padding: 1rem;
	}

	.gallery-columns-2 .gallery-item {
		width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		width: 33.3333333333%;
	}

	.gallery-columns-4 .gallery-item {
		width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		width: 16.6666666667%;
	}

	.gallery-columns-7 .gallery-item {
		width: 14.2857142857%;
	}

	.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		width: 11.1111111111%;
	}
}

/*--------------------------------------------------------------
# - Footer
--------------------------------------------------------------*/
.footer-wrap {
	background-color: #202020;
	background-color: var(--footer-color);
}

.site-footer {
	font-size: 16px;
	font-size: 1rem;
	font-family: Quicksand, Tahoma, Arial;
	font-family: var(--navi-font);
}

.site-footer a:link,
.site-footer a:visited {
	color: #fff;
	color: var(--footer-text-color);
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:active {
	color: rgba(255, 255, 255, 0.5);
	color: var(--footer-hover-text-color);
}

.site-footer .site-info {
	padding: 1.5rem;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	color: var(--footer-hover-text-color);
}

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

/* Styling for ThemeZee Breadcrumbs Plugin */
.breadcrumbs {
	box-sizing: border-box;
	margin: 0;
	padding: 1rem 1.5rem 0;
	width: 100%;
	word-wrap: break-word;
	background: #fff;
}

.breadcrumbs-container {
	font-size: 14px;
	font-size: 0.875rem;
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
	display: inline;
	margin: 0;
	padding: 0;
}

.breadcrumbs .trail-browse {
	margin-right: 0.5rem;
	font-weight: normal;
	font-size: 15px;
	font-size: 0.9375rem;
}

.breadcrumbs .trail-items {
	list-style: none;
}

.breadcrumbs .trail-items li:after {
	padding: 0 0.5em;
	content: "\00bb"; /* Raquo */
}

.trail-separator-slash .trail-items li:after {
	content: "\002F";
}

.trail-separator-dash .trail-items li:after {
	content: "\2013";
}

.trail-separator-bull .trail-items li:after {
	content: "\2022";
}

.trail-separator-arrow-bracket .trail-items li:after {
	content: "\003e";
}

.trail-separator-raquo .trail-items li:after {
	content: "\00bb";
}

.trail-separator-single-arrow .trail-items li:after {
	content: "\2192";
}

.trail-separator-double-arrow .trail-items li:after {
	content: "\21D2";
}

.breadcrumbs .trail-items li:last-of-type:after {
	display: none;
}

@media only screen and (min-width: 25em) {
	.breadcrumbs {
		padding: 0.5rem 0;
	}
}

/* Styling for ThemeZee Magazine Blocks */
:root {
	--tz-column-gap: 1.5rem;
}

.tz-magazine-block .tz-magazine-post {
	margin: 0 0 1.5rem;
	padding: 0;
}

.tz-magazine-block .tz-entry-title {
	font-size: 24px;
	font-size: 1.5rem;
}

.tz-magazine-block .tz-magazine-grid-columns-3 .tz-entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.tz-magazine-block .tz-magazine-grid-columns-4 .tz-entry-title,
.tz-magazine-block .tz-magazine-thumbnail-list .tz-entry-title {
	font-size: 18px;
	font-size: 1.125rem;
}

.tz-magazine-block .tz-entry-meta {
	font-size: 15px;
	font-size: 0.9375rem;
}

.tz-magazine-block .tz-meta-field {
	margin-right: 1em;
}

.tz-magazine-block .tz-entry-content {
	font-size: 17px;
	font-size: 1.0625rem;
}

/* Styling for ThemeZee Related Posts Plugin */
ul.related-posts-list {
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.related-posts-list li {
	display: block;
	margin-top: 1.5rem;
	list-style: none;
}

.related-posts-list li .wp-post-image {
	margin: 0 0 1rem 0;
}

.related-posts-list li .entry-title {
	font-size: 18px;
	font-size: 1.125rem;
}

.related-posts-list li .entry-meta {
	font-size: 13px;
	font-size: 0.8125rem;
}

.related-posts-grid {
	margin: 1.5rem 0 0;
}

.related-posts-columns .related-post-column {
	margin-top: 1.5rem;
}

.related-posts-columns .related-post-column .wp-post-image {
	margin: 0 0 1rem 0;
	padding: 0;
	border: none;
}

.related-posts-columns .related-post-column .entry-title {
	font-size: 18px;
	font-size: 1.125rem;
}

.related-posts-columns .related-post-column .entry-meta {
	font-size: 13px;
	font-size: 0.8125rem;
}

.related-posts-columns .related-post-column .entry-meta .meta-date {
	margin-right: 0.5rem;
}

.related-posts .clearfix::before,
.related-posts .clearfix::after {
	display: inline;
	content: none;
}

@media only screen and (min-width: 25em) {
	.related-posts-list li {
		display: grid;
		grid-template-columns: 2fr 3fr;
		grid-template-rows: auto 1fr;
		grid-column-gap: 1rem;
	}

	.related-posts-list li > a {
		grid-row: 1 / span 2;
	}

	.related-posts-list li .wp-post-image {
		margin: 0;
	}

	.related-posts-list li .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.related-posts-list li .entry-meta {
		margin: 0;
	}

	.related-posts-two-columns,
	.related-posts-four-columns {
		display: grid;
		grid-gap: 1.5rem;
		grid-template-columns: repeat(2, 1fr);
	}

	.related-posts-two-columns .related-post-column,
	.related-posts-four-columns .related-post-column {
		margin-top: 0;
	}

	.related-posts-two-columns .related-post-column .entry-title,
	.related-posts-four-columns .related-post-column .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media only screen and (min-width: 35em) {
	.related-posts-list li .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

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

	.related-posts-three-columns .related-post-column {
		margin-top: 0;
	}

	.related-posts-three-columns .related-post-column .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.related-posts-two-columns .related-post-column .entry-title,
	.related-posts-four-columns .related-post-column .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media only screen and (min-width: 45em) {
	.related-posts-list li .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.related-posts-two-columns .related-post-column .entry-title,
	.related-posts-four-columns .related-post-column .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.related-posts-three-columns .related-post-column .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media only screen and (min-width: 55em) {
	.related-posts-list li .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.related-posts-two-columns .related-post-column .entry-title,
	.related-posts-four-columns .related-post-column .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.related-posts-three-columns .related-post-column .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media only screen and (min-width: 65em) {
	.related-posts-list li .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

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

	.related-posts-four-columns .related-post-column .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.related-posts-three-columns .related-post-column .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.related-posts-two-columns .related-post-column .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media only screen and (min-width: 75em) {
	.related-posts-list li {
		grid-template-columns: 1fr 2fr;
		grid-column-gap: 1.5rem;
	}

	.related-posts-list li .entry-meta {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.related-posts-list li .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.related-posts-four-columns .related-post-column .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.related-posts-columns .related-post-column .entry-meta {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

/* Styling for ThemeZee Widget Bundle Plugin */
.tzwb-posts-list li {
	margin: 0;
	list-style: none;
}

.tzwb-posts-list .tzwb-excerpt p {
	margin: 0;
	padding: 0;
}

.tzwb-posts-list li.tzwb-has-thumbnail {
	margin: 0;
	padding: 0.6em 0;
	overflow: hidden;
}

.tzwb-posts-list .wp-post-image {
	float: left;
	margin: 0.4rem 1rem 0.4rem 0;
	max-width: 100px;
	height: auto;
}

.tzwb-posts-list .tzwb-entry-meta {
	margin: 0;
	font-size: 14px;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.5);
}

.tzwb-posts-list .tzwb-entry-meta span {
	margin-right: 0.5rem;
}

.tzwb-posts-list .tzwb-entry-meta a:link,
.tzwb-posts-list .tzwb-entry-meta a:visited {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

.tzwb-posts-list .tzwb-entry-meta a:hover,
.tzwb-posts-list .tzwb-entry-meta a:active {
	color: #202020;
}

/* Comments List */
.tzwb-comments-list li {
	overflow: hidden;
	margin: 0;
	list-style: none;
}

.tzwb-comments-list li.tzwb-has-avatar {
	padding: 0.8em 0;
}

.tzwb-comments-list .avatar {
	float: left;
	margin: 0.2em 0.8em 0.2em 0;
}

.tzwb-comments-list .tzwb-comment-content {
	font-style: italic;
}

.tzwb-comments-list .tzwb-comment-date {
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	font-size: 0.875rem;
}

/* Tabbed Content Widget */
.tzwb-tabbed-content .tzwb-tabnavi-wrap {
	margin: 0;
	padding: 0;
}

.tzwb-tabbed-content .tzwb-tabnavi {
	display: flex;
	flex-flow: row wrap;
	list-style: none;
	list-style-position: outside;
}

.tzwb-tabbed-content .tzwb-tabnavi li {
	margin: 3px 3px 0 0;
	padding: 0;
	border: none;
	list-style: none;
}

.tzwb-tabbed-content .tzwb-tabnavi li a {
	display: block;
	margin: 0;
	padding: 0.4em 0.8em;
	color: #fff;
	color: var(--button-text-color);
	background-color: #ee1133;
	background-color: var(--button-color);
	font-size: 15px;
	font-size: 0.9375rem;
}

.tzwb-tabbed-content .tzwb-tabnavi li a:link,
.tzwb-tabbed-content .tzwb-tabnavi li a:visited {
	color: #fff;
	color: var(--button-text-color);
}

.tzwb-tabbed-content .tzwb-tabnavi li a.current-tab,
.tzwb-tabbed-content .tzwb-tabnavi li a:hover,
.tzwb-tabbed-content .tzwb-tabnavi li a:active {
	color: #fff;
	color: var(--button-hover-text-color);
	background-color: #D5001A;
	background-color: var(--button-hover-color);
	text-decoration: none;
}

.tzwb-tabbed-content .tzwb-tabnavi li a:focus {
	outline: none;
}

.tzwb-tabbed-content .tzwb-tabcontent {
	margin: 1rem 0 0 0;
	padding: 0;
}

/* Social Icons Widget */
.tzwb-social-icons .social-icons-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
}

.tzwb-social-icons .social-icons-menu li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.tzwb-social-icons .social-icons-menu li a {
	display: block;
	margin: 3px 3px 0 0;
	padding: 0.6rem 0.8rem 0.65rem;
	background-color: #ee1133;
	background-color: var(--button-color);
}

.tzwb-social-icons .social-icons-menu li a:hover,
.tzwb-social-icons .social-icons-menu li a:active {
	background-color: #D5001A;
	background-color: var(--button-hover-color);
	text-decoration: none;
}

.tzwb-social-icons .social-icons-menu li a .icon {
	margin: 0;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	fill: #fff;
	fill: var(--button-text-color);
}

.tzwb-social-icons .social-icons-menu li a:hover .icon,
.tzwb-social-icons .social-icons-menu li a:active .icon {
	fill: #fff;
	fill: var(--button-hover-text-color);
}

/* Facebook Like Box Widget */
.tzwb-facebook-likebox .tzwb-content {
	overflow: hidden;
}

/*--------------------------------------------------------------
# - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## - Media Queries for Typography
--------------------------------------------------------------*/
@media only screen and (min-width: 20em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1rem;
	}

	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

@media only screen and (min-width: 30em) {
	.entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

@media only screen and (min-width: 35em) {
	.entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}
}

@media only screen and (min-width: 40em) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.0625rem;
	}

	.site-title {
		font-size: 40px;
		font-size: 2.5rem;
	}

	.site-description {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.entry-meta {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.entry-meta span .icon {
		margin: 0.3em 0.3em 0 0;
		width: 19px;
		height: 19px;
	}

	.widget-title,
	.archive-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .nav-links .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	/* Blog Layout Title */
	.blog-list-layout .content-archive .post-wrapper .type-post .entry-title,
	.blog-grid-layout .content-archive .post-wrapper .type-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media only screen and (min-width: 50em) {
	.entry-title {
		font-size: 32px;
		font-size: 2rem;
	}

	.blog-list-layout .content-archive .post-wrapper .type-post .entry-title,
	.blog-grid-layout .content-archive .post-wrapper .type-post .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

@media only screen and (min-width: 55em) {
	.entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	/* Blog Layout Title */
	.blog-list-layout .content-archive .post-wrapper .type-post .entry-title,
	.blog-grid-layout .content-archive .post-wrapper .type-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media only screen and (min-width: 70em) {
	.entry-title {
		font-size: 32px;
		font-size: 2rem;
	}

	/* Blog Layout Title */
	.blog-list-layout .content-archive .post-wrapper .type-post .entry-title,
	.blog-grid-layout .content-archive .post-wrapper .type-post .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

@media only screen and (min-width: 90em) {
	.entry-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.entry-content {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.blog-list-layout .content-archive .post-wrapper .type-post .entry-content,
	.blog-grid-layout .content-archive .post-wrapper .type-post .entry-content {
		font-size: 17px;
		font-size: 1.0625rem;
	}
}

/*--------------------------------------------------------------
## - Media Queries for Layout
--------------------------------------------------------------*/
@media only screen and (min-width: 25em) {
	.container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.primary-navigation-container {
		padding: 0;
	}

	.site-header,
	.widget,
	.page-header,
	.site-main > article,
	.post-wrapper > article,
	.type-post,
	.type-page,
	.type-attachment,
	.comment,
	.comments-title,
	.comment-navigation,
	.comment-respond,
	.post-navigation .nav-links .nav-previous,
	.post-navigation .nav-links .nav-next,
	.pagination,
	.infinite-scroll #infinite-handle span {
		margin-bottom: 1rem;
		border-bottom: none;
	}

	.pagination,
	.infinite-scroll #infinite-handle,
	.infinite-scroll .infinite-loader {
		padding: 0;
		background: none;
		border-bottom: none;
	}

	.pagination .page-numbers,
	.pagination .current {
		padding: 0.35rem 1rem;
		margin-right: 0.5rem;
	}

	.site-footer .site-info {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 40em) {
	.container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.primary-navigation-container {
		padding: 0;
	}

	.site-header,
	.widget,
	.archive-header,
	.site-main > article,
	.post-wrapper > article,
	.type-post,
	.type-page,
	.type-attachment,
	.comment,
	.comments-title,
	.comment-navigation,
	.comment-respond,
	.pagination,
	.infinite-scroll #infinite-handle span {
		margin-bottom: 1.5rem;
	}

	/* Post Navigation */
	.post-navigation .nav-links {
		display: grid;
		grid-template-columns: 1fr;
		grid-auto-columns: 1fr;
		grid-column-gap: 1.5rem;
	}

	.post-navigation .nav-links .nav-previous,
	.post-navigation .nav-links .nav-next {
		margin-bottom: 1.5rem;
		grid-row: 1;
	}

	/* Blog: List Layout */
	.blog-list-layout .content-archive .post-wrapper .has-post-thumbnail {
		display: grid;
		grid-template-columns: 42% auto;
	}

	.blog-list-layout.post-thumbnails-hidden .content-archive .post-wrapper .has-post-thumbnail {
		display: block;
	}

	.blog-list-layout .content-archive .post-wrapper .has-post-thumbnail .wp-post-image {
		margin: 0;
		padding-right: 1.5em;
	}

	.blog-list-layout .content-archive .post-wrapper .has-post-thumbnail .entry-footer {
		grid-row: 2;
		grid-column: 1 / span 2;
		max-width: 100%;
	}

	/* Blog: Grid Layout */
	.blog-grid-layout .content-archive .post-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		grid-gap: 1.5rem;
		margin: 0 0 1.5rem;
	}

	.blog-grid-layout .content-archive .post-wrapper .type-post {
		margin: 0;
	}
}

/* CSS Grid Fallback for Internet Explorer */
@media only screen and (min-width: 40em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* Post Navigation */
	.post-navigation .nav-links {
		display: flex;
		margin-bottom: 1.5rem;
	}

	.post-navigation .nav-links .nav-previous,
	.post-navigation .nav-links .nav-next {
		margin: 0;
		width: 50%;
	}

	/* Blog: List Layout */
	.blog-list-layout .content-archive .post-wrapper .has-post-thumbnail {
		display: flex;
		flex-flow: row wrap;
	}

	.blog-list-layout.post-thumbnails-hidden .content-archive .post-wrapper .has-post-thumbnail {
		display: block;
	}

	.blog-list-layout .content-archive .post-wrapper .has-post-thumbnail .post-image {
		width: 42%;
	}

	.blog-list-layout .content-archive .post-wrapper .has-post-thumbnail .post-content {
		width: 58%;
	}

	.blog-list-layout .content-archive .post-wrapper .has-post-thumbnail .entry-footer {
		width: 100%;
	}

	/* Blog: Grid Layout */
	.blog-grid-layout .content-archive .post-wrapper {
		display: flex;
		flex-flow: row wrap;
		margin: 0 -3% 0 0;
	}

	.blog-grid-layout .content-archive .post-wrapper .type-post {
		margin-bottom: 1.5rem;
		margin-right: 3%;
		width: 47%;
	}
}

@media only screen and (min-width: 55em) {
	@supports (display: grid) {
		.site-content {
			display: grid;
			grid-template-columns: 7fr 3fr;
			grid-column-gap: 1.5rem;
		}

		.content-area {
			box-sizing: border-box;
			grid-row-start: 2;
			grid-column-start: 1;
			min-width: 0;
		}

		.sidebar {
			grid-row-start: 2;
			grid-column-start: 2;
			box-sizing: border-box;
			margin: 0;
			padding: 0;
			border: none;
			min-width: 0;
		}
	}

	/* Header */
	.header-main {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
	}

	.header-social-menu {
		display: flex;
		margin-top: 0;
		margin-left: auto;
		align-items: center;
	}

	.site-footer .site-info {
		text-align: left;
	}
}

/* CSS Grid Fallback for Internet Explorer */
@media only screen and (min-width: 55em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.site-content {
		display: flex;
	}

	.no-sidebar .site-content {
		display: block;
	}

	.content-area {
		width: 70%;
		box-sizing: border-box;
		padding-right: 0.75rem;
	}

	.sidebar {
		width: 30%;
		box-sizing: border-box;
		padding-left: 0.75rem;
	}
}

@media only screen and (min-width: 75em) {
	.header-main {
		padding-top: 2em;
		padding-bottom: 2em;
	}
}

/*--------------------------------------------------------------
## - Media Queries for Navigation
--------------------------------------------------------------*/
@media only screen and (min-width: 55em) {
	.primary-menu-toggle,
	.main-navigation .dropdown-toggle {
		display: none;
	}

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

	.primary-navigation {
		display: flex;
		margin-left: auto;
		width: auto;
		align-items: center;
	}

	#masthead .main-navigation > ul.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0;
		border-bottom: none;
	}

	.main-navigation > ul > li > a {
		border: none;
	}

	/* Dropdown Menus */
	.main-navigation ul ul {
		position: absolute;
		left: -999em;
		top: 100%;
		z-index: 99999;
		background-color: #ee1133;
		background-color: var(--submenu-color);
	}

	.main-navigation ul ul a {
		border-top: 1px solid rgba(255, 255, 255, 0.075);
		border-top: 1px solid var(--submenu-border-color);
	}

	.main-navigation ul ul a:link,
	.main-navigation ul ul a:visited {
		color: #fff;
		color: var(--submenu-text-color);
	}

	.main-navigation ul ul a:hover,
	.main-navigation ul ul a:active {
		color: rgba(255, 255, 255, 0.5);
		color: var(--submenu-hover-text-color);
	}

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

	.main-navigation ul ul li a {
		width: 16rem;
	}

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

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

	.main-navigation ul ul li a,
	.main-navigation ul ul ul li a,
	.main-navigation ul ul ul ul li a {
		padding: 1em;
	}

	/* Dropdown Icons */
	.main-navigation .menu-item-has-children > a > .icon {
		position: relative;
		display: inline-block;
		left: 0.5rem;
		top: 0.1rem;
		width: 14px;
		height: 14px;
		fill: #fff;
		fill: var(--submenu-text-color);
	}

	.main-navigation ul ul .menu-item-has-children > a > .icon {
		position: absolute;
		left: auto;
		right: 1em;
		top: 50%;
		margin-top: -0.4rem;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.main-navigation ul .menu-item-has-children > a:hover > .icon {
		fill: rgba(255, 255, 255, 0.5);
		fill: var(--submenu-hover-text-color);
	}
}

/*--------------------------------------------------------------
## - Media Queries for Media
--------------------------------------------------------------*/
@media only screen and (min-width: 20em) {
	.alignleft {
		float: left;
		margin-right: 1.5rem;
	}

	.alignright {
		float: right;
		margin-left: 1.5rem;
	}
}

@media only screen and (min-width: 30em) {
	.gallery-columns-3,
	.gallery-columns-5,
	.gallery-columns-6,
	.gallery-columns-7,
	.gallery-columns-9 {
		grid-template-columns: repeat(3, 1fr);
	}

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

@media only screen and (min-width: 45em) {
	.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);
	}
}

@media only screen and (min-width: 50em) {
	.gallery-columns-8 {
		grid-template-columns: repeat(8, 1fr);
	}

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

/*--------------------------------------------------------------
## - Media Queries for Print
--------------------------------------------------------------*/
@media print {
	/* Hide elements */
	form,
	button,
	input,
	select,
	textarea,
	.header-bar-wrap,
	.primary-navigation-wrap,
	#secondary,
	.footer-navigation,
	.footer-widgets-background,
	.header-image,
	.page-links,
	.post-navigation,
	.pagination.navigation,
	.comments-area,
	.footer-wrap,
	.scroll-to-top {
		display: none !important;
	}

	body,
	.site {
		background: none !important;
	}

	.content-area {
		padding: 0;
		width: 100%;
	}
}

/*--------------------------------------------------------------
# - Theme Layout
--------------------------------------------------------------*/

/* Centered Theme Layout */
.centered-theme-layout .site {
	margin: 0 auto;
	padding: 0;
	max-width: 1440px;
}

.centered-theme-layout .container {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}

.centered-theme-layout .primary-navigation-container {
	padding-left: 0;
	padding-right: 0;
}

.centered-theme-layout .site-header {
	background: none;
}

.centered-theme-layout .site-header .header-main {
	background: #fff;
}

.centered-theme-layout .site-header .header-main,
.centered-theme-layout .site-footer {
	padding-left: 1rem;
	padding-right: 1rem;
}

/* Centered Theme Layout Responsive Design */
@media only screen and (min-width: 25em) {
	.centered-theme-layout .site-header {
		margin-bottom: 0;
	}

	.centered-theme-layout .header-image,
	.centered-theme-layout .sidebar .widget,
	.centered-theme-layout .archive-header,
	.centered-theme-layout .site-main article,
	.centered-theme-layout .type-post,
	.centered-theme-layout .type-page,
	.centered-theme-layout .type-attachment,
	.centered-theme-layout .comment,
	.centered-theme-layout .comments-title,
	.centered-theme-layout .comment-navigation,
	.centered-theme-layout .comment-respond,
	.centered-theme-layout .post-navigation .nav-links .nav-previous,
	.centered-theme-layout .post-navigation .nav-links .nav-next,
	.centered-theme-layout .pagination,
	.centered-theme-layout .infinite-scroll #infinite-handle span,
	.centered-theme-layout.blog-grid-layout .content-archive .post-wrapper,
	.centered-theme-layout .breadcrumbs {
		margin-bottom: 0;
		border-bottom: 2px solid #f5f5f5;
	}

	.centered-theme-layout .pagination {
		padding: 1.5rem;
		background: #fff;
	}

	.centered-theme-layout .breadcrumbs {
		padding: 0.5rem 1.5rem;
	}
}

@media only screen and (min-width: 40em) {
	.centered-theme-layout .site {
		padding: 0 1.5rem;
	}

	.centered-theme-layout .site-header .header-main,
	.centered-theme-layout .site-footer {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.centered-theme-layout.blog-grid-layout .content-archive .post-wrapper {
		margin: 0;
		grid-gap: 2px;
		background: #f5f5f5;
	}

	.centered-theme-layout.blog-grid-layout .content-archive .post-wrapper .type-post {
		margin-bottom: 0;
		border-bottom: none;
	}

	.centered-theme-layout .post-navigation .nav-links {
		grid-column-gap: 2px;
		background: #f5f5f5;
	}
}

@media only screen and (min-width: 55em) {
	.centered-theme-layout .site-header .header-main {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.centered-theme-layout .site-content {
		margin-top: -2px;
		grid-gap: 2px;
		background: #f5f5f5;
	}

	.centered-theme-layout .sidebar,
	.centered-theme-layout .content-area {
		background: #fff;
	}

	.centered-theme-layout .sidebar .widget {
		border-bottom: 2px solid #f5f5f5;
	}
}

/* Boxed Theme Layout */
.boxed-theme-layout .site {
	margin: 0 auto;
	max-width: 1440px;
	background: #fafafa;
}

.boxed-theme-layout .container {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

/* Boxed Layout Responsive Design */
@media only screen and (min-width: 25em) {
	.boxed-theme-layout .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.boxed-theme-layout .primary-navigation-container {
		padding-left: 0;
		padding-right: 0;
	}

	.boxed-theme-layout .widget,
	.boxed-theme-layout .archive-header,
	.boxed-theme-layout .type-post,
	.boxed-theme-layout .type-page,
	.boxed-theme-layout .type-attachment,
	.boxed-theme-layout .post-navigation .nav-links .nav-previous,
	.boxed-theme-layout .post-navigation .nav-links .nav-next,
	.boxed-theme-layout .comments-title,
	.boxed-theme-layout .comment,
	.boxed-theme-layout .comment-navigation,
	.boxed-theme-layout .comment-respond {
		border: 1px solid rgba(0, 0, 0, 0.1);
	}

	.comment ol.children .comment,
	.comment .comment-respond {
		border: none;
		border-top: 2px solid rgba(0, 0, 0, 0.05);
	}

	.boxed-theme-layout .breadcrumbs {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
}

@media only screen and (min-width: 40em) {
	.boxed-theme-layout .container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.boxed-theme-layout .primary-navigation-container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 55em) {
	.boxed-theme-layout {
		padding: 1.5rem;
	}

	.boxed-theme-layout .site {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	}

	.boxed-theme-layout .site-header .header-main {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}

@media only screen and (min-width: 90em) {
	.boxed-theme-layout {
		padding: 0;
	}

	.boxed-theme-layout .site {
		margin: 2em auto;
	}
}

/*--------------------------------------------------------------
# - Sidebar Position
--------------------------------------------------------------*/
@media only screen and (min-width: 55em) {
	@supports (display: grid) {
		/* Sidebar Left Layout */
		.sidebar-left .site-content {
			grid-template-columns: 3fr 7fr;
		}

		.sidebar-left .content-area {
			grid-column-start: 2;
		}

		.sidebar-left .sidebar {
			grid-column-start: 1;
		}
	}
}

/* CSS Grid Fallback for Internet Explorer */
@media only screen and (min-width: 55em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* Sidebar Left Layout */
	.sidebar-left .content-area {
		order: 2;
		padding-right: 0;
		padding-left: 0.75rem;
	}

	.sidebar-left .sidebar {
		order: 1;
		padding-left: 0;
		padding-right: 0.75rem;
	}
}

/*--------------------------------------------------------------
# - Page Templates
--------------------------------------------------------------*/
@media only screen and (min-width: 55em) {
	/* No Sidebar Template */
	.no-sidebar .site-content {
		display: block;
	}

	.no-sidebar .site-content .content-area .post-content,
	.no-sidebar .site-content .content-area .entry-footer {
		margin-left: auto;
		margin-right: auto;
		max-width: 840px;
		width: 100%;
	}

	/* Fullwidth Template */
	.post-template-template-fullwidth .site-content,
	.page-template-template-fullwidth .site-content {
		display: block;
	}

	/* Post Titles on No Sidebar layouts */
	.no-sidebar .entry-title,
	.post-template-template-fullwidth .entry-title,
	.page-template-template-fullwidth .entry-title {
		font-size: 32px;
		font-size: 2rem;
	}

	/* Blog Layout Title */
	.no-sidebar.blog-list-layout .content-archive .post-wrapper .type-post .entry-title,
	.no-sidebar.blog-grid-layout .content-archive .post-wrapper .type-post .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

/* Fallback for Internet Explorer */
@media only screen and (min-width: 55em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.no-sidebar .content-area,
	.post-template-template-fullwidth .content-area,
	.page-template-template-fullwidth .content-area {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (min-width: 70em) {
	.no-sidebar .entry-title,
	.post-template-template-fullwidth .entry-title,
	.page-template-template-fullwidth .entry-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	/* Blog Layout Title */
	.no-sidebar.blog-list-layout .content-archive .post-wrapper .type-post .entry-title,
	.no-sidebar.blog-grid-layout .content-archive .post-wrapper .type-post .entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}
}

/*--------------------------------------------------------------
# - Customizer Preview
--------------------------------------------------------------*/
.customize-partial-edit-shortcut-donovan_theme_options-blog_description,
.customize-partial-edit-shortcut-donovan_blog_content_partial {
	left: -9999px;
}

/* My Little Einstein generated card/icon badges */
.mle-card-badge,
.mle-guide-card .mle-card-badge,
.mle-link-card .mle-card-badge,
.mle-feature-icon,
.mle-home-feature .mle-feature-icon,
.mle-edu-icon,
.mle-edu-feature .mle-edu-icon {
	box-sizing: border-box !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 auto !important;
	margin: 0 !important;
	text-align: center !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-decoration: none !important;
}

.mle-card-badge,
.mle-guide-card .mle-card-badge,
.mle-link-card .mle-card-badge {
	width: 38px !important;
	height: 38px !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-size: 1rem !important;
	font-weight: 800 !important;
}

.mle-feature-icon,
.mle-home-feature .mle-feature-icon {
	width: 56px !important;
	height: 56px !important;
	border-radius: 999px !important;
	font-size: 1.35rem !important;
	font-weight: 800 !important;
}

.mle-edu-icon,
.mle-edu-feature .mle-edu-icon {
	width: 54px !important;
	height: 54px !important;
	border-radius: 999px !important;
	font-size: 1.1rem !important;
	font-weight: 900 !important;
}

/* My Little Einstein primary navigation refresh */
#main-navigation-wrap.primary-navigation-wrap {
	background: linear-gradient(90deg, #06284d 0%, #073466 56%, #052346 100%) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(2, 18, 38, 0.28);
	box-shadow: 0 10px 24px rgba(3, 24, 49, 0.08);
}

#main-navigation-wrap .primary-navigation-container {
	max-width: 1320px !important;
	padding-right: clamp(18px, 3vw, 42px) !important;
	padding-left: clamp(18px, 3vw, 42px) !important;
}

#masthead .main-navigation > ul.menu {
	align-items: center;
	gap: 0.55rem;
}

#masthead .main-navigation > ul.menu > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 48px;
	padding: 0.45rem 1rem;
	border: 1px solid transparent;
	border-radius: 10px;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	text-decoration: none !important;
	transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

#masthead .main-navigation > ul.menu > li > a:hover,
#masthead .main-navigation > ul.menu > li > a:focus {
	background: rgba(255, 255, 255, 0.1);
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.18);
}

#masthead .main-navigation > ul.menu > li.current-menu-item > a,
#masthead .main-navigation > ul.menu > li.current-menu-parent > a,
#masthead .main-navigation > ul.menu > li.current-menu-ancestor > a {
	background: #fff;
	color: #092b54 !important;
	border-color: rgba(255, 255, 255, 0.85);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

#masthead .main-navigation > ul.menu > li#menu-item-507.current-menu-item > a {
	background: #fff4f8;
	color: #e7467d !important;
	border-color: rgba(231, 70, 125, 0.28);
}

#masthead .main-navigation > ul.menu > li#menu-item-77 > a {
	text-transform: none;
}

#masthead .main-navigation > ul.menu > li#menu-item-77 > a .dashicons,
#masthead .main-navigation > ul.menu > li#menu-item-77 > a ._mi {
	width: 1.05em;
	height: 1.05em;
	font-size: 1.1em !important;
	line-height: 1;
}

#masthead .main-navigation > ul.menu > li#menu-item-77 > a .visuallyhidden {
	position: static !important;
	width: auto !important;
	height: auto !important;
	clip: auto !important;
	clip-path: none !important;
	overflow: visible !important;
	white-space: normal !important;
}

#masthead .main-navigation > ul.menu > li.menu-item-has-children > a .icon {
	position: static;
	display: inline-block;
	width: 0.9em;
	height: 0.9em;
	margin-left: 0.2rem;
	fill: currentColor;
}

#masthead .main-navigation ul.sub-menu {
	border: 1px solid rgba(8, 43, 85, 0.12) !important;
	border-radius: 12px !important;
	background: #fff !important;
	box-shadow: 0 18px 38px rgba(3, 24, 49, 0.18);
}

#masthead .main-navigation ul.sub-menu li {
	margin: 0;
}

#masthead .main-navigation ul.sub-menu li a,
#masthead .main-navigation ul.sub-menu li a:link,
#masthead .main-navigation ul.sub-menu li a:visited {
	border: 0 !important;
	border-radius: 9px;
	color: #082b55 !important;
	background: transparent !important;
	font-size: 0.94rem;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none !important;
}

#masthead .main-navigation ul.sub-menu li a:hover,
#masthead .main-navigation ul.sub-menu li a:focus,
#masthead .main-navigation ul.sub-menu li a:active {
	color: #082b55 !important;
	background: #fff3df !important;
}

#masthead .main-navigation ul.sub-menu li.current-menu-item > a {
	color: #082b55 !important;
	background: #eaf3ff !important;
	box-shadow: inset 3px 0 0 #f6a63a;
}

@media only screen and (min-width: 55em) {
	#masthead .main-navigation > ul.menu > li > ul.sub-menu {
		left: 0;
		top: 100%;
		min-width: 15rem;
		padding: 0.65rem 0.45rem 0.45rem;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateY(8px);
		transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
	}

	#masthead .main-navigation > ul.menu > li > ul.sub-menu::before {
		position: absolute;
		top: -0.65rem;
		left: 0;
		width: 100%;
		height: 0.65rem;
		content: "";
	}

	#masthead .main-navigation > ul.menu > li:hover > ul.sub-menu,
	#masthead .main-navigation > ul.menu > li.focus > ul.sub-menu {
		left: 0;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
	}

	#masthead .main-navigation ul.sub-menu li a,
	#masthead .main-navigation ul.sub-menu li a:link,
	#masthead .main-navigation ul.sub-menu li a:visited {
		width: auto;
		min-width: 13.5rem;
		padding: 0.75rem 0.85rem;
	}
}

@media only screen and (max-width: 54.9375em) {
	#main-navigation-wrap .primary-navigation-container {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	#masthead .main-navigation.toggled-on > ul.menu {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0.4rem;
		padding: 0.75rem;
	}

	#masthead .main-navigation > ul.menu > li > a {
		justify-content: flex-start;
		width: 100%;
		min-height: 46px;
	}

	#masthead .main-navigation > ul.menu > li.menu-item-has-children > a {
		padding-right: 4.25rem;
	}

	#masthead .main-navigation > ul.menu > li.menu-item-has-children > a .icon {
		display: none !important;
	}

	#masthead .main-navigation .dropdown-toggle {
		position: absolute;
		top: 1px;
		right: 0.75rem;
		bottom: 1px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: auto;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 10px;
		background: transparent !important;
		color: #fff;
		transform: none !important;
	}

	#masthead .main-navigation .dropdown-toggle .icon {
		width: 20px;
		height: 20px;
		margin: 0;
		fill: currentColor;
		transition: transform 160ms ease;
	}

	#masthead .main-navigation .dropdown-toggle.toggled-on {
		transform: none !important;
	}

	#masthead .main-navigation .dropdown-toggle.toggled-on .icon {
		transform: rotate(180deg);
	}

	#masthead .main-navigation > ul.menu > li.current-menu-item > .dropdown-toggle,
	#masthead .main-navigation > ul.menu > li.current-menu-parent > .dropdown-toggle,
	#masthead .main-navigation > ul.menu > li.current-menu-ancestor > .dropdown-toggle {
		color: #092b54;
	}

	#masthead .main-navigation ul.sub-menu {
		margin-top: 0.35rem;
		padding: 0.35rem;
	}
}

/* Parenting Tools hub and placeholders */
.mle-tools {
	--mle-tools-navy: #082b55;
	--mle-tools-ink: #2b120b;
	--mle-tools-muted: #52647a;
	--mle-tools-border: #f0dfcc;
	--mle-tools-soft: #fff8ee;
	--mle-tools-orange: #f97316;
	--mle-tools-green: #5f8f46;
	--mle-tools-blue: #2f6fbf;
	--mle-tools-purple: #7a55b8;
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(1.25rem, 3vw, 2.5rem) 0 clamp(2rem, 5vw, 4rem);
	color: var(--mle-tools-ink);
}

.mle-tools a {
	text-decoration: none !important;
}

.mle-tools-hero {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.86fr);
	gap: clamp(1.5rem, 4vw, 3.5rem);
	align-items: center;
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
	padding: clamp(1.5rem, 5vw, 3.1rem);
	border: 1px solid var(--mle-tools-border);
	border-radius: 18px;
	background:
		radial-gradient(circle at 78% 18%, rgba(255, 214, 196, 0.42) 0 22%, transparent 42%),
		linear-gradient(135deg, #fffaf2 0%, #fffefd 48%, #fff2e5 100%);
	box-shadow: 0 20px 48px rgba(86, 44, 16, 0.08);
}

.mle-tools-eyebrow {
	margin: 0 0 0.6rem;
	color: var(--mle-tools-orange);
	font-size: 0.86rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.mle-tools h1,
.mle-tools h2 {
	color: var(--mle-tools-ink);
	letter-spacing: 0;
}

.mle-tools h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2.6rem, 5.6vw, 5rem);
	line-height: 1.05;
}

.mle-tools-hero p:not(.mle-tools-eyebrow) {
	max-width: 650px;
	margin: 1rem 0 0;
	color: #3d2921;
	font-size: clamp(1.05rem, 2vw, 1.28rem);
	line-height: 1.65;
}

.mle-tools-feature-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(0.85rem, 2vw, 1.2rem);
	margin-top: clamp(1.4rem, 3vw, 2.2rem);
	padding-top: 1.6rem;
	border-top: 1px solid rgba(222, 194, 166, 0.58);
}

.mle-tools-feature-row span {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	column-gap: 0.78rem;
	align-items: center;
	min-width: 0;
}

.mle-tools-feature-row i {
	display: flex;
	align-items: center;
	justify-content: center;
	grid-row: span 2;
	width: 46px;
	height: 46px;
	border-radius: 999px;
	background: #f1e6ff;
	color: #744bb6;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
}

.mle-tools-feature-row i svg,
.mle-tool-icon svg,
.mle-tools-tip > span svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mle-tools-feature-row i svg *,
.mle-tool-icon svg *,
.mle-tools-tip > span svg * {
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: inherit;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mle-tools-feature-row span:nth-child(2) i {
	background: #e8f6ea;
	color: var(--mle-tools-green);
}

.mle-tools-feature-row span:nth-child(3) i {
	background: #ffe4e8;
	color: #ef6d7b;
}

.mle-tools-feature-row span:nth-child(4) i {
	background: #fff1d8;
	color: var(--mle-tools-orange);
}

.mle-tools-feature-row strong {
	display: block;
	color: #2b120b;
	font-size: 0.92rem;
	line-height: 1.3;
}

.mle-tools-feature-row em {
	display: block;
	margin-top: 0.18rem;
	color: #4b382f;
	font-style: normal;
	font-size: 0.88rem;
	line-height: 1.4;
}

.mle-tools-hero-art {
	position: relative;
	min-height: 330px;
}

.mle-tools-hero-art span {
	position: absolute;
	display: block;
}

.mle-tools-art-blob {
	inset: 0 1rem 1rem 2rem;
	border-radius: 48% 52% 42% 58%;
	background: #ffe0d7;
	opacity: 0.72;
}

.mle-tools-art-bag {
	right: 9%;
	bottom: 10%;
	width: min(58%, 300px);
	aspect-ratio: 1.18;
	border-radius: 32px 32px 38px 38px;
	background: linear-gradient(135deg, #ffd6af 0%, #f2ae73 100%);
	box-shadow: inset 0 -12px 0 rgba(154, 80, 40, 0.08), 0 24px 34px rgba(108, 58, 24, 0.14);
}

.mle-tools-art-bag::before,
.mle-tools-art-bag::after {
	content: "";
	position: absolute;
}

.mle-tools-art-bag::before {
	left: 24%;
	top: -32%;
	width: 52%;
	height: 54%;
	border: 14px solid #b86d39;
	border-bottom: 0;
	border-radius: 999px 999px 0 0;
}

.mle-tools-art-bag::after {
	left: 50%;
	bottom: 23%;
	width: 58px;
	height: 44px;
	border-radius: 12px;
	background: #c97942;
	transform: translateX(-50%);
}

.mle-tools-art-bag b {
	position: absolute;
	left: 50%;
	bottom: 31%;
	width: 22px;
	height: 18px;
	border-radius: 999px;
	background: #ffe2c5;
	transform: translateX(-50%);
}

.mle-tools-art-blanket {
	right: 19%;
	top: 24%;
	width: 170px;
	height: 92px;
	border-radius: 22px;
	background: repeating-linear-gradient(0deg, #fff3ce 0 18px, #ffe6a8 18px 36px);
	box-shadow: 0 12px 20px rgba(108, 58, 24, 0.08);
	transform: rotate(-4deg);
}

.mle-tools-art-list {
	right: 6%;
	top: 16%;
	width: 106px;
	height: 148px;
	border-radius: 12px;
	background: #fff7e9;
	border: 4px solid #d9a070;
	transform: rotate(10deg);
}

.mle-tools-art-list::before {
	content: "";
	position: absolute;
	left: 18px;
	top: -17px;
	width: 42px;
	height: 30px;
	border-radius: 12px 12px 0 0;
	background: #c5c6bf;
}

.mle-tools-art-list i {
	position: absolute;
	left: 22px;
	width: 62px;
	height: 8px;
	border-radius: 999px;
	background: #d6b28d;
}

.mle-tools-art-list i:nth-child(1) {
	top: 38px;
}

.mle-tools-art-list i:nth-child(2) {
	top: 68px;
}

.mle-tools-art-list i:nth-child(3) {
	top: 98px;
}

.mle-tools-art-rings {
	left: 7%;
	bottom: 6%;
	width: 132px;
	height: 112px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 18%, #79c6b9 0 18%, transparent 19%),
		radial-gradient(circle at 50% 38%, #ffb766 0 28%, transparent 29%),
		radial-gradient(circle at 50% 60%, #f47d9e 0 38%, transparent 39%),
		radial-gradient(circle at 50% 82%, #e58a70 0 48%, transparent 49%);
}

.mle-tools-art-gift {
	left: 9%;
	top: 28%;
	width: 90px;
	height: 88px;
	border-radius: 32px 32px 14px 14px;
	background: #f7a0ac;
}

.mle-tools-art-gift::before,
.mle-tools-art-gift::after {
	content: "";
	position: absolute;
	background: #f58a98;
}

.mle-tools-art-gift::before {
	left: 41px;
	top: 0;
	width: 10px;
	height: 100%;
}

.mle-tools-art-gift::after {
	left: 14px;
	top: 30px;
	width: 62px;
	height: 10px;
}

.mle-tools-art-heart {
	left: 0;
	top: 38%;
	width: 22px;
	height: 22px;
	background: #ffac9b;
	border-radius: 50% 50% 0 50%;
	transform: rotate(-12deg);
}

.mle-tools-art-heart::before,
.mle-tools-art-heart::after {
	content: "";
	position: absolute;
	background: #ffac9b;
	border-radius: 999px;
}

.mle-tools-art-heart::before {
	left: 0;
	top: -10px;
	width: 22px;
	height: 22px;
}

.mle-tools-art-heart::after {
	right: -10px;
	top: 0;
	width: 22px;
	height: 22px;
}

.mle-tools-art-star {
	right: 0;
	top: 17%;
	width: 24px;
	height: 24px;
	background: #ffd066;
	clip-path: polygon(50% 0, 62% 34%, 98% 35%, 69% 55%, 79% 91%, 50% 70%, 21% 91%, 31% 55%, 2% 35%, 38% 34%);
	transform: rotate(18deg);
}

.mle-tools-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.25rem);
	margin: clamp(1.35rem, 3vw, 2rem) 0 1.1rem;
}

.mle-tool-card {
	--mle-card-accent: var(--mle-tools-green);
	--mle-card-soft: #f1f9eb;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	min-height: 100%;
	padding: clamp(1.25rem, 2vw, 1.75rem);
	border: 1px solid color-mix(in srgb, var(--mle-card-accent) 24%, #eadccf);
	border-radius: 18px;
	background:
		radial-gradient(circle at 16% 16%, color-mix(in srgb, var(--mle-card-soft) 74%, transparent) 0 22%, transparent 50%),
		#fffefd;
	box-shadow: 0 16px 34px rgba(91, 51, 24, 0.08);
	text-align: center;
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.mle-tool-card:hover,
.mle-tool-card:focus {
	transform: translateY(-2px);
	border-color: var(--mle-card-accent);
	box-shadow: 0 20px 42px rgba(91, 51, 24, 0.13);
	outline: none;
}

.mle-tool-card:focus-visible,
.mle-tools-tip a:focus-visible,
.mle-tools-related a:focus-visible {
	outline: 3px solid rgba(249, 115, 22, 0.35);
	outline-offset: 3px;
}

.mle-tool-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 78px;
	width: 78px;
	height: 78px;
	border-radius: 999px;
	background: var(--mle-card-soft);
	color: var(--mle-card-accent);
	border: 1px solid color-mix(in srgb, var(--mle-card-accent) 18%, #fff);
	font-weight: 900;
	line-height: 1;
}

.mle-tool-icon svg {
	width: 34px;
	height: 34px;
	stroke-width: 1.8;
}

.mle-tool-card-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.7rem;
	height: 100%;
}

.mle-tool-card .mle-tool-badge {
	align-self: center;
	padding: 0.22rem 0.7rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--mle-card-soft) 88%, #fff);
	color: var(--mle-card-accent) !important;
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mle-tool-card strong {
	color: var(--mle-tools-ink);
	font-size: clamp(1.18rem, 1.7vw, 1.38rem);
	line-height: 1.22;
}

.mle-tool-card span span {
	color: #5d483e;
	line-height: 1.6;
}

.mle-tool-card em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	width: 100%;
	margin-top: auto;
	padding: 0.72rem 1rem;
	border: 1px solid color-mix(in srgb, var(--mle-card-accent) 16%, #e7d9ca);
	border-radius: 10px;
	background: color-mix(in srgb, var(--mle-card-soft) 72%, #fff);
	color: var(--mle-card-accent);
	font-style: normal;
	font-weight: 900;
}

.mle-tool-card em b,
.mle-tools-tip a b {
	transition: transform 160ms ease;
}

.mle-tool-card:hover em b,
.mle-tools-tip a:hover b {
	transform: translateX(3px);
}

.mle-tool-card-green {
	--mle-card-accent: var(--mle-tools-green);
	--mle-card-soft: #eef8e8;
}

.mle-tool-card-peach {
	--mle-card-accent: #f05f2a;
	--mle-card-soft: #fff0e8;
}

.mle-tool-card-blue {
	--mle-card-accent: var(--mle-tools-blue);
	--mle-card-soft: #eef6ff;
}

.mle-tool-card-purple {
	--mle-card-accent: var(--mle-tools-purple);
	--mle-card-soft: #f4ecff;
}

.mle-tool-card.is-featured {
	border-color: rgba(249, 115, 22, 0.55);
	box-shadow: 0 20px 44px rgba(249, 115, 22, 0.13);
}

.mle-tools-tip {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin: 0 0 clamp(1.2rem, 3vw, 2rem);
	padding: 0.95rem 1.2rem;
	border: 1px solid #f2d39a;
	border-radius: 12px;
	background: linear-gradient(135deg, #fff9e8 0%, #fffefd 100%);
	box-shadow: 0 10px 24px rgba(156, 93, 30, 0.06);
}

.mle-tools-tip > span {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: #fff1bf;
	color: #d97706;
	font-weight: 900;
}

.mle-tools-tip p {
	margin: 0;
	color: #5d483e;
	line-height: 1.55;
}

.mle-tools-tip strong {
	color: var(--mle-tools-ink);
}

.mle-tools-tip a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-left: auto;
	color: var(--mle-tools-orange);
	font-weight: 900;
	white-space: nowrap;
}

.mle-tools-back {
	color: #1769b8;
	font-style: normal;
	font-weight: 900;
}

.mle-tools-why,
.mle-tool-placeholder,
.mle-tools-related {
	margin-top: 1.25rem;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid #efe1d1;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(91, 51, 24, 0.06);
}

.mle-tools-why p,
.mle-tool-placeholder p {
	margin: 0.5rem 0 0;
	color: var(--mle-tools-muted);
	line-height: 1.75;
}

.mle-tools-why-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.mle-tools-why-grid article {
	padding: 1rem;
	border: 1px solid #f0e3d4;
	border-radius: 12px;
	background: #fffaf4;
}

.mle-tools-why-grid strong {
	color: var(--mle-tools-ink);
}

.mle-tool-placeholder {
	background: linear-gradient(135deg, #f5fbff 0%, #fff8ee 100%);
}

.mle-tools-back {
	display: inline-flex;
	margin-top: 1rem;
}

.mle-tools-related div {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 0.75rem;
}

.mle-tools-related a {
	display: inline-flex;
	padding: 0.55rem 0.8rem;
	border: 1px solid #eadaca;
	border-radius: 999px;
	color: var(--mle-tools-ink);
	font-weight: 800;
	background: #fffaf4;
}

@media only screen and (max-width: 74em) {
	.mle-tools-hero {
		grid-template-columns: 1fr;
	}

	.mle-tools-hero-art {
		min-height: 300px;
		max-width: 560px;
		width: 100%;
		margin: 0 auto;
	}

	.mle-tools-feature-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mle-tools-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 42em) {
	.mle-tools {
		padding-top: 1rem;
	}

	.mle-tools-hero {
		padding: 1.25rem;
		border-radius: 14px;
	}

	.mle-tools h1 {
		font-size: clamp(2.1rem, 12vw, 3.2rem);
	}

	.mle-tools-hero p:not(.mle-tools-eyebrow) {
		font-size: 1rem;
	}

	.mle-tools-feature-row,
	.mle-tools-why-grid {
		grid-template-columns: 1fr;
	}

	.mle-tools-hero-art {
		min-height: 250px;
	}

	.mle-tools-art-bag {
		right: 5%;
		width: min(62%, 250px);
	}

	.mle-tools-art-list {
		right: 2%;
		width: 88px;
		height: 126px;
	}

	.mle-tools-art-blanket {
		right: 16%;
		width: 132px;
	}

	.mle-tools-grid {
		grid-template-columns: 1fr;
	}

	.mle-tool-card {
		padding: 1.15rem;
	}

	.mle-tools-tip {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.mle-tools-tip a {
		width: 100%;
		margin-left: 0;
	}
}

@supports not (background: color-mix(in srgb, #000 10%, #fff)) {
	.mle-tool-card {
		border-color: #eadaca;
		background: #fffefd;
	}

	.mle-tool-card .mle-tool-badge,
	.mle-tool-card em {
		background: #fff8ee;
	}
}

/* Newborn Cost Calculator */
.mle-newborn-cost-tool {
	--mle-cost-navy: #0d2b54;
	--mle-cost-ink: #26130d;
	--mle-cost-muted: #5d6878;
	--mle-cost-blue: #2f6fd0;
	--mle-cost-orange: #f97316;
	--mle-cost-green: #5f9a55;
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(1rem, 2vw, 1.6rem) 0 clamp(2.5rem, 5vw, 4rem);
	color: var(--mle-cost-ink);
}

.mle-newborn-cost-tool,
.mle-newborn-cost-tool * {
	box-sizing: border-box;
}

.mle-newborn-cost-tool a {
	text-decoration: none !important;
}

.mle-newborn-cost-tool svg,
.mle-newborn-cost-tool svg * {
	fill: none !important;
	stroke: currentColor !important;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.mle-cost-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	margin-bottom: 1rem;
	color: var(--mle-cost-muted);
	font-size: 0.92rem;
}

.mle-cost-breadcrumbs a {
	color: var(--mle-cost-navy);
	font-weight: 700;
}

.mle-cost-breadcrumbs span::before,
.mle-cost-breadcrumbs strong::before {
	content: ">";
	margin-right: 0.55rem;
	color: #a8b0bd;
}

.mle-cost-hero {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
	gap: clamp(1.3rem, 4vw, 3.2rem);
	min-height: 390px;
	padding: clamp(1.6rem, 5vw, 3rem);
	border: 1px solid #d9e8fb;
	border-radius: 18px;
	background:
		radial-gradient(circle at 82% 18%, rgba(226, 239, 255, 0.9), transparent 37%),
		linear-gradient(135deg, #fff 0%, #fffefe 48%, #f2f7ff 100%);
	box-shadow: 0 16px 38px rgba(13, 43, 84, 0.06);
}

.mle-cost-eyebrow {
	display: inline-flex;
	margin: 0 0 0.8rem;
	padding: 0.35rem 0.8rem;
	border-radius: 999px;
	background: #eaf2ff;
	color: #1f5ebc;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mle-newborn-cost-tool h1,
.mle-newborn-cost-tool h2,
.mle-newborn-cost-tool h3 {
	color: var(--mle-cost-navy);
	letter-spacing: 0;
}

.mle-newborn-cost-tool h1 {
	max-width: 640px;
	margin: 0;
	font-size: clamp(2.4rem, 5vw, 4.6rem);
	line-height: 1.02;
}

.mle-cost-hero p:not(.mle-cost-eyebrow) {
	max-width: 590px;
	margin: 1rem 0 0;
	color: #2c3a4d;
	font-size: clamp(1.05rem, 1.8vw, 1.25rem);
	line-height: 1.65;
}

.mle-cost-trust-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: clamp(1.3rem, 3vw, 2.2rem);
}

.mle-cost-trust-row span {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 0.25rem 0.75rem;
	align-items: center;
	min-width: 0;
}

.mle-cost-trust-row i,
.mle-cost-result-card i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #eaf2ff;
	color: var(--mle-cost-blue);
}

.mle-cost-trust-row i {
	grid-row: span 2;
	width: 46px;
	height: 46px;
}

.mle-cost-trust-row span:nth-child(2) i {
	background: #eaf8e7;
	color: var(--mle-cost-green);
}

.mle-cost-trust-row span:nth-child(3) i {
	background: #ffe5e8;
	color: #ef6d7b;
}

.mle-cost-trust-row strong {
	display: block;
	color: var(--mle-cost-navy);
	font-size: 0.9rem;
	line-height: 1.3;
}

.mle-cost-trust-row em {
	display: block;
	color: #4f5d70;
	font-style: normal;
	font-size: 0.82rem;
	line-height: 1.35;
}

.mle-cost-art {
	position: relative;
	min-height: 330px;
}

.mle-cost-art span {
	position: absolute;
	display: block;
}

.mle-cost-art-calculator {
	right: 36%;
	top: 9%;
	width: 118px;
	height: 168px;
	padding: 18px 15px;
	border: 5px solid #b9ccee;
	border-radius: 18px;
	background: #8eb4f2;
	box-shadow: 0 16px 26px rgba(80, 103, 143, 0.18);
}

.mle-cost-art-calculator b {
	display: block;
	margin-bottom: 14px;
	padding: 0.35rem 0.45rem;
	border-radius: 7px;
	background: #e8eef2;
	color: #334155;
	font-size: 0.9rem;
	text-align: right;
}

.mle-cost-art-calculator i {
	display: inline-block;
	width: 20px;
	height: 16px;
	margin: 4px;
	border-radius: 5px;
	background: #dce7ff;
}

.mle-cost-art-bottle {
	left: 12%;
	bottom: 22%;
	width: 54px;
	height: 118px;
	border-radius: 22px 22px 14px 14px;
	background: linear-gradient(#ffe6b8, #fff4d8);
}

.mle-cost-art-bottle::before {
	content: "";
	position: absolute;
	left: 16px;
	top: -25px;
	width: 22px;
	height: 30px;
	border-radius: 16px 16px 5px 5px;
	background: #f2c48b;
}

.mle-cost-art-pig {
	right: 4%;
	bottom: 12%;
	width: 170px;
	height: 118px;
	border-radius: 55% 50% 48% 52%;
	background: #ffbaa6;
}

.mle-cost-art-pig::before,
.mle-cost-art-pig::after {
	content: "";
	position: absolute;
	background: #ffbaa6;
}

.mle-cost-art-pig::before {
	left: 26px;
	top: -18px;
	width: 44px;
	height: 40px;
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.mle-cost-art-pig::after {
	right: -18px;
	top: 47px;
	width: 34px;
	height: 12px;
	border-radius: 999px;
}

.mle-cost-art-stack {
	left: 30%;
	bottom: 7%;
	width: 136px;
	height: 62px;
	border-radius: 18px;
	background:
		linear-gradient(#ffe9a8, #ffe9a8) 0 0 / 100% 18px no-repeat,
		linear-gradient(#d7edf3, #d7edf3) 0 22px / 100% 18px no-repeat,
		linear-gradient(#f9d4b7, #f9d4b7) 0 44px / 100% 18px no-repeat;
}

.mle-cost-art-heart {
	left: 36%;
	top: 2%;
	width: 22px;
	height: 22px;
	background: #ff9b9b;
	transform: rotate(45deg);
}

.mle-cost-art-heart::before,
.mle-cost-art-heart::after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: #ff9b9b;
}

.mle-cost-art-heart::before {
	left: -11px;
}

.mle-cost-art-heart::after {
	top: -11px;
}

.mle-cost-art-star {
	right: 9%;
	top: 10%;
	width: 34px;
	height: 34px;
	background: #ffd87a;
	clip-path: polygon(50% 0, 62% 35%, 100% 36%, 69% 58%, 80% 100%, 50% 76%, 20% 100%, 31% 58%, 0 36%, 38% 35%);
}

.mle-cost-panel,
.mle-cost-note-row {
	margin-top: 1.2rem;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(13, 43, 84, 0.05);
}

.mle-cost-panel {
	padding: clamp(1.1rem, 3vw, 1.75rem);
}

.mle-cost-section-head h2,
.mle-cost-results-head h2,
.mle-cost-guides h2,
.mle-cost-faq h2 {
	margin-top: 0;
	font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.mle-cost-section-head p {
	margin-top: -0.3rem;
	color: var(--mle-cost-muted);
}

.mle-cost-form-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1.1rem;
	align-items: start;
	margin-top: 1.3rem;
}

.mle-cost-field {
	display: block;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.mle-cost-field span,
.mle-cost-field legend {
	display: block;
	margin-bottom: 0.55rem;
	color: var(--mle-cost-navy);
	font-weight: 900;
}

.mle-cost-field select {
	width: 100%;
	min-height: 44px;
	padding: 0.65rem 0.8rem;
	border: 1px solid #cbd7e7;
	border-radius: 10px;
	background: #fff;
	color: #1f2937;
}

.mle-cost-field em {
	display: block;
	margin-top: 0.55rem;
	color: var(--mle-cost-muted);
	font-size: 0.84rem;
	font-style: normal;
	line-height: 1.45;
}

.mle-cost-segments {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.mle-cost-segments label {
	position: relative;
	flex: 1 1 auto;
	min-width: 72px;
}

.mle-cost-segments input {
	position: absolute;
	opacity: 0;
}

.mle-cost-segments span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin: 0;
	padding: 0.65rem 0.75rem;
	border: 1px solid #cbd7e7;
	border-radius: 10px;
	background: #fff;
	color: #1f2937;
	font-size: 0.86rem;
	font-weight: 800;
	text-align: center;
}

.mle-cost-segments input:checked + span {
	border-color: var(--mle-cost-blue);
	background: #eef5ff;
	color: #1f5ebc;
	box-shadow: inset 0 0 0 1px rgba(47, 111, 208, 0.22);
}

.mle-cost-primary {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: min(100%, 300px);
	min-height: 50px;
	margin: 1.4rem auto 0;
	padding: 0.85rem 1.5rem;
	border: 0;
	border-radius: 11px;
	background: linear-gradient(135deg, #3577dd, #1f5ebc);
	color: #fff;
	font-weight: 900;
	box-shadow: 0 12px 24px rgba(47, 111, 208, 0.22);
	cursor: pointer;
}

.mle-cost-privacy {
	margin: 0.8rem 0 0;
	color: #7a6b60;
	font-size: 0.85rem;
	text-align: center;
}

.mle-cost-results-head {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
}

.mle-cost-results-head h2 span {
	display: inline-flex;
	margin-left: 0.45rem;
	padding: 0.25rem 0.55rem;
	border-radius: 999px;
	background: #eaf2ff;
	color: #1f5ebc;
	font-size: 0.78rem;
	vertical-align: middle;
}

.mle-cost-results-head button,
.mle-cost-note-row button,
.mle-cost-tabs button {
	border: 1px solid #cbd7e7;
	border-radius: 999px;
	background: #fff;
	color: var(--mle-cost-blue);
	font-weight: 900;
	cursor: pointer;
}

.mle-cost-results-head button {
	padding: 0.55rem 0.8rem;
}

.mle-cost-result-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.mle-cost-result-card {
	min-width: 0;
	padding: 1.25rem;
	border: 1px solid #dbe6f5;
	border-radius: 16px;
	background: linear-gradient(135deg, #fff, #f6f9ff);
}

.mle-cost-result-card i {
	width: 58px;
	height: 58px;
	margin-bottom: 1rem;
}

.mle-cost-result-card span {
	display: block;
	color: var(--mle-cost-navy);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mle-cost-result-card strong {
	display: block;
	margin: 0.35rem 0;
	color: var(--mle-cost-blue);
	font-size: clamp(1.8rem, 3.3vw, 2.5rem);
	line-height: 1.1;
}

.mle-cost-result-card small {
	margin-left: 0.2rem;
	font-size: 0.95rem;
}

.mle-cost-result-card p {
	margin: 0;
	color: #566377;
}

.mle-cost-result-card.is-green {
	background: linear-gradient(135deg, #fff, #f4fbf2);
	border-color: #d8ead4;
}

.mle-cost-result-card.is-green strong,
.mle-cost-result-card.is-green i {
	color: var(--mle-cost-green);
}

.mle-cost-result-card.is-orange {
	background: linear-gradient(135deg, #fff, #fff8ea);
	border-color: #f6d6a7;
}

.mle-cost-result-card.is-orange strong,
.mle-cost-result-card.is-orange i {
	color: var(--mle-cost-orange);
}

.mle-cost-breakdown {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 1.25rem;
	margin-top: 1.4rem;
	padding-top: 1.2rem;
	border-top: 1px solid #e2e8f0;
}

.mle-cost-breakdown h3,
.mle-cost-saving-card h3 {
	margin: 0 0 0.85rem;
}

.mle-cost-tabs {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.mle-cost-tabs button {
	padding: 0.5rem 0.75rem;
}

.mle-cost-tabs button.is-active {
	background: #eef5ff;
	border-color: var(--mle-cost-blue);
}

.mle-cost-breakdown-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.mle-cost-breakdown-grid article {
	position: relative;
	overflow: hidden;
	min-width: 0;
	padding: 0.9rem 4rem 0.9rem 1rem;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
}

.mle-cost-breakdown-grid article span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: var(--bar);
	height: 5px;
	background: linear-gradient(90deg, #9ec5ff, #fbbf77);
}

.mle-cost-breakdown-grid strong,
.mle-cost-breakdown-grid em {
	display: block;
}

.mle-cost-breakdown-grid strong {
	color: var(--mle-cost-navy);
}

.mle-cost-breakdown-grid em {
	color: var(--mle-cost-muted);
	font-style: normal;
}

.mle-cost-breakdown-grid b {
	position: absolute;
	right: 1rem;
	top: 50%;
	color: var(--mle-cost-orange);
	transform: translateY(-50%);
}

.mle-cost-saving-card {
	margin-top: 1.2rem;
	padding: 1.2rem;
	border: 1px solid #d6e6fb;
	border-radius: 16px;
	background: linear-gradient(135deg, #f8fbff, #eef6ff);
}

.mle-cost-saving-card ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mle-cost-saving-card li {
	padding-left: 1.6rem;
	position: relative;
	color: #435266;
}

.mle-cost-saving-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.42rem;
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: var(--mle-cost-blue);
}

.mle-cost-saving-card a {
	display: inline-block;
	margin-top: 0.9rem;
	color: var(--mle-cost-blue);
	font-weight: 900;
}

.mle-cost-note-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	padding: 1rem 1.2rem;
	background: linear-gradient(135deg, #fff8ea, #fffdf8);
}

.mle-cost-note-row article {
	min-width: 0;
	padding: 0.55rem 0.75rem;
	border-right: 1px solid #f1dcc8;
}

.mle-cost-note-row article:last-child {
	border-right: 0;
}

.mle-cost-note-row strong {
	display: block;
	color: var(--mle-cost-navy);
}

.mle-cost-note-row p {
	margin: 0.3rem 0 0;
	color: #4f5d70;
}

.mle-cost-note-row button {
	padding: 0.4rem 0.7rem;
}

.mle-cost-guides > div {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.mle-cost-guides a {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 150px;
	padding: 1rem;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: linear-gradient(180deg, #fff, #fffaf5);
	color: #263449;
}

.mle-cost-guides strong {
	color: var(--mle-cost-navy);
	font-size: 1.05rem;
}

.mle-cost-guides span {
	margin-top: 0.45rem;
	color: var(--mle-cost-muted);
}

.mle-cost-guides em {
	margin-top: auto;
	color: var(--mle-cost-orange);
	font-style: normal;
	font-weight: 900;
}

.mle-cost-faq details {
	border-top: 1px solid #e2e8f0;
	padding: 0.9rem 0;
}

.mle-cost-faq summary {
	cursor: pointer;
	color: var(--mle-cost-navy);
	font-weight: 900;
}

.mle-cost-faq p {
	margin: 0.6rem 0 0;
	color: #4f5d70;
}

@media only screen and (max-width: 74em) {
	.mle-cost-form-grid,
	.mle-cost-saving-card ul,
	.mle-cost-guides > div,
	.mle-cost-note-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 64em) {
	.mle-cost-hero,
	.mle-cost-breakdown {
		grid-template-columns: 1fr;
	}

	.mle-cost-art {
		min-height: 290px;
	}
}

@media only screen and (max-width: 42em) {
	.mle-newborn-cost-tool {
		padding-top: 0.75rem;
	}

	.mle-cost-hero {
		min-height: auto;
		padding: 1.15rem;
	}

	.mle-cost-trust-row,
	.mle-cost-form-grid,
	.mle-cost-result-grid,
	.mle-cost-breakdown-grid,
	.mle-cost-saving-card ul,
	.mle-cost-guides > div,
	.mle-cost-note-row {
		grid-template-columns: 1fr;
	}

	.mle-cost-art {
		min-height: 230px;
	}

	.mle-cost-art-pig {
		width: 130px;
		height: 90px;
	}

	.mle-cost-art-calculator {
		right: 36%;
		width: 98px;
		height: 145px;
	}

	.mle-cost-results-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.mle-cost-note-row article {
		border-right: 0;
		border-bottom: 1px solid #f1dcc8;
	}

	.mle-cost-note-row article:last-child {
		border-bottom: 0;
	}
}

/* Baby Gift Finder */
.mle-gift-finder {
	--gift-navy: #0d2b45;
	--gift-ink: #2f1b13;
	--gift-muted: #725f56;
	--gift-orange: #f97316;
	--gift-purple: #7c4fd3;
	--gift-pink: #f4729a;
	--gift-green: #5c9b4a;
	--gift-blue: #2f6fcf;
	--gift-line: #f0d9c7;
	--gift-soft: #fff7ef;
	max-width: min(100%, 1500px);
	margin: 0 auto;
	padding: clamp(1rem, 2.4vw, 2rem);
	color: var(--gift-ink);
	font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
}

.mle-gift-finder *,
.mle-gift-finder *::before,
.mle-gift-finder *::after {
	box-sizing: border-box;
}

.mle-gift-finder svg,
.mle-gift-finder svg * {
	fill: none !important;
	stroke: currentColor !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
}

.mle-gift-finder h1,
.mle-gift-finder h2,
.mle-gift-finder h3 {
	color: var(--gift-ink);
	font-family: "Georgia", "Times New Roman", serif;
	letter-spacing: 0;
}

.mle-gift-finder a {
	color: inherit;
	text-decoration: none;
}

.mle-gift-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	margin-bottom: 1rem;
	color: #6d625c;
	font-size: 0.9rem;
}

.mle-gift-breadcrumbs a,
.mle-gift-breadcrumbs strong {
	font-weight: 800;
}

.mle-gift-breadcrumbs span::before,
.mle-gift-breadcrumbs strong::before {
	content: ">";
	margin-right: 0.55rem;
	color: #baa99c;
}

.mle-gift-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
	overflow: hidden;
	padding: clamp(1.5rem, 5vw, 3.3rem);
	border: 1px solid var(--gift-line);
	border-radius: 18px;
	background: radial-gradient(circle at 70% 20%, #f2edff 0, transparent 30%), linear-gradient(105deg, #fffaf2 0%, #fff 52%, #fff0f6 100%);
	box-shadow: 0 18px 50px rgba(83, 54, 32, 0.08);
}

.mle-gift-eyebrow {
	margin: 0 0 0.7rem;
	color: #7c3aed;
	font-size: 0.84rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mle-gift-hero h1 {
	max-width: 680px;
	margin: 0;
	font-size: clamp(2.45rem, 7vw, 5.3rem);
	line-height: 0.98;
}

.mle-gift-support {
	max-width: 660px;
	margin: 1rem 0 0;
	color: #4b3a32;
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	line-height: 1.65;
}

.mle-gift-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.6rem;
}

.mle-gift-trust span {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 0.15rem 0.8rem;
	align-items: center;
	color: #43352e;
	font-weight: 850;
	line-height: 1.35;
}

.mle-gift-trust i {
	grid-row: 1 / span 2;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: #f2edff;
	color: var(--gift-purple);
	font-style: normal;
}

.mle-gift-trust strong,
.mle-gift-trust em {
	grid-column: 2;
	min-width: 0;
}

.mle-gift-trust strong {
	align-self: end;
}

.mle-gift-trust em {
	align-self: start;
	color: #6f5d55;
	font-size: 0.86rem;
	font-style: normal;
	font-weight: 650;
	line-height: 1.3;
}

.mle-gift-art {
	position: relative;
	min-height: 350px;
}

.mle-gift-art span {
	position: absolute;
	display: block;
}

.mle-gift-art-blob {
	inset: 4% 0 0 8%;
	border-radius: 42% 58% 54% 46%;
	background: linear-gradient(135deg, #f4e9ff, #ffe9d6);
}

.mle-gift-art-box {
	right: 10%;
	top: 20%;
	width: 280px;
	height: 210px;
	border-radius: 24px;
	background: linear-gradient(145deg, #f8e2bd, #ffe9cf);
	box-shadow: inset 0 -16px 0 rgba(196, 124, 60, 0.14), 0 18px 38px rgba(93, 56, 28, 0.13);
}

.mle-gift-art-box::before,
.mle-gift-art-box::after {
	content: "";
	position: absolute;
	background: #b99be6;
}

.mle-gift-art-box::before {
	left: 46%;
	top: 0;
	width: 32px;
	height: 100%;
}

.mle-gift-art-box::after {
	left: 0;
	top: 38%;
	width: 100%;
	height: 30px;
}

.mle-gift-art-teddy {
	left: 15%;
	bottom: 18%;
	width: 120px;
	height: 142px;
	border-radius: 52% 52% 42% 42%;
	background: #d8a96f;
	box-shadow: 0 12px 28px rgba(102, 67, 37, 0.15);
}

.mle-gift-art-teddy::before,
.mle-gift-art-teddy::after {
	content: "";
	position: absolute;
	top: -28px;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: #d8a96f;
}

.mle-gift-art-teddy::before {
	left: -18px;
}

.mle-gift-art-teddy::after {
	right: -18px;
}

.mle-gift-art-block {
	left: 8%;
	bottom: 4%;
	width: 70px;
	height: 70px;
	border-radius: 14px;
	background: #9fc7f0;
	transform: rotate(-8deg);
	box-shadow: 90px 6px 0 #f8bd65, 48px -62px 0 #b9dba8;
}

.mle-gift-art-list {
	right: 0;
	bottom: 6%;
	width: 120px;
	height: 150px;
	border: 10px solid #cb9d73;
	border-radius: 14px;
	background: repeating-linear-gradient(#fffaf4 0 22px, #e7d6c8 22px 24px);
	transform: rotate(6deg);
}

.mle-gift-art-rainbow {
	left: 32%;
	top: 3%;
	width: 116px;
	height: 62px;
	border: 14px solid #f4a9bf;
	border-bottom: 0;
	border-radius: 120px 120px 0 0;
	box-shadow: inset 0 0 0 12px #ffd87b, inset 0 0 0 25px #9fd6bd;
}

.mle-gift-art-heart,
.mle-gift-art-star {
	width: 34px;
	height: 34px;
}

.mle-gift-art-heart {
	left: 2%;
	top: 22%;
	background: #ff9fa4;
	clip-path: path("M17 31 C5 21 0 14 4 7 C7 2 13 3 17 8 C21 3 27 2 30 7 C34 14 29 21 17 31 Z");
}

.mle-gift-art-star {
	right: 8%;
	top: 10%;
	background: #ffd36d;
	clip-path: polygon(50% 0, 62% 34%, 98% 35%, 69% 56%, 80% 91%, 50% 70%, 20% 91%, 31% 56%, 2% 35%, 38% 34%);
}

.mle-gift-panel {
	margin-top: 1.2rem;
	padding: clamp(1.1rem, 3vw, 1.8rem);
	border: 1px solid var(--gift-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 12px 40px rgba(71, 50, 37, 0.06);
}

.mle-gift-form h2,
.mle-gift-results-head h2,
.mle-gift-summary h2,
.mle-gift-tips h2,
.mle-gift-categories h2,
.mle-gift-tools h2,
.mle-gift-faq h2 {
	margin: 0 0 1rem;
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.1;
}

.mle-gift-filter-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.1rem 1.35rem;
}

.mle-gift-form fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.mle-gift-form legend {
	margin-bottom: 0.5rem;
	color: #42291d;
	font-size: 0.94rem;
	font-weight: 950;
}

.mle-gift-segments {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.mle-gift-segments label {
	position: relative;
	display: inline-flex;
	min-width: 104px;
	cursor: pointer;
}

.mle-gift-segments input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.mle-gift-segments span {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	padding: 0.75rem 0.9rem;
	border: 1px solid #ead8ca;
	border-radius: 10px;
	background: #fff;
	color: #4c3b33;
	font-weight: 850;
	text-align: center;
	line-height: 1.2;
}

.mle-gift-segments input:checked + span {
	border-color: #a576ec;
	background: #f6efff;
	color: var(--gift-purple);
	box-shadow: inset 0 0 0 1px #a576ec;
}

.mle-gift-toggle {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	min-width: 0;
	padding: 1rem;
	border: 1px solid #f1d3df;
	border-radius: 14px;
	background: linear-gradient(135deg, #fff7fb, #fff);
}

.mle-gift-toggle strong,
.mle-gift-toggle span {
	display: block;
}

.mle-gift-toggle strong {
	color: #40231e;
	font-weight: 950;
}

.mle-gift-toggle > div > span {
	color: #745e55;
	font-size: 0.95rem;
}

.mle-gift-toggle label {
	position: relative;
	flex: 0 0 auto;
	width: 58px;
	height: 32px;
	cursor: pointer;
}

.mle-gift-toggle input {
	position: absolute;
	opacity: 0;
}

.mle-gift-toggle label span {
	width: 58px;
	height: 32px;
	border-radius: 999px;
	background: #e4d9d3;
	transition: 0.2s ease;
}

.mle-gift-toggle label span::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
	transition: 0.2s ease;
}

.mle-gift-toggle input:checked + span {
	background: var(--gift-purple);
}

.mle-gift-toggle input:checked + span::after {
	transform: translateX(26px);
}

.mle-gift-primary,
.mle-gift-more,
.mle-gift-summary button,
.mle-gift-tool-card a,
.mle-gift-card a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border-radius: 10px;
	font-weight: 950;
	line-height: 1.15;
	text-decoration: none;
}

.mle-gift-primary {
	min-width: min(100%, 280px);
	margin: 1.25rem auto 0;
	padding: 0.9rem 1.4rem;
	border: 0;
	background: linear-gradient(135deg, #a855f7, #7c3aed);
	color: #fff;
	box-shadow: 0 12px 26px rgba(124, 58, 237, 0.22);
	cursor: pointer;
}

.mle-gift-privacy {
	margin: 0.7rem 0 0;
	color: #86766e;
	text-align: center;
}

.mle-gift-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
	gap: 1.2rem;
	align-items: start;
}

.mle-gift-layout > .mle-gift-panel {
	min-width: 0;
}

.mle-gift-results-head {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
}

.mle-gift-results-head span {
	display: inline-flex;
	margin-left: 0.45rem;
	padding: 0.3rem 0.55rem;
	border-radius: 999px;
	background: #eef5ff;
	color: var(--gift-blue);
	font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 950;
	vertical-align: middle;
}

.mle-gift-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.mle-gift-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid #eeddd2;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(58, 38, 29, 0.06);
}

.mle-gift-card-art {
	position: relative;
	min-height: 142px;
	background: linear-gradient(135deg, #fff3e8, #f7efff);
}

.mle-gift-card-art img {
	display: block;
	width: 100%;
	height: 166px;
	padding: 0.7rem;
	background: #fff;
	object-fit: contain;
}

.mle-gift-card-art.has-image span {
	display: none;
}

.mle-gift-card-art.has-image.has-image-error {
	min-height: 166px;
}

.mle-gift-card-art.has-image.has-image-error span {
	display: block;
}

.mle-gift-card-art span {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 92px;
	height: 72px;
	border-radius: 16px;
	background: #f3c7a0;
	transform: translate(-50%, -50%);
}

.mle-gift-card-art span::before,
.mle-gift-card-art span::after {
	content: "";
	position: absolute;
}

.mle-gift-card-art.is-basket span {
	border: 6px solid #c99057;
	border-top: 0;
	background: repeating-linear-gradient(90deg, #f4d1a9 0 13px, #e2b27b 13px 18px);
}

.mle-gift-card-art.is-basket span::before {
	left: 18px;
	top: -22px;
	width: 56px;
	height: 38px;
	border: 6px solid #c99057;
	border-bottom: 0;
	border-radius: 60px 60px 0 0;
}

.mle-gift-card-art.is-book span {
	width: 86px;
	height: 70px;
	border-radius: 8px 8px 14px 14px;
	background: linear-gradient(90deg, #8bbcf0 0 49%, #fff 50% 51%, #f7b7cc 52%);
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.45);
}

.mle-gift-card-art.is-heart span {
	width: 78px;
	height: 72px;
	background: #fb7899;
	clip-path: path("M39 68 C12 46 0 29 9 13 C16 0 30 4 39 17 C48 4 62 0 69 13 C78 29 66 46 39 68 Z");
}

.mle-gift-card-art.is-shirt span {
	width: 90px;
	height: 82px;
	border-radius: 20px 20px 12px 12px;
	background: #f6d6bf;
	clip-path: polygon(23% 0, 38% 12%, 50% 5%, 62% 12%, 77% 0, 100% 21%, 85% 38%, 76% 30%, 76% 100%, 24% 100%, 24% 30%, 15% 38%, 0 21%);
}

.mle-gift-card-art.is-rings span {
	width: 86px;
	height: 86px;
	border: 14px solid #f4bc5d;
	border-radius: 999px;
	background: transparent;
	box-shadow: 0 0 0 14px #a9d4af, 0 0 0 28px #9cc6ef;
}

.mle-gift-card-art.is-cup span {
	width: 76px;
	height: 86px;
	border-radius: 10px 10px 24px 24px;
	background: linear-gradient(#9db7d9 0 14px, #1f4b68 14px);
}

.mle-gift-card-art.is-cup span::after {
	right: -28px;
	top: 24px;
	width: 28px;
	height: 34px;
	border: 8px solid #1f4b68;
	border-left: 0;
	border-radius: 0 24px 24px 0;
}

.mle-gift-card-art button {
	position: absolute;
	right: 0.7rem;
	top: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0 0 0.05rem;
	border: 1px solid #eddcd0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--gift-purple);
	font-family: Arial, "Segoe UI Symbol", sans-serif;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	cursor: pointer;
}

.mle-gift-card h3,
.mle-gift-card p,
.mle-gift-card b,
.mle-gift-card strong,
.mle-gift-card em,
.mle-gift-card a,
.mle-gift-card .mle-gift-idea-button,
.mle-gift-card .mle-gift-detail {
	margin-left: 1rem;
	margin-right: 1rem;
}

.mle-gift-card h3 {
	margin-top: 0.9rem;
	margin-bottom: 0.3rem;
	font-size: 1.25rem;
	line-height: 1.14;
}

.mle-gift-card b {
	align-self: flex-start;
	margin-bottom: 0.55rem;
	padding: 0.22rem 0.55rem;
	border-radius: 999px;
	background: #eef8ea;
	color: #4f8b3c;
	font-size: 0.74rem;
}

.mle-gift-card p {
	margin-top: 0;
	color: var(--gift-muted);
	line-height: 1.5;
}

.mle-gift-card strong {
	color: var(--gift-ink);
}

.mle-gift-card em {
	margin-top: 0.45rem;
	color: #7b6256;
	font-style: normal;
	line-height: 1.45;
}

.mle-gift-card a,
.mle-gift-card .mle-gift-idea-button {
	margin-top: auto;
	margin-bottom: 1rem;
	color: var(--gift-purple);
	justify-content: flex-start;
}

.mle-gift-card .mle-gift-idea-button {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.mle-gift-detail {
	margin-top: -0.35rem;
	margin-bottom: 1rem;
	padding: 0.75rem;
	border: 1px solid #eadfd7;
	border-radius: 10px;
	background: #fffaf4;
	color: var(--gift-muted);
}

.mle-gift-detail strong {
	display: block;
	margin: 0 0 0.25rem;
	color: var(--gift-ink);
}

.mle-gift-detail p {
	margin: 0 0 0.45rem;
	color: inherit;
	font-size: 0.92rem;
}

.mle-gift-detail small {
	color: #8b776d;
	font-size: 0.78rem;
}

.mle-gift-more {
	margin: 1rem auto 0;
	padding: 0.65rem 1.1rem;
	border: 1px solid #dbc7fa;
	background: #fbf7ff;
	color: var(--gift-purple);
	cursor: pointer;
}

.mle-gift-summary {
	position: sticky;
	top: 1rem;
}

.mle-gift-summary dl {
	display: grid;
	grid-template-columns: minmax(7.5rem, 0.95fr) minmax(8rem, 1.05fr);
	gap: 0.6rem 1rem;
	margin: 0 0 1rem;
}

.mle-gift-summary dt {
	color: #7d6c64;
	font-weight: 850;
}

.mle-gift-summary dd {
	margin: 0;
	color: #33241e;
	white-space: nowrap;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.mle-gift-best {
	padding: 1rem;
	border: 1px solid #f4d79d;
	border-radius: 14px;
	background: linear-gradient(135deg, #fff9eb, #fff);
}

.mle-gift-best h3 {
	margin: 0 0 0.7rem;
	font-size: 1.15rem;
}

.mle-gift-best .mle-gift-card {
	box-shadow: none;
}

.mle-gift-best .mle-gift-card-art {
	min-height: 120px;
}

.mle-gift-best ul {
	margin: 0.85rem 0 0;
	padding-left: 1.1rem;
	color: #4f453f;
	line-height: 1.55;
}

.mle-gift-summary > button {
	width: 100%;
	margin-top: 0.8rem;
	padding: 0.8rem 1rem;
	border: 1px solid #dbc7fa;
	background: #f7f0ff;
	color: var(--gift-purple);
	cursor: pointer;
}

.mle-gift-summary > button + button {
	border-color: #a576ec;
	background: linear-gradient(135deg, #a855f7, #7c3aed);
	color: #fff;
}

.mle-gift-summary [data-gift-status] {
	min-height: 1.3em;
	margin: 0.75rem 0 0;
	color: #477a38;
	font-weight: 850;
}

.mle-autism-page,
.mle-autism-article {
	margin: 0;
}

.mle-autism {
	--autism-ink: #102747;
	--autism-green: #4f927b;
	--autism-peach: #fff0e4;
	--autism-cream: #fffaf2;
	--autism-line: #f0d9c9;
	--autism-muted: #516072;
	max-width: 1180px;
	margin: 0 auto;
	padding: clamp(1rem, 3vw, 2.8rem);
	color: var(--autism-ink);
	font-family: "Nunito", "Segoe UI", Arial, sans-serif;
}

.mle-autism h1,
.mle-autism h2,
.mle-autism h3 {
	color: var(--autism-ink);
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 0;
}

.mle-autism svg {
	width: 1.15em;
	height: 1.15em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mle-autism a {
	text-decoration: none;
}

.mle-autism-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
	align-items: stretch;
	overflow: hidden;
	border-radius: 0 0 34px 34px;
	background: linear-gradient(105deg, #fffaf2 0%, #fff7ed 45%, #f4eadf 100%);
	box-shadow: 0 18px 45px rgba(37, 55, 76, 0.08);
}

.mle-autism-hero-copy {
	padding: clamp(2rem, 6vw, 4.5rem);
}

.mle-autism-script {
	margin: 0 0 0.7rem;
	color: var(--autism-green);
	font-family: "Comic Sans MS", "Segoe Print", cursive;
	font-size: clamp(1.15rem, 2.2vw, 1.65rem);
}

.mle-autism-hero h1 {
	max-width: 11ch;
	margin: 0;
	font-size: clamp(2.6rem, 6vw, 4.55rem);
	line-height: 0.96;
}

.mle-autism-hero-copy > p:not(.mle-autism-script):not(.mle-autism-disclaimer) {
	max-width: 33rem;
	margin: 1.25rem 0 0;
	color: #24354c;
	font-size: clamp(1rem, 2vw, 1.2rem);
	line-height: 1.55;
}

.mle-autism-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.6rem;
}

.mle-autism-primary,
.mle-autism-secondary,
.mle-autism-featured a,
.mle-autism-newsletter button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 46px;
	padding: 0.82rem 1.35rem;
	border-radius: 9px;
	font-weight: 850;
}

.mle-autism-primary,
.mle-autism-featured a,
.mle-autism-newsletter button {
	background: #4f927b;
	color: #fff !important;
}

.mle-autism-secondary {
	border: 1px solid #233650;
	color: #233650 !important;
	background: #fffaf7;
}

.mle-autism-disclaimer {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	max-width: 35rem;
	margin: 1.4rem 0 0;
	color: #4d5a64;
	font-size: 0.92rem;
	line-height: 1.45;
}

.mle-autism-disclaimer span {
	display: grid;
	place-items: center;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	color: #5f8d72;
	background: #f0f8ef;
}

.mle-autism-hero-art {
	position: relative;
	min-height: 440px;
}

.mle-autism-hero-art img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.mle-autism-hero-art span {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	display: grid;
	place-items: center;
	width: 124px;
	height: 124px;
	border-radius: 999px;
	color: #d67a55;
	background: #fff2df;
	font-size: 4.5rem;
}

.mle-autism-featured,
.mle-autism-latest-wrap,
.mle-autism-newsletter {
	display: grid;
	gap: 1.4rem;
	margin-top: 1.8rem;
	border: 1px solid var(--autism-line);
	border-radius: 28px;
	background: linear-gradient(135deg, #fff5e9, #fffaf7);
	box-shadow: 0 14px 34px rgba(78, 61, 47, 0.06);
}

.mle-autism-featured {
	grid-template-columns: minmax(220px, 0.75fr) minmax(0, 0.95fr) minmax(230px, 0.85fr);
	align-items: center;
	padding: clamp(1rem, 2.5vw, 1.8rem);
}

.mle-autism-featured img,
.mle-autism-post-card img,
.mle-autism-article-hero img {
	width: 100%;
	border-radius: 13px;
	object-fit: cover;
}

.mle-autism-featured img {
	aspect-ratio: 16 / 10;
}

.mle-autism-featured p:first-child,
.mle-autism-post-card span {
	margin: 0;
	color: #cf715d;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.04em;
}

.mle-autism-featured h2 {
	margin: 0.35rem 0 0.65rem;
	font-size: clamp(1.7rem, 3vw, 2.2rem);
	line-height: 1.02;
}

.mle-autism-featured p {
	color: #354257;
	line-height: 1.5;
}

.mle-autism-featured ul {
	margin: 0;
	padding: 0 0 0 1.7rem;
	border-left: 1px solid #dfbca9;
	list-style: none;
}

.mle-autism-featured li {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0.95rem 0;
	color: #22314b;
}

.mle-autism-start,
.mle-autism-topics {
	margin-top: 2.3rem;
	text-align: center;
}

.mle-autism-start > p {
	margin-top: -0.5rem;
	color: var(--autism-muted);
}

.mle-autism-start > div,
.mle-autism-latest > div:last-child {
	display: grid;
	gap: 1.25rem;
}

.mle-autism-start > div {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mle-autism-latest > div:last-child {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.mle-autism-start-card,
.mle-autism-post-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	border: 1px solid var(--autism-line);
	border-radius: 18px;
	background: #fffefa;
	box-shadow: 0 10px 28px rgba(39, 52, 66, 0.05);
}

.mle-autism-start-card {
	align-items: center;
	padding: 1.45rem;
	color: var(--autism-ink) !important;
	text-align: center;
}

.mle-autism-start-card > span {
	display: grid;
	place-items: center;
	width: 76px;
	height: 76px;
	border-radius: 999px;
	color: #315a4b;
	background: #dbe8d3;
	font-size: 2rem;
}

.mle-autism-start-card:nth-child(2) > span { background: #d9e9ed; }
.mle-autism-start-card:nth-child(3) > span { background: #ffe1a8; color: #d17b4d; }
.mle-autism-start-card:nth-child(4) > span { background: #ead9e8; color: #75436d; }

.mle-autism-start-card h3 {
	margin: 1rem 0 0.45rem;
	font-size: 1.25rem;
}

.mle-autism-start-card p,
.mle-autism-post-card p,
.mle-autism-help p {
	color: #4e5a67;
	line-height: 1.5;
}

.mle-autism-start-card em {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-top: auto;
	color: var(--autism-green);
	font-style: normal;
	font-weight: 850;
}

.mle-autism-topics div {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.9rem;
}

.mle-autism-topic {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	min-height: 66px;
	padding: 0.75rem;
	border-radius: 13px;
	color: #182c43 !important;
	background: #edf5ee;
	font-weight: 850;
}

.mle-autism-topic:nth-child(2) { background: #e8f1f3; }
.mle-autism-topic:nth-child(3) { background: #fbf2e8; }
.mle-autism-topic:nth-child(4) { background: #f5edf7; }
.mle-autism-topic:nth-child(5) { background: #fff0eb; }
.mle-autism-topic:nth-child(6) { background: #fff0f1; }

.mle-autism-latest-wrap {
	display: block;
	padding: clamp(1rem, 2.5vw, 1.5rem);
}

.mle-autism-latest {
	width: 100%;
}

.mle-autism-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.mle-autism-section-head h2 {
	margin: 0;
}

.mle-autism-section-head a,
.mle-autism-help a {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: var(--autism-green) !important;
	font-weight: 850;
}

.mle-autism-post-card {
	min-width: 0;
	padding: 0.75rem;
	color: var(--autism-ink) !important;
	text-align: left;
}

.mle-autism-post-card img {
	aspect-ratio: 16 / 10;
	margin-bottom: 0.75rem;
}

.mle-autism-post-card h3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 0.3rem 0 0.35rem;
	font-size: 1.03rem;
	line-height: 1.12;
}

.mle-autism-post-card p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	margin: 0;
	font-size: 0.9rem;
}

.mle-autism-post-card em {
	margin-top: auto;
	padding-top: 0.8rem;
	color: #7d6d61;
	font-size: 0.82rem;
	font-style: normal;
}

.mle-autism-help {
	position: relative;
	overflow: hidden;
	padding: 1.35rem;
	border-radius: 20px;
	background: linear-gradient(145deg, #e5f0e6, #f7fbf5);
}

.mle-autism-help h2 {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.05;
}

.mle-autism-help ul {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}

.mle-autism-help li {
	margin: 0.42rem 0;
	color: #24374d;
}

.mle-autism-help li::before {
	content: "\2713";
	margin-right: 0.45rem;
	color: var(--autism-green);
	font-weight: 900;
}

.mle-autism-help img {
	position: absolute;
	right: -35px;
	bottom: -40px;
	width: 155px;
	opacity: 0.9;
}

.mle-autism-newsletter {
	grid-template-columns: 110px minmax(0, 1fr) minmax(280px, 420px);
	align-items: center;
	padding: 1.25rem 1.6rem;
	background: linear-gradient(100deg, #e5f2f1, #f3faf7);
}

.mle-autism-newsletter img {
	width: 90px;
	border-radius: 16px;
}

.mle-autism-newsletter h2,
.mle-autism-newsletter p {
	margin: 0;
}

.mle-autism-newsletter form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0;
}

.mle-autism-newsletter input {
	min-height: 44px;
	min-width: 0;
	padding: 0.75rem 1rem;
	border: 1px solid #b7c9c0;
	border-radius: 9px 0 0 9px;
	background: #fff;
}

.mle-autism-newsletter button {
	border: 0;
	border-radius: 0 9px 9px 0;
	cursor: pointer;
}

.mle-autism-newsletter small {
	grid-column: 1 / -1;
	margin-top: 0.45rem;
	color: #61726c;
	text-align: center;
}

.mle-autism-back {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 1rem;
	color: var(--autism-green) !important;
	font-weight: 850;
}

.mle-autism-back svg {
	transform: rotate(180deg);
}

.mle-autism-article-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 1.5rem;
	align-items: center;
	padding: clamp(1.25rem, 4vw, 2rem);
	border: 1px solid var(--autism-line);
	border-radius: 28px;
	background: linear-gradient(135deg, #fff7ed, #fffdf9);
}

.mle-autism-article-hero h1 {
	margin: 0;
	font-size: clamp(2.35rem, 5vw, 4rem);
	line-height: 1.02;
}

.mle-autism-article-hero p:last-child {
	color: #5c6670;
	font-weight: 800;
}

.mle-autism-article-hero img {
	aspect-ratio: 4 / 3;
}

.mle-autism-note,
.mle-autism-article-footer {
	margin: 1.35rem auto;
	max-width: 820px;
	padding: 1rem 1.2rem;
	border-left: 4px solid var(--autism-green);
	border-radius: 12px;
	background: #f3f8f0;
	color: #35465d;
	line-height: 1.6;
}

.mle-autism-article-body {
	max-width: 780px;
	margin: 1.7rem auto;
	padding: 0 clamp(0.25rem, 2vw, 1rem);
}

.mle-autism-article-body p {
	margin: 0 0 1.25rem;
	color: #24354c;
	font-size: 1.08rem;
	line-height: 1.85;
}

.mle-autism-article-footer a {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--autism-green) !important;
	font-weight: 850;
}

.mle-autism-detail {
	max-width: 1180px;
}

.mle-autism-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	align-items: center;
	margin-bottom: 1.4rem;
	color: #4d645f;
	font-size: 0.9rem;
}

.mle-autism-breadcrumbs a,
.mle-autism-breadcrumbs strong,
.mle-autism-breadcrumbs span {
	color: inherit !important;
	font-weight: 750;
}

.mle-autism-breadcrumbs > * + *::before {
	content: ">";
	margin-right: 0.45rem;
	color: #8aa49a;
}

.mle-autism-detail-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: clamp(1.4rem, 4vw, 3rem);
	align-items: center;
	padding-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.mle-autism-detail-copy h1 {
	max-width: 14ch;
	margin: 0;
	font-size: clamp(2.35rem, 5vw, 4.35rem);
	line-height: 1.02;
}

.mle-autism-kicker {
	margin: 0 0 0.75rem;
	color: var(--autism-green);
	font-size: 0.88rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mle-autism-detail-copy > p:not(.mle-autism-kicker) {
	max-width: 44rem;
	margin: 1rem 0 0;
	color: #27364d;
	font-size: clamp(1.05rem, 1.8vw, 1.2rem);
	line-height: 1.65;
}

.mle-autism-detail-hero > img {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 18px;
	object-fit: cover;
	box-shadow: 0 18px 45px rgba(36, 50, 70, 0.12);
}

.mle-autism-byline,
.mle-autism-share {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	align-items: center;
	margin-top: 1.3rem;
	color: #3b4b60;
	font-size: 0.95rem;
}

.mle-autism-byline img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	object-fit: cover;
}

.mle-autism-byline span + span::before {
	content: "\00b7";
	margin-right: 0.8rem;
	color: #d9795f;
}

.mle-autism-share button,
.mle-autism-share a {
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border: 1px solid #e8d4c4;
	border-radius: 999px;
	background: #fffdf9;
	color: var(--autism-ink) !important;
	font-weight: 900;
}

.mle-autism-share button {
	cursor: pointer;
}

.mle-autism-share svg {
	width: 1.1rem;
	height: 1.1rem;
	flex: 0 0 auto;
	pointer-events: none;
}

.mle-autism-share button:hover,
.mle-autism-share a:hover,
.mle-autism-share button:focus-visible,
.mle-autism-share a:focus-visible,
.mle-autism-share .is-saved {
	border-color: var(--autism-green);
	background: #edf7f1;
	color: var(--autism-green) !important;
}

.mle-autism-share-status {
	min-width: 6rem;
	color: var(--autism-green);
	font-style: normal;
	font-weight: 850;
}

.mle-autism-share-labeled {
	align-items: flex-start;
	gap: 0.9rem;
}

.mle-autism-share-labeled button,
.mle-autism-share-labeled a {
	position: relative;
	flex-direction: column;
	width: 48px;
	height: 48px;
	margin-bottom: 2.1rem;
	font-size: 1rem;
	line-height: 1;
}

.mle-autism-share-labeled small {
	position: absolute;
	top: calc(100% + 0.35rem);
	left: 50%;
	width: 74px;
	transform: translateX(-50%);
	color: #20334c;
	font-family: "Nunito", "Segoe UI", Arial, sans-serif;
	font-size: 0.66rem;
	font-weight: 750;
	line-height: 1.18;
	text-align: center;
}

.mle-autism-share-labeled svg {
	width: 1.25rem;
	height: 1.25rem;
}

.mle-autism-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
	gap: clamp(2rem, 5vw, 4rem);
	padding-top: clamp(1.5rem, 4vw, 2.2rem);
	border-top: 1px solid #f3e2d3;
}

.mle-autism-detail-main {
	max-width: 760px;
}

.mle-autism-detail-main > p,
.mle-autism-sign-row p,
.mle-autism-reminder p,
.mle-autism-alone p,
.mle-autism-new-card p {
	color: #24354c;
	font-size: 1.04rem;
	line-height: 1.75;
}

.mle-autism-detail-main > p {
	margin: 0 0 1rem;
}

.mle-autism-detail-main > h2 {
	margin: 2rem 0 1.3rem;
	font-size: clamp(1.75rem, 3vw, 2.3rem);
}

.mle-autism-reminder,
.mle-autism-alone {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: end;
	margin: 1.8rem 0;
	padding: clamp(1.2rem, 3vw, 1.7rem);
	border: 1px solid #dcebe2;
	border-radius: 14px;
	background: linear-gradient(135deg, #f0faf4, #fffdf8);
	overflow: hidden;
}

.mle-autism-reminder h2,
.mle-autism-alone h2 {
	margin: 0 0 0.55rem;
	font-size: 1.35rem;
}

.mle-autism-reminder img {
	width: 86px;
	align-self: end;
}

.mle-autism-sign-list {
	display: grid;
	gap: 0;
}

.mle-autism-sign-row {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	padding: 1.05rem 0;
	border-bottom: 1px solid #eadbd0;
	scroll-margin-top: 110px;
	overflow: visible;
}

.mle-autism-sign-row img {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	object-fit: contain;
	object-position: center;
	padding: 0.2rem;
	background: #fffefa;
	flex-shrink: 0;
}

.mle-autism-sign-row h3 {
	margin: 0 0 0.35rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2rem;
	line-height: 1.25;
}

.mle-autism-step-number {
	display: inline-flex;
	width: 1.7rem;
	height: 1.7rem;
	align-items: center;
	justify-content: center;
	margin-right: 0.4rem;
	border-radius: 999px;
	background: #f8d9a2;
	color: #23415f;
	font-family: "Nunito", "Segoe UI", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 900;
	vertical-align: middle;
}

.mle-autism-sign-row p {
	margin: 0;
}

.mle-autism-lesson-row h3 {
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

.mle-autism-row-arrow {
	display: inline-flex;
	margin-left: auto;
	color: var(--autism-green);
}

.mle-autism-row-arrow svg {
	width: 1.05rem;
	height: 1.05rem;
}

.mle-autism-lesson-detail {
	display: grid;
	gap: 0.7rem;
	margin-top: 0.85rem;
}

.mle-autism-lesson-detail p {
	font-size: 0.98rem;
	line-height: 1.68;
}

.mle-autism-alone {
	grid-template-columns: 54px minmax(0, 1fr) 72px;
	align-items: center;
	border-color: #f0dccd;
	background: linear-gradient(135deg, #fff0e8, #fffaf3);
}

.mle-autism-alone > img:first-child {
	width: 46px;
}

.mle-autism-alone > img:last-child {
	width: 62px;
	align-self: end;
}

.mle-autism-understanding-card {
	grid-template-columns: 88px minmax(0, 1fr) 92px;
	padding: clamp(1.25rem, 3vw, 1.9rem);
}

.mle-autism-understanding-card > img:first-child {
	width: 76px;
}

.mle-autism-understanding-card > img:last-child {
	width: 86px;
}

.mle-autism-understanding-card strong {
	display: block;
	margin-top: 0.65rem;
	color: #d9795f;
	font-size: 1.05rem;
	line-height: 1.45;
}

.mle-autism-detail-sidebar {
	display: grid;
	align-content: start;
	gap: 1.4rem;
}

.mle-autism-toc-card,
.mle-autism-new-card {
	position: sticky;
	top: 1rem;
	padding: 1.5rem;
	border: 1px solid #f1dfd0;
	border-radius: 16px;
	background: linear-gradient(135deg, #fffaf4, #fff);
	box-shadow: 0 18px 40px rgba(36, 50, 70, 0.08);
}

.mle-autism-new-card {
	position: static;
}

.mle-autism-toc-card h2,
.mle-autism-new-card h2 {
	margin: 0 0 1rem;
	font-size: 1.45rem;
}

.mle-autism-toc-card ol {
	display: grid;
	gap: 0.75rem;
	margin: 0;
	padding-left: 1.1rem;
}

.mle-autism-speech-toc ol {
	padding-left: 0;
	list-style: none;
}

.mle-autism-toc-card a {
	color: #233650 !important;
	font-weight: 750;
}

.mle-autism-speech-toc a {
	display: grid;
	grid-template-columns: 1.55rem minmax(0, 1fr);
	gap: 0.75rem;
	align-items: start;
}

.mle-autism-speech-toc a span {
	display: inline-flex;
	width: 1.55rem;
	height: 1.55rem;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #c5b2e7;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 900;
}

.mle-autism-toc-card img {
	display: block;
	width: 78px;
	margin: 1rem 0 0 auto;
}

.mle-autism-new-card > img {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	object-fit: cover;
}

.mle-autism-new-card a {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.85rem;
	color: var(--autism-ink) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.3;
}

.mle-autism-therapy-card {
	padding: 1.5rem;
	border: 1px solid #dcebe2;
	border-radius: 16px;
	background: linear-gradient(135deg, #eef8f2, #fffaf3);
	box-shadow: 0 18px 40px rgba(36, 50, 70, 0.07);
}

.mle-autism-therapy-card h2,
.mle-autism-related h2 {
	margin: 0 0 1rem;
	font-size: 1.45rem;
}

.mle-autism-therapy-row {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 0.9rem;
	align-items: center;
	padding: 0.8rem 0;
}

.mle-autism-therapy-row + .mle-autism-therapy-row {
	border-top: 1px solid rgba(122, 153, 136, 0.22);
}

.mle-autism-therapy-row img {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	object-fit: cover;
}

.mle-autism-therapy-row h3 {
	margin: 0 0 0.25rem;
	font-size: 1.05rem;
}

.mle-autism-therapy-row p {
	margin: 0;
	color: #354a5f;
	font-size: 0.95rem;
	line-height: 1.5;
}

.mle-autism-journey-card {
	margin-top: 2rem;
}

.mle-autism-related {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid #eadbd0;
}

.mle-autism-related > div {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.mle-autism-related-card {
	display: grid;
	gap: 0.45rem;
	min-width: 0;
	padding: 1rem;
	border: 1px solid #f1dfd0;
	border-radius: 14px;
	background: #fffdf9;
	color: var(--autism-ink) !important;
	box-shadow: 0 12px 30px rgba(36, 50, 70, 0.06);
}

.mle-autism-related-card strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.05rem;
	line-height: 1.25;
}

.mle-autism-related-card span {
	color: #4a5c70;
	font-size: 0.95rem;
	line-height: 1.45;
}

.mle-autism-related-card svg {
	justify-self: end;
	color: var(--autism-green);
}

.mle-autism-related-stories > div {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mle-autism-related-story-card {
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr) auto;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #f1dfd0;
	border-radius: 12px;
	background: #fffdf9;
	color: var(--autism-ink) !important;
	box-shadow: 0 12px 28px rgba(36, 50, 70, 0.06);
}

.mle-autism-related-story-card img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.mle-autism-related-story-card span,
.mle-autism-related-story-card strong,
.mle-autism-related-story-card em {
	margin-inline: 0.85rem;
}

.mle-autism-related-story-card span {
	margin-top: 0.75rem;
	color: #d9795f;
	font-size: 0.66rem;
	font-weight: 950;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.mle-autism-related-story-card strong {
	margin-top: 0.25rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.98rem;
	line-height: 1.25;
}

.mle-autism-related-story-card em {
	margin-top: 0.8rem;
	margin-bottom: 0.85rem;
	color: #596b7b;
	font-size: 0.78rem;
	font-style: normal;
}

@media (max-width: 1024px) {
	.mle-autism-hero,
	.mle-autism-featured,
	.mle-autism-latest-wrap,
	.mle-autism-newsletter,
	.mle-autism-article-hero,
	.mle-autism-detail-hero,
	.mle-autism-detail-layout {
		grid-template-columns: 1fr;
	}

	.mle-autism-detail-main {
		max-width: none;
	}

	.mle-autism-toc-card {
		position: static;
	}

	.mle-autism-hero-art {
		min-height: 320px;
	}

	.mle-autism-start > div,
	.mle-autism-latest > div:last-child,
	.mle-autism-topics div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mle-autism-featured ul {
		padding-left: 0;
		border-left: 0;
	}

	.mle-autism-related > div {
		grid-template-columns: 1fr;
	}

	.mle-autism-related-stories > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.mle-autism {
		padding: 0.9rem;
	}

	.mle-autism-hero-copy {
		padding: 1.35rem;
	}

	.mle-autism-hero h1 {
		font-size: clamp(2.35rem, 13vw, 3.1rem);
	}

	.mle-autism-hero-art {
		min-height: 260px;
	}

	.mle-autism-hero-art span {
		width: 82px;
		height: 82px;
		font-size: 3rem;
	}

	.mle-autism-start > div,
	.mle-autism-latest > div:last-child,
	.mle-autism-topics div {
		grid-template-columns: 1fr;
	}

	.mle-autism-newsletter form {
		grid-template-columns: 1fr;
		gap: 0.6rem;
	}

	.mle-autism-newsletter input,
	.mle-autism-newsletter button {
		border-radius: 9px;
	}

	.mle-autism-detail-copy h1 {
		max-width: 100%;
		font-size: clamp(2.2rem, 11vw, 3rem);
	}

	.mle-autism-byline span + span::before {
		margin-right: 0.45rem;
	}

	.mle-autism-share-labeled {
		gap: 0.65rem;
	}

	.mle-autism-share-labeled button,
	.mle-autism-share-labeled a {
		width: 42px;
		height: 42px;
	}

	.mle-autism-share-labeled small {
		display: none;
	}

	.mle-autism-sign-row {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 0.75rem;
	}

	.mle-autism-sign-row img {
		width: 46px;
		height: 46px;
	}

	.mle-autism-reminder,
	.mle-autism-alone {
		grid-template-columns: 1fr;
	}

	.mle-autism-lesson-row h3 {
		align-items: flex-start;
	}

	.mle-autism-row-arrow {
		display: none;
	}

	.mle-autism-understanding-card {
		grid-template-columns: 1fr;
	}

	.mle-autism-related-stories > div {
		grid-template-columns: 1fr;
	}

	.mle-autism-alone > img:first-child,
	.mle-autism-alone > img:last-child,
	.mle-autism-reminder img {
		display: none;
	}
}

.mle-gift-tips {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.2rem;
	padding: clamp(1rem, 3vw, 1.5rem);
	border: 1px solid #f0dccb;
	border-radius: 18px;
	background: linear-gradient(135deg, #fff8ef, #fff);
}

.mle-gift-tips h2 {
	grid-column: 1 / -1;
}

.mle-gift-tips article,
.mle-gift-categories a,
.mle-gift-tool-card {
	min-width: 0;
	padding: 1rem;
	border: 1px solid #eaded5;
	border-radius: 14px;
	background: #fff;
}

.mle-gift-tips h3,
.mle-gift-tool-card h3 {
	margin: 0 0 0.4rem;
	font-size: 1.08rem;
}

.mle-gift-tips p,
.mle-gift-tool-card p {
	margin: 0;
	color: var(--gift-muted);
	line-height: 1.55;
}

.mle-gift-categories div,
.mle-gift-tools {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.mle-gift-categories a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	color: #563a31;
	font-weight: 950;
	text-align: center;
}

.mle-gift-tool-card {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
}

.mle-gift-tool-card img {
	width: 64px;
	height: 64px;
	object-fit: contain;
	border-radius: 14px;
	background: #fff7ef;
}

.mle-gift-tool-card a {
	margin-top: 0.45rem;
	color: var(--gift-orange);
	justify-content: flex-start;
}

.mle-gift-faq details {
	padding: 1rem 0;
	border-top: 1px solid #efded2;
}

.mle-gift-faq details:first-of-type {
	border-top: 0;
}

.mle-gift-faq summary {
	cursor: pointer;
	color: #2d1a13;
	font-weight: 950;
}

.mle-gift-faq p {
	margin: 0.55rem 0 0;
	color: var(--gift-muted);
	line-height: 1.6;
}

@media only screen and (max-width: 74em) {
	.mle-gift-hero,
	.mle-gift-layout {
		grid-template-columns: 1fr;
	}

	.mle-gift-summary {
		position: static;
	}

	.mle-gift-card-grid,
	.mle-gift-tips,
	.mle-gift-categories div,
	.mle-gift-tools {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 48em) {
	.mle-gift-finder {
		padding: 1rem 0.75rem;
	}

	.mle-gift-hero,
	.mle-gift-panel,
	.mle-gift-tips {
		border-radius: 14px;
	}

	.mle-gift-trust,
	.mle-gift-filter-grid,
	.mle-gift-card-grid,
	.mle-gift-tips,
	.mle-gift-categories div,
	.mle-gift-tools {
		grid-template-columns: 1fr;
	}

	.mle-gift-art {
		min-height: 270px;
	}

	.mle-gift-art-box {
		right: 4%;
		width: 210px;
		height: 160px;
	}

	.mle-gift-art-teddy {
		left: 4%;
		width: 94px;
		height: 112px;
	}

	.mle-gift-segments label,
	.mle-gift-primary {
		width: 100%;
	}

	.mle-gift-tool-card {
		grid-template-columns: 56px minmax(0, 1fr);
	}
}

@media only screen and (max-width: 28em) {
	.mle-gift-hero {
		padding: 1.15rem;
	}

	.mle-gift-hero h1 {
		font-size: 2.35rem;
	}

	.mle-gift-panel {
		padding: 1rem;
	}
}

/* Baby Essentials Checklist Generator */
.mle-checklist-tool {
	max-width: 1220px;
}

.mle-checklist-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
	gap: clamp(1rem, 3vw, 2rem);
	align-items: center;
}

.mle-primary-action,
.mle-result-actions button,
.mle-result-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.75rem 1rem;
	border: 1px solid #f5a623;
	border-radius: 10px;
	background: #f5a623;
	color: #082b55 !important;
	font-weight: 900;
	line-height: 1.1;
	text-decoration: none !important;
	cursor: pointer;
}

.mle-primary-action {
	margin-top: 1.15rem;
}

.mle-checklist-hero-card {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	padding: 1.25rem;
	border: 1px solid rgba(8, 43, 85, 0.12);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(8, 43, 85, 0.1);
}

.mle-checklist-hero-card strong {
	font-size: 1.15rem;
}

.mle-checklist-hero-card span:last-child {
	color: var(--mle-tools-muted);
	line-height: 1.55;
}

.mle-checklist-form-card,
.mle-checklist-result,
.mle-tool-seo,
.mle-checklist-faq {
	margin-top: 1.25rem;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--mle-tools-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(8, 43, 85, 0.07);
}

.mle-checklist-form-card:focus {
	outline: 3px solid rgba(245, 166, 35, 0.28);
	outline-offset: 4px;
}

.mle-section-head p {
	max-width: 760px;
	margin: 0.5rem 0 0;
	color: var(--mle-tools-muted);
	line-height: 1.65;
}

.mle-checklist-form {
	display: grid;
	gap: 1.15rem;
	margin-top: 1.25rem;
}

.mle-option-group {
	margin: 0;
	padding: 0;
	border: 0;
}

.mle-option-group legend {
	margin-bottom: 0.55rem;
	color: #082b55;
	font-weight: 900;
}

.mle-option-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.65rem;
}

.mle-option-card {
	position: relative;
	display: flex;
	min-height: 52px;
	align-items: center;
	padding: 0.7rem 0.8rem;
	border: 1px solid #dbe5ee;
	border-radius: 10px;
	background: #f8fbfd;
	color: #102d4e;
	font-weight: 800;
	cursor: pointer;
}

.mle-option-card input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.mle-option-card:has(input:checked) {
	border-color: #f5a623;
	background: #fff4df;
	box-shadow: inset 0 0 0 2px rgba(245, 166, 35, 0.22);
}

.mle-option-card:focus-within {
	outline: 3px solid rgba(23, 105, 184, 0.18);
}

.mle-generate-button {
	justify-self: start;
	min-width: 210px;
}

.mle-result-heading {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #dbe5ee;
	padding-bottom: 1rem;
}

.mle-result-heading p {
	margin: 0.4rem 0 0;
	color: var(--mle-tools-muted);
	line-height: 1.65;
}

.mle-result-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	justify-content: flex-end;
}

.mle-result-actions button,
.mle-result-actions a {
	min-height: 40px;
	padding: 0.6rem 0.8rem;
	border-color: #d4e0ea;
	background: #f8fbfd;
	color: #082b55 !important;
	font-size: 0.92rem;
}

.mle-result-actions button:hover,
.mle-result-actions a:hover {
	background: #fff4df;
	border-color: #f5a623;
}

.mle-result-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.mle-result-card {
	padding: 1rem;
	border: 1px solid #dbe5ee;
	border-radius: 12px;
	background: linear-gradient(135deg, #ffffff 0%, #f8fbfd 100%);
}

.mle-result-card h3 {
	margin: 0 0 0.6rem;
	color: #082b55;
	font-size: 1.05rem;
	line-height: 1.3;
}

.mle-result-card ul,
.mle-tool-seo ul {
	margin: 0;
	padding-left: 1.2rem;
}

.mle-result-card li,
.mle-tool-seo li {
	margin: 0.35rem 0;
	color: #304760;
	line-height: 1.55;
}

.mle-result-item-link {
	color: #1769b8 !important;
	font-weight: 900;
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 0.18em;
}

.mle-result-guide {
	display: block;
	margin-top: 0.12rem;
	color: #687a8f;
	font-size: 0.84rem;
	line-height: 1.35;
}

.mle-tool-seo h2 {
	margin-top: 1.4rem;
}

.mle-tool-seo h2:first-child {
	margin-top: 0;
}

.mle-tool-seo p {
	color: var(--mle-tools-muted);
	line-height: 1.75;
}

.mle-checklist-faq details {
	border-bottom: 1px solid #dbe5ee;
	padding: 0.9rem 0;
}

.mle-checklist-faq summary {
	cursor: pointer;
	color: #082b55;
	font-weight: 900;
}

.mle-checklist-faq p {
	margin: 0.65rem 0 0;
	color: var(--mle-tools-muted);
	line-height: 1.7;
}

.mle-checklist-tool {
	--mle-checklist-orange: #f58a24;
	--mle-checklist-cream: #fff6eb;
	--mle-checklist-blue-soft: #e9f1fb;
	--mle-checklist-green-soft: #e8f6ec;
	--mle-checklist-pink-soft: #fdebf3;
	--mle-checklist-purple-soft: #f2edfa;
	--mle-checklist-gray-soft: #f6f7f9;
}

.mle-checklist-tool .mle-tools-hero {
	border-radius: 18px;
	background: linear-gradient(90deg, rgba(255, 246, 235, 0.98) 0%, rgba(255, 255, 255, 0.94) 48%, rgba(255, 255, 255, 0.42) 100%);
	box-shadow: 0 18px 46px rgba(8, 43, 85, 0.08);
}

.mle-checklist-hero {
	grid-template-columns: minmax(420px, 1fr) minmax(420px, 1fr);
	padding: 0;
	min-height: 0;
}

.mle-checklist-hero-copy {
	position: relative;
	z-index: 2;
	padding: clamp(1.5rem, 4vw, 3.5rem);
}

.mle-checklist-hero h1 {
	max-width: 620px;
	font-size: clamp(2.45rem, 4vw, 3.35rem);
	line-height: 1.08;
}

.mle-checklist-hero-media {
	align-self: stretch;
	height: clamp(280px, 31vw, 390px);
	min-height: 280px;
	overflow: hidden;
}

.mle-checklist-hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
}

.mle-checklist-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1.25rem;
}

.mle-checklist-hero-actions .mle-primary-action {
	margin-top: 0;
}

.mle-secondary-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.75rem 1rem;
	border: 1px solid #d5e0eb;
	border-radius: 999px;
	background: #fff;
	color: #082b55 !important;
	font-weight: 900;
	text-decoration: none !important;
}

.mle-checklist-trust-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: -0.55rem auto 1.2rem;
	padding: 1.2rem;
	border: 1px solid var(--mle-tools-border);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 14px 34px rgba(8, 43, 85, 0.07);
}

.mle-trust-item {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	column-gap: 0.8rem;
	align-items: center;
	padding: 0.45rem 1rem;
	border-right: 1px solid #dbe5ee;
}

.mle-trust-item:last-child {
	border-right: 0;
}

.mle-trust-item span,
.mle-option-icon,
.mle-result-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-weight: 900;
}

.mle-trust-item span {
	width: 54px;
	height: 54px;
	background: var(--mle-checklist-blue-soft);
	color: #1769b8;
	font-size: 1.15rem;
}

.mle-trust-item:nth-child(2) span {
	background: var(--mle-checklist-cream);
	color: var(--mle-checklist-orange);
}

.mle-trust-item:nth-child(3) span {
	background: var(--mle-checklist-green-soft);
	color: #2f7d3a;
}

.mle-trust-item:nth-child(4) span {
	background: var(--mle-checklist-purple-soft);
	color: #5b46ad;
}

.mle-trust-item strong {
	color: #082b55;
	font-size: 0.98rem;
}

.mle-trust-item p {
	grid-column: 2;
	margin: 0.1rem 0 0;
	color: var(--mle-tools-muted);
	font-size: 0.9rem;
	line-height: 1.35;
}

.mle-checklist-form-card,
.mle-checklist-result {
	border-radius: 16px;
	box-shadow: 0 14px 34px rgba(8, 43, 85, 0.06);
}

.mle-checklist-form {
	grid-template-columns: repeat(12, minmax(0, 1fr));
	align-items: end;
}

.mle-option-group {
	grid-column: span 4;
}

.mle-option-group:nth-of-type(1),
.mle-option-group:nth-of-type(5),
.mle-option-group:nth-of-type(6) {
	grid-column: span 6;
}

.mle-option-grid {
	grid-template-columns: repeat(auto-fit, minmax(116px, 1fr));
}

.mle-option-card {
	flex-direction: column;
	justify-content: center;
	gap: 0.35rem;
	min-height: 82px;
	padding: 0.65rem;
	text-align: center;
	background: #fff;
}

.mle-option-icon {
	width: 32px;
	height: 32px;
	background: var(--mle-checklist-cream);
	color: var(--mle-checklist-orange);
	font-size: 0.95rem;
}

.mle-option-label {
	font-size: 0.88rem;
	line-height: 1.2;
}

.mle-generate-button {
	grid-column: 5 / span 4;
	justify-self: stretch;
	border-radius: 10px;
	color: #fff !important;
	background: linear-gradient(135deg, #f5a623 0%, #f47a20 100%);
}

.mle-reset-button {
	grid-column: 10 / span 3;
	justify-self: end;
	min-height: 42px;
	border: 0;
	background: transparent;
	color: #082b55;
	font-weight: 900;
	cursor: pointer;
}

.mle-preview-badge {
	display: inline-flex;
	margin-left: 0.45rem;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: var(--mle-checklist-green-soft);
	color: #2f7d3a;
	font-family: inherit;
	font-size: 0.72rem;
	font-weight: 900;
	vertical-align: middle;
}

.mle-result-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mle-result-card {
	padding: 1rem;
	background: #fff;
}

.mle-result-card-head {
	display: flex;
	gap: 0.8rem;
	align-items: center;
	margin-bottom: 0.7rem;
}

.mle-result-icon {
	flex: 0 0 auto;
	width: 50px;
	height: 50px;
	background: var(--mle-checklist-blue-soft);
	color: #1769b8;
}

.mle-result-card-head h3 {
	margin: 0;
}

.mle-result-card-head p {
	margin: 0.18rem 0 0;
	color: var(--mle-tools-muted);
	font-size: 0.86rem;
	font-weight: 800;
}

.mle-result-tone-pink .mle-result-icon {
	background: var(--mle-checklist-pink-soft);
	color: #d64b83;
}

.mle-result-tone-purple .mle-result-icon {
	background: var(--mle-checklist-purple-soft);
	color: #5b46ad;
}

.mle-result-tone-green .mle-result-icon {
	background: var(--mle-checklist-green-soft);
	color: #2f7d3a;
}

.mle-result-tone-orange .mle-result-icon {
	background: var(--mle-checklist-cream);
	color: var(--mle-checklist-orange);
}

.mle-result-tone-teal .mle-result-icon {
	background: #e6f7f8;
	color: #1c7f86;
}

.mle-result-tone-gray .mle-result-icon {
	background: var(--mle-checklist-gray-soft);
	color: #687a8f;
}

.mle-info-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin: 1rem 0 1.25rem;
}

.mle-info-card {
	overflow: hidden;
	border: 1px solid #dbe5ee;
	border-radius: 12px;
	background: #fff;
}

.mle-info-card img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 8.5;
	object-fit: cover;
}

.mle-info-card div {
	padding: 0.9rem;
}

.mle-info-card h3 {
	margin: 0 0 0.35rem;
	color: #082b55;
	font-size: 1rem;
	line-height: 1.25;
}

.mle-info-card p {
	margin: 0;
	font-size: 0.92rem;
}

.mle-info-card a {
	display: inline-flex;
	margin-top: 0.7rem;
	color: var(--mle-checklist-orange) !important;
	font-weight: 900;
}

@media only screen and (max-width: 68em) {
	.mle-checklist-hero,
	.mle-result-heading {
		grid-template-columns: 1fr;
		flex-direction: column;
	}

	.mle-option-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mle-result-actions {
		justify-content: flex-start;
	}

	.mle-checklist-trust-strip,
	.mle-result-grid,
	.mle-info-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mle-checklist-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mle-option-group,
	.mle-option-group:nth-of-type(1),
	.mle-option-group:nth-of-type(5),
	.mle-option-group:nth-of-type(6),
	.mle-generate-button,
	.mle-reset-button {
		grid-column: auto;
	}
}

@media only screen and (max-width: 42em) {
	.mle-checklist-hero {
		display: block;
		min-height: 0;
	}

	.mle-checklist-hero-media {
		min-height: 220px;
	}

	.mle-option-grid,
	.mle-result-grid,
	.mle-checklist-trust-strip,
	.mle-info-card-grid,
	.mle-checklist-form {
		grid-template-columns: 1fr;
	}

	.mle-trust-item {
		border-right: 0;
		border-bottom: 1px solid #dbe5ee;
	}

	.mle-trust-item:last-child {
		border-bottom: 0;
	}

	.mle-result-actions,
	.mle-result-actions button,
	.mle-result-actions a,
	.mle-generate-button,
	.mle-reset-button {
		width: 100%;
	}
}

@media print {
	body * {
		visibility: hidden !important;
	}

	#mle-checklist-result,
	#mle-checklist-result * {
		visibility: visible !important;
	}

	#mle-checklist-result {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow: none !important;
		border: 0 !important;
	}

	.mle-result-actions {
		display: none !important;
	}
}

/* Hospital Bag Checklist */
.mle-hospital-tool {
	--mle-hospital-orange: #f97316;
	--mle-hospital-coral: #fb7185;
	--mle-hospital-cream: #fff7ed;
	--mle-hospital-green: #7ca56c;
	color: #2d160d;
}

.mle-tool-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0 0 1rem;
	color: #6b5b51;
	font-size: 0.9rem;
}

.mle-tool-breadcrumb a {
	color: #2d160d !important;
	font-weight: 800;
}

.mle-hospital-hero {
	grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.8fr);
	background:
		radial-gradient(circle at 88% 18%, rgba(253, 186, 116, 0.2), transparent 28%),
		linear-gradient(100deg, #fffaf4 0%, #fff 45%, #fff6eb 100%) !important;
}

.mle-hospital-subtitle {
	margin-top: 0.7rem !important;
	font-weight: 900;
}

.mle-hospital-illustration {
	position: relative;
	min-height: 330px;
	align-self: stretch;
}

.mle-hospital-blob,
.mle-hospital-bag,
.mle-hospital-stack,
.mle-hospital-bottle,
.mle-hospital-clip {
	position: absolute;
	display: block;
}

.mle-hospital-blob {
	inset: 42px 28px 30px 38px;
	border-radius: 44% 56% 48% 52%;
	background: #fff0dc;
}

.mle-hospital-bag {
	right: 28%;
	bottom: 46px;
	width: 190px;
	height: 150px;
	border: 5px solid #c98663;
	border-radius: 28px 28px 22px 22px;
	background: linear-gradient(135deg, #fb9a7f 0%, #ffc0aa 100%);
	box-shadow: 0 16px 38px rgba(160, 82, 45, 0.18);
}

.mle-hospital-bag::before {
	content: "";
	position: absolute;
	left: 44px;
	top: -42px;
	width: 92px;
	height: 70px;
	border: 8px solid #c98663;
	border-bottom: 0;
	border-radius: 48px 48px 0 0;
}

.mle-hospital-bag span {
	position: absolute;
	inset: 48px 24px auto;
	height: 11px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.55);
}

.mle-hospital-stack {
	left: 9%;
	bottom: 60px;
	width: 145px;
	height: 68px;
	border-radius: 12px;
	background:
		linear-gradient(#fff 0 0) 0 0 / 100% 18px no-repeat,
		linear-gradient(#f7d7c7 0 0) 0 25px / 100% 18px no-repeat,
		linear-gradient(#fff 0 0) 0 50px / 100% 18px no-repeat;
	box-shadow: 0 10px 22px rgba(8, 43, 85, 0.08);
}

.mle-hospital-bottle {
	left: 30%;
	bottom: 70px;
	width: 44px;
	height: 92px;
	border: 5px solid #9fbf9a;
	border-radius: 14px 14px 20px 20px;
	background: #dbeedd;
}

.mle-hospital-bottle::before {
	content: "";
	position: absolute;
	left: 8px;
	top: -27px;
	width: 18px;
	height: 27px;
	border-radius: 9px 9px 3px 3px;
	background: #f0e6d8;
}

.mle-hospital-clip {
	right: 7%;
	bottom: 44px;
	width: 116px;
	height: 148px;
	padding: 34px 18px 0;
	border: 5px solid #c98663;
	border-radius: 12px;
	background: #fffdf8;
	box-shadow: 0 12px 28px rgba(8, 43, 85, 0.08);
}

.mle-hospital-clip::before {
	content: "";
	position: absolute;
	left: 38px;
	top: -18px;
	width: 38px;
	height: 30px;
	border-radius: 12px 12px 4px 4px;
	background: #c6ccd1;
}

.mle-hospital-clip i {
	display: block;
	height: 11px;
	margin-bottom: 17px;
	border-left: 12px solid #7ca56c;
	border-radius: 999px;
	background: #ead7c1;
}

.mle-hospital-quick-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin: 1.2rem 0;
}

.mle-hospital-quick-card,
.mle-hospital-progress,
.mle-hospital-customise,
.mle-hospital-checklist,
.mle-hospital-print-card,
.mle-hospital-reminders {
	border: 1px solid #f1dcc8;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(78, 36, 13, 0.06);
}

.mle-hospital-quick-card {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 0.9rem;
	align-items: center;
	padding: 1.1rem;
}

.mle-hospital-quick-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 999px;
	background: #ffe1d6;
	color: #9a3412;
	font-weight: 900;
}

.mle-hospital-quick-card:nth-child(2) span {
	background: #e8f1df;
	color: #3f6e36;
}

.mle-hospital-quick-card:nth-child(3) span {
	background: #f0e7fa;
	color: #6d4ca6;
}

.mle-hospital-quick-card strong {
	display: block;
	min-width: 0;
	color: #2d160d;
	font-size: 1.05rem;
}

.mle-hospital-quick-card p {
	grid-column: 1 / -1;
	width: 100%;
	margin: 0.2rem 0 0;
	color: #5d5048;
	line-height: 1.45;
}

.mle-hospital-progress {
	display: grid;
	grid-template-columns: minmax(180px, 0.7fr) minmax(220px, 1fr) auto;
	gap: 1rem;
	align-items: center;
	margin: 1.2rem 0;
	padding: 1rem 1.25rem;
}

.mle-hospital-progress strong {
	display: block;
	color: #2d160d;
	font-size: 1.1rem;
}

.mle-hospital-progress span {
	color: #5d5048;
}

.mle-hospital-progress-bar {
	height: 16px;
	overflow: hidden;
	border-radius: 999px;
	background: #f2eee8;
}

.mle-hospital-progress-bar span {
	display: block;
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #7ca56c, #a8c98d);
	transition: width 180ms ease;
}

.mle-hospital-progress-actions,
.mle-hospital-print-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	justify-content: flex-end;
}

.mle-hospital-progress-actions button,
.mle-hospital-print-actions button,
.mle-hospital-expand {
	min-height: 42px;
	padding: 0.65rem 1rem;
	border: 1px solid #f3b18b;
	border-radius: 10px;
	background: #fff;
	color: #9a3412;
	font-weight: 900;
	cursor: pointer;
}

.mle-hospital-progress-actions button:first-child,
.mle-hospital-print-actions button:first-child {
	border-color: #7ca56c;
	color: #426b38;
}

.mle-hospital-customise {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
	gap: 1.25rem;
	margin: 1.2rem 0;
	padding: clamp(1.1rem, 3vw, 1.7rem);
}

.mle-hospital-options {
	display: grid;
	gap: 1rem;
	margin-top: 1rem;
}

.mle-hospital-options fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.mle-hospital-options legend {
	margin-bottom: 0.5rem;
	color: #2d160d;
	font-weight: 900;
}

.mle-hospital-options fieldset div {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.mle-hospital-options label {
	position: relative;
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.85rem;
	border: 1px solid #f1dcc8;
	border-radius: 10px;
	background: #fffdf9;
	color: #3b261b;
	font-weight: 800;
	cursor: pointer;
}

.mle-hospital-options input {
	position: absolute;
	opacity: 0;
}

.mle-hospital-options label:has(input:checked) {
	border-color: var(--mle-hospital-orange);
	background: #fff1e7;
	color: #9a3412;
	box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.22);
}

.mle-hospital-suggestions {
	padding: 1.2rem;
	border-radius: 14px;
	background: linear-gradient(135deg, #fff7ed, #fff9ea);
}

.mle-hospital-suggestions h3 {
	margin-top: 0;
	color: #2d160d;
}

.mle-hospital-suggestions li {
	margin: 0.45rem 0;
	color: #3b261b;
	line-height: 1.55;
}

.mle-hospital-suggestions p {
	margin-bottom: 0;
	color: #8a7668;
	font-size: 0.9rem;
}

.mle-hospital-checklist {
	margin-top: 1.2rem;
	padding: clamp(1.1rem, 3vw, 1.7rem);
}

.mle-hospital-category-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.mle-hospital-category {
	padding: 1rem;
	border: 1px solid #f1dcc8;
	border-radius: 14px;
	background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
}

.mle-hospital-category > p {
	margin: 0 0 0.75rem;
	color: #5d5048;
	line-height: 1.5;
}

.mle-hospital-category summary {
	cursor: pointer;
	color: #c2410c;
	font-weight: 900;
}

.mle-hospital-category ul {
	margin: 0.8rem 0 0;
	padding: 0;
	list-style: none;
}

.mle-hospital-item {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 0.55rem;
	align-items: start;
	padding: 0.38rem 0;
	color: #3b261b;
	line-height: 1.45;
	cursor: pointer;
}

.mle-hospital-item input {
	width: 18px;
	height: 18px;
	margin-top: 0.15rem;
	accent-color: #7ca56c;
}

.mle-hospital-item.is-packed span {
	color: #7b7068;
	text-decoration: line-through;
}

.mle-hospital-complete {
	margin: 1rem 0 0;
	padding: 0.8rem 1rem;
	border-radius: 12px;
	background: #ecf8e9;
	color: #365f2d;
	font-weight: 900;
}

.mle-hospital-print-card {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.2rem;
	padding: clamp(1.1rem, 3vw, 1.7rem);
	background: linear-gradient(135deg, #f8edff, #fff);
}

.mle-hospital-print-card h2,
.mle-hospital-reminders h2 {
	margin-top: 0;
}

.mle-hospital-copy-status {
	min-height: 1.3em;
	margin-bottom: 0;
	color: #3f6e36;
	font-weight: 900;
}

.mle-hospital-reminders {
	margin-top: 1.2rem;
	padding: clamp(1.1rem, 3vw, 1.7rem);
	background: linear-gradient(135deg, #fbfff7, #fffaf2);
}

.mle-hospital-reminders > div {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.mle-hospital-reminders article {
	padding: 1rem;
	border: 1px solid #e4ead8;
	border-radius: 12px;
	background: #fff;
}

.mle-hospital-reminders strong {
	color: #2d160d;
}

.mle-hospital-reminders p {
	margin: 0.4rem 0 0;
	color: #5d5048;
	line-height: 1.55;
}

@media only screen and (max-width: 74em) {
	.mle-hospital-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mle-hospital-reminders > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 68em) {
	.mle-hospital-progress,
	.mle-hospital-customise {
		grid-template-columns: 1fr;
	}

	.mle-hospital-progress-actions {
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 42em) {
	.mle-hospital-illustration {
		min-height: 250px;
	}

	.mle-hospital-bag {
		right: 25%;
		width: 138px;
		height: 112px;
	}

	.mle-hospital-stack {
		width: 105px;
	}

	.mle-hospital-clip {
		right: 2%;
		width: 86px;
		height: 122px;
	}

	.mle-hospital-quick-cards,
	.mle-hospital-category-grid,
	.mle-hospital-reminders > div {
		grid-template-columns: 1fr;
	}

	.mle-hospital-print-card,
	.mle-hospital-progress-actions,
	.mle-hospital-print-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.mle-hospital-progress-actions button,
	.mle-hospital-print-actions button {
		width: 100%;
	}
}

@media print {
	body:has(.mle-hospital-tool) * {
		visibility: hidden !important;
	}

	body:has(.mle-hospital-tool) #hospital-checklist,
	body:has(.mle-hospital-tool) #hospital-checklist *,
	body:has(.mle-hospital-tool) #printable-hospital-checklist,
	body:has(.mle-hospital-tool) #printable-hospital-checklist * {
		visibility: visible !important;
	}

	body:has(.mle-hospital-tool) #hospital-checklist {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		box-shadow: none !important;
		border: 0 !important;
	}

	body:has(.mle-hospital-tool) .mle-hospital-category-grid {
		display: block !important;
	}

	body:has(.mle-hospital-tool) .mle-hospital-category {
		display: block !important;
		width: 100% !important;
		margin: 0 0 0.75rem !important;
		page-break-inside: avoid;
		break-inside: avoid;
	}

	body:has(.mle-hospital-tool) .mle-result-card-head {
		display: flex !important;
		align-items: center !important;
		gap: 0.75rem !important;
	}

	body:has(.mle-hospital-tool) .mle-hospital-category ul {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		column-gap: 1.2rem !important;
	}

	body:has(.mle-hospital-tool) .mle-hospital-item {
		grid-template-columns: 18px minmax(0, 1fr) !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
	}

	body:has(.mle-hospital-tool) .mle-hospital-progress-actions,
	body:has(.mle-hospital-tool) .mle-hospital-print-actions,
	body:has(.mle-hospital-tool) .mle-hospital-expand {
		display: none !important;
	}
}
