#hospedhub-cookie-banner {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 9999;
    width: min(420px, calc(100vw - 2rem));
    padding: 1.25rem;
    color: #090d19;
    background: #ffffff;
    border: 1px solid #b7bcff;
    border-radius: 1rem;
    box-shadow: 0 20px 50px rgba(9, 13, 25, 0.25);
    font: 15px/1.5 -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

#hospedhub-cookie-banner h2 {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 700;
}

#hospedhub-cookie-banner p {
    margin: 0 0 1rem;
    color: #374151;
}

#hospedhub-cookie-banner a {
    color: #4e50d6;
    text-decoration: underline;
}

#hospedhub-cookie-banner .cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

#hospedhub-cookie-banner button {
    display: block;
    margin-left: auto;
    padding: 0.6rem 0.85rem;
    color: #090d19;
    background: #e7fe54;
    border: 1px solid #090d19;
    border-radius: 0.65rem;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

@media (max-width: 640px) {
    #hospedhub-cookie-banner {
        right: 0.75rem;
        bottom: 0.75rem;
        width: calc(100vw - 1.5rem);
    }
}
