#acmx-banner-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 40px 12px 20px;
    box-sizing: border-box;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

#acmx-cerrar {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
#acmx-cerrar:hover {
    opacity: 1 !important;
}

.acmx-content p {
    margin: 0;
    flex-grow: 1;
    font-size: 0.88rem;
}

#acmx-leer-mas-link {
    text-decoration: underline;
    font-weight: normal;
}

#acmx-buttons-container {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

#acmx-buttons-container button {
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.8rem;
    border-radius: 8px;
}

#acmx-aceptar {
    background-color: #555;
    color: #EEE;
}

#acmx-rechazar {
    background-color: #222;
    color: #DDD;
}