.mobile-shared-footer-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.8rem;
    min-width: 0;
    flex: 1 1 auto;
}

.mobile-shared-footer-primary-link,
.mobile-shared-footer-option-link {
    text-decoration: none;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.mobile-shared-footer-primary-link {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.mobile-shared-footer-title {
    margin: 0;
    font-family: "Space Mono", monospace;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-transform: uppercase;
    color: rgb(var(--footer-rgb, 255, 78, 78));
    transition: color 0.24s ease;
}

.mobile-shared-footer-value,
.mobile-shared-footer-option-link {
    font-family: "Space Mono", monospace;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.4);
}

.mobile-shared-footer-value {
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none;
}

.mobile-shared-footer-options {
    display: flex;
    flex: 0 0 auto;
    align-items: flex-start;
    gap: 1.2rem;
    margin-left: auto;
}

.mobile-shared-footer-option-link {
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
}

.mobile-shared-footer-primary-link:hover,
.mobile-shared-footer-primary-link:active,
.mobile-shared-footer-option-link:hover,
.mobile-shared-footer-option-link:active {
    transform: translateX(-2px);
}

.mobile-shared-footer-primary-link:hover .mobile-shared-footer-value,
.mobile-shared-footer-primary-link:active .mobile-shared-footer-value,
.mobile-shared-footer-option-link:hover,
.mobile-shared-footer-option-link:active {
    color: rgba(255, 255, 255, 0.8);
}
