/* This Week in Sudan — homepage teaser block.
   Scoped under .tw-teaser only; cannot affect any other homepage section. */

.tw-teaser {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #0e7490;
  border-radius: 6px;
  padding: 18px 22px;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.tw-teaser-body {
  flex: 1;
  min-width: 0;
}
.tw-teaser-label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0e7490;
  margin-bottom: 4px;
}
.tw-teaser-text {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #475569;
  margin: 0;
}
.tw-teaser-btn {
  display: inline-block;
  flex-shrink: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  background: #0e7490;
  padding: 9px 16px;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
}
.tw-teaser-btn:hover {
  background: #0c5f78;
}

@media (max-width: 640px) {
  .tw-teaser { padding: 14px 16px; margin-bottom: 18px; flex-direction: column; align-items: flex-start; }
  .tw-teaser-text { font-size: 0.85rem; }
  .tw-teaser-btn { width: 100%; text-align: center; }
}
