/*
Theme Name: Modern Twenty 13
Author: Simon Manley
Version: 1.0
Description: 
*/

* { box-sizing:border-box; margin:0; padding:0; }

body {
  font-family:'Arimo', sans-serif;
  line-height:1.6;
}

.site-header {
  padding:60px 20px;
}

.header-inner {
  max-width:900px;
  margin:0 auto;
}

.site-title {
  font-family:'Merriweather', sans-serif;
}

.site-content {
  width:100%;
}

/* 1. Ensure the body takes up at least the full height of the screen */
html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

/* 2. Identify the main content area and tell it to grow to fill space */
/* Based on your footer.php, your content is likely in .site-content */
.site-content {
    flex: 1 0 auto;
}

/* 3. The footer stays at the bottom naturally now */
.site-footer {
    flex-shrink: 0;
}

/* =========================
   HEADER HEIGHTS
========================= */

.site-header.header-small {
  padding: 30px 20px;
}

.site-header.header-medium {
  padding: 60px 20px;
}

.site-header.header-large {
  padding: 100px 20px;
}

.post-title {
  font-family:'Merriweather', sans-serif;
  font-size: clamp(1.5rem, 5vw, 2.6rem); 
  line-height: 1.2;
  margin-bottom:5px;
}
.sticky .post-title:before {
    font-family: "dashicons";
    content: "\f109";
    /* This makes the icon match your title scaling exactly */
    font-size: clamp(1.5rem, 5vw, 2.6rem); 
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.post-meta-top {
  margin:5px 0 30px 0;	
}
.post-meta-bottom {
  margin:30px 0 5px 0;	
}

.post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	font-size: 0.85rem;
	opacity: 0.85;
}

.post-meta .meta-item {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	flex-wrap: wrap;
}

.post-meta svg {
	display: inline-block;
	stroke: currentColor;
	opacity: 0.7;
}

.post-meta a {
	text-decoration: none;
}

.post-meta a:hover {
	text-decoration: underline;
}	

.meta-aside {
    display: inline-flex;
    align-items: center;
    margin-right: 12px; /* Adjust to match theme spacing */
}

.meta-aside svg {
    vertical-align: middle;
    transition: opacity 0.2s;
}

.meta-aside a {
    line-height: 0;
    display: inline-block;
    color: inherit;
}
.meta-format-link a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-weight: 600; /* Optional: makes the format stand out slightly */
}

.meta-format-link a:hover .format-label {
    text-decoration: underline;
}

.format-label {
    font-size: 0.9em; /* Slightly smaller to match meta style */
}
.meta-aside svg {
    margin-top: -2px; /* Optical alignment */
}

.meta-aside a:hover svg {
    opacity: 0.7; /* Gives visual feedback on hover */
}

.post-content {
	font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);
	line-height: 1.7;
	letter-spacing: 0.01em;


	margin: 0 auto;
}
.post-content p {
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}

.post-content > *:last-child {
	margin-bottom: 0;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
	line-height: 1.25;
	letter-spacing: -0.01em;
	margin-top: 2em;
	margin-bottom: 0.6em;
}
.post-content ul,
.post-content ol {
	margin: 1.2em 0 1.2em 1.4em;
	padding: 0;
}

.post-content li {
	margin-bottom: 0.5em;
}
.post-content blockquote {
    border-left: 3px solid currentColor;
    padding-left: 1em;
    margin: 1rem 0; /* Reduced from 1.5em */
    opacity: 0.85;
    font-style: italic;
}

.post-content a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.post-content a:hover {
	text-decoration-thickness: 2px;
}
@media (max-width: 600px) {
	.post-content {
		line-height: 1.65;
		letter-spacing: 0.005em;
	}
}
.post-content {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.mt13-post {
  width:100%;
}

.mt13-inner {
  max-width:900px;
  margin:0 auto;
  padding:40px 20px;
}

.mt13-post + .mt13-post {
  margin-top:0;
}

/* --- Balanced Strip Layout --- */
.post {
    width: 100%;
    margin: 0 !important;
    padding: 50px 0; 
    border: none !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    display: block;
    position: relative;
}

/* --- Format Specific Scaling --- */


/* Quote: Reduced padding and font size */
.post.format-quote, .post.format-quote.wp-block-pullquote {
    padding: 40px 10%; /* Reduced from 12% to match other strips */
    min-height: auto; 
}
.wp-block-pullquote {
	padding: 1em 0 !important;
}
.post.format-quote blockquote p {
    font-size: 1.5rem; /* Reduced from 2.2rem - much more readable */
    line-height: 1.4;
    margin: 0; /* Ensures no extra browser gaps */
}

/* Aside: Very tight and efficient */
.post.format-aside {
    padding: 30px 0;
}

/* Status: Small "shout out" strip */
.post.format-status {
    padding: 50px 0;
}

/* Link: Clear and clickable without being huge */
.post.format-link {
    padding: 60px 0;
}

/* Image: True zero padding for edge-to-edge look */
.post.format-image {
    padding: 0;
}

/* Give the caption a little room if it exists */
.post.format-image .entry-content {
    padding: 25px 0;
}

/* Zebra only applies to standard posts */
.blog article.format-standard:nth-of-type(odd),.archive article.format-standard:nth-of-type(odd) {
    background: #ffffff;
}

.blog article.format-standard:nth-of-type(even),.archive article.format-standard:nth-of-type(even) {
    background: #f5f5f5;
}

a.more-link {
	display:inline-block;
	padding:4px 8px;
	text-decoration:none;
	margin: 20px 0;
}

/* ==========================================================================
   MODAL NAVIGATION (Twenty Twenty Style)
   ========================================================================== */

/* 1. The Hamburger Button (Top Right) */
.menu-toggle {
    position: fixed;
    top: 35px;
    right: 15px;
    z-index: 9999; /* Stays above your content strips */
    border-radius: 4px; /* A tiny bit of rounding for a modern look */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1); /* Adds depth */
}

/* Ensure the icon itself is visible */
.hamburger-icon {
    display: inline-block;
    font-style: normal;
}

/* 2. The Modal Container */
.menu-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 10000;
    transition: opacity 0.25s ease-in-out, visibility 0.25s;
}

.menu-modal.is-open {
    visibility: visible;
    opacity: 1;
}

/* 3. The Overlay (Background Dim) */
.menu-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* This is overridden by Customizer */
}

/* 4. The Slide-out Panel */
.menu-modal-inner {
    position: absolute;
    top: 0;
    right: -100%; /* Start hidden to the right */
    height: 100%;
    width: 100%; /* Default Full Screen for Mobile */
    background: #fff; /* Overridden by Customizer */
    padding: 80px 40px;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
    overflow-y: auto;
}

/* 1/4 Screen Width for Desktop */
@media (min-width: 768px) {
    .menu-modal-inner {
        width: 25%;
        min-width: 320px;
    }
}

.menu-modal.is-open .menu-modal-inner {
    right: 0;
}

/* 5. Close Button inside Modal */
.menu-close {
    position: absolute;
    top: 35px;
    right: 30px;
    background: transparent;
    border: none;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    color: inherit;
}

/* 6. Navigation Styling */
.modal-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.modal-navigation li {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.modal-navigation a {
    display: block;
    padding: 15px 0;
    font-size: 1.5rem;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.2s;
}

.modal-navigation a:hover {
    opacity: 0.6;
}


/* =========================
   FOOTER WIDGET LAYOUT
========================= */

.pre-footer,
.site-footer {
  width: 100%;
}

.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  padding: 40px 20px;
}

/* 50% columns */
.footer-col {
  flex:1;
}

@media (max-width: 850px) {
  .footer-inner {
    flex-direction: column;
  }

  .footer-col {
    width: 100%;
  }
  
  .sml-widget {
	text-align:center !important;
	justify-content: center !important;
  }
}

/* Widgets */
.widget {
  margin-bottom: 20px;
}

.widget-title {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

/* =========================
   PRE-FOOTER COLORS
========================= */

.pre-footer {
  border-top:1px solid #cccccc;
}

.site-footer {
  padding:20px;
  background:#000;
  color:#fff;
}

/* =========================
   WIDGET RESET (WORDPRESS SAFE)
========================= */

.widget ul,
.widget ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget li {
  margin-bottom: 8px;
}

/* Nested lists */
.widget ul ul,
.widget ol ol {
  margin-left: 15px;
  padding-left: 10px;
  border-left: 1px solid rgba(0,0,0,0.1);
}

/* Remove last spacing */
.widget li:last-child {
  margin-bottom: 0;
}

/* =========================
   COMMON WP WIDGETS
========================= */

/* Recent posts / archives */
.widget_recent_entries a,
.widget_archive a,
.widget_categories a {
  display: inline-block;
}

/* Calendar */
.widget_calendar table {
  width: 100%;
  border-collapse: collapse;
}

.widget_calendar th,
.widget_calendar td {
  padding: 5px;
  text-align: center;
}

.widget {
  margin-bottom: 25px;
}

.widget-title {
  margin-bottom: 12px;
}


.post-content pre {
	max-width: 100%;
	overflow-x: auto;
	padding: 1rem;
	border-radius: 6px;

	background: #111;
	color: #eee;

	font-size: 0.9em;
	line-height: 1.5;
}

.post-content code {
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.post-content pre {
	display: block;
	box-sizing: border-box;
}

.post-content pre {
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
}

.pagination {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	margin: 3rem 0;
	flex-wrap: wrap;
}

.pagination a,
.pagination span {
	padding: 0.5rem 0.9rem;
	border-radius: 4px;
	text-decoration: none;
	font-size: 0.9rem;
}

.pagination a {
	background: rgba(0,0,0,0.05);
}

.pagination a:hover {
	background: rgba(0,0,0,0.1);
}

.pagination .current {
	background: #222;
	color: #fff;
}
.pagination ul {
	display: flex;
	gap: 0.5rem;
	list-style: none;
	padding: 0;
	margin: 0;
}


/* =========================
   ICONS
========================= */
.modal-navigation .icon-twitter a::before {
	content: "\e61b"; /* X (Twitter) */
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}
.modal-navigation .icon-facebook a::before {
	content: "\f09a";
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}
.modal-navigation .icon-instagram a::before {
	content: "\f16d";
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}
.modal-navigation .icon-wp a::before {
	content: "\f411"; 
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}
.modal-navigation .icon-bluesky a::before {
	content: "\e671";
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}
.modal-navigation .icon-youtube a::before {
	content: "\f167";
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}
.modal-navigation .icon-threads a::before {
	content: "\e619";
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.modal-navigation .icon-calendar a::before {
	content: "\f133"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}





.modal-navigation .icon-rss-square a::before {
	content: "\f143"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color:#ffa500 !important;
}
.modal-navigation .icon-rss a::before {
	content: "\f09e"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.modal-navigation .icon-user a::before {
	content: "\f007"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.modal-navigation .icon-contact a::before {
	content: "\f2bb";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.modal-navigation .icon-info a::before {
	content: "\f05a";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.modal-navigation .icon-home a::before {
	content: "\f015";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}










.modal-navigation a::before {
	display: inline-block;
	font-size: 0.9em;
	opacity: 0.8;
}
.modal-navigation .icon-only a {
	font-size: 0;
}

.modal-navigation .icon-only a::before {
	font-size: 1rem;
}
.modal-navigation [class*="icon-"] a::before {
	margin-right: 0.35rem;
}

/* Container for the Avatar + Text split */
.status-flex-container {
    display: flex;
    flex-direction: column; /* Stack on mobile */
    gap: 30px;
    align-items: center;    /* Center avatar above text on mobile */
    padding: 20px;
}

/* Desktop Adjustment (Screen wider than 600px) */
@media (min-width: 600px) {
    .status-flex-container {
        flex-direction: row; /* Side-by-side on desktop */
        align-items: center; /* Perfect vertical centering */
        text-align: left;
    }

    .author-avatar-wrap {
        flex: 0 0 100px; /* Fixed width for avatar so it doesn't shrink */
        display: flex;
        justify-content: center;
    }

    .status-content {
        flex: 1; /* Takes up all remaining space */
        line-height: 1.6;
    }
}

/* The Avatar itself */
.format-avatar {
    display: block;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,0.2);
    height: auto;
    max-width: 100%;
}




cite {font-size:0.7em;}

/* --- 1. Alignment & Overflow Safety --- */
.wp-block-embed img,
.wp-block-embed iframe,
.wp-block-embed embed,
.wp-block-embed video,
.wp-block-embed {
    max-width: 100%;
    margin: 0 auto !important;
    min-width: 120px !important;
	justify-content: center;
    display: flex;
}

img,
iframe,
embed,
video {
    max-width: 100%;
}

/* Ensure the YouTube block wrapper expands to full width */
.wp-block-embed-youtube, 
.is-type-video {
    width: 100%;
    max-width: 100%;
    display: block !important;
}

/* Force the actual iframe to fill the width and maintain the 16:9 ratio */
.wp-block-embed-youtube iframe,
.is-type-video iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}
.instagram-media {
    margin: 0 auto !important;
}
/* --- Center Twitter Embeds --- */
.wp-block-embed-twitter {
    display: flex !important;
    justify-content: center !important;
}

/* Override the internal alignment of the generated Twitter widget */
.wp-block-embed-twitter twitter-widget,
.wp-block-embed-twitter iframe {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}
/* Word-wrap: Prevents long URLs or strings from breaking the layout */
p, li, blockquote, span, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* Clearfix for floated elements (Classic WP requirement) */
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-footer::after {
    content: "";
    display: table;
    clear: both;
}
/* --- 2. Image Alignments --- */
.alignleft {
    float: left;
    margin: 0.5rem 1.5rem 1.5rem 0;
}

.alignright {
    float: right;
    margin: 0.5rem 0 1.5rem 1.5rem;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
}

/* Captions (wp-caption) */
.wp-caption {
    margin-bottom: 1.5rem;
    max-width: 100%;
}

.wp-caption img {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
    font-size: 0.85rem;
    margin-top: 0.5rem;
    font-family: 'Arimo', sans-serif;
    opacity: 0.7;
}
/* --- 3. Accessibility --- */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
/* --- 4. Galleries & Blocks --- */
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0 -10px 1.5rem -10px;
}

.wp-block-gallery .blocks-gallery-item {
    padding: 10px;
    flex-grow: 1;
}

/* Fix for sticky elements in admin */
.admin-bar .menu-toggle {
    top: 52px; /* Moves your burger button down if admin bar is visible */
}

@media screen and (max-width: 782px) {
    .admin-bar .menu-toggle {
        top: 66px;
    }
}


/* --- 5. Data & Code --- */
table {
    width: 100%;
    margin-bottom: 1.5rem;
    border-collapse: collapse;
    border-spacing: 0;
}

table, th, td {
    border: 1px solid rgba(0,0,0,0.1);
}

th, td {
    padding: 10px;
    text-align: left;
}

#backToTop {
  display: none; /* Hidden by default */
  position: fixed; 
  bottom: 30px; 
  right: 15px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #333; /* Change to match your theme */
  color: white; 
  cursor: pointer; 
  padding: 12px; 
  border-radius: 50%; 
  transition: opacity 0.3s, background-color 0.3s;
  width: 45px;
  height: 45px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: none;       /* Hidden by default */
  align-items: center;  /* Vertical center */
  justify-content: center; /* Horizontal center */
}

#backToTop:hover {
  background-color: #555; /* Slightly lighter on hover */
}

#backToTop svg {
  display: block;
  margin: auto;
}
#backToTop[style*="display: block"] {
  display: flex !important;
}

/* Style the pagination links */
.post-nav-links {
    margin: 30px 0;
    padding: 20px;

    /*border: 1px dashed;*/
    text-align: center;
    clear: both;
}

.post-nav-links {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8rem;
    
}

.post-nav-links a, 
.post-nav-links > span {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease;
}
.post-nav-links .current {color: #fff;}

/* Highlight the current page */
.post-nav-links > span {

    color: #fff;
}

.post-nav-links a:hover {

    color: #fff;
}

/* ==========================================================================
   WordPress Comments Section Styles
   ========================================================================== */

/* Main Container */
.comments-area {
    margin: 40px auto;
    max-width: 800px;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.comments-title,
.comment-reply-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #222;
}

/* Comment List Overrides */
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list .comment {
    margin-bottom: 30px;
    list-style: none;
}

/* Individual Comment Card */
.comment-body {
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 24px;
    position: relative;
    transition: box-shadow 0.2s ease;
}

.comment-body:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Highlight Post Author Comments */
.bypostauthor > .comment-body {
    border-left: 4px solid #0073aa; /* WordPress Blue or match your theme color */
    background: #f4f9fc;
}

/* Comment Header / Meta */
.comment-meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 12px;
}

.comment-author .avatar {
    border-radius: 50%;
    display: block;
    width: 48px;
    height: 48px;
}

.comment-author .fn {
    font-style: normal;
    font-weight: 600;
    color: #111;
}

.comment-metadata {
    font-size: 0.85rem;
    color: #666;
}

.comment-metadata a {
    color: #666;
    text-decoration: none;
}

.comment-metadata a:hover {
    text-decoration: underline;
}

/* Comment Content Text */
.comment-content {
    color: #333;
    line-height: 1.6;
    font-size: 1rem;
}

.comment-content p:last-child {
    margin-bottom: 0;
}

/* Reply Link Button */
.reply {
    margin-top: 15px;
    text-align: right;
}

.reply a {
    display: inline-block;
    background: #222;
    color: #fff;
    padding: 6px 16px;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.reply a:hover {
    background: #0073aa;
}

/* ==========================================================================
   Threaded / Nested Comments
   ========================================================================== */
.comment-list .children {
    list-style: none;
    padding-left: 40px; /* Indentation for replies */
    margin-top: 20px;
}

/* Responsive adjustment for deeply nested replies */
@media (max-width: 600px) {
    .comment-list .children {
        padding-left: 15px; /* Shift left on small screens to save space */
    }
    
    .comment-body {
        padding: 16px;
    }
    
    .comment-meta {
        gap: 8px;
    }
    
    .comment-author .avatar {
        width: 36px;
        height: 36px;
    }
}

/* ==========================================================================
   Comment Form Styles (Leave a Reply)
   ========================================================================== */
.comment-respond {
    margin-top: 40px;
    background: #fff;
    padding: 20px 0;
}

.comment-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.comment-form p {
    margin: 0;
}

.comment-form label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 6px;
    color: #444;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    box-sizing: border-box;
    font-family: inherit;
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.15);
}

/* Cookies Consent Checkbox */
.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.comment-form-cookies-consent input {
    margin-top: 4px;
}

/* Submit Button */
.comment-form .form-submit {
    margin-top: 10px;
}

.comment-form .submit {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.comment-form .submit:hover {
    background: #005177;
}


/* Align the SVG inline with the text menu labels */
.menu-svg-icon {
    width: 1em;          /* Scales fluidly with font size */
    height: 1em;
    vertical-align: -0.15em; /* Perfectly centers it vertically with line text */
    margin-right: 6px;   /* Space between icon and label text */
    fill: currentColor;  /* Matches the parent link's text color */
}

/* Example: Change hover state smoothly */
.menu-item a:hover .menu-svg-icon {
    color: #0085ff; /* Example theme hover accent */
}