* {
  margin: 0;
  padding: 0;
}

figure {
  float: right;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  padding: 0.5em;
}
img.scaled {
  width: 100%;
}

hr{
	border-top: 1px solid #e5e5e5 !important;
	margin: 1.2rem 0 !important;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.navbar {
	border-color: #8b0000;
    border-width: 1px;
    border-style: solid;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    margin-right: 0px;
    padding-top: 12px;
    padding-bottom: 8px;
    margin-bottom: 16px;
    background-color: transparent;
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.navbar li {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 100%;
}

.navbar ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.navbar li a {
    display: flex;
    align-items: center;
    color: #8b0000;
    text-align: center;
    padding: 10px 14px;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease;
    border-radius: 4px;
    margin: 0 2px;
    height: 100%;
}

.navbar li a:hover {
    color: #8b0000;
    background-color: #f5f5f5;
    text-decoration: none;
}

.navbar li a.active {
    color: #8b0000;
    background-color: transparent;
    font-weight: 600;
}

.navbar li a.logo-item.active {
    background-color: transparent;
}

.navbar li a.logo-item:hover {
    background-color: transparent;
    text-decoration: none;
}
@media screen and (orientation:portrait) {
	.navbar ul {
	    flex-direction: column;
	    align-items: flex-start;
	}
	
	.navbar li {
	    width: 100%;
	}
}

body{
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
	color: #1a1a1a !important;
	font-weight: 400;
	font-size: 1.2rem !important;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
li{
    font-size: 1.15rem;
    line-height: 1.5;
    margin-bottom: 0.3em;
}
.book-chap{
    font-size: 1.35rem;
    line-height: 1.5;
    margin-bottom: 0.35em;
}

/* Story titles: subtle color to make them pop without being needy */
.book-chap > a {
	color: #2c3e50; /* Dark blue-gray, professional but distinct from black */
	font-weight: 500;
}

/* For story titles that are text (not links), target the first text node */
.book-chap:not(:has(a)) {
	color: #2c3e50;
	font-weight: 500;
}

.book-chap a {
	display: inline;
}

.book-chap .source-badge {
	display: inline-block;
}

.book-chap .content-type {
	color: #888;
	font-size: 0.9em;
	font-style: italic;
	margin-left: 0.5em;
	opacity: 0.7;
}

.book-chap .content-author {
	color: #666;
	font-size: 0.95em;
	margin-left: 0.5em;
}

.book-section-header {
	font-weight: 600;
	color: #555;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-style: italic;
}
h3{
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}
h4{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.6rem;
    margin-top: 0.5rem;
}

h4.book-title {
	font-size: 1.5rem;
	font-weight: 500;
	color: #8b0000;
}
h5.book-title {
	font-size: 1.5rem;
	font-weight: 500;
	color: #8b0000;
	margin-top: 0;
	margin-bottom: 0.7rem;
}
h5{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.6rem;
    margin-top: 0.75rem;
}
.book-title{
	color: #8b0000;
	font-weight: 500;
	letter-spacing: 0;
	font-size: 1.5rem;
}
.year{
	font-weight: bold;
    font-size: 11px;
}
.series{
	font-style:italic;
    font-size: 11px;
	color: red;
}
.mag_wt, .mag_stmt, .mag_mcos{
	color: #8b0000;
	font-weight: 500;
}
.story_writer{
    text-decoration: underline;
}
a {
    text-decoration: underline;
}
a:link, a:visited {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.2s ease;
}
a:hover {
    color: #8b0000;
	font-weight: 500;
    text-decoration: underline;
}
.story_writer a {
    text-decoration: underline;
}
.story_writer a:link, .story_writer a:visited {
    color: black;
}
.story_writer a:hover {
    color: red;
	font-weight: bold;
}
#content {
  list-style-type: none;
}
body {
 counter-reset: css-counter;
}
.story_writer::before {
  counter-increment: css-counter 1;
  content: counter(css-counter) ". ";
}
.button-kindle {
  background-color: #e81111 !important;
  border-color: #e81111 !important;
}
.button-kindle.button-clear,
.button-kindle.button-outline {
  background-color: transparent !important;
  color: #e81111 !important;
}
.button-kindle.button-clear {
  border-color: transparent !important;
}
.button-green {
  background-color: #16a34a !important;
  border-color: #16a34a !important;
}
.button-green.button-clear,
.button-green.button-outline {
  background-color: transparent !important;
  color: #16a34a !important;
}
.button-green.button-clear {
  border-color: transparent !important;
}
.button-red {
  background-color: #8b0000 !important;
  border-color: #8b0000 !important;
}
.button-red.button-clear,
.button-red.button-outline {
  background-color: transparent !important;
  color: #8b0000 !important;
}
.button-red.button-clear {
  border-color: transparent !important;
}
.button-black {
  background-color: black !important;
  border-color: black !important;
}
.button-black.button-clear,
.button-black.button-outline {
  background-color: transparent !important;
  color: black !important;
}
.button-black.button-clear {
  border-color: transparent !important;
}
.button-small {
  height: 2.2rem !important;
  line-height: 2rem !important;
  padding: 0 0.75rem !important;
  font-weight: 500 !important;
  border-radius: 6px !important;
  transition: all 0.2s ease !important;
  font-size: 1.1rem !important;
}

.button-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  background-color: #f8f8f8 !important;
  text-decoration: none !important;
}

.button-outline {
  text-decoration: none !important;
}

.toc li .button-group {
  display: block;
  margin-top: 0.15rem;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.toc li .button-group .button {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-left: 0;
  text-decoration: none !important;
}

.toc li .button-group .button:first-of-type {
  margin-left: 0;
}
.img-details{
	border-color: #d1d1d1;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.2s ease;
}

.img-details:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
ul.breadcrumb {
  padding: 6px 12px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}
ul.breadcrumb li {
  display: inline;
  font-size: 1.3rem;
  font-weight: 400;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: #666;
  content: "/\00a0";
  font-weight: 300;
}
ul.breadcrumb li a {
  color: #2563eb;
  text-decoration: none;
  transition: color 0.2s ease;
}
ul.breadcrumb li a:hover {
  color: #8b0000;
  text-decoration: underline;
}
.book-list{
	border-color: #d1d1d1;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	display: block !important;
	width: 100% !important; /* Fill column width */
	max-width: 100% !important; /* Constrain image to column width */
	height: auto !important; /* Maintain aspect ratio */
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	box-sizing: border-box !important; /* Include border in width calculation */
}
@media screen and (orientation:portrait) {
	.book-list{
		width: 50%;
    }
}
@media screen and (orientation:portrait) {
	.mobile-view{
		max-width: 100% !important;
    }
}
.book-preview{
	border-color: #d1d1d1;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	width: auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.book-preview:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media screen and (orientation:portrait) {
	.book-preview{
		max-width: 50%;
    }
}
.press-description{
text-align: justify;
font-size: 1.2rem;
line-height: 1.5;
color: #2d2d2d;
}

.press-description p {
	margin-bottom: 0.9rem;
	font-size: 1.2rem;
	text-indent: 1.5em; /* Indent first line like fiction formatting */
}

/* First paragraph after heading should not be indented */
.press-description .book-title + p,
.press-description h5 + p {
	text-indent: 0;
}

.press-description .book-title {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
}
.footer {
	text-align: center;
	font-size: 0.9rem !important;
	color: #888 !important;
	font-weight: 400 !important;
	padding: 2rem 0;
	margin-top: 2rem;
	border-top: none;
}

footer {
	font-size: 0.9rem !important;
	color: #888 !important;
	font-weight: 400 !important;
}

.row:has(.footer) {
	margin-top: 2rem;
	border-top: 1px solid #e5e5e5;
	padding-top: 2rem;
}
.toc{
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* Reduce gap between consecutive .toc lists */
.toc + .toc {
  margin-top: 0;
}

.toc > li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.35em;
  line-height: 1.5;
  font-size: 1.2rem;
}

.toc > li:before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #8b0000;
  font-size: 12px;
}

.toc ul.toc {
  margin-top: 0.5rem;
  margin-left: 1rem;
}

.toc ul.toc li:before {
  content: "•";
  color: #666;
}

/* Make nested list items smaller than parent level - for any nested ul */
.toc ul li,
.toc ul .book-chap,
.toc .book-chap ul li,
.toc .book-chap ul .book-chap,
.toc li ul li,
.toc li ul .book-chap {
  font-size: 1.15rem !important;
  line-height: 1.5;
  margin-bottom: 0.3em;
}

/* Ensure deeper nested lists maintain proper hierarchy */
.toc ul ul li,
.toc ul ul .book-chap,
.toc li ul ul li,
.toc li ul ul .book-chap {
  font-size: 1.05rem !important;
}
.logo-style{
width: 100px;
border: none !important;
box-shadow: none !important;
display: block;
vertical-align: middle;
height: auto;
}

.logo-item{
    padding-left: 0px !important;
    padding-right: 8px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1;
}

.logo-item img {
    border: none !important;
    box-shadow: none !important;
    vertical-align: middle;
    display: block;
}
.question{
color: #8b0000;
font-weight: 600;
}
.row .column.column-14 {
  flex: 0 0 14.2857%;
  max-width: 14.2857%;
}
.row .column.column-16 {
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.msgbox {
    padding: 18px 20px !important;
    margin-bottom: 35px;
    border-color: #8b0000 !important;
    border-width: 1.5px;
    border-style: solid;
    border-radius: 6px;
    background-color: #fff5f5;
}
.infobox {
    padding: 10px !important;
    margin-bottom: 25px;
    border-color: #eeeee1 !important;
    border-width: 1.5px;
    border-style: solid;
    background-color: #eeeef0;
}
.img-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 1rem 0;
}

.img-gallery a{
	padding-right: 0;
	display: inline-block;
}

.img-gallery img {
	transition: transform 0.2s ease;
	max-width: 120px;
	width: auto;
	height: auto;
}

.img-gallery a:hover img {
	transform: scale(1.02);
}
li.source{
	color: #8b0000;
	line-height: 1.5;
	font-size: 13px;
	font-style: italic;
	margin-top: 0.25rem;
	margin-bottom: 0.5rem;
}

.source-badge {
	display: inline-block;
	margin-left: 0.6rem;
	padding: 0;
	color: #777;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.4;
	vertical-align: baseline;
	position: relative;
}

.source-badge::before {
	content: "·";
	margin-right: 0.4rem;
	margin-left: 0.2rem;
	color: #999;
	font-weight: 300;
	font-size: 1.2rem;
	vertical-align: middle;
}

.source-badge i {
	color: #666;
	font-weight: 400;
	font-style: italic;
}

/* First published on new line with indentation and reduced spacing */
.first-published-line {
	display: inline-block;
	margin-left: 1.5rem;
	margin-top: -0.3rem;
	line-height: 1.3;
}

/* Remove bullet point for first-published-line since it's on a new line */
.first-published-line::before {
	content: "";
	margin: 0;
}

.genre-badge {
	display: inline-block;
	margin-left: 0.6rem;
	padding: 0.2rem 0.6rem;
	color: #666;
	font-size: 0.85rem;
	font-weight: 500;
	font-style: normal;
	line-height: 1.4;
	vertical-align: middle;
	background-color: #f0f0f0;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.publication-type-badge {
	display: inline-block;
	margin-left: 0.6rem;
	padding: 0.2rem 0.6rem;
	color: #555;
	font-size: 0.85rem;
	font-weight: 500;
	font-style: normal;
	line-height: 1.4;
	vertical-align: middle;
	background-color: #e8f4f8;
	border: 1px solid #b8d4e0;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

h4.book-title .genre-badge {
	margin-left: 0.8rem;
	font-size: 0.8rem;
}

/* Override mg.css row styles for equal height columns */
.row {
	margin-bottom: 1.2rem;
}

/* Only fix equal height issue - don't break base layout */
.row:last-child {
	margin-bottom: 0;
}

/* Make columns flex containers ONLY for equal height - but only when they contain figures */
@media (min-width: 40rem) {
	/* Only apply flex to columns that contain figures (book covers) */
	.row .column:has(figure) {
		display: flex; /* Need flex for equal height */
		flex-direction: column;
		align-items: stretch;
	}
	
	/* Constrain images within columns - make link fill available space */
	.row .column figure a {
		display: flex;
		align-items: flex-start; /* Align images to top */
		justify-content: center;
		width: 100%;
		max-width: 100%;
		flex: 1 1 auto; /* Allow link to grow and fill available space */
		min-height: 0; /* Allow shrinking */
		padding-top: 0; /* Ensure no top padding */
	}
	
	/* Ensure images are constrained - use specific pixel max-width as fallback */
	.row .column figure img.book-list {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		max-width: 200px !important; /* Fallback pixel constraint */
		height: auto !important;
		box-sizing: border-box !important;
		object-fit: contain !important;
		align-self: flex-start; /* Align image to top of container */
		margin-top: 0 !important; /* Ensure no top margin */
	}
}

/* Override old figure styles for book cover figures - only in columns */
.row .column figure {
	margin-bottom: 0 !important; /* Remove bottom margin to allow stretching */
	margin-top: 0 !important; /* Remove top margin for consistent alignment */
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: stretch; /* Stretch children to full width */
	float: none !important;
	font-style: normal !important;
	font-size: inherit !important;
	padding: 0 !important;
	flex: 1 1 auto; /* Make figure fill available column height */
	justify-content: flex-start; /* Align content to top */
	align-content: flex-start; /* Align flex lines to top */
	min-height: 0; /* Allow flex shrinking */
	height: 100%; /* Fill column height */
}

figcaption {
	margin-top: 0.7rem !important;
	font-size: 0.95rem !important;
	color: #666 !important;
	font-weight: 400 !important;
	text-align: center !important;
	line-height: 1.4 !important;
	padding: 0.3rem 0.5rem 0 !important;
	max-width: 100%;
	font-style: normal !important;
	letter-spacing: 0.02em;
	text-transform: none;
	flex-shrink: 0; /* Prevent figcaption from shrinking */
	min-height: 3.5em; /* Set minimum height for consistent caption space (2 lines) */
	height: 3.5em; /* Fixed height for all captions */
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden; /* Hide overflow if text is too long */
}

figure a {
	display: block;
	text-decoration: none;
	width: 100%;
	max-width: 100%; /* Constrain link width */
}

figure p {
	margin: 0;
	padding: 0;
}

figure img {
	display: block;
	margin: 0 auto;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	max-width: 100%; /* Constrain to container width */
	width: auto; /* Let images size naturally */
	height: auto; /* Maintain aspect ratio */
	object-fit: contain; /* Maintain aspect ratio */
}

/* Ensure book-list images in figures are properly sized */
figure img.book-list {
	max-width: 100% !important;
	max-width: 200px !important; /* Fallback pixel constraint */
	width: 100% !important; /* Fill available space in column */
	height: auto !important; /* Maintain aspect ratio */
}

figure a:hover img {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

figure a:hover + figcaption,
figure:hover figcaption {
	color: #8b0000;
}


.container {
	max-width: 85rem !important;
	padding: 0 1rem !important;
}

@media (min-width: 768px) {
	.container {
		padding: 0 2rem !important;
	}
}

/* Mobile Responsive Styles */
@media (max-width: 767px) {
	body {
		font-size: 1.3rem !important;
	}
	
	h4 {
		font-size: 1.6rem !important;
	}
	
	h5 {
		font-size: 1.4rem !important;
	}
	
	.navbar li {
		font-size: 1.3rem;
	}
	
	.navbar li a {
		padding: 8px 10px;
	}
	
	.logo-style {
		width: 80px;
	}
	
	.row .column.column-20 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		margin-bottom: 1rem;
		display: block !important; /* Override flex for mobile */
	}
	
	.img-details {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		display: block;
	}
	
	.toc li .button-group .button {
		display: block;
		width: 100%;
		margin-bottom: 0.5rem;
		margin-right: 0;
		text-align: center;
	}
	
	.toc li .button-group .button:last-child {
		margin-bottom: 0;
	}
	
	.button-small {
		width: 100%;
		height: 2.4rem !important;
		line-height: 2.2rem !important;
	}
	
	.source-badge {
		display: inline-block;
		margin-left: 0.4rem;
		margin-top: 0;
		font-size: 0.95rem;
	}
	
	.genre-badge {
		margin-left: 0.5rem;
		padding: 0.15rem 0.5rem;
		font-size: 0.75rem;
	}
	
	.publication-type-badge {
		margin-left: 0.5rem;
		padding: 0.15rem 0.5rem;
		font-size: 0.75rem;
	}
	
	h4.book-title .genre-badge {
		margin-left: 0.6rem;
		font-size: 0.7rem;
	}
	
	h4.book-title .publication-type-badge {
		margin-left: 0.6rem;
		font-size: 0.7rem;
	}
	
	/* Image gallery: 3 columns on mobile */
	#image-gallery .column-16 {
		flex: 0 0 33.3333% !important;
		max-width: 33.3333% !important;
	}
	
	.img-gallery {
		flex-direction: column;
		align-items: center;
	}
	
	.img-gallery a {
		width: 100%;
		max-width: 400px;
	}
	
	.img-gallery img {
		width: 100%;
	}
	
	.book-preview {
		max-width: 100% !important;
		width: 100%;
	}
	
	ul.breadcrumb {
		font-size: 1.2rem;
		padding: 6px 10px;
	}
	
	.press-description {
		font-size: 1.2rem;
	}
	
	.press-description p {
		font-size: 1.2rem;
	}
	
	.row {
		margin-bottom: 1rem;
	}
}

p {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 0.9rem;
}

/* Category Tiles - Unified Minimalistic Design */
.category-tile {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	padding: 1.2rem;
	border-radius: 6px;
	text-decoration: none;
	transition: all 0.2s ease;
	cursor: pointer;
	position: relative;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	color: #555;
}

.category-tile:hover {
	transform: translateY(-1px);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	background-color: #f5f5f5;
	border-color: #d1d1d1;
}

.tile-text {
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	z-index: 1;
	position: relative;
}

/* Force unified style for all tile variations - override any previous styles */
.tile-gradient-1,
.tile-gradient-2,
.tile-gradient-3,
.tile-gradient-4,
.tile-gradient-5,
.tile-solid-1,
.tile-solid-2,
.tile-solid-3,
.tile-solid-4,
.tile-solid-5,
.tile-border-1,
.tile-border-2,
.tile-border-3,
.tile-border-4,
.tile-pattern-1,
.tile-pattern-2,
.tile-pattern-3 {
	background-color: #fafafa !important;
	border: 1px solid #e5e5e5 !important;
	color: #555 !important;
}

.tile-gradient-1:hover,
.tile-gradient-2:hover,
.tile-gradient-3:hover,
.tile-gradient-4:hover,
.tile-gradient-5:hover,
.tile-solid-1:hover,
.tile-solid-2:hover,
.tile-solid-3:hover,
.tile-solid-4:hover,
.tile-solid-5:hover,
.tile-border-1:hover,
.tile-border-2:hover,
.tile-border-3:hover,
.tile-border-4:hover,
.tile-pattern-1:hover,
.tile-pattern-2:hover,
.tile-pattern-3:hover {
	background-color: #f5f5f5 !important;
	border-color: #d1d1d1 !important;
}

/* Mobile Responsive for Category Tiles */
@media (max-width: 767px) {
	.category-tile {
		min-height: 80px;
		padding: 1rem;
		margin-bottom: 0.75rem;
	}
	
	.tile-text {
		font-size: 1rem;
		font-weight: 500;
	}
}

/* Search Page Responsive Styles */
@media (max-width: 767px) {
	/* Make search form container full width on mobile */
	#searchFormContainer.column-50 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	
	/* Remove column offset on mobile for search form */
	#searchFormContainer.column-offset-25 {
		margin-left: 0 !important;
	}
	
	/* Make search form full width on mobile */
	#searchQuery {
		width: 100%;
		margin-bottom: 0.75rem;
		box-sizing: border-box;
	}
	
	/* Make search button full width on mobile */
	#searchBtn {
		width: 100%;
		box-sizing: border-box;
	}
	
	/* Stack input and button vertically in fieldset */
	fieldset {
		display: flex;
		flex-direction: column;
	}
	
	/* Search results - adjust image size on mobile */
	.search-preview {
		max-width: 60px;
		height: auto;
	}
	
	/* Search results - adjust column layout on mobile */
	#searchResults .column-10 {
		flex: 0 0 20% !important;
		max-width: 20% !important;
	}
	
	#searchResults .column {
		flex: 0 0 80% !important;
		max-width: 80% !important;
	}
	
	/* Ensure search results text is readable on mobile */
	#searchResults p {
		font-size: 0.9rem;
		line-height: 1.5;
	}
	
	/* Result count text adjustment */
	#resultCount {
		font-size: 0.9rem;
	}
}