.vbsbdl {
  --vbsbdl-ink: #132033;
  --vbsbdl-muted: #5d6a78;
  --vbsbdl-line: #d8e2e8;
  --vbsbdl-soft: #f4f7f8;
  --vbsbdl-green: #14875a;
  --vbsbdl-green-dark: #0f6d49;
  --vbsbdl-blue: #205887;
  --vbsbdl-warn: #8c4f11;
  --vbsbdl-error: #b42318;
  --vbsbdl-radius: 8px;
  box-sizing: border-box;
  color: var(--vbsbdl-ink);
  font-family: inherit;
  width: 100%;
  min-width: 0;
  align-self: stretch;
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 20px;
}

/* Storefront splits desktop product pages into sidebar and tab columns. */
@media (min-width: 768px) {
  body.vbsbdl-active.single-product .site-content .content-area {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
  }

  body.vbsbdl-active.single-product .site-content .widget-area {
    display: none !important;
  }

  body.vbsbdl-active.single-product .woocommerce-tabs > ul.tabs {
    display: flex !important;
    width: 100% !important;
    float: none !important;
    flex-wrap: wrap;
    gap: 0 32px;
    margin-right: 0 !important;
  }

  body.vbsbdl-active.single-product .woocommerce-tabs > ul.tabs > li {
    flex: 0 0 auto;
  }

  body.vbsbdl-active.single-product .woocommerce-tabs > .panel {
    width: 100% !important;
    float: none !important;
    clear: both;
    margin-right: 0 !important;
  }
}

.vbsbdl *,
.vbsbdl *::before,
.vbsbdl *::after {
  box-sizing: border-box;
}

.vbsbdl[hidden],
.vbsbdl [hidden] {
  display: none !important;
}

.vbsbdl h2,
.vbsbdl h3,
.vbsbdl p {
  letter-spacing: 0;
}

.vbsbdl h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.12;
}

.vbsbdl h3 {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.25;
}

.vbsbdl p {
  margin: 0;
  color: var(--vbsbdl-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.vbsbdl button,
.vbsbdl input,
.vbsbdl select,
.vbsbdl textarea {
  font: inherit;
}

.vbsbdl__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 24px;
}

.vbsbdl__heading {
  max-width: 720px;
}

.vbsbdl .vbsbdl__heading h2 {
  margin: 0 !important;
  color: var(--vbsbdl-ink) !important;
  font-size: 1.8rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.vbsbdl .vbsbdl__heading p {
  max-width: 680px;
  margin: 9px 0 0 !important;
  color: var(--vbsbdl-muted) !important;
  font-size: 0.98rem !important;
  font-style: normal !important;
  font-weight: 500;
  line-height: 1.5 !important;
}

.vbsbdl__header-actions {
  display: flex;
  min-width: 0;
  align-items: stretch;
  gap: 10px;
}

.vbsbdl__eyebrow {
  margin: 0 0 8px !important;
  color: var(--vbsbdl-green) !important;
  font-size: 0.78rem !important;
  font-weight: 800;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.vbsbdl__stats {
  display: grid;
  flex: 0 0 112px;
  grid-template-columns: minmax(108px, 1fr);
  border: 1px solid var(--vbsbdl-line);
  border-radius: var(--vbsbdl-radius);
  overflow: hidden;
  background: #fff;
}

.vbsbdl__stats div {
  min-width: 108px;
  padding: 14px 16px;
  text-align: center;
}

.vbsbdl__stats strong,
.vbsbdl__stats span {
  display: block;
}

.vbsbdl__stats strong {
  color: var(--vbsbdl-ink);
  font-size: 1.5rem;
  line-height: 1.05;
}

.vbsbdl__stats span {
  margin-top: 4px;
  color: var(--vbsbdl-muted);
  font-size: 0.84rem;
}

.vbsbdl-notice {
  margin-bottom: 18px;
  border: 1px solid rgba(20, 135, 90, 0.35);
  border-radius: var(--vbsbdl-radius);
  background: #eef8f3;
  color: var(--vbsbdl-green-dark);
  padding: 12px 14px;
}

.vbsbdl__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: end;
  margin-bottom: 12px;
}

.vbsbdl__search label {
  grid-column: 1 / -1;
  color: var(--vbsbdl-ink);
  font-weight: 800;
}

.vbsbdl__search input[type="search"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--vbsbdl-line);
  border-radius: var(--vbsbdl-radius);
  background: #fff;
  color: var(--vbsbdl-ink);
  padding: 0 14px;
}

.vbsbdl__search input[type="search"]:focus,
.vbsbdl-form input:focus,
.vbsbdl-form select:focus,
.vbsbdl-form textarea:focus {
  border-color: var(--vbsbdl-blue);
  outline: 3px solid rgba(32, 88, 135, 0.18);
}

.vbsbdl__request-device,
.vbsbdl__clear,
.vbsbdl-form button,
.vbsbdl-device__details-toggle,
.vbsbdl-device__report {
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: var(--vbsbdl-radius);
  background: var(--vbsbdl-green);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  padding: 0 16px;
}

.vbsbdl__request-device {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.94rem;
  white-space: nowrap;
}

.vbsbdl__request-device svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.vbsbdl__clear {
  min-height: 48px;
  background: var(--vbsbdl-ink);
}

.vbsbdl__clear:disabled {
  cursor: default;
  opacity: 0.48;
}

.vbsbdl__filter-toggle {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--vbsbdl-line);
  border-radius: var(--vbsbdl-radius);
  background: #fff;
  color: var(--vbsbdl-ink);
  cursor: pointer;
  font-weight: 800;
  padding: 0 14px;
}

.vbsbdl__filter-toggle svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
  flex: 0 0 19px;
}

.vbsbdl__filter-toggle[aria-expanded="true"] {
  border-color: rgba(20, 135, 90, 0.45);
  background: #edf8f3;
  color: var(--vbsbdl-green-dark);
}

.vbsbdl__filter-toggle:focus-visible,
.vbsbdl-filter-panel button:focus-visible,
.vbsbdl-selected-filters button:focus-visible {
  outline: 3px solid rgba(32, 88, 135, 0.18);
  outline-offset: 2px;
}

.vbsbdl__filter-count {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--vbsbdl-green);
  color: #fff;
  font-size: 0.76rem;
  line-height: 1;
  place-items: center;
}

.vbsbdl-filter-panel {
  display: grid;
  gap: 20px;
  margin-bottom: 12px;
  border: 1px solid var(--vbsbdl-line);
  border-radius: var(--vbsbdl-radius);
  background: var(--vbsbdl-soft);
  padding: 18px;
}

.vbsbdl-filter-panel__section h3 {
  margin: 0 0 10px;
  color: var(--vbsbdl-ink);
  font-size: 0.94rem;
  font-weight: 800;
}

.vbsbdl__filters,
.vbsbdl__manufacturers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.vbsbdl__manufacturers {
  max-height: 290px;
  overflow: auto;
  padding-right: 4px;
}

.vbsbdl-filter-panel__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid var(--vbsbdl-line);
  padding-top: 16px;
}

.vbsbdl-filter-panel__clear,
.vbsbdl-filter-panel__show {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid var(--vbsbdl-line);
  border-radius: var(--vbsbdl-radius);
  cursor: pointer;
  font-weight: 800;
  padding: 0 16px;
}

.vbsbdl-filter-panel__clear {
  background: #fff;
  color: var(--vbsbdl-ink);
}

.vbsbdl-filter-panel__clear:disabled {
  cursor: default;
  opacity: 0.48;
}

.vbsbdl-filter-panel__show {
  border-color: var(--vbsbdl-green);
  background: var(--vbsbdl-green);
  color: #fff;
}

.vbsbdl-filter-panel__show strong {
  color: inherit;
}

.vbsbdl-filter,
.vbsbdl-maker {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--vbsbdl-line);
  border-radius: var(--vbsbdl-radius);
  background: #fff;
  color: var(--vbsbdl-ink);
  cursor: pointer;
  min-height: 44px;
  padding: 6px 10px;
}

.vbsbdl-filter {
  gap: 8px;
}

.vbsbdl-filter.is-active,
.vbsbdl-maker.is-active {
  border-color: rgba(20, 135, 90, 0.45);
  background: #edf8f3;
  color: var(--vbsbdl-green-dark);
}

.vbsbdl-filter__icon {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  flex: 0 0 auto;
}

.vbsbdl-filter__icon svg {
  display: block;
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.vbsbdl-filter span,
.vbsbdl-maker span:not(.vbsbdl-maker__mark) {
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
}

.vbsbdl-filter small,
.vbsbdl-maker small {
  margin-left: 2px;
  color: var(--vbsbdl-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.vbsbdl-maker {
  gap: 8px;
  min-width: 176px;
  justify-content: flex-start;
}

.vbsbdl-maker__mark {
  display: inline-grid;
  width: 58px;
  height: 32px;
  place-items: center;
  flex: 0 0 58px;
  overflow: hidden;
}

.vbsbdl-maker__mark img {
  display: block;
  max-width: 58px;
  max-height: 30px;
  object-fit: contain;
}

.vbsbdl-maker__mark--text {
  border: 1px solid rgba(19, 32, 51, 0.12);
  border-radius: 6px;
  background: var(--vbsbdl-soft);
  color: var(--vbsbdl-blue);
  font-size: 0.78rem;
  font-weight: 900;
}

.vbsbdl-maker__mark--all svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.vbsbdl-selected-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
}

.vbsbdl-selected-filters button {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(20, 135, 90, 0.35);
  border-radius: 17px;
  background: #edf8f3;
  color: var(--vbsbdl-green-dark);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 800;
  padding: 4px 10px 4px 12px;
}

.vbsbdl-selected-filters button span:last-child {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
}

.vbsbdl__resultbar {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid var(--vbsbdl-line);
  margin-top: 10px;
  padding: 18px 0;
}

.vbsbdl__resultbar p {
  color: var(--vbsbdl-ink);
  font-weight: 800;
}

.vbsbdl__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.vbsbdl-device {
  display: flex;
  min-height: 0;
  flex-direction: column;
  border: 1px solid var(--vbsbdl-line);
  border-radius: var(--vbsbdl-radius);
  background: #fff;
  padding: 16px;
}

.vbsbdl-device__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
}

.vbsbdl-device__top {
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.vbsbdl-device__top h3 {
  overflow-wrap: anywhere;
}

.vbsbdl-device__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.vbsbdl-device__details-toggle,
.vbsbdl-device__report {
  min-height: 40px;
  border-color: var(--vbsbdl-line);
  background: #fff;
  color: var(--vbsbdl-blue);
  font-size: 0.86rem;
  padding: 0 12px;
  white-space: nowrap;
}

.vbsbdl-device__details-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.vbsbdl-device__details-toggle:hover,
.vbsbdl-device__report:hover,
.vbsbdl-device__details-toggle[aria-expanded="true"] {
  border-color: #b9cbd6;
  background: var(--vbsbdl-soft);
}

.vbsbdl-device__details-toggle:focus-visible,
.vbsbdl-device__report:focus-visible {
  border-color: var(--vbsbdl-blue);
  outline: 3px solid rgba(32, 88, 135, 0.18);
}

.vbsbdl-device__details-toggle svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 160ms ease;
}

.vbsbdl-device__details-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.vbsbdl-device__maker {
  margin-bottom: 2px !important;
  color: var(--vbsbdl-green-dark) !important;
  font-size: 0.78rem !important;
  font-weight: 900;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.vbsbdl-device__description {
  margin-top: 14px !important;
}

.vbsbdl-device__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.vbsbdl-device__badges span {
  border: 1px solid var(--vbsbdl-line);
  border-radius: 999px;
  background: var(--vbsbdl-soft);
  color: var(--vbsbdl-ink);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
  padding: 7px 10px;
}

.vbsbdl-device__details {
  border-top: 1px solid var(--vbsbdl-line);
  padding-top: 14px;
}

.vbsbdl-device__details dl {
  display: grid;
  gap: 8px;
  margin: 12px 0;
}

.vbsbdl-device__details dl div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 10px;
}

.vbsbdl-device__details dt {
  color: var(--vbsbdl-muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.vbsbdl-device__details dd {
  margin: 0;
  color: var(--vbsbdl-ink);
  font-size: 0.9rem;
}

.vbsbdl-device__details code {
  white-space: normal;
}

.vbsbdl-device__registers {
  margin: 16px 0;
}

.vbsbdl-device__registers.is-loading {
  color: var(--vbsbdl-muted);
  font-size: 0.9rem;
}

.vbsbdl-register-list h4 {
  margin: 0 0 10px;
  color: var(--vbsbdl-ink);
  font-size: 0.95rem;
  font-weight: 900;
}

.vbsbdl-register-list h4 span {
  color: var(--vbsbdl-muted);
  font-weight: 800;
}

.vbsbdl-register-list__table-wrap {
  max-height: 420px;
  overflow: auto;
  border: 1px solid var(--vbsbdl-line);
  border-radius: var(--vbsbdl-radius);
  background: #fff;
}

.vbsbdl-register-list table {
  width: 100%;
  min-width: 680px;
  margin: 0;
  border-collapse: collapse;
  background: #fff;
  font-size: 0.84rem;
}

.vbsbdl-register-list th,
.vbsbdl-register-list td {
  border-bottom: 1px solid var(--vbsbdl-line);
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
}

.vbsbdl-register-list th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--vbsbdl-soft);
  color: var(--vbsbdl-ink);
  font-weight: 900;
}

.vbsbdl-register-list tbody tr:last-child td {
  border-bottom: 0;
}

.vbsbdl-register-list td:first-child {
  width: 42%;
}

.vbsbdl-register-list td code {
  color: var(--vbsbdl-ink);
  white-space: nowrap;
}

.vbsbdl__no-results {
  border: 1px solid var(--vbsbdl-line);
  border-radius: var(--vbsbdl-radius);
  background: var(--vbsbdl-soft);
  margin-top: 14px;
  padding: 22px;
}

.vbsbdl__no-results h3 {
  margin-bottom: 8px;
}

.vbsbdl-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100001;
  width: min(380px, calc(100% - 32px));
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--vbsbdl-radius);
  background: #14875a;
  box-shadow: 0 14px 34px rgba(15, 25, 36, 0.24);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.45;
  padding: 14px 16px;
}

.vbsbdl-toast.is-error {
  background: #8c4f11;
}

.vbsbdl-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(15, 25, 36, 0.62);
}

.vbsbdl-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  width: min(620px, calc(100% - 32px));
  max-width: 620px;
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  margin: auto;
  border: 1px solid var(--vbsbdl-line);
  border-radius: var(--vbsbdl-radius);
  background: #fff;
  color: var(--vbsbdl-ink);
  box-shadow: 0 18px 48px rgba(15, 25, 36, 0.24);
  padding: 0;
  overflow-y: auto;
}

.vbsbdl-modal:not([open]) {
  display: none;
}

body.vbsbdl-modal-open {
  overflow: hidden;
}

.vbsbdl-modal__header {
  position: sticky;
  z-index: 1;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--vbsbdl-line);
  background: #fff;
  padding: 18px 20px;
}

.vbsbdl-modal__header h2 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.25;
}

.vbsbdl-modal__close {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--vbsbdl-radius);
  background: transparent;
  color: var(--vbsbdl-ink);
  cursor: pointer;
  padding: 0;
}

.vbsbdl-modal__close:hover {
  background: var(--vbsbdl-soft);
}

.vbsbdl-modal__close svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.vbsbdl-form {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.vbsbdl-form label {
  display: grid;
  gap: 6px;
  color: var(--vbsbdl-ink);
  font-weight: 800;
}

.vbsbdl-form__label {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-size: 0.9rem;
}

.vbsbdl-form__required {
  color: var(--vbsbdl-error);
  font-weight: 900;
}

.vbsbdl-form__notice {
  border: 1px solid rgba(180, 35, 24, 0.38);
  border-radius: var(--vbsbdl-radius);
  background: #fff4f2;
  color: var(--vbsbdl-error);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.4;
  padding: 10px 12px;
}

.vbsbdl-form input,
.vbsbdl-form select,
.vbsbdl-form textarea {
  width: 100%;
  border: 1px solid var(--vbsbdl-line);
  border-radius: var(--vbsbdl-radius);
  background: #fff;
  color: var(--vbsbdl-ink);
  padding: 10px 12px;
}

.vbsbdl-form textarea {
  min-height: 116px;
  resize: vertical;
}

.vbsbdl-form__error {
  color: var(--vbsbdl-error);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.vbsbdl-form__field.has-error input,
.vbsbdl-form__field.has-error textarea {
  border-color: var(--vbsbdl-error);
  box-shadow: 0 0 0 1px rgba(180, 35, 24, 0.12);
}

.vbsbdl-form__field.has-error input:focus,
.vbsbdl-form__field.has-error textarea:focus {
  border-color: var(--vbsbdl-error);
  outline-color: rgba(180, 35, 24, 0.18);
}

.vbsbdl-form__recaptcha-field {
  display: grid;
  justify-items: start;
  gap: 6px;
  max-width: 100%;
  border-radius: 4px;
}

.vbsbdl-form__recaptcha {
  width: 100%;
  min-height: 78px;
}

.vbsbdl-form__recaptcha.is-compact {
  min-height: 144px;
}

.vbsbdl-form__recaptcha-status {
  color: var(--vbsbdl-muted);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.vbsbdl-form__recaptcha-field.has-error .vbsbdl-form__recaptcha {
  outline: 2px solid var(--vbsbdl-error);
  outline-offset: 2px;
}

.vbsbdl-form__recaptcha-field:focus {
  outline: 0;
}

.vbsbdl-form > button[type="submit"] {
  width: 100%;
  min-height: 48px;
}

.vbsbdl-form > button[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.68;
}

.vbsbdl-form__selected-device {
  display: grid;
  gap: 4px;
  border: 1px solid var(--vbsbdl-line);
  border-radius: var(--vbsbdl-radius);
  background: var(--vbsbdl-soft);
  padding: 11px 12px;
}

.vbsbdl-form__selected-device span {
  color: var(--vbsbdl-muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.vbsbdl-form__selected-device strong {
  color: var(--vbsbdl-ink);
  overflow-wrap: anywhere;
}

.vbsbdl-form__trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.vbsbdl--empty {
  border: 1px solid var(--vbsbdl-line);
  border-radius: var(--vbsbdl-radius);
  background: var(--vbsbdl-soft);
}

@media (max-width: 960px) {
  .vbsbdl__header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .vbsbdl__header-actions {
    width: 100%;
  }
}

@media (max-width: 820px) {
  .vbsbdl {
    padding: 34px 16px;
  }

  .vbsbdl__header {
    grid-template-columns: 1fr;
  }

  .vbsbdl__stats {
    width: 100%;
  }

  .vbsbdl__resultbar {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .vbsbdl-device__header {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 560px) {
  .vbsbdl h2 {
    font-size: 1.6rem;
  }

  .vbsbdl .vbsbdl__heading h2 {
    font-size: 1.55rem !important;
  }

  .vbsbdl__header-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vbsbdl__request-device {
    white-space: normal;
  }

  .vbsbdl-modal {
    width: calc(100% - 20px);
    max-height: calc(100vh - 20px);
    max-height: calc(100dvh - 20px);
  }

  .vbsbdl-modal__header,
  .vbsbdl-form {
    padding: 16px;
  }

  .vbsbdl-toast {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }

  .vbsbdl__search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vbsbdl__search label,
  .vbsbdl__search input[type="search"] {
    grid-column: 1 / -1;
  }

  .vbsbdl__filter-toggle,
  .vbsbdl__clear {
    width: 100%;
  }

  .vbsbdl-filter-panel {
    gap: 18px;
    padding: 14px;
  }

  .vbsbdl-filter-panel__actions {
    align-items: stretch;
  }

  .vbsbdl-filter-panel__clear,
  .vbsbdl-filter-panel__show {
    flex: 1 1 0;
  }

  .vbsbdl__manufacturers {
    max-height: 320px;
  }

  .vbsbdl-maker {
    width: 100%;
  }

  .vbsbdl-device__details dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
