/*
Theme Name: Cojelearning Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.1.1769173580
Updated: 2026-01-23 13:06:20

*/


/* Write here your own personal stylesheet */

.librarie-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px;
}


.librarie-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin-top: 32px;
}

.librarie-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 340px;
}

.librarie-item:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  transform: translateY(-4px) scale(1.02);
}

.librarie-item img {
  width: 100%;
  /* object-fit: cover; */
  /* height: 180px; */
  border-bottom: 1px solid #eee;
}

.librarie-item h3 {
  font-size: 1.2rem !important;
  margin: 18px 0 8px 0;
  color: #222;
  text-align: center;
}

.librarie-item a {
  text-decoration: none; 
  color: black;
  display: block;
  width: 100%;
  transition: color 0.2s;
}
.librarie-btn{
    text-decoration: underline !important;
}

.librarie-item a:hover h3 {
  color: #2084f3;
}

@media (max-width: 600px) {
  .librarie-container {
    padding: 12px 4px;
  }
  .librarie-grid {
    gap: 16px;
  }
}

.librarie-pagination {
  margin: 40px 0 0 0;
  text-align: center;
}
.librarie-pagination ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  gap: 6px;
}
.librarie-pagination a,
.librarie-pagination span {
  display: block;
  padding: 8px 14px;
  border-radius: 6px;
  background: #f0f4fa;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.18s,color 0.18s;
}
.librarie-pagination .current,
.librarie-pagination a:hover {
  background: #2084f3;
  color: #fff;
}
.librarie-pagination .dots {
  background: transparent;
  color: #888;
}


.librarie-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.librarie-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 16px;
    text-align: center;
    border-radius: 8px;
    transition: box-shadow 0.2s;
}

.librarie-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

.librarie-filter {
    margin-bottom: 24px;
}
.librarie-filter form{
    text-align: right;
}



