:root {
  --button-color: #7E7367;
  --button-color-hover: #464039;
  --button-color-active: #38332E;
  --button-color-disabled: #D8D4CF;
  --button-color-disabled-background: #F8F7F7;
  --button-color-secondary-background: #D8D4CF; }

.uch-list-bullet__vertical .uch-list-bullet__pretext-wrapper {
  margin-bottom: 16px; }

.uch-list-bullet__image-wrapper {
  height: 40px;
  width: 40px; }
  @media (min-width: 768px) {
    .uch-list-bullet__image-wrapper {
      width: 64px;
      height: 64px; } }

.uch-list-bullet__logo-wrapper {
  height: 20px;
  width: 20px;
  display: flex;
  background-size: 100%; }

.uch-list-bullet__image-item {
  object-fit: cover; }

.uch-list-bullet__text-wrapper {
  color: #464039;
  font-style: normal; }

.uch-list-bullet__pretext-wrapper {
  align-self: flex-start; }

.uch-list-bullet__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24.48px; }

.uch-list-bullet__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.76px; }
  .uch-list-bullet__text p {
    margin-bottom: 0; }
  .uch-list-bullet__text p:empty {
    display: none; }

.uch-list-bullet__enum-wrapper {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.16px;
  letter-spacing: -0.88px; }

.uch-list-bullet__small-wrapper {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: 9px;
  background: #464039;
  border-radius: 7px; }

.uch-list-bullet__item:not(:last-child) {
  margin-bottom: 20px; }

.uch-list-bullet__item.flex-row {
  align-items: center; }
  .uch-list-bullet__item.flex-row .js-list-bulleted {
    margin-left: 20px; }
  .uch-list-bullet__item.flex-row .js-list-bulleted[data-type="small"] .uch-list-bullet__pretext-wrapper .js-list-bulleted-item-small {
    display: block !important; }
  .uch-list-bullet__item.flex-row .js-list-bulleted[data-type="number"] .uch-list-bullet__pretext-wrapper .js-list-bulleted-item-enum,
  .uch-list-bullet__item.flex-row .js-list-bulleted[data-type="simple"] .uch-list-bullet__pretext-wrapper .js-list-bulleted-item-enum,
  .uch-list-bullet__item.flex-row .js-list-bulleted[data-type="simplenumber"] .uch-list-bullet__pretext-wrapper .js-list-bulleted-item-enum,
  .uch-list-bullet__item.flex-row .js-list-bulleted[data-type="image"] .uch-list-bullet__pretext-wrapper .js-list-bulleted-item-logo,
  .uch-list-bullet__item.flex-row .js-list-bulleted[data-type="alphabetical"] .uch-list-bullet__pretext-wrapper .js-list-bulleted-item-enum {
    display: block !important; }

/*# sourceMappingURL=articleListBulletedLayout.css.map*/