/**
 * Theme Name: Hello elementor child
 * Template: hello-elementor
 *
 * Author: Uco
 * Version: 1.1
 */
 
/* Cookie Policy button in CookieYes notice */
body .cookiePolicyLink {
    color: black;
    border: 2px solid black;
    font-weight: bold;
    order: 2;
}
body .cookiePolicyLink:hover {
    background-color: #f0f0f0;
}

.cky-consent-container {
    direction: ltr;
}

.cky-consent-container .cky-title {
    text-align: left;
}

body .cky-revisit-bottom-left {
  bottom: 50px;
}
