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

.banner-mini {
  border-radius: 8px; }
  .banner-mini__image-wrapper {
    width: 112px;
    height: 112px; }
    @media (min-width: 768px) {
      .banner-mini__image-wrapper {
        width: 144px;
        height: 144px; } }
  .banner-mini__image {
    border-radius: 8px;
    object-fit: cover; }
  .banner-mini__text {
    color: #464039;
    font-size: 14px;
    line-height: 19.04px; }
  .banner-mini__link {
    font-size: 12px;
    line-height: 16.32px; }
  .banner-mini__text-wrapper {
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    height: 112px;
    width: calc(100% - 112px); }
    @media (min-width: 768px) {
      .banner-mini__text-wrapper {
        height: 144px;
        width: calc(100% - 144px); } }

[data-pet-world="Dog"] .banner-mini, body[data-color-site="dogColor"] .banner-mini {
  background-color: #F9F2EC; }
  [data-pet-world="Dog"] .banner-mini__link, body[data-color-site="dogColor"] .banner-mini__link {
    color: #936031; }
    [data-pet-world="Dog"] .banner-mini__link path, body[data-color-site="dogColor"] .banner-mini__link path {
      fill: #936031;
      stroke: #936031; }

[data-pet-world="Cat"] .banner-mini, body[data-color-site="catColor"] .banner-mini {
  background-color: #F0F6EE; }
  [data-pet-world="Cat"] .banner-mini__link, body[data-color-site="catColor"] .banner-mini__link {
    color: #4A773C; }
    [data-pet-world="Cat"] .banner-mini__link path, body[data-color-site="catColor"] .banner-mini__link path {
      fill: #4A773C;
      stroke: #4A773C; }

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