/* --- Page-level sticky footer layout --- */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #eeeeee;
}

.page-wrapper {
    width: 950px;
    margin: 0 auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #eeeeee;
}

.home-wrap {
    flex: 1 0 auto;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.footer-wrap {
    flex-shrink: 0;
    width: 100%;
}

.footer-wrap .copyright {
    width: 100%;
    margin: 0;
}

/* --- Homepage intro --- */
.chatselect td.category-intro,
.category-intro {
    text-align: center;
    padding: 15px 10px;
}

.category-intro p {
    margin: 5px 0;
    line-height: 1.4;
}

.area-title {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

/* --- Category icons --- */
.category-icons {
    margin: 0 auto;
    width: 90%;
    border: 0;
}

.category-icons td {
    text-align: center;
    vertical-align: top;
    padding: 5px;
}

.spacer {
    width: 5%;
}

/* --- Cookie consent banner --- */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333333;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding: 14px 20px;
    text-align: center;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.cookie-banner.hidden {
    display: none;
}

.cookie-banner a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 13px;
}

.cookie-banner button {
    background: #0000dd;
    color: #ffffff;
    border: 0;
    padding: 8px 18px;
    font-size: 13px;
    cursor: pointer;
    font-weight: bold;
}

.cookie-banner button:hover {
    background: #0000ff;
}
