:root {
    --aid-engagement-blue: #235ff5;
    --aid-engagement-navy: #08101f;
    --aid-engagement-border: #d6deea;
    --aid-engagement-muted: #667085;
}

.aid-engagement {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
    font-family: Inter, Arial, sans-serif;
    color: var(--aid-engagement-muted);
}

.aid-engagement__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    padding: 7px 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    background: transparent;
    color: inherit;
    font: 500 12px/1 Inter, Arial, sans-serif;
    letter-spacing: 0;
    cursor: pointer;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.aid-engagement__button:hover,
.aid-engagement__button:focus-visible {
    border-color: #c8d3e2;
    background: #f3f6fa;
    color: #15233a;
    outline: none;
}

.aid-engagement__button.is-active {
    border-color: rgba(35, 95, 245, .24);
    background: rgba(35, 95, 245, .08);
    color: var(--aid-engagement-blue);
}

.aid-engagement__button.is-active .aid-engagement__icon {
    fill: currentColor;
}

.aid-engagement__button:disabled {
    cursor: wait;
    opacity: .58;
}

.aid-engagement__icon {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
}

.aid-engagement__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    min-height: 18px;
    padding: 2px 5px;
    border-radius: 4px;
    background: #edf2f8;
    color: #44516a;
    font: 600 10px/1 Inter, Arial, sans-serif;
    font-variant-numeric: tabular-nums;
}

.aid-engagement__count[hidden] {
    display: none;
}

.aid-engagement__button.is-active .aid-engagement__count {
    background: rgba(35, 95, 245, .12);
    color: var(--aid-engagement-blue);
}

.aid-engagement__share-wrap {
    position: relative;
}

.aid-engagement__share-menu {
    position: absolute;
    right: 0;
    bottom: calc(100% + 7px);
    display: none;
    width: 176px;
    padding: 5px;
    border: 1px solid var(--aid-engagement-border);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(8, 16, 31, .14);
}

.aid-engagement__share-menu.is-open {
    display: grid;
}

.aid-engagement__share-menu button {
    width: 100%;
    padding: 9px 10px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #15233a;
    font: 500 12px/1.25 Inter, Arial, sans-serif;
    text-align: left;
    cursor: pointer;
}

.aid-engagement__share-menu button:hover,
.aid-engagement__share-menu button:focus-visible {
    background: #eef3fa;
    color: var(--aid-engagement-blue);
    outline: none;
}

.aid-engagement--card {
    justify-content: flex-end;
    margin-top: auto;
    padding-top: 12px;
}

.ast-article-post .aid-engagement--card {
    margin-left: auto;
}

.ast-article-post .ast-article-inner,
.ast-article-post .post-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ast-article-post .entry-content:has(> .aid-engagement--card) {
    margin-top: auto;
    padding-top: 12px;
}

.aid-engagement--article {
    margin: 0 0 24px;
    padding: 8px 0;
    border-block: 1px solid #e2e7ef;
}

.aid-engagement--overlay {
    color: rgba(255, 255, 255, .82);
}

.aid-engagement--overlay .aid-engagement__button:hover,
.aid-engagement--overlay .aid-engagement__button:focus-visible,
.aid-engagement--overlay .aid-engagement__button.is-active {
    border-color: rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .11);
    color: #fff;
}

.aid-engagement--compact .aid-engagement__button,
.aid-engagement--product-card .aid-engagement__button {
    min-width: 34px;
    min-height: 34px;
    padding: 7px 8px;
}

.aid-engagement--compact .aid-engagement__label,
.aid-engagement--product-card .aid-engagement__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.aid-engagement--product-card {
    justify-content: flex-end;
    width: 100%;
    padding: 4px 10px 10px;
}

.pd-info > .aid-engagement--product-detail {
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid #e2e7ef;
}

.pd-related-item {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 100%;
    border: 1px solid var(--aid-engagement-border);
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.pd-related-item .pd-related-card {
    flex: 1 1 auto;
    border: 0;
    border-radius: 0;
}

.pd-related-item > .aid-engagement {
    border-top: 1px solid #e2e7ef;
}

.aid-card-primary {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column nowrap;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.aid-art-feature > .aid-engagement,
.aid-art-card > .aid-engagement,
.aid-guide-card > .aid-engagement {
    width: auto;
    margin: auto 20px 16px auto;
}

.aid-art-feature > .aid-engagement {
    margin-right: 30px;
}

.aid-section-dark .aid-engagement {
    color: rgba(255, 255, 255, .7);
}

.aid-section-dark .aid-engagement__button:hover,
.aid-section-dark .aid-engagement__button:focus-visible,
.aid-section-dark .aid-engagement__button.is-active {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.aid-engagement-toast {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    max-width: min(340px, calc(100vw - 32px));
    padding: 11px 14px;
    border-left: 3px solid var(--aid-engagement-blue);
    border-radius: 5px;
    background: var(--aid-engagement-navy);
    color: #fff;
    box-shadow: 0 16px 38px rgba(8, 16, 31, .24);
    font: 500 13px/1.4 Inter, Arial, sans-serif;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}

.aid-engagement-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.aid-engagement-toast.is-error {
    border-left-color: #dc3545;
}

@media (max-width: 767px) {
    .aid-engagement__button {
        min-height: 42px;
        padding: 9px 11px;
    }

    .aid-engagement--card .aid-engagement__label,
    .aid-engagement--article .aid-engagement__label {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .aid-engagement--product-card .aid-engagement__button {
        min-width: 40px;
        min-height: 40px;
        padding: 9px;
    }

    .aid-engagement__share-menu {
        right: auto;
        left: 0;
    }

    .aid-engagement-toast {
        right: 16px;
        bottom: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .aid-engagement__button,
    .aid-engagement-toast {
        transition: none;
    }
}
