/* Custom Fixes for books.sulerr.com - Ruslan Ivanov */

/* Виправлення карточок книг */
.group.bg-\[\#161b22\] {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

/* Покращені тіні для карточок */
.group.bg-\[\#161b22\] {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.3s ease !important;
}

.group.bg-\[\#161b22\]:hover {
  box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4) !important;
}

/* Обрізання тексту опису */
.line-clamp-3 {
  min-height: 4.5rem;
}

/* Секція About - покращена типографіка */
.leading-\[1\.8\] {
  line-height: 1.8 !important;
}

.leading-\[1\.7\] {
  line-height: 1.7 !important;
}

/* Responsive improvements */
@media (max-width: 768px) {
  body {
    font-size: 15px !important;
  }
  
  h1 {
    font-size: 1.875rem !important;
  }
  
  h2 {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 14px !important;
  }
}
