#cajacookies {
    box-shadow: 0 0 5px 5px #343a40;
    background-color: #087AC0;
    color: #FFFFFF;
    padding: 10px;
    margin: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10001;
}

#cajacookies .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

#cajacookies #popup-text {
    flex: 1 1 auto;
    color: #fff;
    font-weight: bold;
    margin: 5px 0 0;
}

#cajacookies #popup-text h2{
    font-size: 14px !important;
    line-height: 1.2;
    color: #FFFFFF !important;
}

#cajacookies #popup-buttons {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .625rem;
    margin: 0;
}

#cajacookies #popup-buttons a {
    color: #fff;
    cursor: pointer;
}

#cajacookies button {
    color: black;
}

@media (max-width: 767.98px) {
    #cajacookies .container {
        flex-direction: column;
        align-items: stretch;
    }

    #cajacookies #popup-buttons {
        justify-content: flex-end;
        width: 100%;
    }
}
