#fpro-cookies-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 20px #00000030;
    padding: 20px;
    font-size: 1.8rem;
	z-index: 100;
}

.fpro-cookie-button-wrapper {
    gap: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}