/* Basic styling (override freely). All elements have classes for custom CSS. */

.lcs-cluster {
  border: 1px solid rgba(0,0,0,0.12);
  padding: 16px;
  border-radius: 10px;
  margin: 18px 0;
}

.lcs-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.lcs-logo { flex: 0 0 auto; }
.lcs-logo-img { display: block; width: 42px; height: 42px; object-fit: contain; }

.lcs-title {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}

.lcs-nav { margin: 0; }

.lcs-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lcs-item { margin: 0; }

.lcs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.18);
  text-decoration: none;
  font-weight: 600;
}

.lcs-btn:hover { opacity: 0.9; }

.lcs-btn-text { display: inline-block; }

@media (max-width: 480px) {
  .lcs-header { align-items: flex-start; }
  .lcs-title { font-size: 16px; }
  .lcs-btn { width: 100%; }
  .lcs-links { gap: 8px; }
}
