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

.article-small-card {
  font-family: "Ubuntu", sans-serif;
  border-radius: 8px; }
  .article-small-card__link {
    transition: all .2s ease;
    border-radius: 8px;
    height: 136px; }
    .article-small-card__link--no-clickable {
      cursor: default;
      pointer-events: none; }
  .article-small-card__img {
    height: 136px;
    width: 112px;
    object-fit: cover;
    border-radius: 8px; }
  .article-small-card__text-block {
    width: calc(100% - 112px); }
  .article-small-card__label {
    color: #9F9389;
    font-size: 12px;
    letter-spacing: 0.12px; }
  .article-small-card__name {
    color: #464039;
    font-size: 14px;
    line-height: 136%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box; }
  .article-small-card__chip {
    width: fit-content; }
  .article-small-card__svg-wrapper {
    top: 15px;
    left: 15px; }
  .article-small-card__svg-wrapper {
    background-color: #464039; }
  .article-small-card .article-page__categories .category-tag {
    padding: 6px 12px 6px 12px;
    padding-left: 30px;
    background-position: left 10px top 8px; }

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

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

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