/* posting-form-dropdown.css?file=../ui/components/Icon/Icon.styl */
.posting_form_dropdown_icon {
  display: inline-block;
}
.posting_form_dropdown_icon > svg {
  display: block;
}
.posting_form_dropdown_icon.posting_form_dropdown___is-flipped {
  transform: scaleX(-1);
}
.posting_form_dropdown_icon.posting_form_dropdown___margin-right {
  margin-right: 4px;
}
.posting_form_dropdown_icon.posting_form_dropdown___margin-left {
  margin-left: 4px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-8 {
  width: 8px;
  height: 8px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-10 {
  width: 10px;
  height: 10px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-12 {
  width: 12px;
  height: 12px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-16 {
  width: 16px;
  height: 16px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-18 {
  width: 18px;
  height: 18px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-20 {
  width: 20px;
  height: 20px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-24 {
  width: 24px;
  height: 24px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-26 {
  width: 26px;
  height: 26px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-28 {
  width: 28px;
  height: 28px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-32 {
  width: 32px;
  height: 32px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-36 {
  width: 36px;
  height: 36px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-40 {
  width: 40px;
  height: 40px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-44 {
  width: 44px;
  height: 44px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-48 {
  width: 48px;
  height: 48px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-54 {
  width: 54px;
  height: 54px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-56 {
  width: 56px;
  height: 56px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-60 {
  width: 60px;
  height: 60px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-64 {
  width: 64px;
  height: 64px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-80 {
  width: 80px;
  height: 80px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-96 {
  width: 96px;
  height: 96px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-100 {
  width: 100px;
  height: 100px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-120 {
  width: 120px;
  height: 120px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-128 {
  width: 128px;
  height: 128px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-132 {
  width: 132px;
  height: 132px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-144 {
  width: 144px;
  height: 144px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-152 {
  width: 152px;
  height: 152px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-160 {
  width: 160px;
  height: 160px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-176 {
  width: 176px;
  height: 176px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-208 {
  width: 208px;
  height: 208px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-240 {
  width: 240px;
  height: 240px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-288 {
  width: 288px;
  height: 288px;
}
.posting_form_dropdown_icon.posting_form_dropdown___size-full {
  width: 100%;
  height: 100%;
}
.svg-fill {
  fill: currentColor;
}
.svg-stroke {
  stroke: currentColor;
}

/* posting-form-dropdown.css?file=../ui/components/DropDownMenu/DropDownMenu.styl */
.posting_form_dropdown_wrapper {
  position: relative;
}
.posting_form_dropdown_wrapper .posting_form_dropdown_menu.posting_form_dropdown___full-width {
  right: auto;
  box-sizing: border-box;
  min-width: auto;
  transform: none;
}
.posting_form_dropdown_menu.posting_form_dropdown___left {
  left: 0;
}
.posting_form_dropdown_menu.posting_form_dropdown___right {
  right: 0;
}
.posting_form_dropdown_menu.posting_form_dropdown___center {
  left: 50%;
  transform: translate(-50%);
}
.posting_form_dropdown_menu.posting_form_dropdown___side-top {
  top: auto;
  bottom: 100%;
  margin-bottom: 4px;
}

/* posting-form-dropdown.css?file=../ui/components/Link/Link.styl */
.posting_form_dropdown_link {
  text-decoration: none;
}
.posting_form_dropdown_link:hover {
  text-decoration: underline;
}
.posting_form_dropdown_link.posting_form_dropdown___primary {
  color: var(--color_main);
}
.posting_form_dropdown_link.posting_form_dropdown___secondary {
  color: var(--color_secondary);
}
.posting_form_dropdown_link.posting_form_dropdown___active {
  color: var(--color_orange);
}
.posting_form_dropdown_link.posting_form_dropdown___black {
  color: var(--color_main);
}
.posting_form_dropdown_link.posting_form_dropdown___white {
  color: var(--color_white);
}
.posting_form_dropdown_link.posting_form_dropdown___orange {
  color: var(--color_orange);
  text-decoration: none;
}
.posting_form_dropdown_link.posting_form_dropdown___orange:hover {
  color: var(--color_action_active_new);
}
.posting_form_dropdown_link.posting_form_dropdown___none {
  text-decoration: none;
  cursor: auto;
}
.posting_form_dropdown_link.posting_form_dropdown___none:hover {
  color: inherit;
  text-decoration: none;
}
.posting_form_dropdown_link.posting_form_dropdown___no-text-decor,
.posting_form_dropdown_link.posting_form_dropdown___no-text-decor:hover {
  text-decoration: none;
}

/* posting-form-dropdown.css?file=../ui/components/Button/ButtonClean.styl */
.posting_form_dropdown_button-clean {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  text-decoration: none;
  text-align: inherit;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.posting_form_dropdown_button-clean:focus-visible {
  outline: var(--focus-outline);
}

/* posting-form-dropdown.css?file=components/DropdownListItem/DropdownListItem.styl */
.posting_form_dropdown_item-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: 16px;
  transition: background .3s;
}
.posting_form_dropdown_item-container:hover {
  background-color: var(--color_main-008);
}
.posting_form_dropdown_item-title {
  display: block;
  font-size: var(--fs-n);
  line-height: 19px;
}
.posting_form_dropdown_item-desc {
  font-size: var(--fs-s);
  line-height: 16px;
  color: var(--color_secondary);
}
.posting_form_dropdown_item-icon {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 12px;
  color: var(--color_secondary);
  background-color: var(--color_on-surface);
}
.posting_form_dropdown_item-link {
  display: block;
  color: inherit;
}
.posting_form_dropdown_item-link:hover {
  color: inherit;
  text-decoration: none;
}
.posting_form_dropdown_item-button {
  display: block;
  width: 100%;
  text-align: inherit;
}
.posting_form_dropdown_item-default {
  display: block;
}
.posting_form_dropdown_item-default:focus-within {
  outline: var(--focus-outline);
}

/* posting-form-dropdown.css?file=components/Dropdown/Dropdown.styl */
.posting_form_dropdown_dropdown-container {
  position: relative;
}
.posting_form_dropdown_dropdown-button {
  margin: 0;
  border: 0;
  overflow: visible;
  font: inherit;
  text-decoration: none;
  text-align: inherit;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 16px;
  border-radius: 32px;
  background-color: var(--color_surface);
  transition: background .3s;
}
.posting_form_dropdown_dropdown-button:focus-visible {
  outline: var(--focus-outline);
}
.posting_form_dropdown_dropdown-button:hover {
  background-color: var(--color_main-012);
}
@media (max-width: 1023px) {
  :root.__is-layout-v6 #adaptive-nav-switcher:checked ~ * .posting_form_dropdown_dropdown-button {
    background-color: var(--dynamic-surface-base-primary);
  }
}
.posting_form_dropdown_dropdown-button-text {
  font-size: var(--fs-n);
  color: var(--color_main);
}
.posting_form_dropdown_dropdown-button-icon {
  width: 16px;
  height: 16px;
  color: var(--color_orange);
}
.posting_form_dropdown_dropdown-list {
  position: absolute;
  top: -4px;
  left: -24px;
  z-index: 23;
}
.posting_form_dropdown_dropdown-list {
  width: 340px;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 16px;
  box-shadow: var(--box-shadow_sc-menu-redesign2023);
  background-color: var(--color_surface);
}
.posting_form_dropdown_dropdown-list-title {
  margin-bottom: 4px;
  padding: 0 8px;
  font-size: var(--fs-l);
  color: var(--color_main);
  line-height: 21px;
  font-weight: 600;
}

/* posting-form-dropdown.css?file=components/PostingFormDropdown/PostingFormDropdown.styl */
.posting_form_dropdown_posting-form-dropdown-photo,
.posting_form_dropdown_posting-form-dropdown-photo * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 0;
  cursor: pointer;
}
/*# sourceMappingURL=posting-form-dropdown-latest-GL3PJORQ.css.map */
