﻿.webcafe-footer {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 55%-opaque white for text only */
    color: rgba(255, 255, 255, 0.55);
    padding:15px;
}
    .webcafe-footer .footer-menu-panel .footer-child-menu li,
    .webcafe-footer .footer-menu-panel .footer-child-menu li a {
        font-size: 16px;
    }

        .webcafe-footer .footer-menu-panel .footer-child-menu li a span {
            font-size: inherit;
        }

.webcafe-footer * {
    color: inherit;
}


.pggames-footer {
    height: auto;
    background: #AA170F;
    color: white;
    width: 100%;
}

.footer-child-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping */
    align-items: center; /* Vertically align */
    justify-content: space-between; /* Optional: full-width spacing */
    gap: 12px; /* Optional: spacing between items */
}

    .footer-child-menu > li {
        white-space: nowrap; /* Keep each item on a single line */
        display: flex;
        align-items: center;
    }


.footer-menu-panel {
    border-bottom: 1px solid rgba(255,255,255, 0.55); /* thin white line at 20% opacity */
    padding-bottom: 1rem; /* gives breathing room below the links */
    margin-bottom: 1rem; /* separates the next section */
    padding-left: 5%;
    padding-right: 5%;
}
.fa-brands{
    font-size:24px;
    color:white;
}