.auslotto-footer {
    background: linear-gradient(120deg, #233154 0%, #65a7d3 100%);
    color: #fff;
    font-family: 'Inter', Arial, sans-serif;
    padding: 0;
    margin: 0;
    width: 100%;
}

.auslotto-footer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 20px 12px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auslotto-footer__section {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
}

.auslotto-footer__title {
    font-size: 1.23em;
    font-weight: 1000;
    color: #ffe14a;
    margin-bottom: 12px;
    letter-spacing: 0.01em;
}

.auslotto-footer__services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 8px;
}

.auslotto-footer__service {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    color: #fff;
    font-size: 0.99em;
    transition: color 0.17s, transform 0.15s;
    min-width: 70px;
}

.auslotto-footer__service img {
    width: 100px;
    height: 50px;
    margin-bottom: 3px;
    border-radius: 7px;
    background: transparent;
    box-shadow: 0 1px 6px rgba(1, 73, 255, 0.18);
    transition: box-shadow 0.15s;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.auslotto-footer__service:hover,
.auslotto-footer__service:focus-visible {
    color: #ffe14a;
}

.auslotto-footer__service:hover img,
.auslotto-footer__service:focus-visible img {
    background: #a8a8a81e;
    box-shadow: 0 4px 14px rgba(40, 60, 110, 0.13);
}

.auslotto-footer__info {
    margin: 7px auto 2px auto;
    font-size: 1.08em;
    color: #eaf4fd;
    max-width: 760px;
}

.auslotto-footer__notice {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 13px;
    font-size: 1em;
    color: #ffe14a;
    font-weight: 600;
    margin-bottom: 3px;
}

.auslotto-footer__sep {
    color: #b8e1fa;
    opacity: 0.78;
    font-size: 1.06em;
}

.auslotto-footer__trademark {
    font-size: 0.97em;
    color: #b9d8ef;
    margin-bottom: 2px;
}

.auslotto-footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    font-size: 1em;
    color: #d4edfa;
    align-items: center;
    margin-top: 4px;
}

.auslotto-footer__links a {
    color: #fff;
    opacity: 0.88;
    text-decoration: underline;
    transition: opacity 0.17s, color 0.17s;
}

.auslotto-footer__links a:hover {
    opacity: 1;
    color: #ffe14a;
}

@media (max-width: 700px) {
    .auslotto-footer__container {
        max-width: 99vw;
        padding: 16px 6px 7px 6px;
    }

    .auslotto-footer__services {
        gap: 13px;
    }

    .auslotto-footer__service img {
        width: 26px;
        height: 26px;
    }

    .auslotto-footer__notice,
    .auslotto-footer__links {
        font-size: 0.98em;
        gap: 7px;
    }
}

.auslotto-footer__safeplay {
    margin: 18px auto 0 auto;
    max-width: 1200px;
    font-size: 0.98em;
    color: #eaf4fd;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 13px 14px 10px 14px;
    box-shadow: 0 1px 5px rgba(40, 60, 110, 0.05);
    line-height: 1.5;
    text-align: center;
}

.auslotto-footer__safeplay strong {
    color: #ffe14a;
    font-weight: 600;
}

.auslotto-footer__safeplay-link a {
    color: #ffe14a;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.15s;
}

.auslotto-footer__safeplay-link a:hover {
    color: #fff;
}