#show-pricing-nav {
    position: absolute;
    right: 1.5em;
    top: 50%;
    font-size: 1.2em;
    transform: translateY(-50%);
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    z-index: 9999;
}

#show-pricing-nav:hover {
    color: var(--accent-color);
}