.cookie-consent {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgb(8, 142, 97, 0.7); /* Background color for the banner */
    color: #fff; /* Text color */
    padding: 15px;
    z-index: 1000; /* Ensure it's above other elements */
    text-align: center;
}

.cookie-consent button {
    background-color: rgb(16 185 129); /* Button background color */
    color: #fff;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
}

.cookie-consent .flex-shrink-0 button{
    display: inline-block;
}

.hide-keyvalue-headers thead {
    display: none !important;
}
