:root {
  --spw-ds-container-xl: 1200px;
  --spw-ds-container-lg: 1024px;
  --spw-ds-container-md: 768px;
  --spw-ds-container-sm: 640px;
}

.spw-ds-container {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 360px) {
  .spw-ds-container {
    max-width: var(--spw-ds-container-sm);
  }
}
@media (min-width: 768px) {
  .spw-ds-container {
    max-width: var(--spw-ds-container-md);
  }
}
@media (min-width: 1024px) {
  .spw-ds-container {
    max-width: var(--spw-ds-container-lg);
  }
}
@media (min-width: 1200px) {
  .spw-ds-container {
    max-width: var(--spw-ds-container-xl);
  }
}

spw-dropdown-item {
  box-sizing: border-box;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}
spw-dropdown-item h1,
spw-dropdown-item h2,
spw-dropdown-item h3,
spw-dropdown-item h4,
spw-dropdown-item h5,
spw-dropdown-item h6,
spw-dropdown-item p,
spw-dropdown-item ul,
spw-dropdown-item li {
  padding: 0;
  margin: 0;
}
spw-dropdown-item ul {
  list-style: none;
}
spw-dropdown-item *,
spw-dropdown-item *::before,
spw-dropdown-item *::after {
  box-sizing: inherit;
  font-family: var(--spw-ds-font-main);
  letter-spacing: -0.18px;
}
spw-dropdown-item {
  /* Grouping content
   ========================================================================== */
  /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
}
spw-dropdown-item hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
spw-dropdown-item {
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
}
spw-dropdown-item pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
spw-dropdown-item {
  /* Text-level semantics
   ========================================================================== */
  /**
  * Remove the gray background on active links in IE 10.
  */
}
spw-dropdown-item a {
  background-color: transparent;
}
spw-dropdown-item {
  /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
}
spw-dropdown-item abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
spw-dropdown-item {
  /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
}
spw-dropdown-item b,
spw-dropdown-item strong {
  font-weight: bolder;
}
spw-dropdown-item {
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
}
spw-dropdown-item code,
spw-dropdown-item kbd,
spw-dropdown-item samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
spw-dropdown-item {
  /**
  * Add the correct font size in all browsers.
  */
}
spw-dropdown-item small {
  font-size: 80%;
}
spw-dropdown-item {
  /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
}
spw-dropdown-item sub,
spw-dropdown-item sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
spw-dropdown-item sub {
  bottom: -0.25em;
}
spw-dropdown-item sup {
  top: -0.5em;
}
spw-dropdown-item {
  /* Embedded content
   ========================================================================== */
  /**
  * Remove the border on images inside links in IE 10.
  */
}
spw-dropdown-item img {
  border-style: none;
}
spw-dropdown-item {
  /* Forms
   ========================================================================== */
  /**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
}
spw-dropdown-item button,
spw-dropdown-item input,
spw-dropdown-item optgroup,
spw-dropdown-item select,
spw-dropdown-item textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
spw-dropdown-item {
  /**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
}
spw-dropdown-item button,
spw-dropdown-item input {
  /* 1 */
  overflow: visible;
}
spw-dropdown-item {
  /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
}
spw-dropdown-item button,
spw-dropdown-item select {
  /* 1 */
  text-transform: none;
}
spw-dropdown-item {
  /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
}
spw-dropdown-item button,
spw-dropdown-item [type=button],
spw-dropdown-item [type=reset],
spw-dropdown-item [type=submit] {
  -webkit-appearance: button;
}
spw-dropdown-item {
  /**
  * Remove the inner border and padding in Firefox.
  */
}
spw-dropdown-item button::-moz-focus-inner,
spw-dropdown-item [type=button]::-moz-focus-inner,
spw-dropdown-item [type=reset]::-moz-focus-inner,
spw-dropdown-item [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
spw-dropdown-item {
  /**
  * Restore the focus styles unset by the previous rule.
  */
}
spw-dropdown-item button:-moz-focusring,
spw-dropdown-item [type=button]:-moz-focusring,
spw-dropdown-item [type=reset]:-moz-focusring,
spw-dropdown-item [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
spw-dropdown-item {
  /**
  * Correct the padding in Firefox.
  */
}
spw-dropdown-item fieldset {
  padding: 0.35em 0.75em 0.625em;
}
spw-dropdown-item {
  /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
}
spw-dropdown-item legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
spw-dropdown-item {
  /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
}
spw-dropdown-item progress {
  vertical-align: baseline;
}
spw-dropdown-item {
  /**
  * Remove the default vertical scrollbar in IE 10+.
  */
}
spw-dropdown-item textarea {
  overflow: auto;
}
spw-dropdown-item {
  /**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
}
spw-dropdown-item [type=checkbox],
spw-dropdown-item [type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
spw-dropdown-item {
  /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
}
spw-dropdown-item [type=number]::-webkit-inner-spin-button,
spw-dropdown-item [type=number]::-webkit-outer-spin-button {
  height: auto;
}
spw-dropdown-item {
  /**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
}
spw-dropdown-item [type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
spw-dropdown-item {
  /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
}
spw-dropdown-item [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
spw-dropdown-item {
  /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
}
spw-dropdown-item ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
spw-dropdown-item {
  /* Interactive
   ========================================================================== */
  /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
}
spw-dropdown-item details {
  display: block;
}
spw-dropdown-item {
  /*
  * Add the correct display in all browsers.
  */
}
spw-dropdown-item summary {
  display: list-item;
}
spw-dropdown-item {
  /* Misc
   ========================================================================== */
  /**
  * Add the correct display in IE 10+.
  */
}
spw-dropdown-item template {
  display: none;
}
spw-dropdown-item {
  /**
  * Add the correct display in IE 10.
  */
}
spw-dropdown-item [hidden] {
  display: none;
}

:host {
  display: block;
}

.spw-dropdown-item {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: var(--spw-colors-support-grey-grey-900);
  text-decoration: none;
  transition: background-color 0.2s ease;
  font-size: 14px;
  border-radius: 4px;
}
.spw-dropdown-item:hover {
  background-color: var(--spw-colors-support-grey-grey-200);
}
.spw-dropdown-item:focus-visible {
  outline: 2px solid white;
  outline-offset: 0;
  box-shadow: 0 0 0 4px black;
}
.spw-dropdown-item--disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.spw-dropdown-item--has-sub-items {
  padding-right: 32px;
}
.spw-dropdown-item--sub-items-open {
  background-color: var(--spw-colors-support-grey-grey-100);
}
.spw-dropdown-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: var(--spw-colors-support-grey-grey-700);
}
.spw-dropdown-item__content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.spw-dropdown-item__label {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spw-dropdown-item__toggle {
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.spw-dropdown-item__toggle:hover {
  background-color: var(--spw-colors-support-grey-grey-300);
}
.spw-dropdown-item__toggle spw-icon {
  font-size: 12px;
  color: var(--spw-colors-support-grey-grey-900);
  transition: transform 0.2s ease;
}
.spw-dropdown-item__toggle--open spw-icon {
  transform: rotate(180deg);
}
.spw-dropdown-item__sub-items {
  padding-left: 16px;
  margin-top: 4px;
}
.spw-dropdown-item__sub-items spw-dropdown-item {
  font-size: 13px;
}