/* File: display-other-posts.css
   Description: Styling for non-business listings: news/events + giveaway.
*/

/* =========================
   NEWS / EVENTS
   ========================= */

/* Use this class on your wrapper if you can (recommended):
   <div class="ll-post-surface ll-news"> ... */
.ll-post-surface.ll-news {
  border-top: 4px solid #3b82f6;
}

/* News typography helpers (scoped) */
.ll-post-surface.ll-news .post-description {
  font-size: 1.25rem;
  line-height: 1.75;
}

/* =========================
   GIVEAWAY
   ========================= */

/* Use this class on your wrapper if you can:
   <div class="ll-post-surface ll-giveaway"> ... */
.ll-post-surface.ll-giveaway {
  border-top: 4px solid #a855f7;
}

/* Giveaway typography helpers (scoped) */
.ll-post-surface.ll-giveaway .post-description {
  font-size: 1.25rem;
  line-height: 1.75;
}

/* =========================
   Shared non-business tweaks (optional)
   ========================= */

.ll-post-surface.ll-news h1,
.ll-post-surface.ll-giveaway h1 {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}

.ll-sponsored-by__label {
    font-size: 20px;
    font-weight: 600;
    color:gray;
    text-transform: uppercase;
}