.smw-preview-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.smw-preview {
  padding: 1.5rem;
  border-radius: 4px;
}

.smw-preview--theme-default {
  background: #fff;
  color: #1a365d;
}

.smw-preview--theme-light {
  background: #e8eef4;
  color: #1a365d;
}

.smw-preview--theme-blue {
  background: #003064;
  color: #fff;
}

.smw-preview__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.smw-preview__title {
  font-weight: 600;
  font-size: 14px;
}

.smw-preview__button {
  background: #1a365d;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 11px;
}

.smw-preview__cards {
  display: flex;
  gap: 0.5rem;
}

.smw-preview__card {
  flex: 1;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 0.75rem;
  text-align: center;
}

.smw-preview__card-media {
  width: 100%;
  height: 40px;
  background: #f0f0f0;
  border-radius: 2px;
  margin-bottom: 0.5rem;
}

.smw-preview__card-label {
  font-size: 9px;
  color: #6c757d;
}

.smw-preview__meta {
  margin-top: 0.75rem;
  font-size: 10px;
  opacity: 0.7;
}
