/* NEWS DETAIL */

.news-detail {
  border: none;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
  padding: var(--card-padding);
}

/* CONTENT */

.content {
  line-height: 1.9;
  color: #555;
}

.content p {
  margin-bottom: 20px;
}

/* MOBILE */

@media(max-width:768px) {

  .news-detail {
    padding: 20px;
  }

}
