[data-giasy-news-list-enough="host"] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 8px 0 24px;
}

.giasy-news-list-enough-card {
  display: flex;
  gap: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.giasy-news-list-enough-card:hover {
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.giasy-news-list-enough-thumb {
  flex: 0 0 33%;
  max-width: 240px;
  background: #e2e8f0;
}

.giasy-news-list-enough-thumb img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.giasy-news-list-enough-body {
  flex: 1;
  min-width: 0;
  padding: 16px 16px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.giasy-news-list-enough-cat {
  font-size: 12px;
  color: #475569;
}

.giasy-news-list-enough-title {
  font-size: 18px;
  line-height: 1.35;
  color: #0f172a;
}

.giasy-news-list-enough-excerpt {
  font-size: 14px;
  line-height: 1.5;
  color: #334155;
}

@media (max-width: 640px) {
  .giasy-news-list-enough-card {
    flex-direction: column;
  }
  .giasy-news-list-enough-thumb {
    max-width: none;
    flex-basis: auto;
  }
  .giasy-news-list-enough-body {
    padding: 0 16px 16px;
  }
}
