/* Keep the custom portal shell clean when the Hello Elementor theme is active. */
body.wp-theme-hello-elementor .site-header,
body.wp-theme-hello-elementor .site-footer,
body.wp-theme-hello-elementor .page-header,
body.wp-theme-hello-elementor .entry-title {
    display: none !important;
}

body.wp-theme-hello-elementor #content.site-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

/* Official MIRVEO M + tie artwork. The original JPEG stays untouched;
   this viewport only removes its surrounding white canvas. */
.mirveo-mark {
    display: block;
    position: relative;
    flex: 0 0 48px;
    width: 48px;
    height: 36px;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: transparent;
    font-size: 0;
}

.mirveo-mark::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -3.4px;
    top: -9.6px;
    width: 55.4px;
    height: 55.4px;
    background: #fff url("mirveo-mark-original.jpg") center / 100% 100% no-repeat;
}

.mirveo-mark i {
    display: none;
}
