.cj-als-button-wrap { margin: 12px 0; }
.cj-als-button {
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid #111;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}
.cj-als-button:hover { opacity: 0.85; }
.cj-als-link { text-decoration: underline; }

.cj-als-card {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 14px;
}
.cj-als-card-title { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.cj-als-card-meta { font-size: 12px; opacity: 0.75; margin-bottom: 10px; }

.cj-als-block-preview {
  padding: 12px;
  border: 1px dashed #bbb;
  border-radius: 10px;
}
