.amp-share-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 100000;
    align-items: center;
    justify-content: center;
}
.amp-share-overlay.active {
    display: flex;
}
.amp-share-dialog {
    background: #1c1c1f;
    border-radius: 16px;
    padding: 2rem;
    width: 90%;
    max-width: 500px;
    position: relative;
    color: #fff;
}
.amp-share-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.25rem;
    cursor: pointer;
}
.amp-share-title {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}
.amp-share-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.amp-share-icon-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    text-decoration: none;
    font-size: 0.75rem;
}
.amp-share-icon-btn i {
    font-size: 1.5rem;
}
.amp-share-copyrow {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #2a2a2d;
    border-radius: 8px;
    padding: 0.75rem 1rem;
}
.amp-share-copyurl {
    flex: 1;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.amp-share-copybtn {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 20px;
    padding: 0.4rem 1rem;
    cursor: pointer;
    font-size: 0.85rem;
    white-space: nowrap;
}
/*----*/
.amp-btn-like.active,
.amp-btn-dislike.active {
    color: #FFF;
}