/**
 * Share System Completion — styles for the injected Telegram / Email / Copy
 * controls. Kept intentionally light so the buttons inherit the parent
 * theme's `.btn` sizing and the modal footer's spacing.
 */
.adforest-share-extra-group {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 8px;
}

.adforest-share-extra {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #f4f5f7;
    color: #333;
    line-height: 1;
}

.adforest-share-extra:hover {
    background: #e9ebef;
    color: #111;
}

.adforest-share-telegram:hover {
    background: #229ed9;
    color: #fff;
}

.adforest-share-email:hover {
    background: #d44638;
    color: #fff;
}

.adforest-share-copy.is-copied {
    background: #2e7d32;
    color: #fff;
    border-color: #2e7d32;
}

.adforest-share-copy {
    font: inherit;
}
