/* "From around the web" — external links, visually secondary to Insights */

.around-web-section,
.other-news-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px 48px;
}

.around-web-section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 16px;
}

.around-web-section__title {
  font-size: 1.25rem !important;
  color: var(--color-charcoal-light);
}

.around-web-section__desc {
  margin: 6px 0 0;
  font-size: 0.9rem;
  color: var(--color-muted);
  max-width: 520px;
  line-height: 1.5;
}

.around-web-section__desc a {
  color: #6366f1;
  font-weight: 600;
  text-decoration: none;
}

.around-web-section__desc a:hover {
  text-decoration: underline;
}

.around-web-updated,
.other-news-updated {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  color: var(--color-muted);
}

.around-web-list,
.other-news-list {
  display: grid;
  gap: 10px;
}

.around-web-card,
.other-news-card {
  background: var(--color-paper);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 14px 16px;
  transition: border-color 0.15s ease;
}

.around-web-card:hover,
.other-news-card:hover {
  border-color: #d4d4d8;
}

.around-web-card__meta,
.other-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: var(--font-ui);
  font-size: 0.75rem;
  color: var(--color-muted);
  margin-bottom: 6px;
}

.around-web-pin,
.other-news-pin {
  background: #f4f4f5;
  color: #52525b;
  padding: 2px 8px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.68rem;
}

.around-web-card__title,
.other-news-card__title {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.35;
}

.around-web-card__title a,
.other-news-card__title a {
  color: var(--color-charcoal);
  text-decoration: none;
}

.around-web-card__title a:hover,
.other-news-card__title a:hover {
  color: #4338ca;
  text-decoration: underline;
}

.around-web-card__blurb,
.other-news-card__blurb {
  margin: 0 0 8px;
  color: var(--color-muted);
  line-height: 1.55;
  font-size: 0.88rem;
}

.around-web-card__directory,
.other-news-card__directory {
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 600;
  color: #6366f1;
  text-decoration: none;
}

.around-web-card__directory:hover,
.other-news-card__directory:hover {
  text-decoration: underline;
}

.around-web-empty,
.other-news-empty {
  margin: 0;
  padding: 16px 18px;
  border: 1px dashed var(--color-border-strong);
  border-radius: 12px;
  color: var(--color-muted);
  font-size: 0.92rem;
  background: var(--color-paper);
}

@media (max-width: 640px) {
  .around-web-section,
  .other-news-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
