html.news-text-page main a.news-text-card {
  position: relative;
  min-height: 0 !important;
  border-color: rgba(37, 149, 200, 0.18) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(180deg, rgba(244, 251, 253, 0.72), rgba(255, 255, 255, 0) 48%),
    #fff !important;
  box-shadow: 0 14px 36px rgba(24, 48, 71, 0.08) !important;
}

html.news-text-page main a.news-text-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #2595c8, #18a999);
  opacity: 0.9;
}

html.news-text-page main a.news-text-card:hover {
  border-color: rgba(37, 149, 200, 0.34) !important;
  box-shadow: 0 22px 54px rgba(24, 48, 71, 0.12) !important;
}

html.news-text-page main .news-text-media {
  display: none !important;
}

html.news-text-page main .news-text-body {
  min-height: 0;
  padding: clamp(24px, 3vw, 34px) !important;
}

html.news-text-page main .news-text-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 18px;
}

html.news-text-page main .news-text-category {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(37, 149, 200, 0.22);
  border-radius: 999px;
  background: rgba(37, 149, 200, 0.08);
  color: #1b8fbe;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

html.news-text-page main .news-text-date {
  margin: 0 !important;
  color: #64748b !important;
}

html.news-text-page main .news-text-card h2 {
  margin-bottom: 16px !important;
  color: #183047 !important;
  font-size: clamp(22px, 2.1vw, 28px) !important;
  line-height: 1.34 !important;
  letter-spacing: 0 !important;
  word-break: keep-all;
}

html.news-text-page main .news-text-card p {
  display: block !important;
  overflow: visible !important;
  color: #5f7187 !important;
  font-size: 16px;
  line-height: 1.72 !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

html.news-text-page main .news-text-card .border-t {
  margin-top: 22px;
  padding-top: 18px !important;
}

@media (max-width: 767px) {
  html.news-text-page main a.news-text-card {
    border-radius: 18px !important;
  }

  html.news-text-page main .news-text-body {
    padding: 24px 22px !important;
  }

  html.news-text-page main .news-text-card h2 {
    font-size: 22px !important;
  }
}
