/*
 * Content Adjustments
 */
body {
	background-color: #f9f9f9; /* Updated background color */
	color: #333; /* Softer text color */
}

a:active {
	opacity: 0.6; /* Slightly adjusted for better visibility */
}

.page a.active {
	opacity: 0.5; /* Unified opacity for active links */
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bold; /* Simplified bold weight */
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.25em; /* Adjusted for better alignment */
}

sup {
	top: -0.35em; /* Adjusted for better alignment */
}

s {
	text-decoration: line-through;
}

img {
	border: none;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1.5em; /* Increased padding for better readability */
}

blockquote {
	margin: 0;
	padding: 0 0 0 2.5em; /* Enhanced padding */
	border-left: 3px solid #ddd; /* Added border for styling */
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 0.5em;
	max-width: 100%; /* Ensure responsive images */
}

.gallery_image_caption {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.45); /* Slightly darker for better contrast */
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3; 
}

/*
 * Loading Animation Updates
 */
.loading[data-loading] {
	position: fixed;
	bottom: 10px;
	left: 10px; /* Added spacing for better alignment */
}

/*
 * Editor Styles Adjustments
 */
[data-predefined-style="true"] bodycopy {
	font-size: 1.4rem; /* Unified font size */
	font-weight: 400;
	color: rgba(0, 0, 0, 0.7); /* Darker color for readability */
	font-family: "Freight Text", Icons;
	font-style: normal;
	line-height: 1.5; /* Enhanced line height */
}

[data-predefined-style="true"] bodycopy a {
    border-bottom: 1px dashed rgba(127, 127, 127, 0.4);
	color: rgba(0, 0, 0, 0.7);
	padding-bottom: 0.1em;
	text-decoration: none;
	transition: all 0.3s ease; /* Added transition for hover effect */
}

[data-predefined-style="true"] bodycopy a:hover {
	color: rgba(0, 0, 0, 0.9); /* Enhanced hover color */
}

[data-predefined-style="true"] h1 {
	font-family: Oswald, Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0 0 1rem 0;
	font-size: 4.5rem; /* Adjusted size for better balance */
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
	font-family: Rubik, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0 0 1rem 0;
	font-size: 1.4rem;
	line-height: 2;
	color: #2b2b2b;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 0.9rem; /* Adjusted size for readability */
	line-height: 1.2;
	font-family: Quiosco, Icons;
	color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0.04em;
	font-style: normal;
	font-weight: 400;
}

/*
 * Adjusted Thumbnails Section
 */
.thumbnails .title {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.8);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.2;
    text-transform: capitalize; /* Adjusted text transformation */
}

.thumbnails .tags {
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Freight Text", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

/*
 * Updated Site Menu Styles
 */
#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	background: rgba(0, 0, 0, 0.85);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px;
	max-width: 360px;
	text-align: left;
	color: rgba(255, 255, 255, 0.85);
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.85);
}

/*
 * Footer Adjustments
 */
footer {
	padding: 2rem 1rem;
	background: #222;
	color: #fff;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.4;
}

[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.72) /*!quick_view_bgcolor*/;
}
