:host {
  display: block;
  width: 100%;
  min-width: 250px;
  --primary-color: #4a90e2;
  --background-color: #f5f5f5;
  --border-radius: 0;
  --shadow-color: rgba(0, 0, 0, 0.1);
}
