.gsc-app-footer {
    flex: 0 0 auto;
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid var(--gsc-border);
    background: #ffffff;
}

.gsc-app-footer[hidden] {
    display: none;
}

.gsc-footer-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 68px;
}

.gsc-footer-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    color: #7a8087;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.gsc-footer-nav-item.is-active {
    color: var(--gsc-green);
}

.gsc-footer-nav-icon {
    width: 25px;
    height: 25px;
    opacity: 0.85;
}

.gsc-footer-nav-item.is-active .gsc-footer-nav-icon {
    opacity: 1;
}

.gsc-footer-nav-label {
    white-space: nowrap;
}
