: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__icon .uch-list-bullet__image-wrapper,
.uch-list-bullet__icon .uch-list-bullet__number-wrapper,
.uch-list-bullet__image .uch-list-bullet__logo-wrapper,
.uch-list-bullet__image .uch-list-bullet__number-wrapper,
.uch-list-bullet__number .uch-list-bullet__logo-wrapper,
.uch-list-bullet__number .uch-list-bullet__image-wrapper {
  display: none; }

.uch-list-bullet__image .uch-list-bullet__image-wrapper,
.uch-list-bullet__icon .uch-list-bullet__icon-wrapper,
.uch-list-bullet__number .uch-list-bullet__number-wrapper {
  display: flex; }

.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: 40px;
  width: 40px;
  display: block;
  background-size: 100%; }

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

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

.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:not(:last-child) {
  margin-bottom: 20px; }

.uch-list-bullet__number-wrapper {
  font-family: 'Ubuntu';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.16px;
  letter-spacing: -0.88px;
  width: 40px;
  height: 40px; }

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

[data-pet-world="Dog"] .uch-list-bullet__number-wrapper, body[data-color-site="dogColor"] .uch-list-bullet__number-wrapper {
  color: #936031; }

[data-pet-world="Cat"] .uch-list-bullet__number-wrapper, body[data-color-site="catColor"] .uch-list-bullet__number-wrapper {
  color: #4A773C; }

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