.site-footer {
    background-color: #1e1e1e;
    color: #e2e2e2;
    padding: 20px 15px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #ccc;

    position: relative;
    z-index: 1000;
}

.site-footer a {
    color: #007BFF;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.cookie-message {
    margin-top: 8px;
    font-style: italic;
    font-size: 13px;
    color: #dfdfdf;
}
