/* Mounjaro News Pro - Header Widget rebuilt to match the Mounjaro News reference header */
.mrp-header-widget,
.mrp-header-widget * {
    box-sizing: border-box;
}

.mrp-header-widget {
    --mrp-navy: #071A44;
    --mrp-navy-deep: #031534;
    --mrp-blue: #0A64FF;
    --mrp-blue-dark: #0354E8;
    --mrp-green: #20B764;
    --mrp-purple: #7A3CE6;
    --mrp-text: #071A44;
    --mrp-muted: #5F7195;
    --mrp-border: #D9E6F7;
    --mrp-border-soft: #E8F0FB;
    --mrp-white: #ffffff;
    width: 100%;
    max-width: none;
    position: relative;
    z-index: 99;
    color: var(--mrp-text);
    font-family: "Inter", "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
}

.mrp-header-widget.is-sticky {
    position: sticky;
    top: 0;
}

.mrp-header-widget.has-scroll-effects,
.mrp-header-widget .mrp-main-header,
.mrp-header-widget .mrp-trust-strip,
.mrp-header-widget .mrp-top-bar {
    transition: box-shadow 220ms ease, transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.mrp-header-widget.has-scroll-effects.is-scrolled .mrp-main-header {
    box-shadow: 0 20px 48px rgba(7, 26, 68, 0.13), 0 3px 10px rgba(7, 26, 68, 0.06);
}

.mrp-header-widget.is-transparent .mrp-main-header,
.mrp-header-widget.is-transparent .mrp-trust-strip,
.mrp-header-widget.is-transparent .mrp-top-bar {
    background: transparent !important;
}

.mrp-header-widget.is-glass .mrp-main-header,
.mrp-header-widget.is-glass .mrp-trust-strip,
.mrp-header-widget.is-glass .mrp-top-bar {
    background-color: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.mrp-header-widget .mrp-main-header,
.mrp-header-widget .mrp-trust-strip,
.mrp-header-widget .mrp-top-bar {
    position: relative;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
}

.mrp-header-inner,
.mrp-header-container {
    width: 100%;
    max-width: 1590px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px;
}

.mrp-header-widget.mrp-content-full-width .mrp-header-container {
    max-width: none !important;
    width: 100% !important;
}

/* Optional top bar retained, but restyled into the same premium rounded design system. */
.mrp-top-bar {
    width: min(1590px, calc(100% - 80px));
    margin-top: 24px;
    background: linear-gradient(90deg, #071A44 0%, #0A2B68 56%, #071A44 100%);
    border: 1px solid rgba(217, 230, 247, 0.22);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(7, 26, 68, 0.10);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.mrp-top-bar .mrp-header-inner,
.mrp-top-bar .mrp-header-container {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.mrp-top-left,
.mrp-top-center,
.mrp-top-right,
.mrp-top-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.mrp-top-left {
    color: #74D99A;
    padding-right: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    white-space: nowrap;
}

.mrp-top-center {
    flex: 1 1 auto;
    justify-content: center;
    text-align: center;
    color: rgba(255, 255, 255, 0.95);
}

.mrp-top-right {
    justify-content: flex-end;
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    white-space: nowrap;
}

.mrp-top-right strong,
.mrp-top-left strong,
.mrp-top-center strong {
    color: #74D99A;
}

.mrp-top-contact-items {
    display: inline-flex;
    align-items: center;
    gap: 18px;
}

.mrp-top-contact-link {
    color: inherit;
    text-decoration: none !important;
}

.mrp-inline-icon,
.mrp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.mrp-inline-icon,
.mrp-icon,
.mrp-action-icon,
.mrp-mobile-toggle,
.mrp-offcanvas-close,
.mrp-header-button {
    color: inherit;
}

.mrp-header-widget .mrp-icon i,
.mrp-header-widget .mrp-icon .fa,
.mrp-header-widget .mrp-icon .fas,
.mrp-header-widget .mrp-icon .far,
.mrp-header-widget .mrp-icon .fab,
.mrp-header-widget .mrp-icon .fal,
.mrp-header-widget .mrp-icon .fad,
.mrp-header-widget .mrp-icon .eicon,
.mrp-header-widget .mrp-action-icon i,
.mrp-header-widget .mrp-mobile-toggle i,
.mrp-header-widget .mrp-offcanvas-close i,
.mrp-header-widget .mrp-header-button i {
    color: currentColor !important;
}

.mrp-inline-icon svg,
.mrp-icon svg,
.mrp-action-icon svg,
.mrp-mobile-toggle svg,
.mrp-offcanvas-close svg,
.mrp-header-button svg {
    width: 1em;
    height: 1em;
    display: block;
    color: currentColor;
    fill: currentColor !important;
}

.mrp-header-widget .mrp-icon svg path,
.mrp-header-widget .mrp-icon svg g,
.mrp-header-widget .mrp-icon svg use,
.mrp-header-widget .mrp-icon svg circle,
.mrp-header-widget .mrp-icon svg rect,
.mrp-header-widget .mrp-icon svg polygon,
.mrp-header-widget .mrp-action-icon svg path,
.mrp-header-widget .mrp-action-icon svg g,
.mrp-header-widget .mrp-action-icon svg use,
.mrp-header-widget .mrp-action-icon svg circle,
.mrp-header-widget .mrp-action-icon svg rect,
.mrp-header-widget .mrp-action-icon svg polygon,
.mrp-header-widget .mrp-mobile-toggle svg path,
.mrp-header-widget .mrp-mobile-toggle svg g,
.mrp-header-widget .mrp-mobile-toggle svg use,
.mrp-header-widget .mrp-mobile-toggle svg circle,
.mrp-header-widget .mrp-mobile-toggle svg rect,
.mrp-header-widget .mrp-mobile-toggle svg polygon,
.mrp-header-widget .mrp-offcanvas-close svg path,
.mrp-header-widget .mrp-offcanvas-close svg g,
.mrp-header-widget .mrp-offcanvas-close svg use,
.mrp-header-widget .mrp-offcanvas-close svg circle,
.mrp-header-widget .mrp-offcanvas-close svg rect,
.mrp-header-widget .mrp-offcanvas-close svg polygon,
.mrp-header-widget .mrp-header-button svg path,
.mrp-header-widget .mrp-header-button svg g,
.mrp-header-widget .mrp-header-button svg use,
.mrp-header-widget .mrp-header-button svg circle,
.mrp-header-widget .mrp-header-button svg rect,
.mrp-header-widget .mrp-header-button svg polygon {
    fill: currentColor !important;
}

.mrp-header-widget .mrp-icon svg[stroke],
.mrp-header-widget .mrp-icon svg [stroke],
.mrp-header-widget .mrp-icon svg line,
.mrp-header-widget .mrp-icon svg polyline,
.mrp-header-widget .mrp-action-icon svg[stroke],
.mrp-header-widget .mrp-action-icon svg [stroke],
.mrp-header-widget .mrp-action-icon svg line,
.mrp-header-widget .mrp-action-icon svg polyline,
.mrp-header-widget .mrp-mobile-toggle svg[stroke],
.mrp-header-widget .mrp-mobile-toggle svg [stroke],
.mrp-header-widget .mrp-mobile-toggle svg line,
.mrp-header-widget .mrp-mobile-toggle svg polyline,
.mrp-header-widget .mrp-offcanvas-close svg[stroke],
.mrp-header-widget .mrp-offcanvas-close svg [stroke],
.mrp-header-widget .mrp-offcanvas-close svg line,
.mrp-header-widget .mrp-offcanvas-close svg polyline,
.mrp-header-widget .mrp-header-button svg[stroke],
.mrp-header-widget .mrp-header-button svg [stroke],
.mrp-header-widget .mrp-header-button svg line,
.mrp-header-widget .mrp-header-button svg polyline {
    stroke: currentColor !important;
}

.mrp-header-widget .mrp-icon svg [fill="none"],
.mrp-header-widget .mrp-action-icon svg [fill="none"],
.mrp-header-widget .mrp-mobile-toggle svg [fill="none"],
.mrp-header-widget .mrp-offcanvas-close svg [fill="none"],
.mrp-header-widget .mrp-header-button svg [fill="none"] {
    fill: none !important;
}

.mrp-header-widget .mrp-icon svg [stroke="none"],
.mrp-header-widget .mrp-action-icon svg [stroke="none"],
.mrp-header-widget .mrp-mobile-toggle svg [stroke="none"],
.mrp-header-widget .mrp-offcanvas-close svg [stroke="none"],
.mrp-header-widget .mrp-header-button svg [stroke="none"] {
    stroke: none !important;
}

.mrp-main-header {
    width: min(1590px, calc(100% - 80px));
    margin-top: 40px;
    background: #ffffff;
    border: 1px solid var(--mrp-border);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(7, 26, 68, 0.09), 0 3px 10px rgba(7, 26, 68, 0.035);
    overflow: visible;
}

.mrp-top-bar + .mrp-main-header {
    margin-top: 16px;
}

.mrp-main-header .mrp-header-inner,
.mrp-main-header .mrp-header-container {
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.mrp-brand-area {
    flex: 0 0 auto;
    min-width: 305px;
    max-width: 305px;
    padding-right: 42px;
    margin-right: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.mrp-brand-area::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 54px;
    transform: translateY(-50%);
    background: #D7E3F4;
}

.mrp-brand-link {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none !important;
}

.mrp-logo-media {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mrp-logo-media img {
    width: 250px;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.mrp-nav-area {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mrp-header-menu,
.mrp-header-menu ul,
.mrp-mobile-menu,
.mrp-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mrp-header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 26px;
    flex-wrap: nowrap;
}

.mrp-header-menu li {
    position: relative;
}

.mrp-header-menu > li > a,
.mrp-custom-menu-item > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--mrp-text);
    text-decoration: none !important;
    font-size: 15.5px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    white-space: nowrap;
    padding: 43px 0;
    transition: color 180ms ease, transform 180ms ease;
}

.mrp-header-menu > li > a:hover,
.mrp-header-menu > li:hover > a,
.mrp-header-menu > li.is-open > a,
.mrp-header-menu .current-menu-item > a,
.mrp-header-menu .current-menu-ancestor > a,
.mrp-header-menu .current-menu-parent > a {
    color: var(--mrp-blue);
}

.mrp-header-menu .menu-item-has-children > a::after,
.mrp-menu-arrow::after {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    margin-left: 3px;
    transition: transform 180ms ease, border-color 180ms ease;
}

.mrp-header-menu .sub-menu .menu-item-has-children > a::after {
    transform: rotate(-45deg);
    margin-left: auto;
}

.mrp-header-menu .menu-item-has-children:hover > a::after,
.mrp-custom-menu-item:hover .mrp-menu-arrow::after {
    transform: rotate(225deg) translateY(-2px);
}

.mrp-header-menu .sub-menu .menu-item-has-children:hover > a::after {
    transform: rotate(-45deg) translateX(2px);
}

.mrp-header-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: -18px;
    min-width: 238px;
    background: #fff;
    border: 1px solid var(--mrp-border);
    border-radius: 16px;
    padding: 10px;
    margin-top: -10px;
    box-shadow: 0 22px 50px rgba(7, 26, 68, 0.14);
    z-index: 40;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transform-origin: top center;
    transition-property: opacity, transform, visibility;
    transition-duration: 220ms;
    transition-timing-function: ease;
}

.mrp-header-menu .sub-menu .sub-menu {
    top: -10px;
    left: 100%;
    margin-top: 0;
    margin-left: 12px;
}

.mrp-header-menu li:hover > .sub-menu,
.mrp-header-menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.mrp-header-menu .sub-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 14px;
    color: var(--mrp-text);
    border-radius: 10px;
    text-decoration: none !important;
    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.3;
    transition: color 180ms ease, background-color 180ms ease;
}

.mrp-header-menu .sub-menu a:hover,
.mrp-header-menu .sub-menu li:hover > a,
.mrp-header-menu .sub-menu li.is-open > a,
.mrp-header-menu .sub-menu .current-menu-item > a,
.mrp-header-menu .sub-menu .current-menu-ancestor > a {
    color: var(--mrp-blue);
    background: #F4F8FF;
}

.mrp-dropdown-animation-fade .mrp-header-menu .sub-menu {
    transform: none;
}

.mrp-dropdown-animation-fade li:hover > .sub-menu,
.mrp-dropdown-animation-fade li:focus-within > .sub-menu {
    transform: none;
}

.mrp-dropdown-animation-slide .mrp-header-menu .sub-menu,
.mrp-dropdown-animation-fade-slide .mrp-header-menu .sub-menu {
    transform: translateY(14px);
}

.mrp-dropdown-animation-slide li:hover > .sub-menu,
.mrp-dropdown-animation-slide li:focus-within > .sub-menu,
.mrp-dropdown-animation-fade-slide li:hover > .sub-menu,
.mrp-dropdown-animation-fade-slide li:focus-within > .sub-menu {
    transform: translateY(0);
}

.mrp-dropdown-animation-zoom .mrp-header-menu .sub-menu {
    transform: scale(0.94);
}

.mrp-dropdown-animation-zoom li:hover > .sub-menu,
.mrp-dropdown-animation-zoom li:focus-within > .sub-menu {
    transform: scale(1);
}

.mrp-dropdown-animation-none .mrp-header-menu .sub-menu {
    transition: none;
    transform: none;
}

.mrp-header-actions,
.mrp-social-icons,
.mrp-mobile-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.mrp-header-actions {
    position: relative;
    padding-left: 28px;
    margin-left: 0;
}

.mrp-header-actions::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 54px;
    transform: translateY(-50%);
    background: #D7E3F4;
}

.mrp-action-icon,
.mrp-mobile-toggle,
.mrp-offcanvas-close {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--mrp-border);
    border-radius: 14px;
    background: #fff;
    color: var(--mrp-text);
    text-decoration: none !important;
    cursor: pointer;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.mrp-action-icon:hover,
.mrp-mobile-toggle:hover,
.mrp-offcanvas-close:hover {
    color: var(--mrp-blue);
    border-color: rgba(10, 100, 255, 0.28);
    box-shadow: 0 12px 26px rgba(10, 100, 255, 0.10);
    transform: translateY(-1px);
}

.mrp-header-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 56px;
    padding: 16px 22px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, var(--mrp-blue) 0%, var(--mrp-blue-dark) 100%);
    color: #fff;
    font-size: 15.5px;
    font-weight: 800;
    letter-spacing: -0.015em;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none !important;
    box-shadow: 0 14px 26px rgba(10, 100, 255, 0.26);
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.mrp-header-button span:not(.mrp-icon) {
    order: 1;
}

.mrp-header-button .mrp-button-icon {
    order: 2;
    font-size: 17px;
    transition: transform 180ms ease;
}

.mrp-header-button:hover,
.mrp-header-button:focus {
    color: #fff;
    background: linear-gradient(180deg, #1671FF 0%, #004FE2 100%);
    box-shadow: 0 17px 30px rgba(10, 100, 255, 0.32);
    transform: translateY(-1px);
}

.mrp-header-button:hover .mrp-button-icon,
.mrp-header-button:focus .mrp-button-icon {
    transform: translateX(3px);
}

.mrp-trust-strip {
    width: min(1470px, calc(100% - 200px));
    margin-top: 76px;
    margin-bottom: 28px;
    background: #ffffff;
    border: 1px solid var(--mrp-border);
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(7, 26, 68, 0.055);
    overflow: hidden;
}

.mrp-trust-strip .mrp-header-inner,
.mrp-trust-strip .mrp-header-container {
    min-height: 82px;
    display: flex;
    align-items: center;
}

.mrp-trust-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.mrp-trust-item {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 26px;
    color: var(--mrp-trust-item-color, var(--mrp-text));
    text-decoration: none !important;
    white-space: nowrap;
    position: relative;
}

.mrp-trust-item:first-child {
    justify-content: flex-start;
    flex: 1 1 430px;
    padding-left: 12px;
    padding-right: 34px;
}

.mrp-trust-item:not(:last-child) {
    border-right: 1px solid #D9E4F5;
}

.mrp-trust-item:nth-child(5) {
    --mrp-trust-item-color: var(--mrp-green);
}

.mrp-trust-item:nth-child(6) {
    --mrp-trust-item-color: var(--mrp-blue);
}

.mrp-trust-item:nth-child(7) {
    --mrp-trust-item-color: var(--mrp-purple);
}

.mrp-trust-icon {
    flex: 0 0 auto;
    color: var(--mrp-trust-item-color, var(--mrp-blue));
    font-size: 28px;
    line-height: 1;
}

.mrp-trust-item:first-child .mrp-trust-icon {
    font-size: 42px;
    color: var(--mrp-text);
}

.mrp-trust-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.mrp-trust-title {
    color: var(--mrp-trust-item-color, var(--mrp-text));
    font-size: 15.5px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.mrp-trust-item:first-child .mrp-trust-title {
    color: var(--mrp-text);
    font-size: 17px;
    font-weight: 800;
}

.mrp-trust-text {
    color: var(--mrp-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    white-space: normal;
}

.mrp-mobile-toggle {
    display: none;
}

.mrp-offcanvas {
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 220ms ease, visibility 220ms ease;
}

.mrp-offcanvas-overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 26, 68, 0.62);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.mrp-offcanvas-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(420px, 88vw);
    height: 100%;
    background: #fff;
    padding: 24px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 260ms ease;
    box-shadow: -22px 0 54px rgba(7, 26, 68, 0.22);
}

.mrp-offcanvas-open .mrp-offcanvas {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mrp-offcanvas-open .mrp-offcanvas-panel {
    transform: translateX(0);
}

html.mrp-menu-lock,
html.mrp-menu-lock body {
    overflow: hidden;
}

.mrp-offcanvas-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--mrp-border-soft);
}

.mrp-offcanvas-head strong {
    font-size: 20px;
    font-weight: 800;
    color: var(--mrp-text);
}

.mrp-offcanvas-close {
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 12px;
}

.mrp-offcanvas-logo {
    margin-bottom: 22px;
}

.mrp-offcanvas-logo .mrp-logo-media img {
    width: 230px;
}

.mrp-mobile-menu li {
    display: block;
    border-bottom: 1px solid #EDF3FC;
}

.mrp-mobile-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    color: var(--mrp-text);
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.015em;
}

.mrp-mobile-menu a:hover,
.mrp-mobile-menu li.is-open > a,
.mrp-mobile-menu .current-menu-item > a,
.mrp-mobile-menu .current-menu-ancestor > a {
    color: var(--mrp-blue);
}

.mrp-mobile-menu .sub-menu {
    padding-left: 16px;
    border-top: 1px solid #EDF3FC;
}

.mrp-mobile-menu .sub-menu a {
    font-size: 14.5px;
    font-weight: 700;
    color: #30415F;
}

.mrp-mobile-actions {
    margin-top: 22px;
    align-items: stretch;
    flex-direction: column;
}

.mrp-mobile-actions .mrp-header-button {
    width: 100%;
}

@media (min-width: 1025px) {
    .mrp-hide-desktop {
        display: none !important;
    }
}

@media (max-width: 1480px) {
    .mrp-main-header {
        width: min(1360px, calc(100% - 52px));
    }

    .mrp-header-menu {
        gap: 20px;
    }

    .mrp-header-menu > li > a {
        font-size: 14.5px;
    }

    .mrp-brand-area {
        min-width: 265px;
        max-width: 265px;
        padding-right: 30px;
    }

    .mrp-logo-media img {
        width: 220px;
    }

    .mrp-header-actions {
        padding-left: 22px;
    }

    .mrp-header-button {
        padding-left: 19px;
        padding-right: 19px;
        font-size: 14.5px;
    }

    .mrp-trust-strip {
        width: min(1260px, calc(100% - 90px));
    }

    .mrp-trust-item {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (max-width: 1280px) {
    .mrp-main-header .mrp-header-inner,
    .mrp-main-header .mrp-header-container {
        gap: 20px;
    }

    .mrp-header-menu {
        gap: 16px;
    }

    .mrp-header-menu > li > a {
        font-size: 13.6px;
    }

    .mrp-brand-area {
        min-width: 230px;
        max-width: 230px;
        padding-right: 24px;
    }

    .mrp-logo-media img {
        width: 195px;
    }

    .mrp-header-actions {
        padding-left: 18px;
    }

    .mrp-header-button {
        min-height: 52px;
        padding: 14px 16px;
    }

    .mrp-trust-strip {
        width: min(1120px, calc(100% - 60px));
    }

    .mrp-trust-title {
        font-size: 14px;
    }

    .mrp-trust-item:first-child .mrp-trust-title {
        font-size: 15px;
    }

    .mrp-trust-icon {
        font-size: 23px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .mrp-hide-tablet {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .mrp-top-bar,
    .mrp-main-header,
    .mrp-trust-strip {
        width: min(930px, calc(100% - 36px));
    }

    .mrp-main-header {
        margin-top: 22px;
        border-radius: 15px;
    }

    .mrp-main-header .mrp-header-inner,
    .mrp-main-header .mrp-header-container {
        min-height: 82px;
        gap: 16px;
    }

    .mrp-brand-area {
        min-width: 0;
        max-width: none;
        flex: 1 1 auto;
        padding-right: 0;
    }

    .mrp-brand-area::after,
    .mrp-header-actions::before {
        display: none;
    }

    .mrp-logo-media img {
        width: 220px;
    }

    .mrp-mobile-toggle {
        width: 48px;
        height: 48px;
        border-radius: 13px;
        color: var(--mrp-blue);
        background: #F4F8FF;
    }

    .mrp-top-bar .mrp-header-inner,
    .mrp-top-bar .mrp-header-container {
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    .mrp-top-left,
    .mrp-top-right {
        border: 0;
        padding: 0;
        white-space: normal;
    }

    .mrp-trust-strip {
        margin-top: 24px;
        margin-bottom: 22px;
    }

    .mrp-trust-strip .mrp-header-inner,
    .mrp-trust-strip .mrp-header-container {
        min-height: auto;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .mrp-trust-list {
        flex-wrap: wrap;
        gap: 10px 0;
        justify-content: center;
    }

    .mrp-trust-item,
    .mrp-trust-item:first-child {
        flex: 0 1 auto;
        padding: 8px 18px;
        border-right: 0 !important;
        white-space: normal;
        text-align: center;
    }

    .mrp-trust-item:first-child {
        flex-basis: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .mrp-hide-mobile {
        display: none !important;
    }

    .mrp-header-inner,
    .mrp-header-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .mrp-top-bar,
    .mrp-main-header,
    .mrp-trust-strip {
        width: calc(100% - 28px);
    }

    .mrp-top-bar {
        margin-top: 14px;
        font-size: 13px;
        border-radius: 14px;
    }

    .mrp-top-bar .mrp-header-inner,
    .mrp-top-bar .mrp-header-container {
        gap: 10px;
        align-items: center;
        flex-direction: column;
    }

    .mrp-top-left,
    .mrp-top-center,
    .mrp-top-right {
        justify-content: center;
        width: 100%;
    }

    .mrp-main-header {
        margin-top: 14px;
        border-radius: 14px;
        box-shadow: 0 12px 28px rgba(7, 26, 68, 0.08);
    }

    .mrp-main-header .mrp-header-inner,
    .mrp-main-header .mrp-header-container {
        min-height: 74px;
    }

    .mrp-logo-media img {
        width: 190px;
    }

    .mrp-action-icon,
    .mrp-mobile-toggle {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .mrp-trust-strip {
        margin-top: 18px;
        border-radius: 14px;
    }

    .mrp-trust-list {
        display: grid;
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 8px;
    }

    .mrp-trust-item,
    .mrp-trust-item:first-child {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
        padding: 10px 0;
        border-bottom: 1px solid #EDF3FC;
    }

    .mrp-trust-item:last-child {
        border-bottom: 0;
    }

    .mrp-trust-icon {
        width: 26px;
        font-size: 24px;
    }

    .mrp-trust-item:first-child .mrp-trust-icon {
        width: 34px;
        font-size: 34px;
    }

    .mrp-trust-title,
    .mrp-trust-item:first-child .mrp-trust-title {
        font-size: 14.5px;
    }

    .mrp-offcanvas-panel {
        width: min(360px, 90vw);
        padding: 20px;
    }

    .mrp-offcanvas-logo .mrp-logo-media img {
        width: 200px;
    }
}

/* Click-trigger and mobile nested dropdown support. */
.mrp-dropdown-trigger-click .mrp-header-menu li:hover > .sub-menu,
.mrp-dropdown-trigger-click .mrp-header-menu li:focus-within > .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
}

.mrp-dropdown-trigger-click .mrp-header-menu li.is-open > .sub-menu,
.mrp-dropdown-trigger-click .mrp-header-menu li.is-open:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.mrp-dropdown-trigger-click.mrp-dropdown-animation-fade .mrp-header-menu li.is-open > .sub-menu {
    transform: none;
}

.mrp-dropdown-trigger-click.mrp-dropdown-animation-slide .mrp-header-menu li.is-open > .sub-menu,
.mrp-dropdown-trigger-click.mrp-dropdown-animation-fade-slide .mrp-header-menu li.is-open > .sub-menu {
    transform: translateY(0);
}

.mrp-dropdown-trigger-click.mrp-dropdown-animation-zoom .mrp-header-menu li.is-open > .sub-menu {
    transform: scale(1);
}

.mrp-mobile-menu .menu-item-has-children > a::after {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    margin-left: auto;
    transition: transform 180ms ease, border-color 180ms ease;
}

.mrp-mobile-menu .menu-item-has-children.is-open > a::after {
    transform: rotate(225deg) translateY(-2px);
}

.mrp-mobile-menu .sub-menu {
    display: none;
}

.mrp-mobile-menu .menu-item-has-children.is-open > .sub-menu {
    display: block;
}

.mrp-dropdown-trigger-click .mrp-header-menu .menu-item-has-children:hover > a::after {
    transform: rotate(45deg) translateY(-2px);
}

.mrp-dropdown-trigger-click .mrp-header-menu .menu-item-has-children.is-open > a::after {
    transform: rotate(225deg) translateY(-2px);
}

.mrp-dropdown-trigger-click .mrp-header-menu .sub-menu .menu-item-has-children:hover > a::after,
.mrp-dropdown-trigger-click .mrp-header-menu .sub-menu .menu-item-has-children.is-open > a::after {
    transform: rotate(-45deg) translateX(2px);
}

/* 2026.0.0 Header refinement update: cleaner single-layer header, premium top bar, tighter info strip spacing. */
.elementor-widget-mounjaro_review_header > .elementor-widget-container,
.elementor-widget-mounjaro-review-header > .elementor-widget-container {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.mrp-header-widget {
    background: transparent;
    box-shadow: none;
    isolation: isolate;
}

.mrp-header-widget .mrp-main-header,
.mrp-header-widget .mrp-top-bar,
.mrp-header-widget .mrp-trust-strip {
    background-clip: padding-box;
}

.mrp-top-bar {
    width: min(1590px, calc(100% - 80px));
    margin-top: 14px;
    background: linear-gradient(135deg, #F7FAFF 0%, #FFFFFF 48%, #F2F7FF 100%);
    border: 1px solid #D9E6F7;
    border-radius: 16px;
    box-shadow: 0 16px 38px rgba(7, 26, 68, 0.055);
    color: var(--mrp-text);
    font-size: 13.5px;
    font-weight: 750;
    line-height: 1.25;
    overflow: hidden;
}

.mrp-top-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 9% 50%, rgba(10, 100, 255, 0.08), transparent 28%),
        radial-gradient(circle at 92% 50%, rgba(32, 183, 100, 0.08), transparent 26%);
}

.mrp-top-bar .mrp-header-inner,
.mrp-top-bar .mrp-header-container {
    min-height: 50px;
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
}

.mrp-top-left,
.mrp-top-center,
.mrp-top-right,
.mrp-top-contact-link {
    gap: 9px;
}

.mrp-top-left {
    color: var(--mrp-blue);
    padding-right: 24px;
    border-right: 1px solid #D9E6F7;
}

.mrp-top-center {
    color: #33486F;
    font-weight: 700;
}

.mrp-top-right {
    color: var(--mrp-green);
    padding-left: 24px;
    border-left: 1px solid #D9E6F7;
}

.mrp-top-bar strong,
.mrp-top-right strong,
.mrp-top-left strong,
.mrp-top-center strong {
    color: var(--mrp-blue);
    font-weight: 850;
}

.mrp-top-bar .mrp-inline-icon {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border-radius: 50%;
    background: #EEF5FF;
    color: var(--mrp-blue);
    font-size: 13px;
    box-shadow: inset 0 0 0 1px rgba(10, 100, 255, 0.10);
}

.mrp-top-right .mrp-inline-icon {
    background: #ECFFF5;
    color: var(--mrp-green);
    box-shadow: inset 0 0 0 1px rgba(32, 183, 100, 0.13);
}

.mrp-top-contact-link {
    min-height: 34px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #33486F;
    font-weight: 750;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.mrp-top-contact-link:hover,
.mrp-top-contact-link:focus {
    color: var(--mrp-blue);
    background: #EEF5FF;
    box-shadow: 0 8px 18px rgba(10, 100, 255, 0.08);
    transform: translateY(-1px);
}

.mrp-main-header {
    margin-top: 24px;
    background: #ffffff;
    border: 1px solid var(--mrp-border);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(7, 26, 68, 0.075), 0 2px 9px rgba(7, 26, 68, 0.035);
    overflow: visible;
}

.mrp-top-bar + .mrp-main-header {
    margin-top: 12px;
}

.mrp-main-header .mrp-header-inner,
.mrp-main-header .mrp-header-container {
    min-height: 104px;
}

.mrp-brand-area::after,
.mrp-header-actions::before {
    background: #D9E6F7;
}

.mrp-header-menu > li > a,
.mrp-custom-menu-item > a {
    padding-top: 39px;
    padding-bottom: 39px;
    font-weight: 800;
    letter-spacing: -0.025em;
}

.mrp-header-menu > li > a:hover,
.mrp-header-menu > li:hover > a,
.mrp-header-menu > li.is-open > a,
.mrp-header-menu .current-menu-item > a,
.mrp-header-menu .current-menu-ancestor > a,
.mrp-header-menu .current-menu-parent > a {
    color: var(--mrp-blue);
}

.mrp-header-button {
    min-height: 56px;
    border-radius: 14px;
    background: linear-gradient(180deg, #2F70FF 0%, #0A54F2 100%);
    box-shadow: 0 16px 30px rgba(10, 100, 255, 0.24);
}

.mrp-header-button:hover,
.mrp-header-button:focus {
    background: linear-gradient(180deg, #3B79FF 0%, #004FE8 100%);
}

.mrp-trust-strip {
    width: min(1470px, calc(100% - 200px));
    margin-top: 28px;
    margin-bottom: 28px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid var(--mrp-border);
    box-shadow: 0 14px 34px rgba(7, 26, 68, 0.052);
}

.mrp-trust-strip .mrp-header-inner,
.mrp-trust-strip .mrp-header-container {
    min-height: 74px;
}

.mrp-trust-list {
    align-items: stretch;
}

.mrp-trust-item,
.mrp-trust-item:first-child {
    flex: 1 1 0;
    justify-content: center;
    gap: 12px;
    padding: 0 22px;
    color: var(--mrp-trust-item-color, var(--mrp-text));
    white-space: nowrap;
}

.mrp-trust-icon,
.mrp-trust-item:first-child .mrp-trust-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 9px;
    background: color-mix(in srgb, var(--mrp-trust-item-color, var(--mrp-blue)) 12%, #ffffff);
    color: var(--mrp-trust-item-color, var(--mrp-blue));
    font-size: 16px;
}

@supports not (background: color-mix(in srgb, #000 10%, #fff)) {
    .mrp-trust-icon,
    .mrp-trust-item:first-child .mrp-trust-icon {
        background: #EEF5FF;
    }
}

.mrp-trust-title,
.mrp-trust-item:first-child .mrp-trust-title {
    color: var(--mrp-trust-item-color, var(--mrp-text));
    font-size: 14.5px;
    font-weight: 850;
    letter-spacing: -0.02em;
}

.mrp-trust-text {
    color: var(--mrp-muted);
    font-size: 12px;
    font-weight: 650;
}

.mrp-trust-item:hover,
a.mrp-trust-item:focus {
    color: var(--mrp-trust-item-color, var(--mrp-blue));
}

@media (max-width: 1480px) {
    .mrp-top-bar {
        width: min(1360px, calc(100% - 52px));
    }

    .mrp-trust-strip {
        width: min(1260px, calc(100% - 90px));
        margin-top: 24px;
    }

    .mrp-trust-item,
    .mrp-trust-item:first-child {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 1280px) {
    .mrp-main-header .mrp-header-inner,
    .mrp-main-header .mrp-header-container {
        min-height: 96px;
    }

    .mrp-header-menu > li > a,
    .mrp-custom-menu-item > a {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .mrp-trust-title,
    .mrp-trust-item:first-child .mrp-trust-title {
        font-size: 13.5px;
    }
}

@media (max-width: 1024px) {
    .mrp-top-bar,
    .mrp-main-header,
    .mrp-trust-strip {
        width: min(930px, calc(100% - 36px));
    }

    .mrp-top-bar {
        margin-top: 16px;
    }

    .mrp-main-header {
        margin-top: 18px;
    }

    .mrp-main-header .mrp-header-inner,
    .mrp-main-header .mrp-header-container {
        min-height: 82px;
    }

    .mrp-top-bar .mrp-header-inner,
    .mrp-top-bar .mrp-header-container {
        gap: 10px 18px;
    }

    .mrp-trust-strip {
        margin-top: 18px;
        margin-bottom: 22px;
    }

    .mrp-trust-item,
    .mrp-trust-item:first-child {
        flex: 0 1 auto;
        padding: 8px 16px;
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .mrp-top-bar,
    .mrp-main-header,
    .mrp-trust-strip {
        width: calc(100% - 28px);
    }

    .mrp-top-bar {
        margin-top: 12px;
        font-size: 12.8px;
    }

    .mrp-main-header {
        margin-top: 12px;
    }

    .mrp-main-header .mrp-header-inner,
    .mrp-main-header .mrp-header-container {
        min-height: 72px;
    }

    .mrp-top-left,
    .mrp-top-center,
    .mrp-top-right,
    .mrp-top-contact-link {
        width: 100%;
        justify-content: center;
    }

    .mrp-trust-strip {
        margin-top: 14px;
        margin-bottom: 18px;
    }

    .mrp-trust-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .mrp-trust-item,
    .mrp-trust-item:first-child {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
        padding: 12px 0;
        border-right: 0 !important;
        border-bottom: 1px solid #EDF3FC;
    }

    .mrp-trust-item:last-child {
        border-bottom: 0;
    }

    .mrp-trust-icon,
    .mrp-trust-item:first-child .mrp-trust-icon {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
}

/* Final reference-match trust strip content + layout (mo3 reference). */
.mrp-header-widget .mrp-trust-strip {
    width: min(1470px, calc(100% - 200px));
    margin-top: 22px;
    margin-bottom: 28px;
    background: #ffffff;
    border: 1px solid #D9E6F7;
    border-radius: 15px;
    box-shadow: 0 14px 34px rgba(7, 26, 68, 0.052);
    overflow: hidden;
}

.mrp-header-widget .mrp-trust-strip .mrp-header-inner,
.mrp-header-widget .mrp-trust-strip .mrp-header-container {
    min-height: 79px;
    padding-left: 33px;
    padding-right: 31px;
    display: flex;
    align-items: center;
}

.mrp-header-widget .mrp-trust-list {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.mrp-header-widget .mrp-trust-item,
.mrp-header-widget .mrp-trust-item:first-child {
    min-height: 52px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 28px;
    color: var(--mrp-trust-item-color, #071A44);
    white-space: nowrap;
    text-decoration: none !important;
    border-right-color: #D9E6F7;
    transition: color 180ms ease, transform 180ms ease;
}

.mrp-header-widget .mrp-trust-item:first-child {
    flex: 0 1 473px;
    justify-content: flex-start;
    gap: 18px;
    padding-left: 0;
    padding-right: 34px;
}

.mrp-header-widget .mrp-trust-item:nth-child(2),
.mrp-header-widget .mrp-trust-item:nth-child(3),
.mrp-header-widget .mrp-trust-item:nth-child(4) {
    color: #071A44;
}

.mrp-header-widget .mrp-trust-item:nth-child(5) {
    color: #20B764;
}

.mrp-header-widget .mrp-trust-item:nth-child(6) {
    color: #0A64FF;
}

.mrp-header-widget .mrp-trust-item:nth-child(7) {
    color: #7A3CE6;
    padding-right: 0;
}

.mrp-header-widget .mrp-trust-item:not(:last-child) {
    border-right: 1px solid #D9E6F7;
}

.mrp-header-widget .mrp-trust-icon,
.mrp-header-widget .mrp-trust-item:first-child .mrp-trust-icon {
    width: auto;
    height: auto;
    flex: 0 0 auto;
    border-radius: 0;
    background: transparent;
    color: currentColor;
    font-size: 25px;
    line-height: 1;
}

.mrp-header-widget .mrp-trust-item:first-child .mrp-trust-icon {
    position: relative;
    width: 43px;
    height: 43px;
    flex-basis: 43px;
    font-size: 42px;
    color: #071A44;
}

.mrp-header-widget .mrp-trust-item:first-child .mrp-trust-icon::after {
    content: "✓";
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    color: #071A44;
    pointer-events: none;
}

.mrp-header-widget .mrp-trust-copy {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    min-width: 0;
}

.mrp-header-widget .mrp-trust-title,
.mrp-header-widget .mrp-trust-item:first-child .mrp-trust-title {
    color: currentColor;
    font-size: 15.8px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.024em;
}

.mrp-header-widget .mrp-trust-item:first-child .mrp-trust-title {
    color: #071A44;
    font-size: 17px;
    font-weight: 800;
}

.mrp-header-widget .mrp-trust-text {
    display: none;
}

.mrp-header-widget .mrp-trust-item:hover,
.mrp-header-widget a.mrp-trust-item:focus {
    color: var(--mrp-trust-item-color, #0A64FF);
    transform: translateY(-1px);
}

@media (max-width: 1480px) {
    .mrp-header-widget .mrp-trust-strip {
        width: min(1260px, calc(100% - 90px));
    }

    .mrp-header-widget .mrp-trust-strip .mrp-header-inner,
    .mrp-header-widget .mrp-trust-strip .mrp-header-container {
        padding-left: 26px;
        padding-right: 26px;
    }

    .mrp-header-widget .mrp-trust-item,
    .mrp-header-widget .mrp-trust-item:first-child {
        padding-left: 18px;
        padding-right: 18px;
        gap: 10px;
    }

    .mrp-header-widget .mrp-trust-item:first-child {
        padding-left: 0;
        flex-basis: 392px;
        gap: 14px;
    }

    .mrp-header-widget .mrp-trust-title,
    .mrp-header-widget .mrp-trust-item:first-child .mrp-trust-title {
        font-size: 14px;
    }

    .mrp-header-widget .mrp-trust-item:first-child .mrp-trust-title {
        font-size: 15.4px;
    }
}

@media (max-width: 1180px) {
    .mrp-header-widget .mrp-trust-strip {
        width: min(1000px, calc(100% - 48px));
    }

    .mrp-header-widget .mrp-trust-list {
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .mrp-header-widget .mrp-trust-item,
    .mrp-header-widget .mrp-trust-item:first-child {
        flex: 0 0 auto;
    }
}

@media (max-width: 767px) {
    .mrp-header-widget .mrp-trust-strip {
        width: calc(100% - 28px);
        margin-top: 14px;
        margin-bottom: 18px;
        border-radius: 14px;
    }

    .mrp-header-widget .mrp-trust-strip .mrp-header-inner,
    .mrp-header-widget .mrp-trust-strip .mrp-header-container {
        min-height: 0;
        padding: 12px 18px;
    }

    .mrp-header-widget .mrp-trust-list {
        display: grid;
        grid-template-columns: 1fr;
        overflow: visible;
    }

    .mrp-header-widget .mrp-trust-item,
    .mrp-header-widget .mrp-trust-item:first-child,
    .mrp-header-widget .mrp-trust-item:nth-child(7) {
        width: 100%;
        min-height: 46px;
        justify-content: flex-start;
        padding: 10px 0;
        border-right: 0 !important;
        border-bottom: 1px solid #E8F0FB;
        white-space: normal;
    }

    .mrp-header-widget .mrp-trust-item:last-child {
        border-bottom: 0;
    }

    .mrp-header-widget .mrp-trust-item:first-child .mrp-trust-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        font-size: 33px;
    }

    .mrp-header-widget .mrp-trust-item:first-child .mrp-trust-icon::after {
        font-size: 12px;
    }

    .mrp-header-widget .mrp-trust-icon,
    .mrp-header-widget .mrp-trust-item:first-child .mrp-trust-icon {
        font-size: 20px;
    }

    .mrp-header-widget .mrp-trust-title,
    .mrp-header-widget .mrp-trust-item:first-child .mrp-trust-title {
        font-size: 14px;
    }
}

/* Trust strip overlap fix: keep each item at its natural width so long labels never collide. */
.mrp-header-widget .mrp-trust-list {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    min-width: 0;
    overflow: visible;
}

.mrp-header-widget .mrp-trust-item,
.mrp-header-widget .mrp-trust-item:first-child,
.mrp-header-widget .mrp-trust-item:nth-child(7) {
    flex: 0 0 auto !important;
    min-width: max-content;
    max-width: none;
    overflow: visible;
}

.mrp-header-widget .mrp-trust-copy {
    flex: 0 0 auto;
    min-width: max-content;
    max-width: none;
    overflow: visible;
}

.mrp-header-widget .mrp-trust-title,
.mrp-header-widget .mrp-trust-item:first-child .mrp-trust-title {
    display: block;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
}

@media (max-width: 1360px) {
    .mrp-header-widget .mrp-trust-list {
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .mrp-header-widget .mrp-trust-list::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 767px) {
    .mrp-header-widget .mrp-trust-list {
        display: grid !important;
        grid-template-columns: 1fr;
        overflow: visible;
    }

    .mrp-header-widget .mrp-trust-item,
    .mrp-header-widget .mrp-trust-item:first-child,
    .mrp-header-widget .mrp-trust-item:nth-child(7),
    .mrp-header-widget .mrp-trust-copy {
        min-width: 0;
        max-width: 100%;
        width: 100%;
        flex: 1 1 auto !important;
    }

    .mrp-header-widget .mrp-trust-title,
    .mrp-header-widget .mrp-trust-item:first-child .mrp-trust-title {
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

/* Mobile ticker update: keep the trust/info strip and optional top-bar text in one continuous line. */
.mrp-header-widget .mrp-trust-item-clone,
.mrp-header-widget .mrp-top-ticker-clone {
    display: none !important;
    pointer-events: none;
}

@keyframes mrpTrustStripMobileTicker {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes mrpTopBarMobileTicker {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (max-width: 767px) {
    .mrp-header-widget .mrp-trust-strip {
        overflow: hidden !important;
    }

    .mrp-header-widget .mrp-trust-strip .mrp-header-inner,
    .mrp-header-widget .mrp-trust-strip .mrp-header-container {
        overflow: hidden !important;
        padding-left: 18px;
        padding-right: 18px;
    }

    .mrp-header-widget .mrp-trust-list,
    .mrp-header-widget .mrp-trust-list.mrp-trust-ticker-ready {
        display: flex !important;
        grid-template-columns: none !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        width: max-content !important;
        min-width: max-content !important;
        max-width: none !important;
        overflow: visible !important;
        white-space: nowrap !important;
        will-change: transform;
    }

    .mrp-header-widget .mrp-trust-list.mrp-trust-ticker-ready {
        animation: mrpTrustStripMobileTicker var(--mrp-trust-ticker-duration, 34s) linear infinite;
    }

    .mrp-header-widget .mrp-trust-list.mrp-trust-ticker-ready:hover,
    .mrp-header-widget .mrp-trust-list.mrp-trust-ticker-ready:focus-within {
        animation-play-state: paused;
    }

    .mrp-header-widget .mrp-trust-item-clone {
        display: inline-flex !important;
    }

    .mrp-header-widget .mrp-trust-item,
    .mrp-header-widget .mrp-trust-item:first-child,
    .mrp-header-widget .mrp-trust-item:nth-child(7),
    .mrp-header-widget .mrp-trust-item-clone {
        width: auto !important;
        min-width: max-content !important;
        max-width: none !important;
        flex: 0 0 auto !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 10px !important;
        min-height: 46px !important;
        padding: 0 22px !important;
        border-right: 1px solid #D9E6F7 !important;
        border-bottom: 0 !important;
        white-space: nowrap !important;
        overflow: visible !important;
    }

    .mrp-header-widget .mrp-trust-item:first-child {
        padding-left: 0 !important;
    }

    .mrp-header-widget .mrp-trust-copy,
    .mrp-header-widget .mrp-trust-item:first-child .mrp-trust-copy {
        width: auto !important;
        min-width: max-content !important;
        max-width: none !important;
        flex: 0 0 auto !important;
        display: inline-flex !important;
        white-space: nowrap !important;
        overflow: visible !important;
    }

    .mrp-header-widget .mrp-trust-title,
    .mrp-header-widget .mrp-trust-item:first-child .mrp-trust-title {
        display: inline-block !important;
        white-space: nowrap !important;
        overflow: visible !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        text-overflow: clip !important;
        font-size: 14px;
        line-height: 1.15;
    }

    .mrp-header-widget .mrp-trust-icon,
    .mrp-header-widget .mrp-trust-item:first-child .mrp-trust-icon {
        flex: 0 0 auto !important;
    }

    .mrp-header-widget .mrp-top-bar {
        overflow: hidden !important;
    }

    .mrp-header-widget .mrp-top-bar .mrp-header-inner,
    .mrp-header-widget .mrp-top-bar .mrp-header-container {
        overflow: visible !important;
    }

    .mrp-header-widget .mrp-top-bar .mrp-header-container.mrp-top-ticker-ready {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        width: max-content !important;
        min-width: max-content !important;
        max-width: none !important;
        white-space: nowrap !important;
        will-change: transform;
        animation: mrpTopBarMobileTicker var(--mrp-top-ticker-duration, 32s) linear infinite;
    }

    .mrp-header-widget .mrp-top-bar .mrp-header-container.mrp-top-ticker-ready:hover,
    .mrp-header-widget .mrp-top-bar .mrp-header-container.mrp-top-ticker-ready:focus-within {
        animation-play-state: paused;
    }

    .mrp-header-widget .mrp-top-ticker-clone {
        display: inline-flex !important;
    }

    .mrp-header-widget .mrp-top-left,
    .mrp-header-widget .mrp-top-center,
    .mrp-header-widget .mrp-top-right,
    .mrp-header-widget .mrp-top-contact-link,
    .mrp-header-widget .mrp-top-contact-items,
    .mrp-header-widget .mrp-top-ticker-clone {
        width: auto !important;
        min-width: max-content !important;
        max-width: none !important;
        flex: 0 0 auto !important;
        display: inline-flex !important;
        align-items: center !important;
        white-space: nowrap !important;
        overflow: visible !important;
    }

    .mrp-header-widget .mrp-top-left span,
    .mrp-header-widget .mrp-top-center span,
    .mrp-header-widget .mrp-top-right span,
    .mrp-header-widget .mrp-top-contact-link span {
        display: inline-block !important;
        white-space: nowrap !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
    .mrp-header-widget .mrp-trust-list.mrp-trust-ticker-ready,
    .mrp-header-widget .mrp-top-bar .mrp-header-container.mrp-top-ticker-ready {
        animation: none !important;
        transform: none !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .mrp-header-widget .mrp-trust-item-clone,
    .mrp-header-widget .mrp-top-ticker-clone {
        display: none !important;
    }
}

/* 2026.0.0 container-sync + desktop ticker restoration. Keeps header shell/background/container widths locked together at custom desktop widths. */
.mrp-header-widget {
    --mrp-header-shell-width: 100%;
    --mrp-header-shell-max-width: 1590px;
    --mrp-header-shell-gutter: 80px;
    --mrp-trust-shell-gutter: 200px;
    --mrp-trust-shell-max-width: 1470px;
}

.mrp-header-widget .mrp-top-bar,
.mrp-header-widget .mrp-main-header {
    width: min(var(--mrp-header-shell-width, 100%), calc(100% - var(--mrp-header-shell-gutter, 80px))) !important;
    max-width: var(--mrp-header-shell-max-width, 1590px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.mrp-header-widget .mrp-trust-strip {
    width: min(var(--mrp-header-shell-width, 100%), calc(100% - var(--mrp-trust-shell-gutter, 200px))) !important;
    max-width: min(var(--mrp-header-shell-max-width, 1590px), var(--mrp-trust-shell-max-width, 1470px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.mrp-header-widget .mrp-top-bar .mrp-header-container,
.mrp-header-widget .mrp-main-header .mrp-header-container,
.mrp-header-widget .mrp-trust-strip .mrp-header-container {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.mrp-header-widget.mrp-content-full-width .mrp-top-bar,
.mrp-header-widget.mrp-content-full-width .mrp-main-header,
.mrp-header-widget.mrp-content-full-width .mrp-trust-strip {
    width: 100% !important;
    max-width: none !important;
}

@media (min-width: 1025px) {
    .mrp-header-widget .mrp-main-header .mrp-header-container {
        flex-wrap: nowrap;
        overflow: visible;
    }

    .mrp-header-widget .mrp-nav-area {
        min-width: 0;
        overflow: visible;
    }

    .mrp-header-widget .mrp-header-menu {
        gap: clamp(14px, 1.45vw, 26px);
    }

    .mrp-header-widget .mrp-brand-area {
        min-width: clamp(215px, 20vw, 305px);
        max-width: clamp(215px, 20vw, 305px);
    }

    .mrp-header-widget .mrp-logo-media img {
        width: clamp(185px, 16vw, 250px);
    }
}

@media (max-width: 1480px) {
    .mrp-header-widget {
        --mrp-header-shell-gutter: 52px;
        --mrp-trust-shell-gutter: 90px;
    }
}

@media (max-width: 1024px) {
    .mrp-header-widget {
        --mrp-header-shell-gutter: 36px;
        --mrp-trust-shell-gutter: 36px;
    }
}

@media (max-width: 767px) {
    .mrp-header-widget {
        --mrp-header-shell-gutter: 28px;
        --mrp-trust-shell-gutter: 28px;
    }
}

@keyframes mrpTrustStripDesktopTicker {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.mrp-header-widget .mrp-trust-list.mrp-trust-ticker-needed {
    justify-content: flex-start !important;
    width: max-content !important;
    min-width: max-content !important;
    max-width: none !important;
    overflow: visible !important;
    white-space: nowrap !important;
    will-change: transform;
    animation: mrpTrustStripDesktopTicker var(--mrp-trust-ticker-duration, 34s) linear infinite;
}

.mrp-header-widget .mrp-trust-list.mrp-trust-ticker-needed:hover,
.mrp-header-widget .mrp-trust-list.mrp-trust-ticker-needed:focus-within {
    animation-play-state: paused;
}

.mrp-header-widget .mrp-trust-list.mrp-trust-ticker-needed .mrp-trust-item-clone {
    display: inline-flex !important;
}

.mrp-header-widget .mrp-trust-list.mrp-trust-ticker-needed .mrp-trust-item,
.mrp-header-widget .mrp-trust-list.mrp-trust-ticker-needed .mrp-trust-item:first-child,
.mrp-header-widget .mrp-trust-list.mrp-trust-ticker-needed .mrp-trust-item:nth-child(7) {
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    white-space: nowrap !important;
}

.mrp-header-widget .mrp-trust-list.mrp-trust-ticker-needed .mrp-trust-copy,
.mrp-header-widget .mrp-trust-list.mrp-trust-ticker-needed .mrp-trust-title {
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;
    white-space: nowrap !important;
}

@media (max-width: 767px) {
    .mrp-header-widget .mrp-trust-list.mrp-trust-ticker-ready {
        animation-name: mrpTrustStripMobileTicker;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mrp-header-widget .mrp-trust-list.mrp-trust-ticker-needed {
        animation: none !important;
        transform: none !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .mrp-header-widget .mrp-trust-list.mrp-trust-ticker-needed .mrp-trust-item-clone {
        display: none !important;
    }
}
