
/* Page header logo */
.page-header__logo {
    justify-content: flex-end;
}

/* Social share */
.social-share__header {
    --font-weight: var(--root-font-weight--semi-bold)
}

/* Cards */
.card__visual {
    position: relative;
}

.card__visual::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 30px;
    width: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 30'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m0 0 20 30H0z'/%3E%3C/svg%3E");
    background-position: bottom;
    background-repeat: no-repeat;
}

/* CE Header */
.ce-header.banner--layout-2 .banner__content-frame {
    position: relative;
}

.ce-header.banner--layout-2 .banner__content-frame::after {
    content: '';
    position: absolute;
    top: -44px;
    left: 0;
    height: 45px;
    width: 43px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 45'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M42.606 0C41.376.958 0 45 0 45L8.617 0h33.99Z'/%3E%3C/svg%3E");
    background-position: bottom;
    background-repeat: no-repeat;
    transform: scale(-1, -1);
}

@media (min-width: 62rem) {
    .ce-header.banner--layout-2 .banner__content-frame {
        margin-top: -44px;
    }

    .ce-header.banner--layout-2 .banner__content-frame::after {
        top: unset;
        right: 1rem;
        bottom: -44px;
        left: unset;
        transform: scale(-1, 1);
    }
}

/* CE Spotlight */
.spotlight--layout-6 .spotlight__content,
.spotlight--layout-7 .spotlight__content {
    position: relative;
}

.spotlight--layout-6 .spotlight__content::after,
.spotlight--layout-7 .spotlight__content::after {
    content: '';
    position: absolute;
    top: -44px;
    left: 1rem;
    height: 45px;
    width: 43px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 45'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M42.606 0C41.376.958 0 45 0 45L8.617 0h33.99Z'/%3E%3C/svg%3E");
    background-position: bottom;
    background-repeat: no-repeat;
    transform: scale(-1, -1);
}

@media (max-width: 61.999rem) {
    .spotlight--layout-6.section--color-primary .spotlight__content::after,
    .spotlight--layout-7.section--color-primary .spotlight__content::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 45'%3E%3Cpath fill='%23218379' fill-rule='evenodd' d='M42.606 0C41.376.958 0 45 0 45L8.617 0h33.99Z'/%3E%3C/svg%3E");
    }

    .spotlight--layout-6.section--color-secondary .spotlight__content::after,
    .spotlight--layout-7.section--color-secondary .spotlight__content::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 45'%3E%3Cpath fill='%238ecdc0' fill-rule='evenodd' d='M42.606 0C41.376.958 0 45 0 45L8.617 0h33.99Z'/%3E%3C/svg%3E");
    }

    .spotlight--layout-6.section--color-support .spotlight__content::after,
    .spotlight--layout-7.section--color-support .spotlight__content::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 45'%3E%3Cpath fill='%23eff6f3' fill-rule='evenodd' d='M42.606 0C41.376.958 0 45 0 45L8.617 0h33.99Z'/%3E%3C/svg%3E");
    }

    .spotlight--layout-6.section--color-grey .spotlight__content::after,
    .spotlight--layout-7.section--color-grey .spotlight__content::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 45'%3E%3Cpath fill='%23edefed' fill-rule='evenodd' d='M42.606 0C41.376.958 0 45 0 45L8.617 0h33.99Z'/%3E%3C/svg%3E");
    }
}

@media (min-width: 62rem) {
    .spotlight--layout-6 .spotlight__content,
    .spotlight--layout-7 .spotlight__content {
        margin-top: -44px;
    }

    .spotlight--layout-6:not(.section--color) .spotlight__content::after,
    .spotlight--layout-7:not(.section--color) .spotlight__content::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 45'%3E%3Cpath fill='%23eff6f3' fill-rule='evenodd' d='M42.606 0C41.376.958 0 45 0 45L8.617 0h33.99Z'/%3E%3C/svg%3E");
    }

    .spotlight--layout-6 .spotlight__content::after {
        top: unset;
        right: 1rem;
        bottom: -44px;
        left: unset;
        transform: scale(-1, 1);
    }

    .spotlight--layout-7 .spotlight__content::after {
        top: unset;
        bottom: -44px;
        left: 1rem;
        transform: scale(1, 1);
    }
}
