.theme-bookmarklets {
  padding: 24px;
}

.section-subtext {
  display: block;
  margin: 8px 0 16px;
  color: #444;
  font-size: 0.95rem;
}

.helper-text {
  margin: 12px 0;
  color: #555;
  font-size: 0.9rem;
}

.bookmarklet-container {
  display: flex;
  gap: 24px;
  margin: 24px 0;
  flex-wrap: wrap;
}

.bookmarklet-card {
  width: 240px;
  padding: 18px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fafafa;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.bm-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.bm-link {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 6px;
  background: #2f6f9f;
  color: white;
  text-decoration: none;
  font-weight: 600;
  cursor: grab;
}

.bm-link:hover {
  background: #24577d;
}

.bm-fallback {
  margin-top: 10px;
  font-size: 0.8rem;
  color: #666;
}

.bm-version {
  margin-top: 12px;
  font-size: 0.8rem;
  color: #777;
}

.instructions {
  max-width: 760px;
  margin-top: 20px;
  line-height: 1.45;
}

.instructions ol {
  margin-top: 8px;
}

.section-actions {
  margin-top: 24px;
}
