:root {
    --ha-color-text-h: 239;
    --ha-color-text-s: 34%;
    --ha-color-text-l: 27%;
    --ha-color-border: #d3d7df;
    --ha-color-border-h: 217;
    --ha-color-border-s: 16%;
    --ha-color-border-l: 85%;
}

.WidgetVignette {
    background: var(--ha-color-white);
    border-radius: 10px;
    -webkit-box-shadow: 0 2px .2.6px hsla(var(--ha-color-text-h),var(--ha-color-text-s),var(--ha-color-text-l),.15);
    box-shadow: 0 2px 2.6px hsla(var(--ha-color-text-h),var(--ha-color-text-s),var(--ha-color-text-l),.15);
    margin: 0 auto;
    text-align: center;
    -webkit-transition: -webkit-box-shadow;
    transition: -webkit-box-shadow;
    transition: box-shadow;
    transition: box-shadow,-webkit-box-shadow;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 100%;
    height: 100%;
}

.WidgetVignette:hover {
    -webkit-box-shadow: 0 4.375px 21.875px hsla(var(--ha-color-text-h), var(--ha-color-text-s), var(--ha-color-text-l), .15);
    box-shadow: 0 .375px 21.875px hsla(var(--ha-color-text-h), var(--ha-color-text-s), var(--ha-color-text-l), .15);
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.card-campaign a {
    -webkit-text-decoration-skip: ink;
    -webkit-text-decoration: none;
    text-decoration: none !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* text-decoration-skip-ink: auto; */
}

.card-campaign a, .card-campaign a:active, .card-campaign a:focus, .card-campaign a:hover {
    color: inherit;
}

.WidgetVignette--Banner {
    aspect-ratio: 1280 / 720;
    border-radius: .375rem .375rem 0 0;
    display: block;
    width: 100%;
}

.card-campaign img {
    display: block;
    height: 100%;
    width: 100%;
}

.card-campaign img {
    max-width: 100% !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.WidgetVignette--Content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.WidgetVignette--Button {
    border-radius: 0 0 5.25px 5.25px;
    font-weight: 600;
    padding: 10.5px 0;
    background-color: #d6482c;
    font-size: 16px;
    color: white;
}

.WidgetVignette--Title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    padding: 21px 14px 0;
    color: #d6482c !important;
}

.card-campaign h4, .card-campaign p {
    margin: 0;
}

.WidgetVignette--Description {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1.5rem;
    padding: 0 3rem;
    white-space: pre-line;
    word-break: break-word;
    flex-grow: 1;
}

.WidgetVignette--Date {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    color: #d6482c;
}

.WidgetVignette--Infos, .WidgetVignette--Infos .Info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.WidgetVignette--Infos {
    padding: 15px 0;
}

.WidgetVignette--Infos .Info--Icon {
    font-size: 14px;
    margin-bottom: .5rem;
    color: #bdbdd6;
}

.svg-inline--fa {
    display: inline-block;
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible;
}

.WidgetVignette--Infos .Info--Value {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    color: #d6482c;
}

.WidgetVignette--Date:after, .WidgetVignette--Date:before {
    border: none;
    border-bottom: 2px solid hsla(var(--ha-color-border-h), var(--ha-color-border-s), var(--ha-color-border-l), .5);
    content: "";
    display: block;
    width: 100%;
}

.WidgetVignette--Date span {
    font-weight: 600;
    padding: 0 15px;
    white-space: nowrap;
    font-size: 16px;
}

.WidgetVignette--Infos .Info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 50%;
    min-width: 33.333%;
    padding: 0 .75rem;
}