/*
Theme Name: Divi-Community
Description: JBC 2026 Maj
Author: Joyce Foo Tam Fong
Template: Divi
*/

        /*Général*/

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --blue: #34379F;
            --light-blue:#8599f4;
            --yellow: #B66F21;
            --brown:#BF9179;
            --dark-brown: #261B19;
            --ivory: #FFFBE6;
            --purple:#7D4E7D;
            --green: #014E3E;
            --pink:#D4B4C1;
            --red:#651F2C;

        }

@font-face {
            font-family: "Instrument Sans";
            src: url(https://jazzetbluesaclamecy.fr/wp-content/themes/Divi-Community/fonts/InstrumentSans-VariableFont.ttf) format("truetype");
        }
@font-face {
            font-family: "Instrument Serif";
            src: url(https://jazzetbluesaclamecy.fr/wp-content/themes/Divi-Community/fonts/InstrumentSerif-Regular.ttf) format("truetype");
        }

        body {
            font-family: "Instrument Sans", sans-serif;
            font-weight: 400;
            font-style: normal;
            background-color: var(--ivory);
        }           

    /*Accueil*/

        .hero img {
            width: 100%;
            height: 85vh;
            object-fit:cover;
            object-position: center;
        }
        
        nav {
            position: static;
            bottom: 0;
            width: 100%;
            background-color:var(--blue);
            padding: 20px 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 1000;
            flex-wrap: wrap;
        }

        #nav2 {
            background-color:var(--ivory);
        }
        
        nav.sticky {
            top: 0;
            bottom: auto;
        }
        
        h1, .nav-title {
            font-family: "Instrument Serif", serif;
            font-weight: 400;
            font-style: normal;
            text-transform: uppercase;
            font-size: 4rem;
            color: var(--ivory);
        }

        .nav-title a {
            color: var(--ivory);
            text-decoration: none;
        }


        h1 span, .nav-title span {
            font-family: "Instrument Sans", sans-serif;
            font-weight: 600;
            font-style: normal;
            font-size: 2rem;
            text-transform: uppercase;
            display: inline-block;
            position: relative;
            bottom: 1.5rem;
        }

        #nav2 .nav-title a, #nav2 .nav-title span {
            color: var(--blue);
        }
        
        .nav-links {
            align-items: center;
            display: flex;
            flex-direction: column;
            margin-left: auto;
            margin-right: 2rem;
        }

        .nav-links a {
            text-decoration: none;
            transition: opacity 0.3s;
            padding-left: 0.6rem;
            color: var(--ivory);
        }
        .nav-links .nav-links-top a {
            color: var(--light-blue);
        }
        .nav-links .nav-links-top a:hover {
            color: var(--ivory);
        }

        #nav2 .nav-links a {
            color: var(--blue);
        }
        #nav2 .nav-links .nav-links-top a {
            color: var(--brown);
        }
        #nav2 .nav-links .nav-links-top a:hover {
            color: var(--red);
        }

        .nav-links-top {
            font-family: "Instrument Sans", sans-serif;
            font-weight: 600;
            font-style: normal;
            font-size: 1rem;
            text-transform: uppercase;
            margin-left: auto;
            display:flex;
            flex-direction:row;
            margin-bottom:0.5rem;
        }

        .nav-links-bottom {
            font-family: "Instrument Serif", serif;
            font-weight: 400;
            font-style: normal;
            margin-left: auto;
            font-size: 2rem;
            display:flex;
            flex-direction:row;
        }
        .nav-links-bottom a{
        	padding-right: 0.2rem;
        }
        .nav-links-bottom a:hover {
            font-style: italic;
        }

        .nav-links .nav-links-bottom a:nth-child(1){
            color: var(--pink);
        }
		.nav-links .nav-links-bottom a:nth-child(1):active{
            text-decoration: underline 0.15rem var(--light-blue);
            cursor:default;
            font-style:normal;
        }

        #nav2 .nav-links .nav-links-bottom a:nth-child(1){
            color: var(--yellow);
        }
		#nav2 .nav-links .nav-links-bottom a:nth-child(1):active{
            text-decoration: underline 0.15rem var(--yellow);
            cursor:default;
            font-style:normal;
        }

        .nav-logo {
            height: 6rem;
        }

        .content-block {
            padding: 0 0;
        }
        
        .block-container {
            display: flex;
            gap: 40px;
            align-items: center;
        }
        
        .block-image {
            flex: 1;
        }
        
        .block-image img {
             width: 100%;
            height: auto;
            object-fit: cover;
        }
        
        .block-content {
            flex: 1;
            padding-right: 5rem;
        }
        
        h2,.block-title {
            font-family: "Instrument Serif", serif;
            font-weight: 400;
            font-style: normal;
            font-size: 2.5rem;
            margin-bottom: 20px;
            text-transform: uppercase;
            color: var(--red);
        }

        h2 span,.block-title span {
            font-family: "Instrument Sans", sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 1.2rem;
            display: inline-block;
            position: relative;
            bottom: 1rem;
        }
        
        p {
            text-align: left;
            line-height: 1.5;
            margin-bottom: 30px;
            color: var(--ivory);
            display:inline;
        }

        .block-text{
            color: var(--dark-brown);
        }
        
        .block-button {
            width: 2rem;
            height: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            position: relative;
            background-color: var(--yellow);
            margin-left: auto;
        }
        
        .button-arrow img {
            width: 2rem;
            height: auto;
            margin-top:0.15rem;
        }
        
        .button-text {
            display: none;
        }

        .block-button:hover {
            width: 9rem;
            transition: width 0.4s;
        }
        .block-button:hover .button-text {
            display: block;
            position: absolute;
            left: 0.6rem;
            color: var(--ivory);
            font-weight: bold;
            font-size: 0.9rem;
            animation: fadeIn 0.3s 0.2s forwards;
            opacity: 0;
        }

        @keyframes fadeIn {
            to {
                opacity: 1;
            }
        }
        
        .block-button:hover .button-arrow {
            position: absolute;
            right: 0rem;
            transition: right 0.4s;}

        .announcement-block, .note-block, .goals-block, .role-block {
            padding: 1rem;
            position: relative;
            overflow: hidden;
        }

        .announcement-block {
            background-color: var(--yellow);
            margin-top: -1rem;
        }

        .note-block {
            background-color: var(--pink);
        }

        .goals-block{
            margin-top: -1rem;
            background-color: var(--green);
        }

        .role-block {
            background-color: var(--red);
        }

        .announcement-block:hover {
            background-color: var(--red);
            transition: background-color 0.3s;
        }
		.note-block:hover {
            background-color: var(--light-blue);
            transition: background-color 0.3s;
        }

        .announcement-container, .note-container, .goals-container, .role-container {
            display: flex;
            flex-direction: row;
            align-items: center;
            cursor: pointer;
            padding: 0 3rem;
        }

        h3, .announcement-title, .note-title, .footer-title, .programme-date, .goals-title, .role-title {
            font-family: "Instrument Serif", serif;
            font-weight: 400;
            font-style: normal;
            font-size: 2rem;
            color: var(--ivory);
            text-transform: uppercase;
        }

        h3 span,.announcement-title span, .note-title span, .footer-title span, .programme-date span, .goals-title span, .role-title span {
            font-family: "Instrument Sans", sans-serif;
            font-weight: 500;
            font-style: normal;
            font-size: 1.1rem;
            display: inline-block;
            position: relative;
            bottom: 0.6rem;
            color: var(--ivory);
        }

        h4, .announcement-subtitle, .note-subtitle, .programme-artiste,
        .programme-lieu, .goals-subtitle, .role-subtitle {
            font-family: "Instrument Sans", sans-serif;
            font-weight: 500;
            font-style: normal;
            font-size: 1.2rem;
            color: var(--ivory);
            margin-left: 5vh;
        }

        .note-title{
            color: var(--red);
        } .note-title span{
            color: var(--red);
        } .note-subtitle {
            color: var(--red);
        }
        .goals-subtitle, .role-subtitle {
            color: var(--ivory);
        }

        .goals-block:hover .goals-title, 
        .goals-block:hover .goals-title span,
        .goals-block:hover .goals-subtitle,
        .goals-block:hover .overlay-bottom p {
            color: var(--pink);
            transition: color 0.3s;
        }

        .role-block:hover .role-title,
        .role-block:hover .role-title span,
        .role-block:hover .role-subtitle,
        .role-block:hover .overlay-bottom p {
            color: var(--light-blue);
            transition: color 0.3s;
        }

        .announcement-toggle, .note-toggle, .goals-toggle, .role-toggle {
            background: none;
            border: none;
            margin-left: auto;
            cursor: pointer;
        }

        .announcement-toggle img, .note-toggle img, .goals-toggle img, .role-toggle img {
            width: 2.5rem;
            height: auto;
        }

        .announcement-overlay, .note-overlay {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            height:fit-content;
            z-index: 2000;
            background-color: var(--red);
            padding: 1rem 4rem;
        }

        .goals-overlay, .role-overlay {
            display: none;
        }

        .goals-overlay .goals-title, .goals-overlay .goals-title span, .goals-overlay .goals-subtitle,
        .role-overlay .role-title, .role-overlay .role-title span, .role-overlay .role-subtitle {
            color: var(--ivory);
        }

        .overlay-content {
            width: 100%;
            height:fit-content;
            display: flex;
            flex-direction: column;
            margin-left: auto;
        }

        .overlay-top {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 1rem;
            margin-right: auto;
        }

        #announcement-bottom {
            margin-left: 18vw;
        }

        #note-bottom {
            margin-left: 14.5vw;
        }

        #goals-bottom {
            margin-left: 23.5vw;
        }
        #role-bottom {
            margin-left: 23.5vw;
        }

        .overlay-close, .overlay-close2{
            background: none;
            border: none;
            color: var(--yellow);
            cursor: pointer;
            position: absolute;
            top: 1rem;
            right: 1rem;
            margin-left: auto;
            font-size: 2.5rem;
        }

        .blog {
            padding: 4rem 2rem;
            background-color: var(--ivory);
        }

        .blog-container {
            max-width: 100vw;
            max-height: fit-content;
            margin: 0 auto;
        }

        .blog-title {
            color: var(--red);
            margin-bottom: 2rem;
        }

        .carousel {
            overflow: scroll;
        }

        .carousel-wrapper {
            display: flex;
            gap: 1rem;
            scroll-behavior: smooth;
        }

        .article-card {
            flex: 0 0 calc(33.333% - 1.5rem);
            background-color: var(--ivory);
            border-radius: 1rem;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s;
        }

        .article-card:hover {
            transform: translateY(0.1rem);
            border: solid 2px var(--brown);

        }

        .article-thumbnail {
            width: 100%;
            height: 200px;
            overflow: hidden;
        }

        .article-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .article-info {
            padding: 1.5rem;
        }

        .article-title{
            margin-left: auto;
            color: var(--blue);
            font-size: 1rem;
        }

        .article-description {
            font-size: 0.9rem;
            color: var(--brown);
        }

        .article-card .button-arrow{
            width: 1.5rem;
            height: auto;}

        .article-card .button-arrow img {
            width: 1.5rem;
            height: auto;
            margin-top:0.1rem;
        }

        .article-card .block-button:hover .button-arrow {
            position: absolute;
            right: 0.25rem;
            transition: right 0.4s;}

        .blog-button {
            width: 20vw;
            height: 3rem;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            background-color: var(--brown);
            margin: 1rem auto 0;
        }

        .blog-button:hover {
            background-color: var(--green);
        }

        .blog-button a{
            text-decoration: none;
        }

        .blog-button .button-text {
            display: block;
            color: var(--ivory);
            font-size: 1rem;
            font-weight: 500;
        }

/*Bas de page*/
        .footer {
            background-color: var(--blue);
            color: var(--light-blue);
            padding: 2rem 4rem;
        }

        .footer-container {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
        }

        .footer-column {
            flex: 1;
            margin: 1rem;
        }

        .footer-title {
            margin-bottom: 0.5rem;
            margin-left: 0;
        }

        .footer-links {
            display: flex;
            flex-direction: row;
            gap: 1.5rem;
            list-style: none;
        }

        .footer-links a {
            color: var(--light-blue);
            text-decoration: none;
            transition: color 0.3s;
            text-transform: uppercase;
            font-weight: 600;
        }

        .footer-links a:hover {
            color: var(--pink);
        }

        .footer-socials {
            margin-top: 2rem;
            display: flex;
            flex-direction: row;
            gap: 1.5rem;
            list-style: none;
        }

        .footer-socials a {
            color: var(--ivory);
            text-decoration: none;
            transition: color 0.3s;
            text-transform: uppercase;
            font-weight: 600;
        }

        .footer-socials a:hover {
            color: var(--pink);
        }

        .footer-socials img {
            width: 1.2rem;
            height: auto;
            margin-right: 0.5rem;
            vertical-align:sub;
        }

        .footer-text {
            font-family: "Instrument Sans", sans-serif;
            font-weight: 400;
            font-size: 1rem;
            line-height: 1.5;
        }

        #adresse {
            font-size: 1.3rem;
        }

        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 1rem;
        }

        .copyrights {
            font-size: 0.6rem;
            margin-left: 2rem;
            margin-bottom: 0;
            color: var(--light-blue);
        }
        
        .scroll-to-top img {
            width: 2rem;
            height: auto;
            margin-right: 2rem;
            margin-bottom: 0;
            cursor: pointer;
        }

/*Programme*/
        .programme {
            padding: 0 2rem;
            max-width: 100vw;
            margin: 0 auto;
            background-color: var(--blue);
        }
        
        .programme-headline{
            color: var(--light-blue);
        }

        .programme-title{
            color: var(--pink);
            margin-bottom: 2rem;
        }

		.programme-title-2{
            color: var(--light-blue);
            margin: 1rem 0 2rem 0;
        }

        .programme-item {
            overflow: hidden;
            margin-bottom: 1rem;
        }

        .programme-image {
            width: 100vw;
            height: 30vh;
            object-fit: cover;
            background-color: var(--light-blue);
            opacity: 0.4;
            object-position:50% 20%;
		}

        .programme-item:hover .programme-image {
            opacity: 1;
            transition: opacity 0.3s;
        }
        
        .programme-header {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 2rem;
            margin-top: 0.2rem;
            padding: 1.5rem 2rem 1.5rem 2rem;
            cursor: pointer;
            transition: background-color 0.3s;
            border-top: 0.2rem solid var(--yellow);
            border-bottom: 0.2rem solid var(--yellow);
            justify-content: space-between;
        }
        
        .programme-header:hover {
            background-color: var(--yellow);
        }

        .programme-date {
            margin-bottom: 0;
        }

        .programme-artiste {
            text-transform: uppercase;
        }

        .programme-artiste, .programme-lieu{
            margin-bottom: 0;
        }
        
        .programme-description {
            padding: 1.5rem;
            margin-left: 13vw;
            background-color: var(--blue);
            display: none;
        }

    /*Association*/

.slideshow{
        padding: 2rem;
    }
    .slideshow-headline{
        color: var(--dark-brown);
    }
    .slideshow-title{
        color: var(--brown);
        margin-bottom: 2rem;
    }
    .slideshow-block {
        display: flex;
        gap: 2rem;
        background-color: var(--ivory);
    }

    .slideshow-container {
        max-width: 100%;
        margin: 0 auto;
    }

    .slideshow-main {
        display: flex;
        flex-direction: row;
        flex: 1;
    }

    .slideshow-image-wrapper {
        width: 60vw;
        height: 60vh;
        overflow: hidden;
    }

    .slideshow-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slideshow-text-wrapper {
        flex-direction: column;
        width: 40vw;
        height: 55vh;
        padding: 2rem;
        overflow-y: scroll;
    }

    .slideshow-text h3 {
        color: var(--blue);
    }

    .slideshow-text h3 span {
        color: var(--blue);
    }

    .slideshow-text p {
        color: var(--blue);
    }

    .slideshow-panels {
        display: flex;
        justify-content: center;
    }

    .slide-panel {
        width: 40vw;
        height: 20vh;
        padding: 0;
        cursor: pointer;
        overflow: hidden;
        position: relative;
    }

    .slide-panel img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.3;
    }

    .slide-panel h4 {
        position: absolute;
        bottom: 1rem;
        margin: 0.1rem 1rem;
        color: var(--blue);
        font-size: 1.2rem;
        text-transform: uppercase;
    }

    .slide-panel.active {
        display: none;
    }

    .slide-panel:hover img {
        opacity:1;
        transition: opacity 0.2s;
    }

    .slide-panel:hover h4 {
        color: var(--ivory);
    }

    .youtube-text {
        color: var(--dark-brown);
        text-align: center;
        margin-bottom: 0;
        font-size: 1rem;
    }

    .adhesion {
        padding: 2rem 0 2rem 2rem;
    }
    .adhesion-headline {
        color: var(--dark-brown);
    }
    .adhesion-title {
        color: var(--green);
        margin-bottom: 2rem;
    }
    .adhesion-block {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 1rem;
    }

    .adhesion-files {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .adhesion-button-pdf{
        display: flex;
        align-items: center;
        color: var(--ivory);
        text-decoration: none;
        transition: background-color 0.3s;
    }
.adhesion-button-word {
        display: flex;
        align-items: center;
        color: var(--ivory);
        text-decoration: none;
        transition: background-color 0.3s;
    }
    .adhesion-button-pdf{
        padding: 2rem 70vw 2rem 1rem;
        background-color: var(--yellow);
    }
    .adhesion-button-word{
        padding: 2rem 50vw 2rem 1rem;
        background-color: var(--dark-brown);
    }
    .adhesion-button-pdf:hover{
        background-color: var(--purple);
    }
	.adhesion-button-word:hover {
        background-color: var(--purple);
    }

	.asso-docs{
        display: flex;
        flex-direction: row;
        gap: auto;
    }

    #joafe {
        background-color: var(--brown);
        width: auto;
        margin-right: 1rem;
    }

    #joafe:hover {
        width: 10.5rem;
        transition: width 0.4s;
        background-color: var(--green);
    }

    #joafe:hover .button-text{
        animation: fadeIn 0.2s 0s forwards;
    }

    #statut {
        background-color: var(--brown);
        width: auto;
        margin-right: 1rem;
    }

    #statut:hover {
        width: 10rem;
        transition: width 0.4s;
        background-color: var(--red);
    }

    #statut:hover .button-text{
        animation: fadeIn 0.2s 0s forwards;
    }

    /*Médiathèque*/
    
    .mediatheque {
        background-color: var(--ivory);
    }

    .mediatheque-headline {
        color: var(--dark-brown);
        padding: 0 2rem;
    }

    .mediatheque-title {
        color: var(--ivory);
        padding-bottom: 2rem;
        background-color: var(--blue);
        margin-bottom: 0;
        padding: 1rem 4rem;
    }


    .revues-title {
        color: var(--pink);
        padding-bottom: 2rem;
        margin-bottom: 0;
        padding: 1rem 4rem;
        background-color: var(--dark-brown);
    }
    .mediatheque-content, .revues-content {
        display: flex;
        flex-direction: row;
        background-color: var(--dark-brown);
    }

    .slide-text {
        display: none;
        position: absolute;
        bottom: 2vh;
        width: 70%;
        text-align: center;
        color: var(--ivory);
        background-color: rgba(0, 0, 0, 0.5);
        padding: 0.5rem;
        border-radius: 5px;
        left: 50%;
        transform: translateX(-50%);
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 2500;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .modal-content {
        position: relative;
        margin: auto;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .modal-content button {
        background: none;
        border: none;
        cursor: pointer;
    }
    .modal-close {
        position: absolute;
        top: 1rem;
        right: 1rem;
        color: var(--ivory);
        font-size: 3rem;
        cursor: pointer;
        z-index: 2501;
    }

    .modal-close:hover {
        color: var(--yellow);
        transition: color 0.3s;
    }

    .modal-slides, .modal-slides-masterclass-7, .modal-slides-revues {
        width: auto;
        height: 90vh;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-slides img, .modal-slides-masterclass-7 img, .modal-slides-revues img {
        max-width: 90%;
        max-height: 90vh;
        object-fit: contain;
    }

    .gallery-info {
        width: 100%;
        background-color: var(--red);
        padding: 0.5rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding-left: 15rem;
    }

    .gallery-info p{
        color: var(--pink);
        margin: 0.5rem 0;
        width: 35%;
    }

    .gallery-title {
        padding: 1rem;
        width: fit-content;
    }
    
    .gallery-title h4 {
        color: var(--ivory);
        margin: 0 1.5rem;
        text-transform: uppercase;
        font-size: 1.5rem;
        font-weight: 700;
    }

    .gallery-title h5 {
        color: var(--ivory);
        margin: 0 1.5rem;
        text-transform: uppercase;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .modal-arrows {
        display: flex;
        gap: 2rem;
        justify-content: center;
        margin: 0 2rem;
    }

    .arrow {
        background-color: var(--dark-brown);
        border: none;
        color: var(--ivory);
        padding: 0.5rem 0.8rem;
        cursor: pointer;
        font-size: 1.2rem;
        transition: background-color 0.3s;
    }

    .arrow:hover {
        background-color: var(--blue);
    }

    .gallery-column {
        flex: 1;
        display: flex;
        flex-direction: column;
        width: fit-content;
    }

    .sneak-peek {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .flex-img {
        width: 100%;
        height: 28vh;
        object-fit: cover;
        object-position: 50% 30%;
        filter: brightness(50%);
    }

    #sp-revues .flex-img {
        object-position: top;
    }

    .sneak-peek:hover .flex-img {
        filter: brightness(100%);
        transition: filter 0.2s;
    }

    .flex-title {
        width: 100%;
        background-color: var(--dark-brown);
        padding: 0.6rem 0;
        cursor: pointer;
    }

    #sp-media:hover .flex-title, #sp-masterclass-7:hover .flex-title {
        background-color: var(--yellow);
        transition: background-color 0.2s;
    }

    #sp-revues:hover .flex-title h5, #sp-revues:hover .flex-title h4 {
        color: var(--pink);
        transition: color 0.2s;
    }

    .flex-title h5 {
        color: var(--ivory);
        margin-left: 1.5rem;
        font-size: 0.9rem;
        text-transform: uppercase;
        font-weight: 500;
    }
    .flex-title h4 {
        color: var(--ivory);
        font-size: 1rem;
        margin-left: 1.5rem;
        text-transform: uppercase;
        font-weight: 700;
    }

/*Actus*/
	

.article-header {
    display:flex;
    flex-direction: row;
    gap: 3rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 2rem;
    padding-left: 20rem;
    background-color: var(--brown);
}

.article-image {
    width: 30%;
    height: 30vh;
    object-fit: cover;
    flex-shrink: 0;
}

.article-info {
    flex: 1;
}

.entry-title {
    font-family: "Instrument Serif", serif;
    font-size: 2.5rem;
    color: var(--ivory);
    text-transform: uppercase;
}

.post-meta {
    font-size: 1rem;
    color: var(--red);
    text-transform: uppercase;
    font-weight: 600;
}

.article-content {
    padding: 0 2rem;
    background-color: var(--ivory);
}

.article-content p {
    color: var(--dark-brown);
}

.highlights {
    display: flex;
    gap: 1rem;
    margin: 2rem 0;
    justify-content: center;
    flex-wrap: wrap;
}

.article-sp-title{
    color: var(--blue);
    font-size: 1rem;
    margin-left: 0;
}

.article-sp-meta{
    color: var(--pink);
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
}

.article-sp-text{
    color: var(--brown);
    line-height: 1.2;
}