
.channel_featured_card .card_info .card_info_bottom {
    padding-right: 16px;
}
.channel_featured_card .card_info .card_info_bottom .card_info_tags {
    justify-content: space-between;
}
.channel_featured_card .card_info .card_info_bottom .card_info_tags span,.channel_featured_card .card_info p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.channel_featured_card .card_info .card_info_bottom {
    left: 0;
    padding: 0 16px;
    width: 100%;
}
.channel_featured_card .card_info > a {
    padding: 0;
    margin-bottom: 76px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.channel-sponsor-header {
    display: flex;
    align-items: center;
    gap: 20px;
}
.channel-sponsor-header span {
    color: #fff;
    font-size: 30px;
}
.channel-sponsor-header img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.channel-post {
	overflow: visible;
	min-height: 250px;
	display: flex;
	position: relative;
  }

  .channel-post-content {
	height: inherit;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	background: #fff;
	font-size: 16px;
	border: 1px solid #d9d9d9;
  }

  .channel-page-thumbnail {
	background-size: cover !important;
	background-position: center !important;
  }

  .channel-post-meta {
	display: flex;
	align-items: center;
  }

  .entry-title {
	font-size: 18px;
	line-height: 1.25;
	margin: 12px 0;
	color: #000;
	font-family: GilroyBold;
  }

  .entry-title a {
	font-family: GilroyBold;
	color: #000;
	transition: all 0.2s;
  }

  .post-content p {
	font-weight: 400;
	font-family: GilroyMedium;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 1rem;
	line-height: 1.25;
  }

  .external-name {
	position: absolute;
	bottom: 16px;
	font-family: Cambria;
	text-transform: uppercase;
	font-size: 14px;
  }

  .article-bottom-border {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
  }

  .recent-card-categories {
	display: flex;
	font-size: 14px;
	align-items: center;
	text-transform: uppercase;
	gap: 8px;
	margin-top: 1rem;
  }

  .recent-card-categories a {
	font-family: 'GilroyMedium';
	color: #000;
	transition: all 0.2s;
  }

  .entry-title a:hover,
  .recent-card-categories a:hover {
	transition: all 0.2s;
	color: #b02a21;
  }

.channel-side-sticky {
    position: sticky;
    top: 140px;
}

.highlights-header-city {
    position: relative;
    margin-bottom: 3rem;
}

.highlights-header-city h3 {
    font-size: 32px;
    font-family: GilroyExtraBold;
    position: relative;
    margin: 0;
}

.highlights-header-city .highlights-heartbeat {
    position: absolute;
    top: -10px;
    width: 100%;
    height: 50px;
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-signup-newsletter #newsletter-success {
    padding: 2rem 1rem;
    border: 1px solid #e91e24;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 5px 5px 0 0 #e91e24;
    -webkit-box-shadow: 5px 5px 0 0 #e91e24;
    -moz-box-shadow: 5px 5px 0 0 #e91e24;
}

.home-signup-newsletter #newsletter-success span {
    font-size: 22px;
    font-family: 'GilroyExtraBold';
    line-height: 1;
    margin-bottom: .5rem;
    display: block;
}

.home-signup-newsletter #newsletter-success p {
    font-size: 16px;
    font-family: GilroyMedium;
}

.home-signup-newsletter #newsletter-success a {
    font-size: 12px;
    cursor: pointer;
    transition: 0.2s all;
}

.home-signup-newsletter #newsletter-success a:hover {
    transition: 0.2s all;
    color: #e91e24;
    text-decoration: underline;
}

#channel-newsletter-content {
    padding: 2rem;
    border: 1px solid #e91e24;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 5px 5px 0px 0px rgba(233,30,36,1);
    -webkit-box-shadow: 5px 5px 0px 0px rgba(233,30,36,1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(233,30,36,1);
}

#channel-newsletter-content p {
    margin: 0;
}

#channel-newsletter-content p,
#channel-newsletter-content span {
    font-family: GilroyMedium;
}

#channel-newsletter-content span {
    font-size: 14px;
}

#channel-newsletter-content span a {
    font-family: GilroyBold;
    text-decoration: underline;
    color: #000;
}

#channel-newsletter-content p span {
    color: #e91e24;
    font-family: GilroyBold;
}

#channel-newsletter-content .fui-page {
    display: flex;
    align-items: center;
}

#channel-newsletter-content .fui-type-email {
    margin: 0;
}

#channel-newsletter-content .fui-btn-wrapper {
    margin: 0;
    padding: 0;
}

#channel-newsletter-content .fui-form-container {
    margin: 1rem 0;
}

#channel-newsletter-content .fui-input {
    border: 1px solid #000;
    border-radius: 8px;
    font-family: GilroyReg;
}

#channel-newsletter-content .fui-submit {
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    font-family: GilroyBold;
    border-radius: 8px;
}

#channel-newsletter-content .fui-submit:hover {
    background-color: #000;
    color: #fff;
}

.nav-container .menu-user {
    justify-content: flex-end;
}

.cust_v_middle {
    flex: 1 1 0px;
}

.header-menu-container#header-menu .menu-logo.cust_v_middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-menu-container#header-menu .menu-logo.cust_v_middle * {
    transition: all .25s ease-in-out;
}

.header-menu-container#header-menu .menu-logo.cust_v_middle #brand-logo {
    display: inline-block;
    overflow: hidden;
    margin-left: 1rem;
}

.header-menu-container#header-menu .menu-logo.cust_v_middle #brand-logo img {
    height: 60px;
}

.header-menu-container#header-menu .menu-logo.cust_v_middle img{
    height: 75px;
    max-width: 190px;
    object-fit: scale-down;
    object-position: left;
    margin: 0;
}

.channel-stories-right a {
    font-size: 21px !important;
}

.articles-city {
    font-size: 14px;
}

.articles-channel-image img {
    max-height: 40px;
}

.channel-trending-watermark,
.channel-popular-watermark {
    position: absolute;
    bottom: 0;
    right: 70px;
    z-index: 1;
}

.channel-trending-watermark span,
.channel-popular-watermark span {
    position: inherit;
    text-transform: uppercase;
    font-family: GilroyExtraBold;
    font-size: 100px;
    rotate: -90deg;
    transform-origin: 0 0;
    line-height: .75;
    display: inline;
    opacity: 25%;
    text-wrap: nowrap;
}

.this-week-events-mobile {
    border-radius: 15px;
    overflow: hidden;
}

.this-week-events-mobile-first {
    position: relative;
}

.this-week-events-mobile-first img {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.twe-mobile-first-info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.75) 100%);
    font-family: gilroybold;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem 1.5rem;
}

.twe-mobile-first-info span:first-child {
    margin: 0;
    display: flex;
    align-items: center;
    gap: .25rem;
    font-size: 12px;
}

.twe-mobile-first-info span,
.twe-mobile-event-info span {
    color: #f5842e;
}

.twe-mobile-first-info p {
    color: #fff;
    line-height: 1.25;
    margin: 0;
    font-size: 16px;
}

.twe-mobile-list {
    background-color: #fff;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid #d9d9d9;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.twe-mobile-event {
    display: flex;
    gap: 1rem;
}

.twe-mobile-event img {
    width: 75px;
    height: 75px;
    border-radius: 5px;
    object-fit: cover;
}

.twe-mobile-event-info {
    font-family: GilroySemiBold;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.twe-mobile-event-info span:first-child {
    font-size: 12px;
    display: flex;
    gap: .25rem;
    align-items: center;
} 

.twe-mobile-event-info span.city {
    color: #000;
}

.twe-mobile-event-info p {
    line-height: 1.25;
}

.twe-mobile-event-info a {
    color: #000;
    font-family: GilroySemiBold;
}

.city-trending-bottom {
    background-color: #fff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    padding: 1rem 2rem;
    position: relative;
    overflow: hidden;
    border: 1px solid #d9d9d9;
	background-color: #fff;
}

.city-trending-bottom a {
    display: flex;
    gap: 1.5rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.city-trending-bottom a:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 0;
    border-top: 1px solid;
}

.city-trending-bottom a span {
    font-family: GilroyBold;
    font-style: italic;
    font-size: 23px;
}

.city-trending-bottom a div p {
    font-family: GilroySemiBold;
    color: #000;
    margin-bottom: .25rem;
}

.city-trending-bottom a div img {
    height: 20px;
}

.featured-articles-container-title {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.featured-articles-container-title {
    height: 61px;
    padding: .3rem;
    background: #000;
}

.featured-articles-container-title .left-featured {
    background-image: url(/assets/V3/thebeat/images/HK_Sign_Left_End.png);
    background-position: right;
    width: 12%;
    margin-right: -1px;
    border-top-left-radius: 15px !important;
}

.featured-articles-container-title .hk-sides {
    background-repeat: no-repeat;
}

.featured-articles-container-title div {
    background-size: contain;
    background-color: #000;
}

.featured-articles-container-title .center-featured {
    background-image: url(/assets/V3/thebeat/images/HK_Sign_Middle_Half_Size.png);
    background-position: center;
    background-repeat: repeat-x;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-articles-container-title .center-featured h3, 
.featured-articles-container-title h3 {
    font-size: 18px;
}

.featured-articles-container-title .center-featured h3 {
    color: #000;
    text-wrap: nowrap;
}

.featured-articles-container-title h3 {
    margin: 0;
    line-height: 3.75rem;
    font-family: gilroybold;
}

.featured-articles-container-title .right-featured {
    background-image: url(/assets/V3/thebeat/images/HK_Sign_Right_End.png);
    background-position: left;
    width: 10%;
    margin-left: -1px;
    border-top-right-radius: 15px !important;
}



.main-wrapper {
    background-color: #f8f9fb;
}

.articles-featured-image-2 {
    aspect-ratio: 2 / 1;
    height: auto;
    width: 100%;
}

.home-feed-topic {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.home-feed-topics {
    background-color: #fff;
    border-radius: 8px;
    padding: 2rem 1.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: #D1D1D1;
    border-radius: 15px;
}

.home-feed-topics span {
    font-family: GilroyBold;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 1rem;
    display: block;
}

.home-feed-topics a {
    color: #000;
    font-family: GilroyReg;
    background-color: #EBF7FF;
    padding: 0.15rem 0.75rem;
    border-radius: 23px;
    font-size: 15px;
    text-wrap: nowrap;
}

.feed-topics-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}

.home-feed-socials {
    background-color: #fff;
    padding: 2rem 1.5rem;
    border-radius: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #D1D1D1;
}

.home-feed-socials span,
.this-week-events-mobile-label {
    font-family: GilroyBold;
    text-transform: uppercase;
    font-size: 22px;
}

.this-week-events-mobile-label {
    font-size: 16px;
}

.home-feed-socials p {
    font-size: 14px;
    font-family: GilroyReg;
    margin-top: .5rem;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.home-feed-socials a {
    width: 100%;
    display: flex;
    border: 1px solid;
    padding: 0.5rem;
    border-radius: 30px;
    margin: 0.75rem 0;
    align-items: center;
    gap: 1rem;
    font-size: 14px;
    font-family: GilroyReg;
}

.home-feed-socials a span {
    font-size: 22px;
    color: #fff;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.asia-city-list h3,
.highlights-header h3 {
    font-size: 32px;
    font-family: GilroyExtraBold;
    position: relative;
}

.highlights-header h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 2px solid #FA141D;
}

.asia-city-list h3 span,
.highlights-header h3 span {
    padding-right: 1rem;
    background-color: #f8f9fb;
    z-index: 1;
    position: relative;
}

.asia-city-list {
    padding: 3rem 0;
    margin-bottom: 3rem;
}

.asia-city-list,
.asia-city-list h3 span {
    background-color: #ececec;
}

.asia-city-list h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 2px solid #FA141D;
}

.asia-city-list h4 {
    font-family: GilroyReg;
    font-size: 17px;
    color: #000;
    text-transform: capitalize;
}

.asia-cities-list-container {
    overflow: scroll;
}

.asia-cities-list-container::-webkit-scrollbar {
    display: none;
}

.asia-cities-list-container {
    overflow: scroll;
}

.asia-cities-list-container::-webkit-scrollbar {
    display: none;
}

.asia-cities-list {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    margin-bottom: .5rem;
}

.asia-cities-list a {
    border-radius: 10px;
    background: #FFF;
    /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25); */
    flex: 1 1 20%;
    position: relative;
    aspect-ratio: 1/1;
    min-width: 150px;
}

.asia-cities-list a.city-list-zoomed.hong-kong img {
    transform-origin: bottom;
}

.asia-cities-list a span {
    font-family: GilroyBold;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0 .5rem;
    gap: .25rem;
    padding-top: 1rem;
}

.asia-cities-list a .asia-cities-image {
    height: 80%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}

.asia-cities-list a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.channel_feature_header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 1.5rem 0;
}

.channel_feature_header .channel_white_logo {
    width: auto;
    height: 80px;
    object-fit: scale-down;
}

.channel_feature_header .channel_featured2 {
    height: 80px;
    max-width: 500px;
    width: auto;
    object-fit: contain;
}

.channel_feature_header_logo {
    border: 3px solid #fff;
    border-radius: 50%;
    padding: .25rem;
}

.channel_feature_header_logo img {
    height: 40px;
    width: 40px;
}

.channel_feature_articles {
    padding-bottom: 30px;
}

.channel_feature_first {
    aspect-ratio: 5 / 4;
    border-radius: 8px;
    background-size: cover;
    position: relative;
    height: 100%;
}

.channel_feature_first .channel_feature_first_content_desktop {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40%, rgba(0, 0, 0, 0.70) 100%);
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
}

.channel_feature_first div span {
    font-family: GilroyMedium;
    text-transform: uppercase;
}

.channel_feature_first div a {
    font-family: GilroyBold;
    padding: 1rem 0;
    font-size: 28px;
    width: 80%;
    color: #fff;
    line-height: 1.25;
}

.channel_feature_first div p {
    width: 90%;
    font-family: GilroyReg;
}

.channel_feature_right > .row {
    height: 100%;
    row-gap: 20px;
}

.channel_feature_right .channel_feature_first span {
    font-size: 14px;
}

.channel_feature_right .channel_feature_first a {
    font-size: 16px;
    padding: 0;
    padding-top: .5rem;
    margin: 0;
}

.highlights-header h3 {
    width: 100%;
    max-width:100%;
}

.channel_subcategory {
    margin: 0;
}

.highlights-slider .slick-dots li button:before {
    color: #fff;
    opacity: 1;
    content: '';
}

.highlights-slider .slick-dots li button {
    background: #fff;
    border-radius: 50%;
    border: 2px solid #000;
    width: 15px;
    height: 15px;
}

.highlights-slider .slick-dots {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    bottom: -15px;
}

.channel_feature_first div span {
    font-weight: 600;
}

.channel_feature_first div a {
    font-weight: 900;
}

.channel_featured_card {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #d1d1d1;
    background-color: #fff;
}

.channel_featured_card .card_image img {
    width: 100%;
    aspect-ratio: 6/4;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.channel_featured_card .card_info {
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.channel_featured_card .card_info span:first-child {
    font-family: GilroyReg;
    font-size: 14px;
    color: #ff8427;
}

.channel_featured_card .card_info a {
    color: #000;
    font-family: GilroyBold;
    font-size: 18px;
    /*padding-bottom: 90px;*/
}

.channel_featured_card .card_info p {
    margin: 0;
    font-size: 14px;
}

.channel_featured_card .card_info .card_info_bottom span {
    font-size: 14px;
    color: #4FAF76;
    font-family: GilroyReg;
}

.channel_featured_card .card_info .card_info_bottom {
    position: absolute;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.channel_featured_events h3 {
    font-size: 32px;
    font-family: GilroyExtraBold;
    position: relative;
    margin: 0;
    margin-bottom: 1.5rem;
}

@media(max-width: 1200px) {
    .asia-cities-list a span {
        font-size: 14px;
    }
}

@media(max-width: 992px) {
    .channel_feature_right .channel_feature_first {
        height: max-content;
    }

    .channel_feature_right .channel_feature_first img {
        aspect-ratio: 1/1;
    }

    .channel_feature_header .container {
        flex-direction: column;
        gap: .5rem;
    }

    .channel_feature_first_content_mobile {
        padding: 1rem;
        color: #fff;
        display: flex;
        flex-direction: column;
    }

    .channel_feature_first div a {
        padding: .5rem 0;
        width: 100%;
    }

    .channel_feature_first div p {
        width: 100%;
        margin: 0;
    }

    .channel_feature_header .channel_white_logo,
    .channel_feature_header .channel_featured2 {
        height: 50px;
        max-width: 250px;
    }

    .channel_feature_first {
        width: 100%;
        aspect-ratio: unset;
        border-radius: 0;
    }

    .channel_feature_first img {
        width: 100%;
        aspect-ratio: 5 / 3;
        object-fit: cover;
        border-radius: 8px;
    }

    .channel_feature_header {
        flex-direction: column;
        gap: .5rem;
    }

    .channel-side-sticky {
        position: relative;
        top: unset !important;
    }

    .channel_feature_first_content_mobile {
        padding: 0 1rem;
        padding-top: .5rem;
        justify-content: center;
    }
}

@media(max-width: 768px) {
    .highlights-header-city h3 {
        font-size: 22px;
    }

    .highlights-header-city .highlights-heartbeat {
        height: 43px;
    }

    .channel-post-content {
		background: transparent;
		border: none;
		border-radius: 0;
	}

	.channel-page-thumbnail {
		border-radius: 10px;
		height: 25vh;
	}
}

@media (max-width: 576px) {
    .asia-city-list h3 span {
        font-size: 20px;
    }

    .asia-city-list h4 {
        font-size: 14px;
    }

    .asia-cities-list a span{
        font-size:10px ; 
    }
}

@media (max-width: 500px) {
    .header-menu-container#header-menu .menu-logo.cust_v_middle #brand-logo img {
        height: 45px;
    }
}