:root {
  --cs-blue: #0ea5e9;
  --cs-blue-dark: #0284c7;
  --cs-bg: #0b1220;
}

.bg-cloudstruct {
  background: linear-gradient(90deg, var(--cs-bg), #0f172a);
}

.btn-cloudstruct {
  background-color: var(--cs-blue);
  border-color: var(--cs-blue);
  color: #0b1220;
  font-weight: 600;
}

.btn-cloudstruct:hover {
  background-color: var(--cs-blue-dark);
  border-color: var(--cs-blue-dark);
  color: #0b1220;
}

.table a {
  text-decoration: none;
}

.table a:hover {
  text-decoration: underline;
}
