
.sw {
  --sw-text: #333;
  --sw-muted: #8a8a8a;
  --sw-line: #e2e2e2;
  --sw-btn-border: #222;
  font-family: Helvetica, Arial, sans-serif;
  color: var(--sw-text);
  max-width: 1100px;
  margin: 0 auto;
  letter-spacing: 0.02em;
}
.sw * { box-sizing: border-box; }
.sw-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--sw-line); }
.sw-row {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 6px; border-bottom: 1px solid var(--sw-line);
}
.sw-info { flex: 1; min-width: 0; line-height: 1.35; }
.sw-date { font-weight: 700; font-size: 16px; text-transform: uppercase; }
.sw-city, .sw-venue { font-size: 16px; }
.sw-actions { display: flex; align-items: center; gap: 28px; flex-shrink: 0; }
.sw-icon-link { color: var(--sw-text); display: inline-flex; padding: 4px; }
.sw-icon-link svg { width: 18px; height: 18px; }
.sw-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-width: 112px; padding: 7px 18px;
  border: 1px solid var(--sw-btn-border); border-radius: 3px;
  background: #fff; color: #111; font: inherit; font-size: 14px;
  text-decoration: none; cursor: pointer;
}
.sw-btn:hover { background: #f4f4f4; }
.sw-btn:focus-visible, .sw-icon-link:focus-visible { outline: 2px solid #1a73e8; outline-offset: 2px; }

/* Past events: same row, visually quieter */
.sw-row.is-past .sw-info { color: var(--sw-muted); }
.sw-tag {
  display: inline-block; margin-left: 8px; padding: 1px 6px;
  border: 1px solid var(--sw-line); border-radius: 3px;
  font-size: 11px; font-weight: 400; text-transform: none; vertical-align: 2px;
}
.sw-divider {
  padding: 10px 6px; font-size: 13px; color: var(--sw-muted);
  border-bottom: 1px solid var(--sw-line); background: #fafafa;
}
.sw-more { text-align: center; padding: 14px 0 0; }
.sw-more .sw-btn { min-width: 0; }

.sw-cta { text-align: center; margin-top: 36px; }
.sw-cta p { margin: 0 0 16px; font-size: 16px; }
.sw-cta + .sw-cta { margin-top: 56px; }
.sw-status { padding: 24px 6px; text-align: center; color: var(--sw-muted); }

@media (max-width: 560px) {
  .sw-row { flex-wrap: wrap; }
  .sw-actions { width: 100%; justify-content: space-between; gap: 12px; }
}

/* Guard against theme and Elementor styles leaking into the widget */
.sw .sw-list li { margin: 0; list-style: none; }
.sw .sw-list li::before { content: none; }
.sw a.sw-btn, .sw button.sw-btn { color: #111; background: #fff; text-decoration: none; box-shadow: none; text-transform: none; line-height: 1.3; }
.sw a.sw-btn:hover, .sw button.sw-btn:hover { color: #111; background: #f4f4f4; }
.sw a.sw-icon-link { color: var(--sw-text); text-decoration: none; box-shadow: none; }
