/*
Theme Name: STLAB Theme
Theme URI: https://stlab.local
Author: Giulio Liotta
Description: Tema custom STLAB (conversione da layout React/Vite).
Version: 1.0
Text Domain: stlab-theme
*/

body { margin: 0; }

/* Pagination (archive news) */
.pagination{
  display:flex;
  gap:10px;
  justify-content:center;
  align-items:center;
  margin-top:2.5rem;
  flex-wrap:wrap;
}

.pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:42px;
  padding:0 14px;
  border-radius:9999px;
  font-weight:700;
  border:1px solid #e2e8f0;
  background:#fff;
  color:#0f172a;
  text-decoration:none;
}

.pagination .page-numbers:hover{
  background:#f8fafc;
}

.pagination .page-numbers.current{
  background:#0f172a;
  color:#fff;
  border-color:#0f172a;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: #ffffff;
}

.stlab-line-clamp-4{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  overflow:hidden;
}

.stlab-about-more{
  appearance:none;
  background:none;
  border:0;
  cursor:pointer;
  padding:0;
}

.stlab-about-more:focus-visible{
  outline:2px solid #4f46e5;
  outline-offset:4px;
  border-radius:9999px;
}

