.content-card-actions {
    position: relative;
}

.article-header-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    background: rgba(13, 202, 240, .08);
    border-left: 4px solid var(--bs-info);
    border-radius: .75rem;
}

.article-header-meta .conseil-author {
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 0 !important;
}

.article-share-callout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 3rem;
    padding: 1.25rem 1.5rem;
    background: rgba(13, 202, 240, .08);
    border: 1px solid rgba(13, 202, 240, .3);
    border-radius: .75rem;
}

.article-share--header,
.article-share--footer,
.article-share--card {
    position: relative;
    flex: 0 0 auto;
}

.article-share--card {
    position: static;
    z-index: 5;
}

.article-share__trigger,
.article-share__options .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
}

.article-share__option {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    color: #087990;
    font-size: 1.1rem;
    background: #fff;
    border: 1px solid rgba(8, 121, 145, .45);
    box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .1);
    transition: transform .15s ease, color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.article-share__option:hover,
.article-share__option:focus-visible {
    color: #fff;
    background: #087990;
    border-color: #087990;
    box-shadow: 0 .3rem .7rem rgba(0, 0, 0, .2);
    transform: translateY(-1px);
}

.article-share__option[data-share-method="whatsapp"]:hover,
.article-share__option[data-share-method="whatsapp"]:focus-visible {
    background: #198754;
    border-color: #198754;
}

.article-share__option[data-share-method="facebook"]:hover,
.article-share__option[data-share-method="facebook"]:focus-visible {
    background: #1877f2;
    border-color: #1877f2;
}

.article-share__option[data-share-method="linkedin"]:hover,
.article-share__option[data-share-method="linkedin"]:focus-visible {
    background: #0a66c2;
    border-color: #0a66c2;
}

.article-share__option[data-share-method="telegram"]:hover,
.article-share__option[data-share-method="telegram"]:focus-visible {
    background: #229ed9;
    border-color: #229ed9;
}

.article-share__trigger {
    transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.article-share__trigger:hover {
    transform: translateY(-1px);
}

.article-share__trigger--text {
    padding: .7rem 1rem;
    color: #073b4c;
    font-weight: 700;
    background: var(--bs-info);
    border: 1px solid #0aa2c0;
    border-radius: 50rem;
    box-shadow: 0 .25rem .7rem rgba(8, 121, 145, .18);
}

.article-share__trigger--text:hover,
.article-share__trigger--text:focus-visible {
    color: #052c36;
    background: #31d2f2;
    border-color: #087990;
    box-shadow: 0 .35rem .9rem rgba(8, 121, 145, .28);
}

.article-share__trigger--icon {
    width: 3rem;
    height: 3rem;
    padding: 0;
    color: #087990;
    background: rgba(255, 255, 255, .96);
    border: 2px solid var(--bs-info);
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .22);
}

.article-share--card .article-share__trigger--icon {
    width: 2.375rem;
    height: 2.375rem;
    border-width: 1px;
}

.article-share__trigger--icon:hover,
.article-share__trigger--icon:focus-visible {
    color: #052c36;
    background: var(--bs-info);
    border-color: #087990;
    box-shadow: 0 .4rem 1rem rgba(0, 0, 0, .28);
}

.article-share__trigger--icon .fa-share-nodes {
    font-size: 1.1rem;
}

.article-share__panel {
    max-width: 42rem;
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    box-shadow: 0 .5rem 1.25rem rgba(0, 0, 0, .16);
}

.article-share--header .article-share__panel,
.article-share--footer .article-share__panel {
    position: absolute;
    z-index: 6;
    top: calc(100% + .35rem);
    right: 0;
    width: min(22rem, calc(100vw - 2rem));
}

.article-share--card .article-share__panel {
    position: absolute;
    z-index: 6;
    bottom: calc(100% + .35rem);
    left: 0;
    width: min(22rem, 100%);
}

.article-share__options {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.article-share__status {
    min-height: 1.5em;
    color: var(--bs-secondary-color);
}

@media (max-width: 767.98px) {
    .article-header-meta,
    .article-share-callout {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
    }

    .article-share--header,
    .article-share--footer,
    .article-share__trigger--text {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .article-header-meta,
    .article-share-callout {
        padding: 1rem;
    }
}
