.wk-tabbed-editorial {
    background: #180D36;
    color: var(--text-primary-color);
    padding: 100px 0;
}

.wk-tabbed-editorial .cloud-option{
	display: flex;
    flex-wrap: wrap;
}

.wk-tabbed-editorial .section-heading {
	color:#fff;
}

.wk-tabbed-editorial .editorial-tabs {
	margin:70px 0 80px 0;
	display:flex;
}


.wk-tabbed-editorial .tab-content {
    width:75%;
}

.wk-tabbed-editorial .editorial-tabs .weka-tertiary::after {
content:none;
}


.wk-tabbed-editorial .editorial-tabs a {
    background: transparent;
    color: #746E86;
    border: 10px solid #463D5E;
    border-image-slice: 1;
    border-width: 2px;
    /*border-image-source: #463D5E;*/
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 8px 0 !important;
    margin-right: 2rem;
    position: relative;
    width: fit-content;
    font-weight: 500;
    font-size: 14px;
    line-height: 146%;
	text-transform:uppercase;
	letter-spacing:2px;
	font-family:'Acumin Pro';
    display: block;
}

.wk-tabbed-editorial .editorial-tabs a:hover {
    background: transparent;
    color: #fff;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: var(--weka-bright-gradient);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 8px 0 !important;
    margin-right: 2rem;
    position: relative;

}

.wk-tabbed-editorial .editorial-tabs .active {
    background: transparent;
    color: #fff;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: var(--weka-bright-gradient);
    border-left: 0;
    border-right: 0;
    border-top: 0;
}



.wk-tabbed-editorial .title {
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
}
.wk-tabbed-editorial .title p{
    margin-bottom: 0;
}

.wk-tabbed-editorial .content {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
	padding:24px 0;
}
.wk-tabbed-editorial .content p:last-child {
    margin-bottom: 0;
}

.wk-tabbed-editorial .content-section {
    flex-direction: column;
    width: 55%;
    margin-bottom: 0;
}

.wk-tabbed-editorial .image-section {
    flex-direction: column;
    width: 45%;
    margin-bottom: 0;
}
.wk-tabbed-editorial .image-section img {
    border-radius: 30px;
}
@media (max-width: 1024px){
    .wk-tabbed-editorial .editorial-tabs { 
        overflow-x: scroll;
        white-space: nowrap;
        padding-bottom: 14px;
    }
}
@media (max-width: 767px){
    .wk-tabbed-editorial {
        background: #180D36;
        color: var(--text-primary-color);
        padding: 50px 0;
    }
    .wk-tabbed-editorial .tab-content {
        width: 100%;
        margin-bottom: 15px;
    }
    .wk-tabbed-editorial .content-section, .wk-tabbed-editorial .image-section{
        width:100%;
    }
	.wk-tabbed-editorial .image-section {
	    margin-top:20px;
	}
    .wk-tabbed-editorial .image-section img {
        border-radius: 20px;
    }

	.wk-tabbed-editorial .title {
	font-size:24px;
	line-height:125%;
	}
	
	.wk-tabbed-editorial .editorial-tabs { 
    margin: 15px 0 35px;
	}
	
    .wk-featured-3up-asset .resources .res-card .title {
        font-size: 20px;
    }
}