.c24e-content-card .featured-content-card-layout {
    /* padding: 8px 16px; */
    background-color: var(--Color-layout-background);
}

.c24e-content-card .featured-content-card,
.c24e-content-card .featured-content-card:focus,
.c24e-content-card .featured-content-card:active {
    max-width: 548px;
    width: 100%;
    height: 240px;
    position: relative;
    text-decoration: none;
    border: none;
    border-radius: var(--Radius-4, 4px);
    overflow: hidden;
    margin-bottom: 15px;
}

.c24e-content-card .featured-content-card>img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.c24e-content-card .featured-content-card>.card-gradient {
    position: absolute;
    width: 100%;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 0px 0px 4px 4px;
    background: linear-gradient(180deg, rgba(15, 43, 81, 0.00) 0%, rgba(14, 43, 78, 0.30) 40%, rgba(19, 53, 91, 0.60) 70%, rgba(13, 48, 91, 0.90) 100%);
    background-blend-mode: multiply;
}

.c24e-content-card .featured-content-card>.card-content {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
}

.c24e-content-card .featured-content-card>.card-content .card-headline {
    color: var(--Color-text-white, #FFF);
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

.c24e-content-card .featured-content-card>.card-content::before {
    content: "";
    position: absolute;
    top: -12px;
    width: 32px;
    height: 4px;
    background-color: var(--Color-divider-yellow, #FED141);
}

/* Editorial Content Card */

.c24e-content-card .editorial-content-card-layout{
    /* padding: 0 16px; */
}

.c24e-content-card .editorial-content-card-layout-desktop-large {
    width: 1120px; 
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-medium);
}

.c24e-content-card .editorial-content-card-layout-desktop-1 {
    width: 548px;
    /* max-width: 548px; */
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-medium);
}

.c24e-content-card .editorial-content-card-layout-desktop-3-column {
    width: 357px;
    /* max-width: 357px; */
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-medium);
}

.c24e-content-card .editorial-content-card {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: none !important;
    border: none;
    border-radius: 0px;
}

.c24e-content-card .editorial-content-card .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    border-radius: 0px;
}

.c24e-content-card .editorial-content-card .background-gradient {
    width: 100%;
    height: 90px;
    flex-shrink: 0;
    background: linear-gradient(180deg, rgba(13, 48, 91, 0.90) 0%, rgba(19, 53, 91, 0.60) 40%, rgba(14, 43, 78, 0.30) 70%, rgba(15, 43, 81, 0.00) 100%);
    background-blend-mode: multiply;
    position: absolute;
}

.c24e-content-card .editorial-content-card .card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 2px;
}

.c24e-content-card .editorial-content-card .card-overlay-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c24e-content-card .editorial-content-card .card-overlay-content-2 {
    display: flex;
    flex-direction: row;
    margin-top: 6px;
}

.c24e-content-card .editorial-content-card .yellow-vector-desktop {
    display: block;
    width: 32px;
    stroke-width: 4px;
    stroke: #FED141;
    height: 4px;
}

.c24e-content-card .editorial-content-card .yellow-vector-mobile {
    display: none;
}

.c24e-content-card .editorial-content-card .card-overlay-content> .card-title {
    color: var(--text-invert, #FFF);
    font-family: var(--Fonts-Family-Heading, 'Open Sans');
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    text-align: left;
}

.c24e-content-card .editorial-content-card .card-text-1 {
    color: var(--text-invert, #FFF);
    font-family: var(--Fonts-Family-Text, 'Open Sans');
    font-size: var(--Fonts-Size-Text-Tiny, 14px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Fonts-Line-Height-xxx-sm, 16px);
    padding: 0px 4px 0px 0px;
    letter-spacing: 1.4px;
}

.c24e-content-card .editorial-content-card .card-text-2 {
    color: var(--surface-graphic-brand, #FED141);
    font-family: var(--Fonts-Family-Text, 'Open Sans');
    font-size: var(--Fonts-Size-Text-Tiny, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--Fonts-Line-Height-xxx-sm, 16px);
}



@media screen and (min-width:1024px) {
	.c24e-content-card .featured-content-card.f-c-c-large {
		max-width: 1120px;
		height: 240px;
	}

	.c24e-content-card .featured-content-card.f-c-c-medium {
		max-width: 548px;
		height: 240px;
	} 

	.c24e-content-card .featured-content-card.f-c-c-small {
		max-width: 357.333px;
		height: 240px;
	} 

    .c24e-content-card .featured-content-card.f-c-c-large>.card-gradient { 
        aspect-ratio: 240/15; 
	}
	.c24e-content-card .featured-content-card.f-c-c-medium>.card-gradient {
        aspect-ratio: 240/25; 
	} 
	.c24e-content-card .featured-content-card.f-c-c-small>.card-gradient {
        aspect-ratio: 240/40; 
	} 
}

@media screen and (max-width:1023.9px) { 
    .c24e-content-card .featured-content-card,
    .c24e-content-card .featured-content-card:focus,
    .c24e-content-card .featured-content-card:active { 
        width: 100%;
        aspect-ratio: 343/152;
        height:  152px;
        max-width: none;
    }

    .c24e-content-card .featured-content-card>img { 
        object-fit: cover;
    }

    .c24e-content-card .featured-content-card>.card-content {
        bottom: 8px;
        left: 8px;
        right: 8px;
    }

    .c24e-content-card .featured-content-card>.card-content .card-headline {
        color: var(--Color-text-white, #FFF);
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .c24e-content-card .featured-content-card>.card-gradient {
        aspect-ratio: 343/64;
        height: none;
    }

    .c24e-content-card .featured-content-card>.card-content::before {
        content: "";
        position: absolute;
        top: -8px;
        width: 24px; 
        background-color: var(--Color-divider-yellow, #FED141);
    }

    .c24e-content-card .editorial-content-card-layout-desktop-large,
    .c24e-content-card .editorial-content-card-layout-desktop-1,
    .c24e-content-card .editorial-content-card-layout-desktop-3-column {
      width: 100%; 
      height: 100%;
      aspect-ratio: 343 / 120;
      max-height: 120px;
      position: relative;
      overflow: hidden;
      box-shadow: var(--Attributes-Position-X-Sm, 2px) var(--Attributes-Position-Y-Sm, 3px) var(--Attributes-Blur-Sm, 10px) 2px var(--surface-background-dropshadow, rgba(0, 0, 0, 0.30));
    }
  
    .c24e-content-card .editorial-content-card .background-gradient {
      width: 100%;
      height: calc(100vw * 0.147); /* calculate height based on aspect ratio */
      flex-shrink: 0;
      background: linear-gradient(180deg, rgba(13, 48, 91, 0.90) 0%, rgba(19, 53, 91, 0.60) 40%, rgba(14, 43, 78, 0.30) 70%, rgba(15, 43, 81, 0.00) 100%);
      background-blend-mode: multiply;
    }
    .c24e-content-card .editorial-content-card .card-overlay-content-2{
        margin-top: 2px;
    }
    .c24e-content-card .editorial-content-card .card-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 0;
      border-radius: 0px;
    }
  
    .c24e-content-card .editorial-content-card .card-img-overlay {
      padding: 8px;
    }
  
    .c24e-content-card .editorial-content-card .card-overlay-content > .card-title {
      color: var(--text-invert, #FFF);
      font-family: var(--Fonts-Family-Heading, 'Open Sans');
      font-size:20px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
    }
  
    .c24e-content-card .editorial-content-card .card-text-1 {
      color: var(--text-invert, #FFF);
      font-family: var(--Fonts-Family-Text, 'Open Sans');
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: var(--Fonts-Line-Height-xxxx-sm, 14px);
      letter-spacing: 1.2px;
    }
  
    .c24e-content-card .editorial-content-card .card-text-2 {
      color: var(--surface-graphic-brand, #FED141);
      font-family: var(--Fonts-Family-Text, 'Open Sans');
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: var(--Fonts-Line-Height-xxxx-sm, 14px);
    }
  
    .c24e-content-card .editorial-content-card .yellow-vector-desktop {
      display: none;
    }
  
    .c24e-content-card .editorial-content-card .yellow-vector-mobile {
      display: block;
      width: 32px;
      stroke-width: 4px;
      stroke: var(--surface-graphic-brand, #FED141);
      padding-left: 0px;
      height: 4px;
    }
  
    .c24e-content-card .editorial-content-card .link-out-icon {
      width: 16px;
      height: 16px;
    }
}
