/* COLORS */
/* FONTS */
/* COMPONENTS */
:root {
  --font-nv: 'Arquitecta-Regular';
  --unset-color: #808080;
  --unset-bgcolor: #E2E2E2; }

body[data-color-site="dogColor"] .experience-component .article-content,
.article-page[data-pet-world="Dog"] .experience-component .article-content,
.article-page[data-pet-world="Cat"] .experience-component .article-content {
  background-color: var(--unset-bgcolor); }
  body[data-color-site="dogColor"] .experience-component .article-content .article-content__label > *,
  .article-page[data-pet-world="Dog"] .experience-component .article-content .article-content__label > *,
  .article-page[data-pet-world="Cat"] .experience-component .article-content .article-content__label > * {
    color: var(--unset-color);
    font-family: var(--font-nv); }

.article-card-content {
  background-color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px; }
  @media (min-width: 992px) {
    .article-card-content {
      padding: 40px; } }
  .article-card-content-text {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .article-card-content .article-content__title > h1 {
    font-family: "Arquitecta-Black" !important;
    color: #5a403e !important; }
  .article-card-content .article-content__title > h2 {
    font-family: "Arquitecta-Black" !important;
    color: #5a403e !important; }
  .article-card-content .article-content__title > h3 {
    font-family: "Arquitecta-Black" !important;
    color: #5a403e !important; }
  .article-card-content .article-content__title > h4 {
    font-family: "Arquitecta-Black" !important;
    color: #5a403e !important; }
  .article-card-content .article-content__title > h5 {
    font-family: "Arquitecta-Black" !important;
    color: #5a403e !important; }
  .article-card-content .article-content__title > h6 {
    font-family: "Arquitecta-Black" !important;
    color: #5a403e !important; }
  .article-card-content .article-content__title h4 {
    margin: 0 !important;
    color: #5a403e;
    font-family: "Arquitecta-Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 950;
    line-height: 104%;
    letter-spacing: 0.3px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .article-card-content .article-content__title h4 {
        font-size: 24px;
        letter-spacing: 0.36px; } }
  .article-card-content .article-content__text {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .article-card-content .article-content__text p {
      margin: 0 !important;
      color: #a37c6f;
      font-family: "Arquitecta-Regular";
      font-size: 16px;
      font-style: normal;
      font-weight: 450;
      line-height: 136%; }
    .article-card-content .article-content__text ul {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin: 0 !important;
      padding-inline-start: 28px;
      overflow: hidden;
      color: #5a403e;
      text-overflow: ellipsis;
      font-family: "Arquitecta-Regular";
      font-size: 16px;
      font-style: normal;
      font-weight: 900;
      line-height: 136%; }

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