@layer utilities {
  .text-2xs {
    font-size: 0.65rem;
  }
  
  .text-3xs {
    font-size: 0.55rem;
  }
}

/* Стили для типографики контента постов и редактора EditorJS */
#post-content h2,
#editorjs h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

#post-content h3,
#editorjs h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.375;
}

#post-content ul,
#editorjs ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 1rem;
}

#post-content ul li,
#editorjs ul li {
  margin-bottom: 0.25rem;
}

#post-content ol,
#editorjs ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 1rem;
}

#post-content ol li,
#editorjs ol li {
  margin-bottom: 0.25rem;
}

#post-content a,
#editorjs a {
  text-decoration: underline;
}

#post-content p,
#editorjs p {
  margin-bottom: 1rem;
}

/* Стили для цитат из EditorJS */
.editorjs-quote-block {
  border-left: 4px solid #000;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.editorjs-quote-text {
  font-style: italic;
}

.editorjs-quote-caption {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #a1a1aa;
}
.pagy.nav {
  display: inline-flex;
  position: relative;
  z-index: 0;
  border-radius: 0.75rem; /* rounded-2xl */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06); /* мягкая тень как в UI */
  overflow: hidden;
}

.pagy.nav a {
  background-color: #FCFBFC; /* bg-ice-200 */
  color: #475569; /* text-zinc-600 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem; /* text-sm */
  font-weight: 500;
  border: 1px solid #E7E7E7; /* border-ice-300 */
  text-decoration: none;
  cursor: pointer;
  margin-left: -1px;
  transition: background 0.15s ease;
}

.pagy.nav a:not(.current):hover {
  background-color: #F1F5F9; /* bg-slate-100 hover */
}

.pagy.nav [aria-disabled="true"]:not(.current) {
  background-color: #F1F5F9; /* bg-slate-100 */
  color: #94a3b8; /* text-slate-400 */
  cursor: not-allowed;
}

.pagy.nav .current {
  z-index: 10;
  border-color: #22c55e;        /* border-grass-500 (Tailwind: green-500) */
  background-color: #dcfce7;    /* bg-grass-100 (Tailwind: green-100) */
  color: #16a34a;               /* text-grass-600 (Tailwind: green-600) */
}

.pagy.nav a:first-child {
  border-radius: 0.75rem 0 0 0.75rem; /* rounded-l-2xl */
  margin-left: 0;
}

.pagy.nav a:last-child {
  border-radius: 0 0.75rem 0.75rem 0; /* rounded-r-2xl */
}

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
