@import "_style.css";
body {
  font-family: "Inter", sans-serif;
  color: rgb(44, 44, 44);
}
body a {
  color: #1779ba;
  text-decoration: none;
  transition: all 0.2s ease;
}
body a:visited {
  color: #1779ba;
}

.site {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-wrapper {
  display: flex;
}
.content-wrapper .product-tags {
  padding: 0;
  margin: 0 16px 0 0;
  min-width: 180px;
  max-width: 180px;
}
.content-wrapper .product-tags li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 4px 0;
  font-size: 14px;
  line-height: 16px;
}
.content-wrapper .products {
  flex-grow: 1;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  border-top: none !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-cookie-notice > * {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}

#moove_gdpr_cookie_modal > *, #moove_gdpr_cookie_info_bar > *, .gdpr_cookie_settings_shortcode_content > * {
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
}

/* Material style buttons */
.button {
  display: inline-block;
  line-height: 36px;
  padding: 0 12px;
  font-size: 13px;
  color: white !important;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px;
  border: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  background: #1779ba;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

/* Ripple magic */
.button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}
.button:focus:not(:active)::after {
  animation: ripple 1s ease-out;
}

blockquote {
  border-left: 4px solid rgb(207, 207, 207);
  font-size: 14px;
  margin: 0 0 0 0;
  padding-left: 16px;
}

.nav-previous, .nav-next {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-previous .nav-subtitle, .nav-next .nav-subtitle {
  font-weight: 600;
}

ol, ul {
  padding: 0;
}

.wc-tab > h2 {
  display: none;
}

.woocommerce-tabs {
  margin-top: 0;
}

.wc-tabs {
  display: none;
}

.onsale {
  display: none;
}

.woocommerce-product-gallery__wrapper {
  line-height: 0;
  border: 1px solid rgb(177, 177, 177);
}

.woocommerce-notices-wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-bottom: 24px;
}
.woocommerce-notices-wrapper ul {
  margin: 0 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.woocommerce-notices-wrapper ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  display: flex;
  align-items: center;
  background-color: transparent !important;
  display: flex;
  padding: 0;
  margin-bottom: 16px !important;
  font-size: 14px;
  line-height: 18px;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  margin-right: 16px;
  padding: 0px 16px;
  line-height: 32px;
  white-space: nowrap;
  width: auto;
  overflow: visible;
  font-weight: 400;
}

.site-main {
  margin-top: 24px;
  max-width: 1100px;
  width: 90%;
  display: flex;
  flex-direction: column;
}

.site-header {
  margin: 24px 8px 0 8px;
  max-width: 1115px;
  width: 95%;
  display: flex;
  align-items: center;
}
@media (max-width: 621px) {
  .site-header {
    margin-top: 0px;
  }
}
.site-header a {
  color: rgb(44, 44, 44) !important;
}
.site-header .site-branding {
  margin-left: 8px;
  flex-grow: unset;
  margin: 0;
}
.site-header .site-branding .site-title {
  margin: 0;
}
.site-header .site-branding .site-title a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
}
.site-header .site-branding .site-title a img {
  height: 16px;
  margin: 0 0 4px 4px;
}
@media (max-width: 621px) {
  .site-header .site-branding .site-title a img {
    margin: 0 4px 0 4px;
  }
}
.site-header .site-branding .site-title a span {
  white-space: nowrap;
  margin: 0 4px 0 8px;
  padding: 0;
}
@media (max-width: 621px) {
  .site-header .site-branding .site-title a span {
    display: none;
  }
}
.site-header .top-menu {
  margin: 0;
  padding: 0;
  line-height: 18px;
  font-size: 14px;
  display: flex;
}
.site-header .top-menu div {
  display: flex;
}
.site-header .top-menu div ul {
  display: flex;
  margin: 0 0 0 8px;
  padding: 0;
}
.site-header .top-menu div ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid rgb(177, 177, 177);
}
.site-header .top-menu div ul li a {
  padding: 0 12px;
}
.site-header .top-menu div ul li:last-child {
  border-right: none;
}
.site-header .cart {
  line-height: 18px;
  flex-grow: 1;
  padding: 0 12px;
  position: relative;
  display: flex;
  align-items: center;
}
.site-header .cart a {
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
}
.site-header .cart .fa {
  color: rgb(80, 80, 80);
  font-size: 13px;
}
.site-header .cart .count {
  display: block;
  position: absolute;
  top: 2px;
  left: 26px;
  background-color: #1779ba;
  color: white !important;
  width: 14px;
  height: 14px;
  z-index: 999;
  border-radius: 15px;
  font-size: 10px !important;
  text-align: center;
  line-height: 14px;
}
.site-header div.site-search {
  display: none;
}
@media (max-width: 500px) {
  .site-header div.site-search {
    display: inline-block;
  }
}
.site-header form.site-search {
  border-bottom: 1px solid rgb(207, 207, 207);
}
@media (max-width: 500px) {
  .site-header form.site-search {
    display: none;
  }
}
.site-header .site-search {
  display: flex;
  align-items: center;
}
.site-header .site-search span {
  margin-right: 8px;
  color: rgb(80, 80, 80);
  font-size: 12px;
}
.site-header .site-search input {
  border: 0;
  padding: 4px 0;
  background-color: transparent;
  outline: none;
  font-size: 14px;
}

.site-footer {
  margin: 64px 0;
  border-top: solid 1px rgb(207, 207, 207);
  max-width: 1115px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 96px;
}
.site-footer .logo {
  margin-left: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .logo img {
  max-width: 32px;
  max-height: 32px;
}
.site-footer .site-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.site-footer .site-navigation ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 16px 0 0;
  padding: 0;
}
.site-footer .site-navigation ul li {
  list-style-type: none;
  margin: 0 0 0 16px;
  padding: 0;
  display: flex;
}
.site-footer .site-navigation ul li a {
  color: rgb(44, 44, 44);
  white-space: nowrap;
}

.page-id-2303 .site-main {
  max-width: 780px;
}
.page-id-2303 .wp-block-columns form {
  max-width: 480px;
}

.wcpscwc-product-slider-wrap {
  width: 100%;
  margin-bottom: 48px;
}

.home .site-main {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .site-main .featured::-webkit-scrollbar {
  -webkit-appearance: none;
}
.home .site-main .featured::-webkit-scrollbar:vertical {
  width: 11px;
}
.home .site-main .featured::-webkit-scrollbar:horizontal {
  height: 11px;
}
.home .site-main .featured::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.home .site-main .more {
  width: 100%;
  text-align: right;
  margin: 16px 0 48px 0;
}
.home .site-main .more span {
  font-size: 14px;
  margin-left: 2px;
}
.home .site-main .featured {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow-x: scroll;
  margin: 24px 0 0 0;
  padding: 0 0 16px 0;
}
.home .site-main .featured li {
  list-style-type: none;
  min-width: 166px;
  max-width: 166px;
  margin: 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.home .site-main .featured li .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 8px 0 8px 0;
  font-size: 14px;
  line-height: 16px;
}
.home .site-main .featured li .byline {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  line-height: 16px;
  color: rgb(44, 44, 44);
}
.home .site-main .featured li img {
  border: 1px solid rgb(177, 177, 177);
}
.home .site-main article {
  width: 100%;
}
@media (min-width: 576px) {
  .home .site-main article {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .home .site-main article {
    width: 30%;
  }
}
@media (max-width: 575px) {
  .home .site-main article {
    width: 100%;
  }
}
.home .site-main article h1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 8px 0;
}
.home .site-main article .entry-content {
  margin: 0 0 32px 0;
  font-size: 14px;
}
.home .site-main article .entry-content p {
  margin: 0;
}
.home .site-main article img {
  width: 100%;
  border: 1px solid rgb(177, 177, 177);
}
.home .site-main article p.read-post {
  margin-top: 16px;
  font-size: 14px;
}
.home .navigation {
  display: none;
}

.page-id-2032 .site-main {
  max-width: 680px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 48px;
}
.page-id-2032 .site-main article {
  width: 100%;
}
.page-id-2032 .site-main article h1 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  margin: 16px 0 8px 0;
}
.page-id-2032 .site-main article .entry-content {
  margin: 0 0 32px 0;
}
.page-id-2032 .site-main article .entry-content p {
  margin: 0;
}
.page-id-2032 .site-main article img {
  width: 100%;
  border: 1px solid rgb(177, 177, 177);
}
.page-id-2032 .site-main article p.read-post {
  margin-top: 16px;
  font-size: 14px;
}

.single .site-main {
  margin-top: 48px;
  max-width: 680px;
}
.single .site-main .entry-title {
  font-size: 26px;
  font-weight: 400;
  margin: 16px 0 0 0;
}
.single .site-main .entry-meta {
  font-size: 14px;
}
.single .site-main .post-thumbnail img {
  border: 1px solid rgb(177, 177, 177);
}
.single .site-main .entry-content h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 48px;
}
.single .site-main .entry-footer {
  clear: both;
}
.single .site-main .woocommerce {
  border: 1px solid rgb(177, 177, 177);
  background-color: rgb(240, 240, 240);
  padding: 16px;
  margin: 0 16px 16px 0;
  display: block;
  float: left;
}
.single .site-main .woocommerce ul {
  width: 165px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.single .site-main .woocommerce ul li {
  width: 100% !important;
  padding: 0;
  margin: 0;
}
.single .site-main .woocommerce ul li a img {
  height: 100%;
  border: 1px solid rgb(177, 177, 177);
  margin-bottom: 16px;
}
.single .site-main .woocommerce ul li a h2 {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
}
.single .site-main .woocommerce ul li a .byline {
  margin: 8px 0 0 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
.single .site-main .woocommerce.right {
  float: right;
  margin-left: 32px;
  margin-right: 0;
}
@media (max-width: 430px) {
  .single .site-main .woocommerce {
    padding: 48px;
    width: 100%;
    clear: both;
  }
  .single .site-main .woocommerce ul {
    width: 100%;
  }
  .single .site-main .woocommerce ul img {
    width: 100% !important;
  }
}

.related .products li.product,
.archive .products li.product {
  text-align: left !important;
}
.related .products li.product h2,
.archive .products li.product h2 {
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  line-height: 20px;
}
.related .products li.product .byline,
.archive .products li.product .byline {
  font-size: 13px;
  margin: 4px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgb(44, 44, 44);
}
.related .products li.product .price,
.archive .products li.product .price {
  display: block;
  float: left;
  font-weight: 500;
  font-size: 16px;
  margin-top: 8px;
  justify-content: center;
}
.related .products li.product .button,
.archive .products li.product .button {
  font-weight: 400;
  float: right;
  align-self: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 5px;
  margin-top: 6px;
}
.related .products li.product img,
.archive .products li.product img {
  border: 1px solid rgb(177, 177, 177);
  width: 100%;
}

.woocommerce-cart .cart .count {
  display: none;
}
.woocommerce-cart .woocommerce-notices-wrapper {
  flex-direction: column;
  margin-bottom: 24px;
}
.woocommerce-cart .woocommerce-notices-wrapper .restore-item {
  margin-left: 16px;
  border: 1px solid #1779ba;
  padding: 4px 12px;
  border-radius: 5px;
}
.woocommerce-cart .entry-header {
  display: none;
}
.woocommerce-cart .site-main {
  max-width: 720px;
}
.woocommerce-cart .shop_table .cart_item td {
  border-bottom: 1px solid rgb(207, 207, 207);
}
.woocommerce-cart .shop_table th {
  border-bottom: 1px solid rgb(207, 207, 207);
}
.woocommerce-cart .shop_table th {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-cart .shop_table td, .woocommerce-cart .shop_table th {
  padding: 16px 16px 16px 0;
}
.woocommerce-cart .shop_table .remove {
  font-size: 32px;
  line-height: 24px;
  color: chocolate;
  font-weight: 400;
}
.woocommerce-cart .shop_table .product-thumbnail img {
  width: 60px;
  border: 1px solid rgb(177, 177, 177);
}
.woocommerce-cart .shop_table .product-price, .woocommerce-cart .shop_table .product-subtotal {
  text-align: right;
}
.woocommerce-cart .shop_table .product-quantity {
  text-align: center;
}
.woocommerce-cart .shop_table .actions {
  text-align: right !important;
  padding-top: 32px;
  padding-right: 0;
}
.woocommerce-cart .shop_table .actions .coupon {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.woocommerce-cart .shop_table .actions .coupon > * {
  margin-left: 16px;
}
.woocommerce-cart .shop_table .actions .button {
  line-height: 32px;
  font-size: 12px;
  font-weight: 400;
}
.woocommerce-cart .shop_table .cart-subtotal th, .woocommerce-cart .shop_table .order-total th {
  text-align: right;
  width: 100%;
  border: none;
  font-size: 22px;
}
.woocommerce-cart .shop_table .cart-subtotal td, .woocommerce-cart .shop_table .order-total td {
  text-align: right;
  padding-right: 0;
  font-size: 22px;
}
.woocommerce-cart .cart_totals h2 {
  display: none;
}
.woocommerce-cart .cart-discount th {
  font-size: 22px;
  text-align: right;
}
.woocommerce-cart .cart-discount td {
  text-align: right;
  border-bottom: 1px solid rgb(207, 207, 207);
  padding-right: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a {
  width: 100%;
  text-align: center;
  line-height: 52px;
  font-size: 22px;
}

.woocommerce-checkout .site-main {
  max-width: 600px;
}
.woocommerce-checkout .site-main .checkout label {
  margin-right: 16px;
}
.woocommerce-checkout .site-main h3 {
  margin: 48px 0 32px 0;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid rgb(177, 177, 177);
}
.woocommerce-checkout .site-main input {
  padding: 8px 12px;
}
.woocommerce-checkout .site-main label {
  font-weight: 400;
}
.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table {
  border-collapse: collapse;
  border: 1px solid rgb(177, 177, 177);
}
.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table td, .woocommerce-checkout .site-main .woocommerce-checkout-review-order-table th {
  border-bottom: 1px solid rgb(177, 177, 177);
  padding: 8px 12px;
}
.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .product-name {
  text-align: left;
}
.woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .product-total, .woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-checkout .site-main .woocommerce-checkout-review-order-table .order-total {
  text-align: right;
}

.woocommerce-shop select.orderby {
  border: 0;
  padding: 4px 0;
  background-color: transparent;
  border-bottom: 1px solid rgb(207, 207, 207);
  outline: none;
  font-size: 14px;
  line-height: 18px;
}
.woocommerce-shop .woocommerce-products-header {
  display: none;
}
.woocommerce-shop ul.products li.product {
  padding-bottom: 24px;
}
.single-product .site-main {
  max-width: 700px;
  overflow: hidden;
  align-items: center;
  margin-top: 48px;
}
.single-product .site-main .product {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .single-product .site-main .product {
    justify-content: center;
  }
}
.single-product .site-main .product figure {
  margin: 0;
}
.single-product .site-main .product .product_title {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 8px 0;
}
.single-product .site-main .product .product_meta {
  margin: 8px 0 0 0;
}
.single-product .site-main .product .price {
  margin: 0 0 0 0;
  padding: 4px 0;
  border-radius: 5px;
  align-self: flex-start;
  font-size: 22px;
}
.single-product .site-main .product .isbns {
  margin: 0 0 8px 0;
  font-size: 14px;
}
.single-product .site-main .product .cart {
  display: flex;
}
.single-product .site-main .product .posted_in {
  display: none;
}
.single-product .site-main .product .byline {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 16px 0;
}
.single-product .site-main .product .specs {
  font-size: 14px;
  margin: 0 0 0 0;
}
.single-product .site-main .product .tagged_as {
  clear: left;
  display: block;
  margin-top: 8px;
  font-size: 14px;
}
.single-product .site-main .product .woocommerce-product-gallery {
  width: 300px;
}
@media (max-width: 768px) {
  .single-product .site-main .product .woocommerce-product-gallery {
    justify-self: center;
    margin-bottom: 16px;
    width: 100%;
  }
  .single-product .site-main .product .woocommerce-product-gallery img {
    width: 100%;
  }
}
.single-product .site-main .product .woocommerce-product-gallery__image {
  border: 0;
}
.single-product .site-main .product .summary {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 400px;
  width: 100%;
}
.single-product .site-main .product .summary > * {
  margin-left: 32px;
}
@media (max-width: 768px) {
  .single-product .site-main .product .summary {
    max-width: 100%;
    width: 100%;
  }
  .single-product .site-main .product .summary > * {
    margin-left: 0;
  }
}
.single-product .site-main .product .entry-content {
  color: rgb(75, 75, 75);
}
.single-product .site-main .product .related.products {
  width: 100%;
}
.single-product .site-main .product .related.products a h2 {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.single-product .site-main .product .related.products a .byline {
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.single-product .site-main .product .related.products .price, .single-product .site-main .product .related.products .button {
  display: none;
}
.single-product .site-main .product .related.products > h2 {
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid rgb(177, 177, 177);
}
.single-product .site-main .product .where_to_buy {
  display: flex;
  margin-top: 0;
  margin-bottom: 8px;
}
.single-product .site-main .product .where_to_buy a {
  font-size: 14px;
}

.buy_on_amazon {
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
}
.buy_on_amazon a {
  font-size: 14px;
  background: #FFD814;
  border-color: #FCD200;
  color: #0F1111 !important;
  padding: 2px 16px;
  border-radius: 99px;
}
.buy_on_amazon .woocommerce-LoopProduct-link {
  display: none;
}

.related.products .buy_on_amazon {
  display: none;
}

.woocommerce.right .buy_on_amazon {
  justify-content: center;
}

.archive .site-main {
  display: flex;
  flex-direction: column;
}
.archive .orderby {
  margin-bottom: 32px;
}
.archive .woocommerce-result-count {
  display: none;
}
.archive .woocommerce-ordering {
  width: 40%;
  align-self: flex-start;
}
.archive .views {
  width: 40%;
  align-self: flex-end;
  margin-top: -56px;
  margin-bottom: 32px;
  text-align: right;
}

.term-jalsa .woocommerce-ordering {
  display: none;
}

.page-id-2338 .site-main .hentry {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-id-2338 .site-main .hentry h1 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
}
.page-id-2338 .site-main .hentry > * {
  width: 100%;
  max-width: 480px;
}
.page-id-2338 .site-main .hentry form div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-2338 .site-main .hentry form div > * {
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  border-radius: 0;
}
.page-id-2338 .site-main .hentry form div #s {
  width: 100%;
}
.page-id-2338 .site-main .hentry form div #searchsubmit {
  background-color: #1779ba;
  color: white;
  border-color: #1779ba;
}

.search .site-main {
  max-width: 900px;
}
.search .page-title {
  font-size: 20px;
  margin-bottom: 32px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.search .page-title span {
  font-weight: 500;
  font-size: 110%;
  margin-left: 8px;
}
.search article {
  display: flex;
  margin-bottom: 32px;
}
.search article a.post-thumbnail {
  margin-right: 16px;
  line-height: 0;
}
.search article a.post-thumbnail img {
  width: 65px;
  max-width: 65px;
  border: 1px solid rgb(177, 177, 177);
}
.search article .snippet .entry-title {
  font-size: 18px;
  margin: 0 0 4px 0;
  font-weight: 400;
}
.search article .snippet .entry-meta {
  font-size: 14px;
  margin-bottom: 8px;
}
.search article .snippet .entry-summary {
  margin: 0;
}
.search article .snippet .entry-summary p {
  margin: 0;
  line-height: 20px;
  font-size: 15px;
}
