.elementor-49 .elementor-element.elementor-element-49aed28{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-3efd8a2 */body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f5f6fa;
  color: #2f3640;
  margin: 0;
  padding: 20px;
}

.main-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
  color: #273c75;
}

.section {
  margin-bottom: 40px;
}

.section h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #192a56;
  border-bottom: 3px solid #40739e;
  display: inline-block;
  padding-bottom: 5px;
}

.book-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.book-card {
  background-color: #ffffff;
  border: 2px solid #dcdde1;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.book-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
  background-color: #f1f2f6;
  border-color: #70a1ff;
}/* End custom CSS */