.ine-gallery-engagement-stack {
    display: grid;
    gap: 14px;
}

.ine-gallery-like-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ine-gallery-action-row,
.ine-gallery-share-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ine-gallery-action-button,
.ine-gallery-share-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 999px;
    padding: 10px 16px;
    text-decoration: none;
    border: 1px solid rgba(96, 82, 61, 0.18);
    background: rgba(247, 243, 234, 0.94);
    color: #2c241b;
    font-size: 0.92rem;
    line-height: 1.2;
    cursor: pointer;
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.ine-gallery-action-button:hover,
.ine-gallery-share-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(72, 58, 36, 0.1);
    border-color: rgba(96, 82, 61, 0.34);
}

.ine-gallery-action-button-secondary {
    background: rgba(255, 255, 255, 0.9);
}

.ine-gallery-like-button.is-busy {
    opacity: 0.7;
    pointer-events: none;
}

.ine-gallery-like-button.is-liked {
    background: rgba(84, 43, 55, 0.95);
    border-color: rgba(84, 43, 55, 0.95);
    color: #fff;
    pointer-events: none;
}

.ine-gallery-like-count {
    font-size: 0.92rem;
    color: #5d5347;
}
