.host {
  position: relative;
}

.host::before {
  position: absolute;
  inset: 0;
  content: '';
  border: 1px dashed var(--vkui--color_separator_primary);
  border-radius: var(--vkui--size_border_radius--regular);
}

.active::before {
  border-color: var(--vkui--color_stroke_accent_themed);
  border-width: 2px;
}
