
.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 800px;
    background: #f1f1f1;
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: none;
    z-index: 9999;
    font-family: Arial, sans-serif;
}

.cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.cookie-text {
    font-size: 14px;
    color: #333;
}

.cookie-actions {
    display: flex;
    gap: 10px;
}

.cookie-actions .btn {
    padding: 8px 14px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.cookie-actions .btn.accept {
    background: #3b82f6;
    color: #fff;
}

.cookie-actions .btn.decline {
    background: #e5e5e5;
    color: #333;
}

body .footer .section-one .forms .sf2-form-group.with-label label.sf2-checkbox-label {
    display: block;
	    color: white;
}
body .footer .section-one .forms .sf2-form-group.with-label label.sf2-checkbox-label input[type="checkbox"] {
    width: auto;
    height: auto;
}
body .simpleform .sf2Style-default .sf2-form-group input[type="checkbox"] {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0 10px 0 0;
}
body .simpleform .sf2Style-default .sf2-form-group.with-label label.sf2-checkbox-label {
    margin: 0;
    padding: 0 0 0 30px;
}
body .simpleform label {
    padding: 9px 0px 0 30px;
}