.premium-badge .premium-text {
	text-transform: uppercase !important;
	vertical-align: middle;
}
.article-category {
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle
}

.popular-feed .premium-badge {
	height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

.beacon_nominee_details__modal-content-text::-webkit-scrollbar-track {
            background: #bab5ae !important;
            border-radius: 10px;
            box-shadow: none !important;
        }

        /* Handle */
        .beacon_nominee_details__modal-content-text::-webkit-scrollbar-thumb {
            background: #eae5e1 !important;
            border-radius: 10px;
            box-shadow: inset 0 0 6px rgb(0 0 0 / 30%) !important;
        }

        .beacon_nominee_details__modal {
            background: #e8e3dd !important;
        }

        .beacon_nominees__subcategory__nominee-image-wrapper {
            aspect-ratio: 1;
        }

        /* RETAIL ONLY CSS*/
        .retail-honoree {
            width: 80%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .retail_aside__honoree {
            width: 60%;
            text-align: left;
        }

        .retail-image {
            width: 100% !important;
            height: auto !important;
            aspect-ratio: 1;
        }

        .retail-section {
            width: 30% !important;
        }

        .honoree-title {
            font-family: "Founders Grotesk", sans-serif;
            font-size: 16px;
            font-weight: 600;
            line-height: 1.25;
            color: #d77067 !important;
        }

        .honoree-heading {
            color: #d77067 !important;
        }

        .honoree-desc {
            text-align: left !important;
            margin: 0 !important;
            padding: 0 !important;
            font-family: "Founders Grotesk", sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 1.25;
            order: 3;
            margin-top: 12px;
        }

        @media screen and (max-width: 768px) {
            .retail_aside__honoree {
                width: 100%;
            }

            .retail-section {
                width: 100% !important;
            }

            .retail-description {
                width: 80% !important;
                text-align: left !important;
                margin: 30px auto !important;
                order: 0 !important;
            }
        }