.CSpot2024 {
    --CLARINS-FONT: ClarinsRegular, Clarins;
    --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    --BG-COLOR: #FFF;
    --BORDER-COLOR: #D3CCC8;
    --TEXT-COLOR: #333;
    display: inline-flex;
    flex-direction: column;
    border: 1px solid var(--BORDER-COLOR);
    position: relative;
    width: 100%;
}

.CSpot2024__visual {
    display: block;
}

.CSpot2024__visual img {
    display: block;
    width: 100%;
    height: auto;
}

.CSpot2024__content {
    background-color: var(--BG-COLOR);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 20px 40px 20px;
}

.CSpot2024__tag {
    margin: 0;
    padding: 6px 0;
    color: var(--TEXT-COLOR);
    text-align: center;
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
    text-transform: uppercase;
    border-top: 1px solid var(--TEXT-COLOR);
    border-bottom: 1px solid var(--TEXT-COLOR);
}

.CSpot2024__title {
    margin: 8px;
    color: var(--TEXT-COLOR);
    text-align: center;
    font-family: var(--CLARINS-FONT);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.CSpot2024__text {
    margin: 0;
    color: var(--TEXT-COLOR);
    text-align: center;
    font-family: var(--GOTHAM-BOOK);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}

.CSpot2024__link {
    color: var(--TEXT-COLOR);
    text-align: center;
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: underline !important;
}

.CSpot2024__link::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.CSpot2024 i-clipboard-write {
    margin: 24px auto;
    min-width: 223px;
    position: relative;
    z-index: 2;
}

.CSpot2024__text+.CSpot2024__link {
    margin-top: 24px
}