.st-onstipe {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #1f2933;
}

.st-onstipe__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem 0.75rem;
  background: linear-gradient(90deg, #0ea5e9, #6a5acd);
  color: #fff;
  border-radius: 0.6rem;
}

.st-onstipe__title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.st-onstipe__title i {
  font-size: 1.2rem;
}

.st-onstipe__filters {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}

.st-onstipe__filter {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.32rem 0.85rem;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease,
    border-color 0.2s ease;
}

.st-onstipe__filter i {
  margin-right: 0.25rem;
}

.st-onstipe__filter.is-active {
  background: #fff;
  color: #0f172a;
  border-color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.1);
}

.st-onstipe__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.65rem;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.85rem;
}

.st-onstipe__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}

.st-onstipe__slider {
  position: relative;
  display: flex;
  flex-direction: column;
}

.splide {
  visibility: visible;
}

.splide__track {
  border-radius: 0.75rem;
  order: 1;
}

.splide__slide {
  padding: 0.35rem;
}

.st-onstipe__slider .splide__slide::before,
.st-onstipe__slider .splide__slide.is-active::before {
  content: none !important;
}

.splide__slide .st-onstipe__item {
  height: 100%;
}

.st-onstipe__slider .splide__arrows {
  position: static;
  display: flex;
  align-items: center;
  /*
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
  order: 2;
  width: 100%;
  */
}

.st-onstipe__slider .splide__arrow {
  position: static;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  background: #fff;
  /*box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);*/
}

.st-onstipe__slider .splide__arrow::before {
  content: '';
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  border-top: 2px solid #0ea5e9;
  border-right: 2px solid #0ea5e9;
  transform: rotate(45deg);
}

.st-onstipe__slider .splide__arrow--prev::before {
  transform: rotate(-135deg);
}

.st-onstipe__item {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.st-onstipe__meta {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1rem 0.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.st-onstipe__meta-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.st-onstipe__author {
  font-weight: 700;
  color: #0f172a;
}

.st-onstipe__source {
  font-size: 0.85rem;
  color: #52606d;
}

.st-onstipe__source i {
  margin-right: 0.35rem;
}

.st-onstipe__avatar img {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid #e5e7eb;
}

/*
.st-onstipe__media img {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
  display: block;
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
}
*/

.st-onstipe__body {
  padding: 0.85rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/*
.st-onstipe__text {
  line-height: 1.45;
  color: #1f2933;
  white-space: pre-line;
  word-break: break-word;
}

.st-onstipe__link {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  border-radius: 0.5rem;
  background: #0ea5e9;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease;
}

.st-onstipe__link:hover {
  background: #0284c7;
  transform: translateY(-1px);
}
*/

.st-onstipe__error,
.st-onstipe__empty {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  background: #fff7ed;
  border: 1px solid #ffedd5;
  color: #9a3412;
  border-radius: 0.5rem;
}

@media (max-width: 640px) {
  .st-onstipe__grid {
    grid-template-columns: 1fr;
  }

  /*
  .st-onstipe__slider .splide__arrows {
    position: static;
    justify-content: center;
    margin-top: 0.5rem;
    gap: 0.75rem;
  }
  */
}
