#euroforaj-consent {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: min(420px, calc(100vw - 40px));
    background: #111827;
    color: #fff;
    padding: 18px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,.30);
    z-index: 2147483647;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.45;
    box-sizing: border-box;
}

#euroforaj-consent strong {
    display: block;
    font-size: 17px;
    margin-bottom: 7px;
}

#euroforaj-consent p {
    margin: 0 0 14px;
}

.euroforaj-consent-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.euroforaj-consent-buttons button {
    border: 0;
    border-radius: 7px;
    padding: 9px 14px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

.euroforaj-accept {
    background: #16a34a;
    color: #fff;
}

.euroforaj-reject {
    background: #374151;
    color: #fff;
}

.euroforaj-settings {
    background: transparent;
    color: #d1d5db;
    border: 1px solid #4b5563 !important;
}

.euroforaj-privacy {
    display: inline-block;
    margin-top: 10px;
    color: #93c5fd;
    text-decoration: underline;
    font-size: 12px;
}

@media (max-width: 600px) {

    #euroforaj-consent {
        left: 10px;
        right: 10px;
        bottom: 10px;
        width: auto;
        padding: 15px;
        font-size: 13px;
    }

    #euroforaj-consent strong {
        font-size: 16px;
    }

    .euroforaj-consent-buttons button {
        flex: 1 1 auto;
    }
}