.digest-inner__collab .collab-branding,
.digest-inner__main,
.digest-inner__top,
.listing-featured__top,
.listing-featured,
.issue-number,
.categories-container,
.categories,
.author-widget,
.widget__icons-wrapper,
.widget__icons,
.widget_sponsor,
.widget {
    display: -ms-flexbox;
    display: flex
}

.digest-inner__collab .collab-branding,
.digest-inner__collab,
.digest-inner__main,
.issue-number,
.category_block,
.categories,
.widget__icons-wrapper,
.widget__icons,
.widget_sponsor,
.widget {
    -ms-flex-align: center;
    align-items: center
}

.digest-inner__top {
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.digest-inner__collab .collab-branding,
.digest-inner__collab,
.digest-inner__top,
.widget_share {
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.issue-number,
.category_block,
.categories-container,
.categories,
.author-widget,
.widget_sponsor {
    -ms-flex-pack: center;
    justify-content: center
}

.widgets-bottom__left,
.widgets-bottom__right {
    position: fixed;
    z-index: 1;
    bottom: 1.25rem
}

.widgets-bottom__left {
    left: 1.5rem
}

.widgets-bottom__right {
    right: 1.5rem
}

.widget {
    height: 2.5rem;
    padding: 0 .5rem;
    border-radius: 62.5rem;
    background-color: #fff;
    width: 15.5rem;
    border: .0625rem solid #e8e8e8
}

.widget:not(:last-child) {
    margin-bottom: .5rem
}

.widget_share .widget__icon:not(:last-child) {
    margin-right: .25rem
}

.widget_sponsor {
    flex-direction: column;
    height: 100%;
    border-radius: 1rem;
    border: 0;
    padding: 1.25rem 1rem
}

.widget_sponsor>img {
    height: 6rem
}

.widget_sponsor>div {
    margin-bottom: 1rem
}

.widget__number {
    margin-left: auto;
    margin-right: .5rem
}

.widget span {
    margin-left: .5rem
}

.author-widget {
    margin-bottom: .5rem;
    padding: 2.625rem 1rem 1rem;
    background-color: #fff;
    border: .0625rem solid #e8e8e8;
    border-radius: 1.25rem;
    position: relative
}

.author-widget__avatar {
    border: .375rem solid #e8e8e8;
    border-radius: 100%;
    position: absolute;
    top: -2rem;
    z-index: 1
}

.author-widget__avatar::before {
    content: "";
    height: 4.125rem;
    width: 4.125rem;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.author-widget__avatar:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    content: "";
    height: 2.25rem;
    width: 4.5rem;
    background-color: #fff;
    bottom: -0.375rem;
    z-index: -1
}

.author-widget__avatar img {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 100%;
    object-fit: cover
}

.author-widget__info {
    text-align: center
}

.author-widget__info div:first-child {
    margin-bottom: .125rem
}


.inner_loves_page h3{
    margin-bottom: .75rem;
    font: 400 1rem / 1.5rem "HelveticaNeueLTARMW05", "Tahoma", sans-serif;
    color: inherit;
    font-weight: bold;
}
.inner_loves_page ul{
    list-style: none;
    border-radius: .75rem;
    border: .0625rem solid #e8e8e8;
        margin-bottom: 1.25rem;
}

.inner_loves_page li{
    padding: .75rem;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font: 400 1.1rem / 1.6rem "HelveticaNeueLTARMW05", "Tahoma", sans-serif;
    color: inherit;
}
.inner_loves_page li a {
    color: #485683;
}
.inner_loves_page ul li:not(:last-child) {
    border-bottom: .0625rem solid #e8e8e8;
}


@media(max-width: 1023px) {
    .widgets-bottom {
        margin-bottom: 1.25rem
    }

    .widgets-bottom__left,
    .widgets-bottom__right {
        position: static
    }

    .widgets-bottom__left {
        margin-bottom: 1rem
    }

    .widget {
        width: 100%
    }

    .widget_news .circled-icon,
    .widget_digest .circled-icon {
        width: 1.5rem;
        height: 1.5rem
    }

    .widget_share {
        flex-direction: column;
        border-radius: 0;
        border: 0;
        height: auto
    }

    .widget_share span {
        margin-left: 0;
        margin-bottom: 1rem
    }

    .widget_share .widget__icons {
        justify-content: center;
        width: 100%;
        position: relative;
        z-index: 1
    }

    .widget_share .widget__icons::before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: "";
        height: .0625rem;
        width: 100%;
        background-color: #e8e8e8;
        z-index: -1
    }

    .widget_share .widget__icons-wrapper {
        padding: 0 .875rem;
        background-color: #fff
    }

    .widget_share .widget__icon:not(:last-child) {
        margin-right: 1rem
    }

    .author-widget {
        margin-top: 3.75rem;
        padding: 3rem 1.25rem 1.25rem
    }

    .author-widget__avatar {
        border: .4375rem solid #e8e8e8;
        top: -2.6875rem
    }

    .author-widget__avatar::before {
        content: "";
        height: 5.25rem;
        width: 5.25rem
    }

    .author-widget__avatar:after {
        height: 2.75rem;
        width: 5.5rem;
        bottom: -0.5rem
    }

    .author-widget__avatar img {
        height: 4.5rem;
        width: 4.5rem
    }

    .author-widget__info div:first-child {
        margin-bottom: .25rem
    }
}

@media(max-width: 767px) {
    .widgets-bottom {
        margin-bottom: 1rem
    }

    .widget_share span {
        margin-bottom: .5rem
    }

    .author-widget {
        margin-top: 2.75rem;
        padding: 2.5rem 1rem 1rem
    }

    .author-widget__avatar {
        border: .375rem solid #e8e8e8;
        top: -2rem
    }

    .author-widget__avatar::before {
        height: 4.125rem;
        width: 4.125rem
    }

    .author-widget__avatar:after {
        height: 2.25rem;
        width: 4.5rem;
        bottom: -0.375rem
    }

    .author-widget__avatar img {
        height: 3.5rem;
        width: 3.5rem
    }
}

.categories .category {
    margin-bottom: .75rem
}

.categories .category:not(:last-child) {
    margin-right: 1rem
}

.categories-container {
    flex-wrap: wrap
}

.category {
    display: block
}

.category_sm img {
    height: 1.75rem
}

.category_lg img {
    height: 2.25rem
}

.category_block {
    min-width: max-content;
    display: flex;
    max-width: fit-content;
    height: 3.25rem;
    border-radius: .5rem;
    border: .0625rem solid #e8e8e8;
    padding: 0 .75rem;
    margin-bottom: .75rem;
    transition: background-color 0.3s ease
}

.category_block img {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: filter 0.3s ease, opacity 0.3s ease
}

.category_block:hover,
.category_block.active {
    background-color: #33333321;
    border: .0625rem solid #e8e8e8
}

.category_block:hover img,
.category_block.active img {
    filter: none;
    opacity: 1
}

@media(max-width: 1023px) {
    .categories .category {
        margin-bottom: .75rem
    }

    .categories .category:not(:last-child) {
        margin-right: .875rem
    }

    .category_lg img {
        height: 1.75rem
    }

    .category_block {
        height: 2.75rem
    }

    .category_block.category_sm img {
        height: 1.25rem
    }
}

@media(max-width: 767px) {
    .categories-container {
        justify-content: flex-start;
        margin: 0 auto;
        flex-wrap: nowrap
    }

    .categories {
        justify-content: flex-start;
        overflow-x: auto;
        margin: 0 -1rem;
        padding: 0 1rem
    }

    .categories::-webkit-scrollbar {
        display: none
    }

    .categories .category:not(:last-child) {
        margin-right: .75rem
    }

    .category_block {
        height: auto;
        padding: 2rem 1.5rem .75rem .75rem
    }

    .category_block.category_sm img {
        height: 1.5rem
    }
}

.issue-number {
    border-radius: .375rem 0 .375rem 0;
    max-width: fit-content
}

.issue-number span {
    position: relative;
    top: .125rem
}

.issue-number_dark {
    border: .0625rem solid #d2d2d2
}

.issue-number_light {
    background-color: #fff
}

.issue-number_border {
    border: .0625rem solid #d2d2d2
}

.issue-number_lg {
    font: 400 1.375rem/1.375rem "BebasNeue", "Tahoma", sans-serif;
    height: 2.25rem;
    padding: 0 .75rem
}

@media(max-width: 1023px) {
    .issue-number_lg {
        font-size: .875rem;
        line-height: .875rem
    }
}

.issue-number_sm {
    font: 400 1.125rem/1.125rem "BebasNeue", "Tahoma", sans-serif;
    height: 2rem;
    padding: 0 .5rem
}

@media(max-width: 1023px) {
    .issue-number {
        border-radius: .25rem 0 .25rem 0
    }

    .issue-number_lg {
        height: 1.75rem;
        padding: 0 .5rem
    }
}

@media(max-width: 767px) {
    .issue-number span {
        top: .0625rem
    }
}

.listing-featured {
    flex-direction: column;
    margin-bottom: 1.5rem
}

.listing-featured__top {
    padding: 1.5rem;
    border: .0625rem solid #e8e8e8;
    border-radius: 1rem 1rem 0 0;
    border-bottom: 0;
    height: 100%
}

.listing-featured__text {
    flex: 1
}

.listing-featured__text .helv_lg {
    line-height: 1.5rem
}

@media(max-width: 1023px) {
    .listing-featured__text .helv_lg {
        line-height: 1.25rem
    }
}

.listing-featured__img {
    -ms-flex: 0 0 39.15%;
    flex: 0 0 39.15%;
    max-width: 39.15%;
    margin-right: 1rem
}

.listing-featured__img img {
    border-radius: .75rem;
    width: 100%
}

.listing-featured_dark .listing-featured__top {
    background-color: #333;
    border-radius: 1rem 1rem 1rem 1rem;
    border: 0;
    padding: 1.5rem 8.5rem 1.5rem 1.5rem
}

@media(max-width: 1023px) {
    .listing-featured {
        margin-bottom: 1rem
    }

    .listing-featured__top {
        padding: 1rem;
        border-radius: .75rem .75rem 0 0
    }

    .listing-featured__img {
        -ms-flex: 0 0 7.875rem;
        flex: 0 0 7.875rem;
        max-width: 7.875rem
    }

    .listing-featured__img img {
        border-radius: .5rem
    }

    .listing-featured_dark .listing-featured__top {
        padding: 1.25rem
    }
}

@media(max-width: 767px) {
    .listing-featured__top {
        padding: .75rem;
        flex-direction: column
    }

    .listing-featured__img {
        margin: 0 0 .5rem 0;
        width: 100%;
        max-width: 100%
    }

    .listing-featured_dark .listing-featured__top {
        padding: .75rem;
        border-radius: .75rem
    }
}

.container {
    padding: 2rem 0 5.5rem
}

.digest-inner__top {
    padding: 0 2rem;
    margin-bottom: .125rem
}

.digest-inner__date {
    text-align: center
}

.digest-inner__copy,
.digest-inner__back {
    margin-top: .25rem
}

.digest-inner__img {
    position: relative
}

.digest-inner__img::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
    border-radius: 1rem 0 1rem 0
}

.digest-inner__img img {
    border-radius: 1rem 0 1rem 0;
    width: 100%
}

.digest-inner__title {
    position: absolute;
    text-align: center;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
    bottom: 2rem
}

.digest-inner__main {
    position: relative;
    flex-direction: column;
    margin-bottom: 1.5rem
}

.digest-inner__collab {
    border-bottom: 1px solid;
    border-image-source: linear-gradient(to right, #e8e8e8 calc(50% - 1.125rem), transparent calc(50% - 1.125rem), transparent calc(50% + 1.125rem), #e8e8e8 calc(50% + 1.125rem));
    border-image-slice: 1;
    position: relative;
    padding-bottom: 1.625rem;
    margin-bottom: 2.875rem;
    width: 100%
}

.digest-inner__collab:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    transform: translateX(-50%) rotate(45deg);
    background-color: #e8e8e8;
    height: .5rem;
    width: .5rem;
    bottom: -0.25rem
}

@media(max-width: 1023px) {
    .digest-inner__collab {
        border-image-source: linear-gradient(to right, #e8e8e8 calc(50% - 0.6875rem), transparent calc(50% - 0.6875rem), transparent calc(50% + 0.6875rem), #e8e8e8 calc(50% + 0.6875rem))
    }

    .digest-inner__collab:after {
        height: .375rem;
        width: .375rem;
        bottom: -0.1875rem
    }
}

.digest-inner__collab .collab-branding img {
    height: 2rem;
    margin-right: .25rem
}

.digest-inner__text {
    margin-bottom: 1.25rem
}

.digest-inner__listing-featured {
    margin-bottom: 2.5rem
}

.news-blocks {
    margin-bottom: 2rem
}

.news-blocks__title {
    margin-bottom: .75rem
}

.news-blocks__content {
    border-radius: .75rem;
    border: .0625rem solid #e8e8e8
}

.news-blocks__item {
    padding: 1rem
}

.news-blocks__item:not(:last-child) {
    border-bottom: .0625rem solid #e8e8e8
}

.news-blocks__item a {
    color: #485683
}

@media(min-width: 1024px) {
    .news-blocks__item a {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        text-decoration: underline .0625rem rgba(255, 255, 255, 0);
        text-underline-offset: .125rem
    }

    .news-blocks__item a:hover {
        text-decoration-color: inherit
    }
}

.release {
    text-align: center;
    padding: 1.25rem;
    background-color: #f6f7f9;
    border-radius: .5rem
}

@media(max-width: 1023px) {
    .container {
        padding: 1rem 0 3.5rem
    }

    .digest-inner__top {
        align-items: center;
        padding: 0;
        margin-bottom: 1rem
    }

    .digest-inner__copy,
    .digest-inner__back {
        margin-top: 0
    }

    .digest-inner__img {
        margin-bottom: 0
    }

    .digest-inner__img img {
        border-radius: .75rem 0 .75rem 0
    }

    .digest-inner__img::before {
        border-radius: .75rem 0 .75rem 0
    }

    .digest-inner__main {
        margin-bottom: 1rem
    }

    .digest-inner__title {
        position: static;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.25rem
    }

    .digest-inner__collab {
        margin-bottom: 1rem;
        padding-bottom: 0;
        border: 0
    }

    .digest-inner__collab::before,
    .digest-inner__collab::after {
        display: none
    }

    .digest-inner__collab .collab-branding img {
        height: 1.75rem
    }

    .digest-inner__listing-featured {
        margin-bottom: 1.25rem
    }

    .news-blocks {
        margin-bottom: 1.25rem
    }

    .news-blocks__title {
        margin-bottom: .5rem
    }
}

@media(max-width: 767px) {
    .container {
        padding: 0 0 4rem
    }

    .digest-inner__top {
        margin: 0 -1rem 1rem;
        padding: .75rem 1rem;
        background-color: #f4f4f4
    }

    .digest-inner__main {
        margin-bottom: 0
    }

    .digest-inner__title {
        margin-bottom: 1rem
    }

    .digest-inner__text {
        margin-bottom: 1rem
    }

    .digest-inner__listing-featured {
        margin-bottom: 1rem
    }

    .digest-inner__back .circled-icon,
    .digest-inner__copy .circled-icon {
        background-color: #fff
    }

    .digest-inner__img {
        margin: 0 -1rem
    }

    .digest-inner__img::before {
        border-radius: 0
    }

    .digest-inner__img img {
        border-radius: 0
    }

    .news-blocks {
        margin-bottom: 1rem
    }

    .news-blocks__item {
        padding: .75rem
    }

    .release {
        padding: 1rem
    }
}

/*# sourceMappingURL=digest-inner.css.map */