.header .entry-header .entry-title {
	font-weight: 600;
	font-size: 1.7777777777778rem;
}

.archive-title,
.dewey-title {
	font-weight: 600;
	font-size: 1.7777777777778rem;
	padding-bottom: 50px;
}


body.home {
  background-color: #1e293b; /* Replace with your desired color */
}

body.home #page .site-content {
min-height: 93vh;
}

a:hover {
    text-decoration: underline;
}

.book-info p {
margin-bottom: 1em;
}

#universal-search {
 /*   max-width: 600px;*/
 	position: relative;
    margin: 2rem auto;
}

#universal-search input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    margin-bottom: 1rem;
   /* background-color: #222;*/
    color: #000;
    border: 1px solid #444;
}

#universal-search-results {
    /*background-color: #111;
    color: #f1f1f1;
    padding: 1rem;
    border-radius: 6px;
    border: 1px solid #333;*/
	margin-top: 10px;
    position: relative;
    z-index: 10;
}

#universal-search-results h3 {
    color: #f9d342;
    margin-top: 2rem;
    border-bottom: 1px solid #f9d342;
    padding-bottom: 0.3rem;
    font-size: 18px;
}

#universal-search-results ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0.5rem;
}

#universal-search-results li {
    margin-bottom: 0.5rem;
}

#universal-search-results a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

#universal-search-results a:hover {
    color: #fff;
    text-decoration: underline;
}

.book-info {
	padding-bottom: 50px;
}

.collection-books h3,
.periodical-books h3
{
    margin-top: 2rem;
    border-bottom: 1px solid #f9d342;
    padding-bottom: 0.3rem;
    font-size: 18px;
}

.collection-books p,
.periodical-books p,
.author-books p, 
.editor-books p, 
.publisher-books p,
.books p,
.collections p,
.collection-info p,
.periodicals p,
.periodicals-info p,
.dewey p
{
    margin-bottom: 0.5rem;
}

.books h3,
.dewey h3 {
border-bottom: 1px solid #f9d342;
margin-top: 2rem;
}


.dewey-path {
	 padding-bottom: 2rem;
}

.book-tags {
    margin-top: 50px;
}
.book-tag {
    background-color: #ffcd57; /* yellow */
    color: #1e293b; /* dark blue */
    padding: 8px 10px;
    border-radius: 4px;
    font-weight: bold;
    margin-right: 6px;
	margin-top: 10px;
    display: inline-block;
    font-size: 0.9em;
}


table, th, td {
  border: none;
  border-collapse: collapse; /* Optional: avoids spacing between cells */
}

.arrow-link {
	font-size: 0.75em; 
	vertical-align: super;
	margin-left: 5px;	
}

.arrow-link:hover {
	text-decoration: none;
}

.arrow-link-book {
	font-size: 0.90em; 
	vertical-align: super;	
	margin-left: 5px;	
}

.arrow-link-book:hover {
	text-decoration: none;
}


.book-status {
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}

.book-status.available {
    color: #1f7a1f; /* Σκούρο πράσινο */
}

.book-status.borrowed {
    color: #a11a1a; /* Σκούρο κόκκινο */
}
