/*
Additional styles for OppAlerts theme
*/

/*==============================================================================
| CSS SECTION: BLOG AND CONTENT STYLES
==============================================================================*/

/*==============================================================================
| Table of Contents
==============================================================================*/
.toc {
	background-color: var(--grey-50);
	border: 1px solid var(--grey-200);
	border-radius: 2px;
	padding: 1.25rem 1.5rem;
	margin: 0 0 3rem;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
	position: relative;
}

.toc::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: var(--deep-blue);
	border-radius: 2px 0 0 2px;
	opacity: 0.8;
}

.toc__title {
	font-family: var(--font-heading);
	font-size: 1.2rem;
	color: var(--deep-blue);
	margin: 1rem 0 0.75rem 0 !important;
	padding: 0;
	font-weight: 600;
	display: flex;
	align-items: center;
	line-height: 1.2;
}

.toc__title svg {
	margin-right: 0.5rem;
	position: relative;
	top: 0px;
	opacity: 0.85;
}

.toc__list {
	margin: 0.75rem 0 0 0;
	padding: 0;
	list-style-type: none;
}

.toc__list-item {
	margin: 0 0 0.4rem 0;
	padding-left: 1rem;
	position: relative;
	line-height: 1.3;
}

.toc__list-item:last-child {
	margin-bottom: 0;
}

.toc__list-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.5rem;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: var(--deep-blue);
	opacity: 0.6;
}

.toc__list-item--h2 {
	margin-top: 0.4rem;
	font-weight: 500;
}

.toc__list-item--h2:first-child {
	margin-top: 0;
}

.toc__list-item--h3 {
	padding-left: 2rem;
	font-size: 0.95rem;
	color: var(--grey-700);
	margin-top: 0.25rem;
}

.toc__list-item--h3::before {
	left: 1rem;
	width: 4px;
	height: 4px;
}

.toc__list-item--h4 {
	padding-left: 3rem;
	font-size: 0.9rem;
	color: var(--grey-600);
	margin-top: 0.2rem;
}

.toc__list-item--h4::before {
	left: 2rem;
	width: 3px;
	height: 3px;
}

.toc__link {
	color: var(--grey-800);
	text-decoration: none;
	transition: color 0.2s ease;
}

.toc__link:hover {
	color: var(--deep-blue);
	text-decoration: underline;
}

@media (max-width: 768px) {
	.toc {
		padding: 1.1rem 1.25rem;
		margin: 1.5rem 0 2.5rem;
	}
	
	.toc__title {
		font-size: 1.1rem;
	}
}


/*==============================================================================
| Shared Hero Section Styles
==============================================================================*/
.hero {
	position: relative;
	margin: -2.5rem -2rem 2.5rem -2rem;
	overflow: hidden;
}

.hero__bg {
	position: relative;
	overflow: hidden;
}

.hero__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	margin: 0 auto;
	border: none;
	border-radius: 0;
}

.hero__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 85, 110, 0.7), rgba(0, 85, 110, 0.9));
	z-index: 1;
}

.hero:not(:has(.hero__bg)) {
	background: linear-gradient(90deg, var(--deep-blue), var(--blue-light));
}

.hero__container {
	position: relative;
	z-index: 2;
	padding: 3rem 2rem;
}

.hero:has(.hero__bg) .hero__container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero__content {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.hero__title {
	font-family: var(--font-heading);
	font-size: 2.8rem;
	font-weight: 700;
	color: white;
	margin-bottom: 0.75rem;
	line-height: 1.2;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Post specific hero styles */
.hero--post .hero__bg {
	height: 400px;
}

.hero--post:not(:has(.hero__bg)) {
	padding-top: 4rem;
	padding-bottom: 3rem;
}

.post-categories {
	margin-bottom: 1.2rem;
}

.post-categories a {
	display: inline-block;
	padding: 0.3rem 0.8rem;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.15);
	color: #fff;
	font-size: 0.8rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0.3rem 0.3rem 0;
	transition: all 0.2s ease;
}

.post-categories a:hover {
	background-color: rgba(255, 255, 255, 0.25);
	color: #fff;
}

/*==============================================================================
| Post Meta Styling
==============================================================================*/
.post-meta {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.9rem;
}

.post-meta span {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.post-meta svg {
	opacity: 0.8;
}

/* Page specific hero styles */
.hero--page .hero__bg {
	height: 300px;
}

/* .hero--page:not(:has(.hero__bg)) {
	padding-top: 3rem;
	padding-bottom: 3rem;
} */

.hero__decor {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 2px;
}

.hero__decor::before,
.hero__decor::after {
	content: '';
	position: absolute;
	top: 0;
	width: 20px;
	height: 4px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 2px;
}

.hero__decor::before {
	left: -30px;
}

.hero__decor::after {
	right: -30px;
}

.hero--page .hero__title {
	position: relative;
	margin: 2rem 0;
}

/* Remove the existing simple line */
.hero--page .hero__title::after {
	content: none;
}

/* Position decorative elements */
.hero__decor--top {
	top: -1.25rem;
}

.hero__decor--bottom {
	top: auto;
	bottom: -1.25rem;
}

.hero__subtitle {
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.9);
	margin-top: 2.5rem;
	margin-bottom: 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.hero--page .hero__bg {
		height: 250px;
	}
	
	.hero--post .hero__bg {
		height: 350px;
	}
	
	.hero__title {
		font-size: 2.2rem;
	}
	
	.hero__subtitle {
		font-size: 1.1rem;
	}
}

@media (max-width: 480px) {
	.hero--page .hero__bg {
		height: 200px;
	}
	
	.hero--post .hero__bg {
		height: 250px;
	}
	
	.hero__title {
		font-size: 1.8rem;
	}
	
	.hero__subtitle {
		font-size: 1rem;
	}
	
	.hero:not(:has(.hero__bg)) {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}


/*==============================================================================
| Main Content Area
==============================================================================*/
.content-area {
	max-width: 960px;
	margin: 2rem auto;
	padding: 2.5rem 2rem;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

body.single .content-area {
	max-width: 960px;
	margin: auto;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	padding: 2.5rem 2rem;
}

body.page .content-area {
	max-width: 960px;
	margin: auto;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	padding: 2.5rem 2rem;
}

body.single .post-header {
	background: var(--deep-blue);
	border-radius: 2px 2px 0 0;
	padding: 2.2rem 2rem 1.2rem 2rem;
	margin: -2.5rem -2rem 0 -2rem;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

body.single .post-title {
	font-family: var(--font-heading);
	font-size: 2.3rem;
	font-weight: 700;
	margin-bottom: 0.2rem;
	color: #fff;
	letter-spacing: -0.5px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.10);
}

/* Hero-specific post-meta */
.hero .post-meta {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.9rem;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;
}

.hero .post-meta span {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	color: rgba(255, 255, 255, 0.85);
}

.hero .post-meta svg {
	opacity: 0.8;
	color: rgba(255, 255, 255, 0.85);
}

/* Post meta outside of hero */
body.single .entry-content + .post-meta {
	background: var(--grey-100);
	color: var(--grey-600);
	font-size: 1rem;
	border-radius: 0 0 2px 2px;
	padding: 0.8rem 2rem;
	margin: 0 -2rem 2rem -2rem;
	border-bottom: 1px solid var(--grey-200);
	display: flex;
	gap: 1.5rem;
	align-items: center;
	box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}

body.single .post-meta span {
	display: flex;
	align-items: center;
	gap: 0.5em;
}


body.single .post-thumbnail img {
	border-radius: 2px;
	border: 1px solid var(--grey-200);
	box-shadow: 0 1px 6px rgba(0,0,0,0.05);
	margin-bottom: 2rem;
	display: block;
}

/*==============================================================================
| Author Box Styling
==============================================================================*/
.author {
	background: #fff;
	border: 1px solid var(--grey-200);
	border-radius: 2px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.06);
	padding: 2rem 2.2rem 2rem 1.5rem;
	margin: 3.5rem 0 2.5rem 0;
	display: flex;
	align-items: flex-start;
	position: relative;
	transition: all 0.3s ease;
}

.author:hover {
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
	transform: translateY(-2px);
}

.author__avatar {
	margin-right: 1.8rem;
	z-index: 1;
}

.author__avatar img {
	border-radius: 2px;
	border: 3px solid #fff;
	width: 85px;
	height: 85px;
	object-fit: cover;
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.author:hover .author__avatar img {
	transform: scale(1.05);
	box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

.author__info {
	flex: 1;
	z-index: 1;
}

.author__name {
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 1.3rem;
	margin-bottom: 0.4rem;
	color: var(--deep-blue);
}

.author__bio {
	color: var(--grey-700);
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1rem;
	padding-top: 0.2rem;
}

.author__bio p {
	margin-bottom: 0.8rem;
}

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

.author__posts-link {
	margin-top: 1rem;
}

.author__posts-link a {
	color: var(--deep-blue);
	font-size: 0.9rem;
	font-weight: 500;
	padding: 0.4rem 0.8rem;
	border-radius: 2px;
	background-color: var(--grey-100);
	transition: all 0.2s ease;
	display: inline-flex;
	align-items: center;
}

.author__posts-link a:hover {
	background-color: var(--blue-lighter);
}

@media (max-width: 576px) {
	.author {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 2rem 1.5rem;
	}
	
	.author__avatar {
		margin-right: 0;
		margin-bottom: 1.2rem;
	}
	
	.author__posts-link {
		margin-top: 1.2rem;
	}
}

/*==============================================================================
| Post Tags Styling
==============================================================================*/
.post-tags {
	margin: 3rem 0 2rem;
	padding: 1.5rem;
	background-color: var(--grey-50);
	border-radius: 2px;
	border: 1px solid var(--grey-200);
}

.post-tags__title {
	font-family: var(--font-heading);
	font-size: 1.1rem;
	color: var(--grey-700);
	margin-bottom: 1rem;
	position: relative;
	display: inline-block;
}

.post-tags__title::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: var(--deep-blue);
	border-radius: 1px;
	opacity: 0.7;
}

.post-tags__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.post-tags__item {
	display: inline-block;
	padding: 0.4rem 0.8rem;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid var(--grey-200);
	color: var(--grey-600);
	font-size: 0.85rem;
	transition: all 0.2s ease;
	line-height: 1;
}

.post-tags__item:hover {
	background-color: var(--blue-lighter);
	color: var(--deep-blue);
	border-color: var(--blue-lighter);
	transform: translateY(-1px);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

/* Post Navigation Removed */



/*==============================================================================
| Blog Post Styling
==============================================================================*/
.post {
	margin-bottom: var(--space-xl);
}

.post-title {
	margin-bottom: var(--space-sm);
}

.post-meta {
	color: var(--grey-500);
	font-size: var(--font-size-sm);
	margin-bottom: var(--space-md);
}

.post-thumbnail {
	margin-bottom: var(--space-md);
}

/*==============================================================================
| Content Styles (Shared between pages and posts)
==============================================================================*/
.entry-content {
	margin-bottom: var(--space-md);
	line-height: 1.7;
	font-size: 1.05rem;
	color: var(--grey-700);
	padding-top: 0.5rem;
}

.entry-content p {
	margin-bottom: 1.5rem;
}

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
	margin-top: 2.5rem;
	margin-bottom: 1.25rem;
	color: var(--grey-800);
	font-family: var(--font-heading);
	line-height: 1.3;
}

.entry-content h2 {
	font-size: 1.9rem;
	color: var(--deep-blue);
	position: relative;
	padding-bottom: 0.5rem;
}

.entry-content h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: var(--deep-blue);
	border-radius: 1.5px;
	opacity: 0.7;
}

.entry-content h3 {
	font-size: 1.6rem;
}

.entry-content h4 {
	font-size: 1.4rem;
}

.entry-content h5 {
	font-size: 1.2rem;
}

.entry-content h6 {
	font-size: 1.1rem;
}

.entry-content a {
	color: var(--deep-blue);
	text-decoration: underline;
	text-decoration-color: rgba(0, 85, 110, 0.3);
	text-decoration-thickness: 1px;
	transition: all 0.2s ease;
}

.entry-content a:hover {
	color: var(--blue-light);
	text-decoration-color: var(--blue-light);
}

.entry-content ul, 
.entry-content ol {
	margin-bottom: 1.5rem;
	padding-left: 1.5rem;
}

.entry-content ul li, 
.entry-content ol li {
	margin-bottom: 0.5rem;
}

.entry-content blockquote {
	margin: 2rem 0;
	padding: 1.5rem 2rem 1.5rem 3.5rem;
	background-color: var(--grey-50);
	border-radius: 2px;
	position: relative;
	font-style: italic;
	color: var(--grey-700);
	border-left: 4px solid var(--deep-blue);
}

.entry-content blockquote::before {
	content: '\201C';
	font-family: Georgia, serif;
	font-size: 4rem;
	position: absolute;
	left: 0.5rem;
	top: -0.5rem;
	color: var(--deep-blue);
	opacity: 0.25;
}

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

.entry-content pre {
	background-color: var(--grey-900);
	color: #f8f8f2;
	padding: 1.5rem;
	border-radius: 2px;
	overflow-x: auto;
	margin: 1.5rem 0;
	font-family: monospace;
	font-size: 0.9rem;
	line-height: 1.5;
}

.entry-content code {
	font-family: monospace;
	background-color: var(--grey-100);
	padding: 0.2rem 0.4rem;
	border-radius: 2px;
	font-size: 0.9em;
}

.entry-content pre code {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	color: inherit;
}

.entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 2px;
	margin: 2rem auto;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	border: 1px solid var(--grey-200);
	display: block;
}

.entry-content figure {
	margin: 2rem 0;
}

.entry-content figcaption {
	text-align: center;
	font-size: 0.85rem;
	color: var(--grey-500);
	margin-top: 0.5rem;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 2rem auto;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.entry-content th {
	background-color: var(--deep-blue);
	color: white;
	font-weight: 600;
	text-align: left;
	padding: 0.75rem 1rem;
}

.entry-content td {
	padding: 0.75rem 1rem;
	border-bottom: 1px solid var(--grey-200);
}

.entry-content tr {
	background-color: #fff;
}

.entry-content tr:nth-child(even) {
	background-color: var(--grey-50);
}

.entry-content tr:last-child td {
	border-bottom: none;
}

.entry-content hr {
	border: none;
	height: 1px;
	background: linear-gradient(to right, transparent, var(--grey-300), transparent);
	margin: 5rem 0 2.5rem 0;
}

@media (max-width: 768px) {
	.entry-content {
		font-size: 1rem;
	}
	
	.entry-content h2 {
		font-size: 1.7rem;
	}
	
	.entry-content h3 {
		font-size: 1.5rem;
	}
}

@media (max-width: 480px) {
	.entry-content blockquote {
		padding: 1.25rem 1rem 1.25rem 2.5rem;
	}
}

.post-footer {
	border-top: var(--border-thin);
	padding-top: var(--space-md);
	margin-top: var(--space-md);
	font-size: var(--font-size-sm);
}


/*==============================================================================
| Sidebar Styling
==============================================================================*/
.sidebar {
	padding: var(--space-md);
	background-color: #fff;
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-sm);
}

.sidebar-widget {
	margin-bottom: var(--space-lg);
}

.sidebar-widget-title {
	font-size: var(--font-size-lg);
	margin-bottom: var(--space-sm);
	padding-bottom: var(--space-xs);
	border-bottom: var(--border-thin);
}


/*==============================================================================
| Author Box Styling (BEM-style architecture)
==============================================================================*/
/* The author box styling is now using BEM-style architecture (.author, .author__avatar, etc.) 
   and is defined earlier in the stylesheet (~line 350) */


/*==============================================================================
| Comments Section
==============================================================================*/

.comments {
	margin-top: 3rem;
	padding-top: 0;
}

.comments-title {
	font-family: var(--font-heading);
	font-size: 1.6rem;
	margin-bottom: 2rem;
	color: var(--grey-800);
	position: relative;
	padding-bottom: 0.5rem;
}

.comments-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background-color: var(--deep-blue);
	border-radius: 2px;
	opacity: 0.7;
}

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

.comment {
	margin-bottom: 2rem;
}

.comment-body {
	padding: 1.5rem;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid var(--grey-200);
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
	position: relative;
}

.comment-meta {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.comment-author {
	display: flex;
	align-items: center;
	font-weight: 600;
}

.comment-author .avatar {
	border-radius: 2px;
	margin-right: 0.8rem;
	border: 2px solid var(--grey-200);
}

.comment-author .says {
	display: none;
}

.comment-metadata {
	margin-left: auto;
	font-size: 0.85rem;
	color: var(--grey-500);
}

.comment-metadata a {
	color: var(--grey-500);
}

.comment-content {
	margin-bottom: 1rem;
	line-height: 1.6;
	color: var(--grey-700);
}

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

.reply {
	display: inline-block;
}

.reply a {
	font-size: 0.85rem;
	padding: 0.3rem 0.8rem;
	border-radius: 2px;
	background-color: var(--grey-100);
	color: var(--grey-600);
	transition: all 0.2s ease;
}

.reply a:hover {
	background-color: var(--blue-lighter);
	color: var(--deep-blue);
}

.children {
	list-style: none;
	padding-left: 3rem;
	margin-top: 1.5rem;
}

.bypostauthor > .comment-body {
	border-left: 3px solid var(--deep-blue);
}

/* Comment Form */
.comment-respond {
	margin-top: 3rem;
	padding: 2rem;
	background-color: var(--grey-50);
	border-radius: 2px;
	border: 1px solid var(--grey-200);
}

.comment-reply-title {
	font-family: var(--font-heading);
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
	color: var(--grey-800);
}

.comment-form {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.comment-notes,
.comment-form-comment,
.form-submit {
	grid-column: 1 / -1;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 0.8rem 1rem;
	border: 1px solid var(--grey-200);
	border-radius: 2px;
	font-size: 1rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	background-color: #fff;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
	border-color: var(--deep-blue);
	box-shadow: 0 0 0 2px rgba(0, 85, 110, 0.1);
	outline: none;
}

.comment-form textarea {
	height: 150px;
}

.comment-form label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 500;
	color: var(--grey-700);
}

.form-submit input[type="submit"] {
	padding: 0.8rem 1.5rem;
	background-color: var(--deep-blue);
	color: #fff;
	border: none;
	border-radius: 2px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.form-submit input[type="submit"]:hover {
	background-color: var(--blue-light);
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
	.comment-form {
		grid-template-columns: 1fr;
	}
	
	.children {
		padding-left: 1.5rem;
	}
}
.comments-area {
	margin-top: var(--space-xl);
	padding-top: var(--space-md);
	border-top: var(--border-thin);
}

.comment-list {
	list-style: none;
	padding: 0;
}

.comment {
	padding: var(--space-md);
	margin-bottom: var(--space-md);
	background-color: var(--grey-50);
	border-radius: var(--radius-md);
}

.comment-meta {
	margin-bottom: var(--space-sm);
	font-size: var(--font-size-sm);
	color: var(--grey-500);
}

.comment-content {
	margin-bottom: var(--space-sm);
}

.comment-reply-link {
	font-size: var(--font-size-sm);
}

.comment-form {
	margin-top: var(--space-lg);
}

.comment-form label {
	display: block;
	margin-bottom: var(--space-xs);
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: var(--space-sm);
	border: var(--border-thin);
	border-radius: var(--radius-sm);
	margin-bottom: var(--space-md);
}

.comment-form input[type="submit"] {
	background-color: var(--deep-blue);
	color: white;
	border: none;
	padding: var(--space-sm) var(--space-md);
	border-radius: var(--radius-sm);
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.comment-form input[type="submit"]:hover {
	background-color: var(--blue-light);
}


/*==============================================================================
| Responsive Layouts
==============================================================================*/

/* Layout for blog with sidebar */
@media (min-width: 768px) {
	.content-with-sidebar {
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: var(--space-lg);
	}
}

/* Mobile responsive adjustments */
@media (max-width: 767px) {
	.content-with-sidebar {
		display: block;
	}
	
	.sidebar {
		margin-top: var(--space-lg);
	}
}


/*==============================================================================
| CSS SECTION: CUSTOM LOGIN PAGE
==============================================================================*/
.login-container,
.logout-container {
	max-width: 440px;
	margin: 0 auto;
	padding: var(--space-lg);
	background-color: #fff;
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-md);
}

.logout-container {
	text-align:center;
}

.login-logo {
	text-align: center;
	margin-bottom: var(--space-lg);
}

.login-form label {
	display: block;
	margin-bottom: var(--space-xs);
	font-weight: 500;
}

.login-form input[type="text"],
.login-form input[type="password"],
.login-form input[type="email"] {
	width: 100%;
	padding: var(--space-sm);
	border: var(--border-thin);
	border-radius: var(--radius-sm);
	margin-bottom: var(--space-md);
}

.login-form input[type="submit"] {
	width: 100%;
	background-color: var(--deep-blue);
	color: white;
	border: none;
	padding: var(--space-sm);
	border-radius: var(--radius-sm);
	cursor: pointer;
	transition: background-color 0.2s ease;
	font-weight: 500;
}

.login-form input[type="submit"]:hover {
	background-color: var(--blue-light);
}

.login-links {
	margin-top: var(--space-md);
	text-align: center;
	font-size: var(--font-size-sm);
}

.login-links a {
	display: inline-block;
	margin: 0 var(--space-xs);
}
