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

.featured-banner {
  max-height: 595px;
  max-width: 1440px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 24px;
  background: #F8F7F7; }
  @media (min-width: 768px) {
    .featured-banner {
      padding: 0 88px; } }
  .featured-banner__content {
    display: flex;
    max-width: 390px;
    padding: 40px 24px;
    align-items: center;
    gap: 40px; }
    @media (min-width: 768px) {
      .featured-banner__content {
        display: flex;
        max-width: 1440px;
        padding: 80px;
        align-items: flex-start;
        justify-content: space-between; } }
  .featured-banner__text {
    font-family: "Ubuntu", sans-serif;
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch; }
  .featured-banner__label {
    color: #464039;
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.14px;
    text-transform: uppercase; }
  .featured-banner__title {
    color: #464039;
    font-family: "Ubuntu", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    /* 120% */
    letter-spacing: -1.6px; }
    @media (min-width: 1024px) {
      .featured-banner__title {
        font-size: 40px; } }
  .featured-banner__author-name {
    color: #464039;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font; }
  .featured-banner__author-expertise {
    color: #464039;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; }
  .featured-banner__image {
    max-height: 435px;
    max-width: 775px;
    margin: 0;
    height: 192px; }
    @media (min-width: 768px) {
      .featured-banner__image {
        height: 435px;
        padding: 0; } }
    .featured-banner__image img {
      object-fit: cover;
      border-radius: 8px; }
    .featured-banner__image iframe {
      border-radius: 8px; }
  .featured-banner a {
    margin: 0;
    flex: 0;
    margin-top: auto; }

.ultima .featured-banner a {
  border: none;
  padding: 12px;
  margin-top: 24px;
  width: fit-content;
  border-radius: 1000px;
  color: #fff;
  background-color: #7E7367; }
  .ultima .featured-banner a path {
    fill: #fff; }

[data-pet-world="Cat"] .featured-banner,
body[data-color-site="catColor"] .featured-banner {
  background-color: #4A773C; }
  [data-pet-world="Cat"] .featured-banner__button-redirect,
  body[data-color-site="catColor"] .featured-banner__button-redirect {
    color: #4A773C !important; }
    [data-pet-world="Cat"] .featured-banner__button-redirect path,
    body[data-color-site="catColor"] .featured-banner__button-redirect path {
      fill: #4A773C; }

[data-pet-world="Dog"] .featured-banner,
body[data-color-site="dogColor"] .featured-banner {
  background-color: #936031; }
  [data-pet-world="Dog"] .featured-banner__button-redirect,
  body[data-color-site="dogColor"] .featured-banner__button-redirect {
    color: #936031 !important; }
    [data-pet-world="Dog"] .featured-banner__button-redirect path,
    body[data-color-site="dogColor"] .featured-banner__button-redirect path {
      fill: #936031; }

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