: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-content {
  font-family: 'Ubuntu';
  padding: 32px;
  border-radius: 8px; }
  @media (max-width: 1024px) {
    .article-content {
      padding: 24px; } }
  .article-content__image {
    aspect-ratio: 3 / 2;
    border-radius: 8px;
    object-fit: cover; }
  .article-content__label {
    font-weight: 500;
    line-height: 18.38px; }
  .article-content__title {
    color: #464039;
    font-weight: 500;
    font-size: 18px;
    line-height: 24.48px; }
  .article-content__text {
    color: #464039;
    line-height: 21.76px;
    font-weight: 500; }
  .article-content__image-wrapper {
    height: 196px; }
    @media (min-width: 768px) {
      .article-content__image-wrapper {
        height: 320px;
        width: 480px; } }

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

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

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