.nb-smallnews {
  background: #0a344c;
  padding: 112px 64px;
  color: #ffffff;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

.nb-smallnews__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.nb-smallnews__header {
  max-width: 768px;
}

.nb-smallnews__tagline {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.nb-smallnews__heading {
  margin: 0 0 24px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

.nb-smallnews__intro {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.nb-smallnews__grid {
  display: flex;
  gap: 48px;
}

.nb-smallnews__card {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.nb-smallnews__thumb {
  display: block;
  width: 100%;
}

.nb-smallnews__thumb-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.nb-smallnews__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nb-smallnews__category {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
}

.nb-smallnews__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}

.nb-smallnews__title a {
  color: inherit;
  text-decoration: none;
}

.nb-smallnews__excerpt {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.nb-smallnews__meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nb-smallnews__avatar-img {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  object-fit: cover;
}

.nb-smallnews__meta-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nb-smallnews__author {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.nb-smallnews__meta-line {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.nb-smallnews__dot {
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 18px;
}

.nb-smallnews__actions {
  display: flex;
  justify-content: flex-end;
}

.nb-smallnews__cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  border-radius: 30px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.nb-smallnews__cta-icon svg {
  display: block;
}

.nb-smallnews__empty {
  margin: 0;
}

@media (max-width: 1024px) {
  .nb-smallnews {
    padding: 80px 32px;
  }

  .nb-smallnews__grid {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .nb-smallnews {
    padding: 64px 20px;
  }
}
