html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top left, rgba(47, 126, 67, 0.09), transparent 34rem),
    linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 100%);
}

a {
  text-decoration: none;
}

.glass {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.image-thumb.is-active {
  outline: 3px solid #2f7e43;
  outline-offset: 2px;
}

.admin-status-pending {
  background: #fff7ed;
  color: #c2410c;
}

.admin-status-approved {
  background: #ecfdf5;
  color: #047857;
}
