/* ─────────────────────────────────────────────────────────────────────────────
   Platinum Nails & Spa — custom overrides
   Loaded on top of the simplinail-v3 template stylesheet.
   ───────────────────────────────────────────────────────────────────────────── */

/* About image: taller crop so the interior renders fully on desktop */
.ven-about-media img {
    max-height: 540px;
}

/* Hide all visible Book Now nav CTAs for Platinum (desktop + mobile). */
.ven-nav-right .ven-nav-cta,
.ven-mobile-book-btn,
.ven-mobile-menu .ven-nav-cta {
    display: none !important;
}

/* Compensate desktop nav spacing when Book Now CTA is hidden. */
@media (min-width: 901px) {
    .ven-nav-right {
        justify-content: flex-end;
    }
}

