/* hobby-switch-feed.css?file=../ui/components/Heading/Heading.styl */
.hobby_switch_feed_heading__h1,
.hobby_switch_feed_heading__h2,
.hobby_switch_feed_heading__h3 {
  margin: 0;
  padding: 16px;
  border-radius: 4px 4px 0 0;
  color: var(--color_main);
  font-weight: 600;
  word-wrap: break-word;
}
.hobby_switch_feed_heading__h1.hobby_switch_feed___no-padding,
.hobby_switch_feed_heading__h2.hobby_switch_feed___no-padding,
.hobby_switch_feed_heading__h3.hobby_switch_feed___no-padding {
  padding: 16px 0;
}
.hobby_switch_feed_heading__h1 {
  font-size: 21px;
  line-height: 1;
}
.hobby_switch_feed_heading__h2 {
  font-size: 16px;
  line-height: 1.3;
}
.hobby_switch_feed_heading__h3 {
  font-size: 14px;
  line-height: 1.4;
}

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

/* hobby-switch-feed.css?file=../ui/components/Loader/FetchingHorizontalLoader/FetchingHorizontalLoader.styl */
.hobby_switch_feed_loader {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 8px;
  padding: 0;
  text-align: center;
}
.hobby_switch_feed_loader:before,
.hobby_switch_feed_loader:after {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color_main);
  transform: scale(.75);
  opacity: .5;
  content: "";
}
.hobby_switch_feed_loader.hobby_switch_feed___light2:before,
.hobby_switch_feed_loader.hobby_switch_feed___light2:after {
  background: var(--color_white);
}
.hobby_switch_feed_loader.hobby_switch_feed___small {
  width: 16px;
  height: 4px;
}
.hobby_switch_feed_loader.hobby_switch_feed___small:before,
.hobby_switch_feed_loader.hobby_switch_feed___small:after {
  width: 4px;
  height: 4px;
  background: var(--color_secondary);
}
.hobby_switch_feed_loader.hobby_switch_feed___small:before {
  margin: -4px 0 0 -10px;
}
.hobby_switch_feed_loader.hobby_switch_feed___small:after {
  margin: -4px -6px 0 0;
}
.hobby_switch_feed_loader:before {
  left: 50%;
  margin: -4px 0 0 -15px;
  animation: hobby_switch_feed_show .9s 0s infinite linear;
}
.hobby_switch_feed_loader:after {
  right: 50%;
  margin: -4px -15px 0 0;
  animation: hobby_switch_feed_show .9s .3s infinite linear;
}
.hobby_switch_feed_loader .hobby_switch_feed_item {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: var(--color_main);
  transform: scale(.75);
  opacity: .5;
  animation: hobby_switch_feed_show .9s .15s infinite linear;
}
.hobby_switch_feed_loader .hobby_switch_feed_item.hobby_switch_feed___small {
  width: 4px;
  height: 4px;
  background: var(--color_secondary);
}
.hobby_switch_feed_loader .hobby_switch_feed_item.hobby_switch_feed___light2 {
  background: var(--color_white);
}
@keyframes hobby_switch_feed_show {
  0% {
    transform: scale(.75);
    opacity: .5;
  }
  25% {
    transform: scale(.75);
    opacity: .5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(.75);
    opacity: .5;
  }
}

/* hobby-switch-feed.css?file=../ui/components/Spin/Spin.styl */
.hobby_switch_feed_spin {
  display: inline-block;
}
.hobby_switch_feed_spin.hobby_switch_feed___center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.hobby_switch_feed_spin.hobby_switch_feed___absolute {
  position: absolute;
}
.hobby_switch_feed_spin.hobby_switch_feed___fixed {
  position: fixed;
}
.hobby_switch_feed_spin.hobby_switch_feed___absolute,
.hobby_switch_feed_spin.hobby_switch_feed___fixed {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hobby_switch_feed_spin-container.hobby_switch_feed___with-label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.hobby_switch_feed_spin-icon-wrapper {
  line-height: 0;
}
.hobby_switch_feed_spin-icon-wrapper.hobby_switch_feed___default {
  width: 32px;
  height: 32px;
}
.hobby_switch_feed_spin-icon-wrapper.hobby_switch_feed___small2 {
  width: 16px;
  height: 16px;
}
.hobby_switch_feed_spin-label {
  margin-top: 16px;
  font-size: var(--fs-l);
  line-height: 21px;
  color: var(--color_secondary);
}
.hobby_switch_feed_spin-icon svg {
  animation: hobby_switch_feed_rotate 3.5s linear infinite;
}
.hobby_switch_feed_spin-icon svg circle {
  stroke: var(--color_orange);
  animation: hobby_switch_feed_arcs 3.9s cubic-bezier(.82, .1, .48, 1) infinite;
}
@media (prefers-color-scheme: dark) {
  :root.__ui-theme_enabled:not(.__ui-theme_light) .hobby_switch_feed_spin-icon svg circle {
    stroke: var(--color_white);
  }
}
:root.__ui-theme_enabled.__ui-theme_dark .hobby_switch_feed_spin-icon svg circle,
:root.ds-colors.dark-theme .hobby_switch_feed_spin-icon svg circle {
  stroke: var(--color_white);
}
@keyframes hobby_switch_feed_rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes hobby_switch_feed_arcs {
  0% {
    stroke-dashoffset: 87.9646;
  }
  12.5% {
    stroke-dashoffset: 65.97345;
  }
  25% {
    stroke-dashoffset: 43.9823;
  }
  37.5% {
    stroke-dashoffset: 21.99115;
  }
  50% {
    stroke-dashoffset: 0;
  }
  62.5% {
    stroke-dashoffset: -21.99115;
  }
  75% {
    stroke-dashoffset: -43.9823;
  }
  87.5% {
    stroke-dashoffset: -65.97345;
  }
  to {
    stroke-dashoffset: -87.9646;
  }
}

/* hobby-switch-feed.css?file=../ui/components/Spinner/Spinner.styl */
.hobby_switch_feed_spinner {
  position: relative;
  display: inline-block;
  color: var(--color_white);
  vertical-align: middle;
}
.hobby_switch_feed_spinner.hobby_switch_feed___size-162 {
  width: 16px;
  height: 16px;
}
.hobby_switch_feed_spinner.hobby_switch_feed___size-202 {
  width: 20px;
  height: 20px;
}
.hobby_switch_feed_spinner.hobby_switch_feed___size-402 {
  width: 40px;
  height: 40px;
}
.hobby_switch_feed_spinner.hobby_switch_feed___size-48 {
  width: 48px;
  height: 48px;
}
.hobby_switch_feed_spinner.hobby_switch_feed___view-secondary2 {
  color: var(--color_secondary);
}
.hobby_switch_feed_spinner.hobby_switch_feed___light3 {
  color: var(--color_orange);
}
.hobby_switch_feed_spinner.hobby_switch_feed___outline2,
.hobby_switch_feed_spinner.hobby_switch_feed___clean2 {
  color: var(--color_secondary);
}
.hobby_switch_feed_spinner:before,
.hobby_switch_feed_spinner:after,
.hobby_switch_feed_el:before,
.hobby_switch_feed_el:after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: hobby_switch_feed_spinner 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  content: "";
}
.hobby_switch_feed_spinner.hobby_switch_feed___size-48:before,
.hobby_switch_feed_spinner.hobby_switch_feed___size-48:after,
.hobby_switch_feed_spinner.hobby_switch_feed___size-48 .hobby_switch_feed_el:before,
.hobby_switch_feed_spinner.hobby_switch_feed___size-48 .hobby_switch_feed_el:after {
  border-width: 4px;
}
.hobby_switch_feed_spinner:after {
  animation-delay: -.45s;
}
.hobby_switch_feed_el:before {
  animation-delay: -.3s;
}
.hobby_switch_feed_el:after {
  animation-delay: -.15s;
}
@keyframes hobby_switch_feed_spinner {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/* hobby-switch-feed.css?file=../ui/components/Button/ButtonCore.styl */
.hobby_switch_feed_button-core {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  overflow: visible;
  color: var(--color_white);
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-color: var(--color_orange_new);
  outline: none;
  transition: box-shadow .1s ease-in, background-color .1s ease-in;
  user-select: none;
}
.hobby_switch_feed_button-core.hobby_switch_feed___size-l {
  height: 40px;
  padding: 8px 16px;
  border-radius: 16px;
  font-size: var(--fs-l);
  line-height: var(--lh-n);
}
.hobby_switch_feed_button-core.hobby_switch_feed___size-m {
  height: 32px;
  padding: 0 16px;
  border-radius: 16px;
  font-size: var(--fs-n);
  line-height: 32px;
}
.hobby_switch_feed_button-core.hobby_switch_feed___size-s {
  height: 24px;
  padding: 0 12px;
  border-radius: 12px;
  font-size: var(--fs-s);
  line-height: 24px;
}
.hobby_switch_feed_button-core.hobby_switch_feed___wide {
  width: 100%;
}
.hobby_switch_feed_button-core.hobby_switch_feed___circle {
  min-width: 0;
  padding: 0;
}
.hobby_switch_feed_button-core.hobby_switch_feed___circle.hobby_switch_feed___size-m {
  width: 32px;
}
.hobby_switch_feed_button-core.hobby_switch_feed___circle.hobby_switch_feed___size-s {
  width: 24px;
}
.hobby_switch_feed_button-core.hobby_switch_feed___view-secondary {
  color: var(--color_secondary);
  background-color: var(--color_main-008);
}
.hobby_switch_feed_button-core.hobby_switch_feed___view-secondary.hobby_switch_feed___high_contrast {
  color: var(--color_main);
}
.hobby_switch_feed_button-core.hobby_switch_feed___light {
  color: var(--color_orange_new);
  background-color: var(--color_orange-light);
}
.hobby_switch_feed_button-core.hobby_switch_feed___white {
  color: #333;
  background-color: var(--color_white);
}
.hobby_switch_feed_button-core.hobby_switch_feed___white-secondary {
  color: var(--color_white);
  background-color: var(--color_white-008);
}
.hobby_switch_feed_button-core.hobby_switch_feed___eye-catching {
  background-color: #87189d;
}
.hobby_switch_feed_button-core.hobby_switch_feed___view_accent {
  color: var(--color_white);
  background-color: #1abaff;
}
.hobby_switch_feed_button-core.hobby_switch_feed___dark {
  color: var(--color_white);
  background-color: #0009;
}
.hobby_switch_feed_button-core.hobby_switch_feed___outline {
  color: var(--color_secondary);
  background-color: var(--color_surface);
  box-shadow: inset 0 0 0 1px var(--color_gray-stub);
}
.hobby_switch_feed_button-core.hobby_switch_feed___clean {
  color: var(--color_secondary);
  background-color: transparent;
}
.hobby_switch_feed_button-core.hobby_switch_feed___no-radius {
  border-radius: 0;
}
.hobby_switch_feed_button-core.hobby_switch_feed___radius-8 {
  border-radius: 8px;
}
.hobby_switch_feed_button-core.hobby_switch_feed___radius-16 {
  border-radius: 16px;
}
.hobby_switch_feed_button-core.hobby_switch_feed___radius-40 {
  border-radius: 40px;
}
.hobby_switch_feed_button-core.hobby_switch_feed___center-align {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.hobby_switch_feed_content {
  display: block;
}
.hobby_switch_feed_content.hobby_switch_feed___center-align {
  display: flex;
  align-items: center;
}
.hobby_switch_feed_spinner2 {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hobby_switch_feed_button-core.hobby_switch_feed___loading .hobby_switch_feed_content {
  z-index: -1;
  opacity: 0;
}
.hobby_switch_feed_button-core.hobby_switch_feed___loading .hobby_switch_feed_spinner2 {
  display: flex;
}
.hobby_switch_feed_button-core-container:hover.hobby_switch_feed_button-core,
.hobby_switch_feed_button-core-container:focus.hobby_switch_feed_button-core,
.hobby_switch_feed_button-core-container:active.hobby_switch_feed_button-core,
.hobby_switch_feed_button-core-container.hobby_switch_feed___active.hobby_switch_feed_button-core,
.hobby_switch_feed_button-core-container:hover .hobby_switch_feed_button-core,
.hobby_switch_feed_button-core-container:focus .hobby_switch_feed_button-core,
.hobby_switch_feed_button-core-container:active .hobby_switch_feed_button-core,
.hobby_switch_feed_button-core-container.hobby_switch_feed___active .hobby_switch_feed_button-core {
  color: var(--color_white);
  text-decoration: none;
  background-color: var(--color_orange_hover);
  box-shadow: 0 0 0 1px var(--color_orange_hover);
}
.hobby_switch_feed_button-core-container:hover .hobby_switch_feed_button-core.hobby_switch_feed___view-secondary,
.hobby_switch_feed_button-core-container:focus .hobby_switch_feed_button-core.hobby_switch_feed___view-secondary,
.hobby_switch_feed_button-core-container:active .hobby_switch_feed_button-core.hobby_switch_feed___view-secondary,
.hobby_switch_feed_button-core-container.hobby_switch_feed___active .hobby_switch_feed_button-core.hobby_switch_feed___view-secondary {
  color: var(--dynamic-text-and-icons-base-primary);
  background-color: var(--color_main-012);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_main-012);
}
.hobby_switch_feed_button-core-container:hover .hobby_switch_feed_button-core.hobby_switch_feed___view-secondary.hobby_switch_feed___high_contrast,
.hobby_switch_feed_button-core-container:focus .hobby_switch_feed_button-core.hobby_switch_feed___view-secondary.hobby_switch_feed___high_contrast,
.hobby_switch_feed_button-core-container:active .hobby_switch_feed_button-core.hobby_switch_feed___view-secondary.hobby_switch_feed___high_contrast,
.hobby_switch_feed_button-core-container.hobby_switch_feed___active .hobby_switch_feed_button-core.hobby_switch_feed___view-secondary.hobby_switch_feed___high_contrast {
  color: var(--color_main);
}
.hobby_switch_feed_button-core-container:hover .hobby_switch_feed_button-core.hobby_switch_feed___light,
.hobby_switch_feed_button-core-container:focus .hobby_switch_feed_button-core.hobby_switch_feed___light,
.hobby_switch_feed_button-core-container:active .hobby_switch_feed_button-core.hobby_switch_feed___light,
.hobby_switch_feed_button-core-container.hobby_switch_feed___active .hobby_switch_feed_button-core.hobby_switch_feed___light {
  color: var(--color_orange_new);
  background-color: var(--color_orange-light_hover);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_orange-light_hover);
}
.hobby_switch_feed_button-core-container:hover .hobby_switch_feed_button-core.hobby_switch_feed___white,
.hobby_switch_feed_button-core-container:focus .hobby_switch_feed_button-core.hobby_switch_feed___white,
.hobby_switch_feed_button-core-container:active .hobby_switch_feed_button-core.hobby_switch_feed___white,
.hobby_switch_feed_button-core-container.hobby_switch_feed___active .hobby_switch_feed_button-core.hobby_switch_feed___white {
  color: #333;
  background-color: var(--color_white);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_main-012);
}
.hobby_switch_feed_button-core-container:hover .hobby_switch_feed_button-core.hobby_switch_feed___white-secondary,
.hobby_switch_feed_button-core-container:focus .hobby_switch_feed_button-core.hobby_switch_feed___white-secondary,
.hobby_switch_feed_button-core-container:active .hobby_switch_feed_button-core.hobby_switch_feed___white-secondary,
.hobby_switch_feed_button-core-container.hobby_switch_feed___active .hobby_switch_feed_button-core.hobby_switch_feed___white-secondary {
  color: var(--color_white);
  background-color: var(--color_white-012);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_white-012);
}
.hobby_switch_feed_button-core-container:hover .hobby_switch_feed_button-core.hobby_switch_feed___outline,
.hobby_switch_feed_button-core-container:focus .hobby_switch_feed_button-core.hobby_switch_feed___outline,
.hobby_switch_feed_button-core-container:active .hobby_switch_feed_button-core.hobby_switch_feed___outline,
.hobby_switch_feed_button-core-container.hobby_switch_feed___active .hobby_switch_feed_button-core.hobby_switch_feed___outline {
  color: var(--color_secondary);
  background-color: var(--color_on-surface);
  outline: none;
  box-shadow: 0 0 0 1px #0000001f;
}
.hobby_switch_feed_button-core-container:hover .hobby_switch_feed_button-core.hobby_switch_feed___clean,
.hobby_switch_feed_button-core-container:focus .hobby_switch_feed_button-core.hobby_switch_feed___clean,
.hobby_switch_feed_button-core-container:active .hobby_switch_feed_button-core.hobby_switch_feed___clean,
.hobby_switch_feed_button-core-container.hobby_switch_feed___active .hobby_switch_feed_button-core.hobby_switch_feed___clean {
  color: var(--color_secondary);
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.hobby_switch_feed_button-core-container:hover .hobby_switch_feed_button-core.hobby_switch_feed___eye-catching,
.hobby_switch_feed_button-core-container:focus .hobby_switch_feed_button-core.hobby_switch_feed___eye-catching,
.hobby_switch_feed_button-core-container:active .hobby_switch_feed_button-core.hobby_switch_feed___eye-catching,
.hobby_switch_feed_button-core-container.hobby_switch_feed___active .hobby_switch_feed_button-core.hobby_switch_feed___eye-catching {
  background-color: #6b0380;
  box-shadow: 0 0 0 1px #6b0380;
}
.hobby_switch_feed_button-core-container:hover .hobby_switch_feed_button-core.hobby_switch_feed___view_accent,
.hobby_switch_feed_button-core-container:focus .hobby_switch_feed_button-core.hobby_switch_feed___view_accent,
.hobby_switch_feed_button-core-container:active .hobby_switch_feed_button-core.hobby_switch_feed___view_accent,
.hobby_switch_feed_button-core-container.hobby_switch_feed___active .hobby_switch_feed_button-core.hobby_switch_feed___view_accent {
  background-color: #1abaff;
  box-shadow: 0 0 0 1px #1abaff;
}
.hobby_switch_feed_button-core-container:hover .hobby_switch_feed_button-core.hobby_switch_feed___dark,
.hobby_switch_feed_button-core-container:focus .hobby_switch_feed_button-core.hobby_switch_feed___dark,
.hobby_switch_feed_button-core-container:active .hobby_switch_feed_button-core.hobby_switch_feed___dark,
.hobby_switch_feed_button-core-container.hobby_switch_feed___active .hobby_switch_feed_button-core.hobby_switch_feed___dark {
  background-color: #000c;
  box-shadow: 0 0 0 1px #000c;
}
.hobby_switch_feed_button-core-container:disabled.hobby_switch_feed_button-core,
.hobby_switch_feed_button-core-container:disabled .hobby_switch_feed_button-core {
  background-color: var(--color_orange_new);
  box-shadow: none;
}
.hobby_switch_feed_button-core-container:disabled .hobby_switch_feed_button-core.hobby_switch_feed___view-secondary {
  background-color: var(--color_main-008);
  box-shadow: none;
}
.hobby_switch_feed_button-core-container:disabled .hobby_switch_feed_button-core.hobby_switch_feed___light {
  background-color: var(--color_orange-light);
  box-shadow: none;
}
.hobby_switch_feed_button-core-container:disabled .hobby_switch_feed_button-core.hobby_switch_feed___white {
  background-color: var(--color_white);
  box-shadow: none;
}
.hobby_switch_feed_button-core-container:disabled .hobby_switch_feed_button-core.hobby_switch_feed___white-secondary {
  background-color: var(--color_white-008);
  box-shadow: none;
}
.hobby_switch_feed_button-core-container:disabled .hobby_switch_feed_button-core.hobby_switch_feed___outline {
  background-color: var(--color_surface);
  box-shadow: none;
}
.hobby_switch_feed_button-core-container:disabled .hobby_switch_feed_button-core.hobby_switch_feed___clean {
  background-color: transparent;
}
.hobby_switch_feed_button-core-container:disabled .hobby_switch_feed_button-core.hobby_switch_feed___eye-catching {
  background-color: #87189d;
  box-shadow: none;
}
.hobby_switch_feed_button-core-container:disabled .hobby_switch_feed_button-core.hobby_switch_feed___view_accent {
  background-color: #1abaff;
  box-shadow: none;
}
.hobby_switch_feed_button-core-container:disabled .hobby_switch_feed_button-core.hobby_switch_feed___dark {
  background-color: #0009;
  box-shadow: none;
}
.hobby_switch_feed_button-core-container:hover .hobby_switch_feed_button-core,
.hobby_switch_feed_button-core-container:active .hobby_switch_feed_button-core {
  outline: none;
}

/* hobby-switch-feed.css?file=../ui/components/Button/Button.styl */
.hobby_switch_feed_button {
  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;
  opacity: 1;
  transition: opacity .3s ease;
}
.hobby_switch_feed_button:focus-visible {
  outline: var(--focus-outline);
}
.hobby_switch_feed_button:hover,
.hobby_switch_feed_button:active {
  outline: none;
}
.hobby_switch_feed_button.hobby_switch_feed___wide2 {
  width: 100%;
}
.hobby_switch_feed_button.hobby_switch_feed___disabled {
  cursor: default;
  opacity: .5;
}
.hobby_switch_feed_button.hobby_switch_feed___no-animation {
  transition: none;
}

/* hobby-switch-feed.css?file=../ui/components/Link/Link.styl */
.hobby_switch_feed_link {
  text-decoration: none;
}
.hobby_switch_feed_link:hover {
  text-decoration: underline;
}
.hobby_switch_feed_link.hobby_switch_feed___primary {
  color: var(--color_main);
}
.hobby_switch_feed_link.hobby_switch_feed___secondary {
  color: var(--color_secondary);
}
.hobby_switch_feed_link.hobby_switch_feed___active2 {
  color: var(--color_orange);
}
.hobby_switch_feed_link.hobby_switch_feed___black {
  color: var(--color_main);
}
.hobby_switch_feed_link.hobby_switch_feed___white2 {
  color: var(--color_white);
}
.hobby_switch_feed_link.hobby_switch_feed___orange {
  color: var(--color_orange);
  text-decoration: none;
}
.hobby_switch_feed_link.hobby_switch_feed___orange:hover {
  color: var(--color_action_active_new);
}
.hobby_switch_feed_link.hobby_switch_feed___none {
  text-decoration: none;
  cursor: auto;
}
.hobby_switch_feed_link.hobby_switch_feed___none:hover {
  color: inherit;
  text-decoration: none;
}
.hobby_switch_feed_link.hobby_switch_feed___no-text-decor,
.hobby_switch_feed_link.hobby_switch_feed___no-text-decor:hover {
  text-decoration: none;
}

/* hobby-switch-feed.css?file=../ui/components/Link/LinkButton.styl */
.hobby_switch_feed_link-button {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
}
.hobby_switch_feed_link-button:hover,
.hobby_switch_feed_link-button:active {
  outline: none;
}

/* hobby-switch-feed.css?file=common-blocks/hobby-switch-feed/components/HobbySwitchFeed/HobbySwitchFeed.styl */
.hobby_switch_feed_hobby-switch-feed {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 16px;
  border-radius: 20px;
  background: var(--color_surface);
}
.hobby_switch_feed_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 360px;
}
.hobby_switch_feed_logo-container {
  font-size: var(--fs-l);
  line-height: 21px;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  color: var(--color_orange);
  font-weight: 600;
  letter-spacing: .32px;
  text-transform: uppercase;
}
.hobby_switch_feed_title.hobby_switch_feed_title {
  font-size: var(--fs-l);
  line-height: 21px;
  padding: 0;
  color: var(--color_main);
  text-align: center;
  font-weight: 600;
}
.hobby_switch_feed_message {
  font-size: var(--fs-n);
  line-height: 19px;
  text-align: center;
  color: var(--color_secondary);
}
.hobby_switch_feed_buttons-wrapper {
  display: flex;
  flex-flow: row;
  gap: 8px;
}
.hobby_switch_feed_first-feed-element {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*# sourceMappingURL=hobby-switch-feed-33KSX66O.css.map */
