.gprovida-install-prompt {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 2147483000;
    display: none;
    align-items: center;
    gap: 12px;
    max-width: 460px;
    margin: 0 auto;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid rgba(15, 107, 63, 0.18);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(20, 45, 35, 0.18);
    color: #173d31;
    font-family: Arial, Helvetica, sans-serif;
}

.gprovida-install-prompt.is-visible {
    display: flex;
}

.gprovida-install-prompt img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    flex: 0 0 auto;
}

.gprovida-install-prompt strong {
    display: block;
    font-size: 14px;
    line-height: 1.2;
}

.gprovida-install-prompt span {
    display: block;
    color: #61756a;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 2px;
}

.gprovida-install-actions {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}

.gprovida-install-actions button {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    min-height: 34px;
    padding: 8px 10px;
    white-space: nowrap;
}

.gprovida-install-primary {
    background: #0f6b3f;
    color: #ffffff;
}

.gprovida-install-dismiss {
    background: #edf4ef;
    color: #365b48;
}

@media (min-width: 768px) {
    .gprovida-install-prompt {
        left: auto;
        right: 24px;
        bottom: 24px;
        margin: 0;
    }
}
