: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; }

.progressUltima__img {
  position: relative;
  height: 65px;
  width: 65px; }
  @media (max-width: 425px) {
    .progressUltima__img {
      height: 55px;
      width: 55px; } }

.progressUltima__circle {
  left: -8px;
  padding-top: .5rem;
  position: absolute;
  top: -8px;
  z-index: 1; }
  @media (min-width: 768px) {
    .progressUltima__circle {
      position: absolute;
      z-index: 1;
      inset: -5px 0 0 20px; } }

.progressUltima__circle--noimage {
  position: relative;
  left: 0;
  padding-top: .5rem;
  text-align: center; }

.progressUltima__badge {
  color: #FFFFFF;
  font-weight: 300;
  padding: 5px;
  border-radius: 50%; }

.progressUltima__number {
  padding: 0; }
  @media (min-width: 768px) {
    .progressUltima__number {
      display: grid;
      justify-content: center; } }
  .progressUltima__number .progressUltima__arrow {
    padding-top: 1rem; }
  .progressUltima__number .progressUltima__arrow--noimage {
    display: grid;
    justify-content: center; }

.progressUltima__body .progressUltima__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.76px; }

.progressUltima__body .progressUltima__paragraph p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.04px; }

.uch-list-bullet-number-container {
  font-size: 22px;
  font-weight: 400;
  line-height: 19.04px; }

[data-pet-world="Dog"] .progressUltima__badge, body[data-color-site="dogColor"] .progressUltima__badge {
  background-color: #936031; }

[data-pet-world="Dog"] .progressUltima__arrow path, body[data-color-site="dogColor"] .progressUltima__arrow path {
  fill: #936031; }

[data-pet-world="Cat"] .progressUltima__badge, body[data-color-site="catColor"] .progressUltima__badge {
  background-color: #4A773C; }

[data-pet-world="Cat"] .progressUltima__arrow path, body[data-color-site="catColor"] .progressUltima__arrow path {
  fill: #4A773C; }

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