@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

#wp-footer-container {
    margin-top: auto;
    width: 100%;
}

#wp-footer {
    display: block;
}

.sprocket-footer {
    font-family: 'Lato', sans-serif;
    background-color: #0B0E16;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    color: #fff;
}

.sprocket-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 16px 28px;
}

@media (min-width: 640px) {
    .sprocket-footer-inner {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.sprocket-footer-grid {
    display: grid;
    gap: 40px;
}

@media (min-width: 768px) {
    .sprocket-footer-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .sprocket-footer-brand {
        grid-column: span 2;
    }
}

.sprocket-footer-logo {
    display: inline-block;
    text-decoration: none;
}

.sprocket-footer-logo img {
    height: 36px;
    width: auto;
    max-width: 177px;
    display: block;
}

.sprocket-footer-tagline {
    margin: 16px 0 0;
    max-width: 280px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.45);
}

.sprocket-footer-email {
    display: inline-block;
    margin-top: 16px;
    font-size: 12px;
    color: #4484EC;
    text-decoration: none;
}

.sprocket-footer-email:hover {
    text-decoration: underline;
    color: #4484EC;
}

.sprocket-footer-appsource {
    margin-top: 20px;
}

.sprocket-footer-appsource-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.sprocket-footer-appsource-link:hover .sprocket-footer-appsource-text {
    color: rgba(255, 255, 255, 0.65);
}

.sprocket-footer-appsource-link img {
    height: 40px;
    width: auto;
    max-width: 140px;
    display: block;
    flex-shrink: 0;
}

.sprocket-footer-appsource-text {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.2s ease;
}

.sprocket-footer-heading {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

.sprocket-footer-links {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.sprocket-footer-links li + li {
    margin-top: 10px;
}

.sprocket-footer-links a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.2s ease;
}

.sprocket-footer-links a:hover {
    color: #fff;
}

.sprocket-footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

@media (min-width: 640px) {
    .sprocket-footer-bottom {
        flex-direction: row;
    }
}

.sprocket-footer-copy {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
}

.sprocket-footer-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sprocket-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
    transition: color 0.2s ease;
}

.sprocket-footer-social a:hover {
    color: #fff;
}
