.angie-basic-footer-6974727c {
    background-color: #222222;
    color: #ffffff;
    padding: 2rem 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-top: auto;
    width: 100%;
    box-sizing: border-box;
}

.angie-basic-footer-container-6974727c {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.angie-basic-footer-content-6974727c {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.angie-basic-footer-copyright-6974727c {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #cccccc;
}

.angie-basic-footer-links-6974727c {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.angie-basic-footer-links-6974727c a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.angie-basic-footer-links-6974727c a:hover {
    color: #3498db;
    opacity: 0.8;
}

@media (min-width: 768px) {
    .angie-basic-footer-content-6974727c {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        text-align: left;
    }
}