    body {
      margin: 0;
      font-family: Arial, sans-serif;
      background: #e6e6e6;
      color: #333;
    }
    #main-container {
        max-width: 1240px;
        margin: auto;
    }
    .sample-images{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 12px; 
    }

    .sample-images-heading p{
      text-align: center;
      margin-top: 40px;
      margin-bottom:40px;
    }
    /* Top Navigation Bar */
    nav.topbar-nav {
      background-color: #333;
    }
    nav.topbar-nav ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      min-width: 180px;
    }
    nav.topbar-nav ul li {
      position: relative;
    }
    nav.topbar-nav ul li a {
      display: block;
      padding: 15px 20px;
      text-decoration: none;
      color: white;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
    }
    nav.topbar-nav ul li a:hover {
      background-color: #444;
    }

    /* Dropdown */
    nav.topbar-nav ul li ul {
      display: none;
      position: absolute;
      background-color: #444;
      list-style: none;
      min-width: 180px;
      z-index: 1000;
    }
    nav.topbar-nav ul li:hover ul {
      display: block;
    }
    nav.topbar-nav ul li ul li a {
      padding: 10px 15px;
      color: #fff;
    }
    nav.topbar-nav ul li ul li a:hover {
      background-color: #555;
    }

    /* Header Image */
    header img {
      display: block;
      margin: 0 auto;
      width: 100%;
      max-width: 100%;
      border: 2px solid #ccc;
    }

    /* search */
    .search {
      background-color: #333;
      color: #fff;
      padding: 15px 10px;
      font-size: 14px;
    }
    .search-container {
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }
    .search-left a {
      color: #fff;
      text-decoration: none;
      font-weight: bold;
    }
    .search-right {
      display: flex;
      align-items: center;
    }
    .social-icons a {
      color: #fff;
      font-size: 18px;
      margin-left: 15px;
    }
    .social-icons a:hover {
      color: #00aced;
    }
    .search-form {
      margin-left: 15px;
      display: flex;
    }
    .search-form input[type="text"] {
      padding: 5px;
      border-radius: 3px;
      border: none;
      font-size: 14px;
    }
    .search-form input[type="submit"] {
      padding: 5px 10px;
      margin-left: 5px;
      background-color: #007BFF;
      color: #fff;
      border: none;
      border-radius: 3px;
      cursor: pointer;
    }
    .search-form input[type="submit"]:hover {
      background-color: #0056b3;
    }
  .content-container {
    display: grid;
    grid-template-columns: auto 340px;
    gap: 20px;
    margin-top: 40px;
}
/* side-bar-css */

.sidebar-section {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #222;
    padding: 20px;
    background: #f4f4f4;
}

.section-header {
  background: #b32424;
  color: #fff;
  font-weight: bold;
  padding: 6px 10px;
  margin: 20px 0 10px;
  border-left: 6px solid #444;
  border-right: 6px solid #444;
  text-transform: uppercase;
  font-size: 13px;
}

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

.link-list li {
  margin-bottom: 6px;
}

.link-list a {
  color: #0066cc;
  text-decoration: none;
}

.link-list a:hover {
  text-decoration: underline;
}

.book-highlight {
  text-align: center;
  margin: 10px 0;
}

.book-highlight img {
  max-width: 100%;
  margin-bottom: 8px;
}

.highlight-link {
  font-weight: bold;
  text-decoration: none;
  color: #0066cc;
}

.highlight-link:hover {
  text-decoration: underline;
}

.stats-box {
  background: #f4f4f4;
  padding: 10px;
  /* border: 1px solid #ccc; */
}

.stats-box a {
  color: #0066cc;
  text-decoration: none;
}

.stats-box a:hover {
  text-decoration: underline;
}

.support-box {
    margin-top: 20px;
}

.preserve-text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.yellow-button img{
  max-width: 100%;
}

.archive-section {
  margin-bottom: 40px;
}

.section-heading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.section-icon {
  background: #f44336;
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}

.section-title {
  background: #dce3ec;
  color: #1c1c1c;
  padding: 4px 10px;
  font-weight: bold;
  border: 1px solid #aaa;
  border-left: none;
}

.archive-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.archive-table thead {
  background-color: #333;
  color: #fff;
}
table.archive-table.genres th:first-child {
  width: 50%;
}
.archive-table th,
.archive-table td {
  text-align: left;
  padding: 8px;
}

.archive-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.archive-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.archive-table tbody tr.bg-black {
    background-color: #333;
    color: #fff;
}
.br-left {
    border-left: 1px solid #dce3ec;
}
.archive-table a {
  color: #0033cc;
  text-decoration: none;
}

.archive-table a:hover {
  text-decoration: underline;
}
/* ebay-section-css */
.ebay-section {
  padding: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
  border-top: 1px solid #ccc;
  margin-top: 30px;
}

.ebay-heading {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.ebay-logo {
  width: 100px;
  margin-bottom: 5px;
}

.widget-credit {
  font-size: 12px;
  color: #777;
  margin-bottom: 20px;
}



.ebay-item {
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  margin-right: 10px;
}

.ebay-item img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  width: 100%;
}

.ebay-item a {
  display: block;
  font-size: 14px;
  color: #0033cc;
  text-decoration: none;
  margin-top: 8px;
}

.ebay-item a:hover {
  text-decoration: underline;
}

.ebay-item .price {
  font-weight: bold;
  color: #000;
  margin: 6px 0 2px;
}

.ebay-item .type {
  font-size: 13px;
  color: #555;
}

/* books-section-css*/
.book-detail {
  font-family: Arial, sans-serif;
  color: #222;
  background-color: #f4f4f4;
  padding: 20px;
  max-width: 900px;
  margin: auto;
}

.book-intro {
  margin-bottom: 20px;
  font-size: 14px;
}

.book-intro a {
  color: #3366cc;
  text-decoration: none;
}

.book-header .breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 20px;
}

.book-header .breadcrumb img {
  width: 24px;
  height: auto;
}

.book-header .breadcrumb a {
  color: #3366cc;
  text-decoration: none;
}

.book-info-container {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px;
}

.book-cover img {
  width: 100%;
  height: auto;
  border: 2px solid #000;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.book-details-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 ;
  background-color: #f5f5f5;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

.book-details-table td {
  padding: 10px;
  vertical-align: middle;
  min-width: 150px;
}

.book-details-table tr:nth-child(even) {
  background-color: #fff;
}

.book-details-table td a {
  color: #0056b3;
  text-decoration: none;
}

.book-details-table td a:hover {
  text-decoration: underline;
}

.book-details-table .market-links a {
  margin-right: 8px;
  display: inline-block;
}

.book-details-table img {
  vertical-align: middle;
}


.scan-icon {
  font-size: 20px;
  color: red;
}

.buy-icons {
  margin-top: 10px;
}

.buy-icons img {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  border: 1px dotted #000;
  padding: 2px;
}

.social-share {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.social-icon {
    width: 50px;
    padding: 5px 0px;
    text-align: center;
    display: flex;
}
.social-icon:first-child{
  background-color: #55acee;
}
.social-icon:nth-child(2){
  background-color: #3b5998;
}
.social-icon:nth-child(3){
  background-color: #bd081c;
}
.social-icon:nth-child(4){
  background-color: #444444;
}
.social-icon img {
  height: 15px;
  margin: auto;
}
p.sample-images {
    margin: 0;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}

.comment-wrapper {
    max-width: 100%;
    background: #f4f4f4;
    padding: 20px;
    margin-top: 20px;
    font-family: Arial, sans-serif;
}

.comment-wrapper h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #222;
  border-bottom: 2px solid #aaa;
  padding-bottom: 5px;
}

.note {
  font-size: 14px;
  margin-bottom: 20px;
  color: #555;
}

.required {
  color: red;
}

.styled-comment-form .form-row {
  margin-bottom: 15px;
}

.styled-comment-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

.styled-comment-form input[type="text"],
.styled-comment-form input[type="email"],
.styled-comment-form input[type="url"],
.styled-comment-form textarea {
  width: -webkit-fill-available;
  padding: 8px;
  border: 1px solid #888;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
}
.styled-comment-form .rating {
    display: flex;
}
.styled-comment-form small {
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: 3px;
}

.rating label {
  margin-right: 10px;
  font-weight: normal;
}

.fake-recaptcha {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  width: fit-content;
  background-color: #f1f1f1;
  border-radius: 4px;
}

.form-footer {
  background: #222;
  color: #fff;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #444;
}

.footer-note {
  font-size: 12px;
  font-style: italic;
}

.submit-button {
  background: #4caf50;
  color: white;
  border: none;
  padding: 8px 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
}

.submit-button:hover {
  background: #45a049;
}


.comments-box {
    margin-top: 20px;
    background-color: #f4f4f4;
    padding: 15px;
}

.comment {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.comment-name {
  font-weight: bold;
  color: #333;
}

.comment-text {
  margin: 5px 0 0 0;
  color: #555;
}

.book-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.book-image {
  width: calc(100% / 4 - 20px);
}
.book-image img {
  width: 100%;
}

/* counter-page-css */
.dashboard-widgets {
  display: grid;
  grid-template-columns: 450px 450px;
  gap: 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin-top: 20px;
}

.widget-box {
  background: #fefefe;
  border: 2px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.widget-header {
  background: #b32424;
  color: white;
  font-weight: bold;
  padding: 6px 10px;
  margin: -15px -15px 10px;
  border-bottom: 3px solid #444;
  text-transform: uppercase;
  font-size: 16px;
}

.widget-list,
.genre-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-list li,
.genre-list li {
  margin: 6px 0;
  display: flex;
  justify-content: space-between;
}

.widget-list a,
.genre-list a {
  color: #0066cc;
  text-decoration: none;
}

.widget-list a:hover {
  text-decoration: underline;
}

.genre-list span {
  color: #b32424;
  font-weight: bold;
}

.genre-list strong {
  font-weight: normal;
  color: #000;
}

.highlight {
  color: red;
  font-weight: bold;
}

.widget-note {
  font-style: italic;
  color: #666;
}
.owned-btn {
  background-color: #222;
  color: #fff;
  padding: 6px 12px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.owned-btn:hover {
  background-color: #444;
}


/* footer-css */
.site-footer {
  background-color: #2b2b2b;
  color: #f0f0f0;
  padding: 20px;
  font-family: Arial, sans-serif;
  border-top: 1px solid #444;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.footer-left,
.footer-right {
  font-size: 14px;
  line-height: 1.5;
}

.footer-right a {
  color: #3399ff;
  text-decoration: none;
}

.footer-right a:hover {
  text-decoration: underline;
}

@media screen and (max-width:768px) {
  .content-container {
    display: block !important;
    padding: 0px 20px;
  }
  .search-form {
    margin-left: 0px;
  }
  .social-icons {
    display: none !important;
  }
}

/* Social Icons ----------------------------------------------- */
.gallerywp-top-social-icons{position:absolute;right:0;top:0;}
.gallerywp-top-social-icons a{color:#ffffff !important;margin-right:10px;font-size:14px;line-height:45px;display:inline-block;-webkit-transition:.25s;-o-transition:.25s;-moz-transition:.25s;transition:.25s;}
.gallerywp-top-social-icons a:hover,.gallerywp-top-social-icons a:focus{color:#dddddd !important;}
@media only screen and (max-width: 1112px) {
.gallerywp-top-social-icons a{line-height:37px;}
}
@media only screen and (max-width: 420px) {
.gallerywp-top-social-icons a{margin-right:6px;}
}