.vpe-gcm-likes-wrap {
    margin: 1.5rem 0;
    display: flex;
    justify-content: center;
}

.vpe-gcm-likes-wrap--gate {
    padding: 1rem;
    border: 1px solid rgba(220, 0, 0, 0.35);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.04);
}

.vpe-gcm-likes-missing {
    font-size: 0.875rem;
    opacity: 0.7;
}

.vpe-gcm-likes-missing--gate {
    opacity: 1;
    color: #dc0000;
    font-weight: 600;
    text-align: center;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(220, 0, 0, 0.4);
    border-radius: 8px;
    background: rgba(220, 0, 0, 0.08);
}

.vpe-gcm-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.vpe-gcm-modal.show {
    display: flex;
}

.vpe-gcm-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
}

.vpe-gcm-modal__dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 420px;
    background: #111;
    color: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.vpe-gcm-modal__close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.6;
}

.vpe-gcm-modal__title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

.vpe-gcm-modal__text {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    opacity: 0.85;
}

.vpe-gcm-modal__btn {
    display: block;
    width: 100%;
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background: #dc0000;
    color: #fff;
    border: 0;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.vpe-gcm-modal__btn:hover {
    background: #ff1a1a;
}
