.cookie-wrapper {
    width: 300px;
    background-color: white;
    border-style: solid;
    border-color: rgb(255, 165, 0);
    border-width: 1px;
    box-shadow: 1px 1px 1px rgb(255, 165, 0);
    border-radius: 10px;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.cookie-text {
    padding: 10px;
    font-family: Arial;
    text-align: justify;
    margin-top: 0;
    margin-bottom: 0;
}

.cookie-button-wrapper {
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.cookie-button-wrapper a{
    margin-right: 10px;
}

.cookie-button {
    padding: 10px;
    align-self: center;
    border-radius: 5px;
    border: none;
    background-color: rgb(255, 165, 0);
    color: white;
    font-family: Arial;
    font-weight: bold;
    margin-right: 10px;
    text-align: center;
}

.cookie-button a, .cookie-button a:visited, .cookie-button a:hover {
    text-align: center;
    text-decoration: none;
    color: white;
}

.cookie-button:hover {
    background-color: rgb(255, 150, 0);
}

.cookie-button:nth-child(1){
    padding-right: 10px;
}

.cookie-button:last-child {
    margin-right: 0;
}

.cookie-button:nth-child(2) {
    background-color: rgb(131, 194, 33);
}

.cookie-button:nth-child(2):hover {
    background-color: rgb(131, 164, 33);
}

.cookie-icon {
    color: orange;
    display: block;
    text-align: center;
    margin-top: 10px;
}

div.cookie-wrapper > i {
    display: block;
    margin-top: 10px;
}
