:host {
  display: block;
  width: 100%;
  padding: 12px;
  margin-top: auto;
}

button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 8px var(--space-16);
  background: linear-gradient(to left, var(--primary-blue), #6cb4ee);
  color: white;
  border-radius: var(--space-8);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  flex: 1;
  font-family: var(--ism-primary-font-family);
}
