/* Arabic-specific styles (RTL) */
body {
    direction: rtl;
    text-align: right;
}
.cookie-consent-banner{
    display:none;
}
.cookie-consent-banner p {
    
    margin-left: 10px;
    float: right;
    width: 75%;
    text-align: right;
    margin-bottom: 0;
    font-size: 13px;
    margin-right: 0px;
line-height: 23px;
}
.cookie-consent-banner {
    text-align: right;
}

#accept-cookie, #decline-cookie {
    background-color: #A3A3A3;
    border: none;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
}
.cookie-buttons {
    float: left;
    margin-left: 0;
    width: 20%;
    margin-top: 5px;
}
.consent_lnks {
   margin-right: 5px;
   color: #65bc47;
}
@media (min-width: 320px) and (max-width: 767px) {
.cookie-consent-banner p {
    width: 100%;
   }
.cookie-buttons {
    width: 100% !important;
    margin-top: 20px;
    margin-right: 0px;
}
.cookie-consent-banner p {
    margin-left: 0px;
    margin-right: 0;
}
}