:root {
    --ink: #123552;
    --ink-2: #245f8f;
    --paper: #edf5fb;
    --surface: #ffffff;
    --line: #d8e2e6;
    --text: #112536;
    --muted: #627482;
    --blue: #3b82f6;
    --teal: #18aeb2;
    --copper: #d97745;
    --success: #168653;
    --shadow: 0 22px 60px rgba(10, 31, 45, .12);
    --radius: 20px;
    --container: 1760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: "Aptos", "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
svg { width: 1em; height: 1em; fill: currentColor; }
.v2-container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.v2-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.v2-site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(15,48,75,.96); backdrop-filter: blur(18px); color: #fff; }
.v2-nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.v2-brand { display: flex; align-items: center; gap: 12px; }
.v2-brand > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg, var(--blue), var(--teal)); font-weight: 900; box-shadow: 0 10px 26px rgba(36,99,235,.3); }
.v2-brand div { display: grid; }
.v2-brand strong { font-size: 17px; }
.v2-brand small { color: #a9beca; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.v2-main-nav { display: flex; align-items: center; gap: 28px; font-size: 16px; font-weight: 750; }
.v2-main-nav a:not(.v2-nav-button) { color: #c9d5dc; }
.v2-main-nav a:hover, .v2-main-nav .is-active { color: #fff; }
.v2-main-nav form { margin: 0; }
.v2-nav-button { display: inline-flex; align-items: center; justify-content: center; padding: 10px 15px; border: 1px solid #405463; border-radius: 11px; background: transparent; color: #fff; cursor: pointer; }
.v2-nav-toggle { display: none; border: 1px solid #405463; border-radius: 10px; background: transparent; color: #fff; padding: 9px 12px; }

.v2-hero { position: relative; overflow: hidden; padding: 86px 0 74px; background: linear-gradient(125deg,#123552 0%,#1a4a70 52%,#286b9d 100%); color: #fff; }
.v2-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 20%, rgba(89,214,209,.22), transparent 28%), radial-gradient(circle at 18% 105%, rgba(217,119,69,.13), transparent 30%), linear-gradient(125deg, transparent 0 48%, rgba(255,255,255,.035) 48% 49%, transparent 49%); }
.v2-hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 76px; }
.v2-eyebrow { color: #38bdb9; font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.v2-hero h1 { max-width: 700px; margin: 15px 0 20px; font-family: Georgia, serif; font-size: clamp(48px, 5.3vw, 82px); line-height: .98; letter-spacing: -.055em; }
.v2-hero-copy > p { max-width: 650px; color: #b8cad4; font-size: 18px; line-height: 1.65; }
.v2-search { margin-top: 30px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 12px; max-width: 690px; padding: 8px 8px 8px 17px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; background: rgba(255,255,255,.08); }
.v2-search svg { color: #63d7d2; }
.v2-search input { min-width: 0; border: 0; outline: 0; background: transparent; color: #fff; }
.v2-search input::placeholder { color: #93a9b7; }
.v2-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 18px; border: 0; border-radius: 11px; background: var(--blue); color: #fff; font-size: 15px; font-weight: 850; cursor: pointer; box-shadow: 0 10px 24px rgba(36,99,235,.22); }
.v2-button:hover { background: #174fd1; transform: translateY(-1px); }
.v2-button-ghost { border: 1px solid rgba(255,255,255,.24); background: transparent; box-shadow: none; }
.v2-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 17px; }
.v2-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 38px; color: #a9beca; font-size: 14px; text-transform: uppercase; letter-spacing: .07em; }
.v2-proof strong { color: #fff; }

.v2-workspace { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: #f9fbfc; color: var(--text); box-shadow: 0 34px 90px rgba(0,0,0,.35); transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); }
.v2-workspace-top, .v2-workspace-footer { display: flex; align-items: center; gap: 11px; padding: 13px 15px; border-bottom: 1px solid var(--line); background: #fff; font-size: 12px; }
.v2-workspace-mark { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; background: var(--blue); color: #fff; font-size: 10px; font-weight: 900; }
.v2-live { margin-left: auto; color: var(--success); font-weight: 800; }
.v2-live i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--success); }
.v2-workspace-body { min-height: 390px; display: grid; grid-template-columns: 200px 1fr; }
.v2-workspace aside { display: grid; align-content: start; gap: 15px; padding: 24px 18px; border-right: 1px solid var(--line); background: #fff; }
.v2-workspace aside small { color: var(--teal); font-weight: 900; letter-spacing: .13em; }
.v2-workspace aside label { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.v2-workspace aside label span { color: var(--text); font-weight: 800; }
.v2-slider { height: 5px; border-radius: 9px; background: #dce5e9; }
.v2-slider i { display: block; width: 68%; height: 100%; border-radius: inherit; background: var(--teal); }
.v2-swatches { display: flex; gap: 7px; }
.v2-swatches i { width: 27px; height: 27px; border: 3px solid #fff; border-radius: 8px; background: var(--blue); box-shadow: 0 0 0 1px var(--line); }
.v2-swatches i:nth-child(2) { background: var(--teal); }
.v2-swatches i:nth-child(3) { background: var(--copper); }
.v2-generate { margin-top: 8px; padding: 11px; border-radius: 9px; background: var(--blue); color: #fff; text-align: center; font-size: 11px; font-weight: 850; }
.v2-canvas { position: relative; display: grid; place-items: center; background: radial-gradient(circle, #fff 0 35%, #edf3f5 75%); }
.v2-canvas::before { content: ""; position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(#dce6e9 1px, transparent 1px), linear-gradient(90deg,#dce6e9 1px,transparent 1px); background-size: 26px 26px; }
.v2-art { position: relative; z-index: 1; display: grid; justify-items: center; color: var(--ink); text-shadow: 0 6px 14px rgba(10,24,36,.15); }
.v2-art span { font-family: Georgia, serif; font-size: 58px; font-weight: 900; letter-spacing: .08em; }
.v2-art strong { margin-top: -6px; color: var(--copper); font-family: Georgia, serif; font-size: 25px; font-style: italic; }
.v2-measure { position: absolute; z-index: 1; color: var(--teal); font-size: 9px; font-weight: 900; }
.v2-measure-x { bottom: 31px; left: 50%; transform: translateX(-50%); }
.v2-measure-y { right: 20px; top: 50%; transform: rotate(90deg); }
.v2-workspace-footer { justify-content: flex-end; border-top: 1px solid var(--line); border-bottom: 0; }
.v2-workspace-footer span { padding: 5px 9px; border: 1px solid var(--line); border-radius: 7px; }
.v2-workspace-footer strong { margin-left: auto; color: var(--success); }

.v2-studio { transform: perspective(1400px) rotateY(-2deg) rotateX(1deg); }
.v2-studio-menu { color: #738897; font-size: 10px; }
.v2-studio-body { min-height: 430px; display: grid; grid-template-columns: 42px minmax(0,1fr) 190px; background: #dfe8ed; }
.v2-studio-tools { display: grid; align-content: start; gap: 7px; padding: 10px 7px; border-right: 1px solid #c6d2d9; background: #f8fafb; }
.v2-studio-tools span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #d5dfe4; border-radius: 6px; background: #fff; color: #395267; font-size: 13px; font-weight: 800; }
.v2-studio-tools span:first-child { border-color: #87aef2; background: #eaf2ff; color: var(--blue); }
.v2-studio-main { min-width: 0; display: grid; grid-template-columns: 24px minmax(0,1fr); grid-template-rows: 23px minmax(0,1fr) 30px; }
.v2-studio-ruler { overflow: hidden; background: #f7f9fa; color: #7b8e9b; font-size: 8px; white-space: nowrap; }
.v2-studio-ruler-x { grid-column: 2; padding: 7px 12px; word-spacing: 18px; border-bottom: 1px solid #ccd7dd; }
.v2-studio-ruler-y { grid-row: 2; padding: 14px 7px; border-right: 1px solid #ccd7dd; line-height: 67px; }
.v2-studio-canvas { grid-column: 2; position: relative; display: grid; place-items: center; overflow: hidden; background-color: #f9fbfc; background-image: linear-gradient(#e2eaee 1px,transparent 1px),linear-gradient(90deg,#e2eaee 1px,transparent 1px); background-size: 18px 18px; }
.v2-studio-selection { position: relative; width: min(82%,460px); }
.v2-studio-selection > svg { width: 100%; display: block; overflow: visible; }
.v2-studio-selection > i { position: absolute; z-index: 2; width: 7px; height: 7px; border: 1px solid #fff; background: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.v2-studio-selection > i:nth-child(1) { left: 4%; top: 8%; }.v2-studio-selection > i:nth-child(2) { right: 4%; top: 8%; }.v2-studio-selection > i:nth-child(3) { left: 4%; bottom: 8%; }.v2-studio-selection > i:nth-child(4) { right: 4%; bottom: 8%; }
.v2-studio-selection .studio-cut { fill: #fff; stroke: #e53e3e; stroke-width: 2; }
.v2-studio-selection .studio-score { fill: none; stroke: #2f6ee5; stroke-width: 1.5; stroke-dasharray: 5 4; }
.v2-studio-selection .studio-engrave { fill: none; stroke: #152a3a; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.v2-studio-selection .studio-fill { fill: #264e68; opacity: .18; }
.v2-studio-selection text { fill: #17384f; font-family: "Segoe UI",sans-serif; font-size: 12px; font-weight: 800; letter-spacing: 2px; }
.v2-dimension { position: absolute; color: var(--blue); font-size: 8px; font-weight: 800; }
.v2-dimension-x { left: 50%; bottom: -13px; transform: translateX(-50%); }
.v2-dimension-y { right: -29px; top: 50%; transform: rotate(90deg); }
.v2-studio-palette { grid-column: 1 / -1; display: flex; align-items: center; gap: 6px; padding: 5px 9px; border-top: 1px solid #cad6dc; background: #f7f9fa; }
.v2-studio-palette i { width: 18px; height: 18px; border-radius: 4px; background: #e53e3e; }.v2-studio-palette i:nth-child(2){background:#2f6ee5}.v2-studio-palette i:nth-child(3){background:#111827}.v2-studio-palette i:nth-child(4){background:#15a06f}.v2-studio-palette i:nth-child(5){background:#eaa21a}.v2-studio-palette i:nth-child(6){background:#9b5de5}
.v2-studio-layers { padding: 12px 10px; border-left: 1px solid #c8d4da; background: #f7f9fa; }
.v2-studio-panel-title { display: flex; justify-content: space-between; padding: 2px 2px 9px; color: #314a5d; font-size: 11px; }
.v2-layer { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 8px; margin-bottom: 6px; padding: 8px; border: 1px solid #d6e0e5; border-radius: 7px; background: #fff; }
.v2-layer > i { width: 7px; height: 28px; border-radius: 3px; }.v2-layer .is-red{background:#e53e3e}.v2-layer .is-blue{background:#2f6ee5}.v2-layer .is-black{background:#111827}
.v2-layer span { display: grid; }.v2-layer strong{font-size:9px}.v2-layer small{color:#8395a1;font-size:7px}.v2-layer b{color:#63a78c;font-size:8px}
.v2-studio-position-title { margin-top: 15px; border-bottom: 1px solid #d5dfe4; }
.v2-position-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-top: 9px; }
.v2-position-grid span { display: flex; justify-content: space-between; padding: 7px; border: 1px solid #d7e0e5; border-radius: 6px; background: #fff; color: #81919c; font-size: 8px; }.v2-position-grid b{color:#253d50}
.v2-studio-layers button { width: 100%; margin-top: 14px; padding: 9px; border: 0; border-radius: 7px; background: var(--blue); color: #fff; font-size: 9px; font-weight: 850; }

.v2-workspace-photo { transform: perspective(1400px) rotateY(-2deg) rotateX(1deg); }
.v2-photo-stage { position: relative; overflow: hidden; min-height: 430px; padding: 16px; background: #eaf1f4; }
.v2-photo-stage::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(17,37,54,.08), inset 0 -90px 100px rgba(10,24,36,.08); }
.v2-photo-stage img { width: 100%; height: 430px; display: block; border: 1px solid #d5e0e5; border-radius: 13px; object-fit: cover; object-position: center; }
.v2-photo-chip { position: absolute; z-index: 2; bottom: 30px; display: inline-flex; align-items: center; min-height: 31px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 8px 22px rgba(10,24,36,.2); backdrop-filter: blur(10px); }
.v2-photo-chip::before { content: ""; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: currentColor; }
.v2-photo-chip--laser { left: 29px; background: rgba(36,99,235,.88); }
.v2-photo-chip--print { left: 158px; background: rgba(11,156,159,.9); }

.v2-category-strip { border-bottom: 1px solid var(--line); background: #fff; }
.v2-category-grid { display: grid; grid-template-columns: repeat(6,1fr); }
.v2-category-grid a { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 21px 17px; border-right: 1px solid var(--line); }
.v2-category-grid a:first-child { border-left: 1px solid var(--line); }
.v2-category-grid span { color: var(--copper); font-size: 11px; font-weight: 900; }
.v2-category-grid strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.v2-category-grid svg { color: #9babb4; }

.v2-section { padding: 90px 0; }
.v2-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.v2-section-heading h2, .v2-process-grid h2, .v2-membership h2 { margin: 10px 0 8px; font-family: Georgia, serif; font-size: clamp(34px,4vw,54px); line-height: 1.05; letter-spacing: -.04em; }
.v2-section-heading p, .v2-process-grid > div > p, .v2-membership p { max-width: 690px; margin: 0; color: var(--muted); line-height: 1.6; }
.v2-section-heading > a { color: var(--blue); font-weight: 850; }
.v2-tool-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.v2-tool-card { position: relative; min-height: 270px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 10px 28px rgba(10,31,45,.05); }
.v2-tool-card.is-featured { grid-column: span 2; background: linear-gradient(135deg,var(--ink-2),var(--ink)); color: #fff; }
.v2-tool-number { position: absolute; right: 22px; top: 20px; color: #aabac2; font-family: Georgia,serif; font-size: 30px; }
.v2-tool-category { color: #0d9296; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.v2-tool-card h3 { max-width: 440px; margin: 36px 0 10px; font-family: Georgia,serif; font-size: 25px; }
.v2-tool-card p { max-width: 600px; margin: 0; color: var(--muted); line-height: 1.55; }
.v2-tool-card.is-featured p { color: #abc0cc; }
.v2-tool-exports { margin-top: auto; padding-top: 24px; color: var(--copper); font-size: 13px; font-weight: 850; }
.v2-tool-open { margin-top: 8px; color: var(--blue); font-size: 14px; font-weight: 850; }
.v2-tool-card.is-featured .v2-tool-open { color: #59d4ce; }

.v2-process-section { background: #fff; }
.v2-process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.v2-process-grid ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.v2-process-grid li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.v2-process-grid li > span { color: var(--copper); font-family: Georgia,serif; font-size: 25px; }
.v2-process-grid li strong { font-size: 18px; }
.v2-process-grid li p { margin: 6px 0 0; color: var(--muted); }

.v2-membership { padding: 0 0 90px; }
.v2-membership-card { display: grid; grid-template-columns: minmax(0,1fr) auto auto; align-items: center; gap: 45px; padding: 46px 52px; border-radius: 24px; background: linear-gradient(120deg,var(--ink),var(--ink-2)); color: #fff; box-shadow: var(--shadow); }
.v2-membership h2 { margin-bottom: 9px; font-size: clamp(30px,3vw,43px); }
.v2-membership p { color: #aac0cc; }
.v2-price { display: grid; text-align: right; }
.v2-price strong { font-family: Georgia,serif; font-size: 40px; color: #fff; }
.v2-price span { color: #afc2cd; font-size: 14px; }

.v2-footer { padding: 38px 0; border-top: 1px solid #203646; background: var(--ink); color: #fff; }
.v2-footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 50px; }
.v2-footer-brand p { margin: 6px 0 0; color: #a8bcc7; font-size: 14px; }
.v2-footer nav { display: flex; gap: 22px; color: #cbd7dd; font-size: 15px; }
.v2-footer-grid > span { color: #91a8b5; font-size: 13px; }

@media (max-width: 1050px) {
    .v2-hero-grid { grid-template-columns: 1fr; }
    .v2-workspace { transform: none; }
    .v2-studio { transform: none; }
    .v2-workspace-photo { transform: none; }
    .v2-category-grid { grid-template-columns: repeat(3,1fr); }
    .v2-tool-grid { grid-template-columns: repeat(2,1fr); }
    .v2-process-grid { grid-template-columns: 1fr; gap: 40px; }
    .v2-membership-card { grid-template-columns: 1fr auto; }
    .v2-membership-card .v2-button { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
    .v2-container { width: min(100% - 24px,var(--container)); }
    .v2-nav-wrap { min-height: 66px; }
    .v2-nav-toggle { display: block; }
    .v2-main-nav { position: absolute; left: 12px; right: 12px; top: 72px; display: none; align-items: stretch; flex-direction: column; gap: 4px; padding: 12px; border: 1px solid #314958; border-radius: 14px; background: var(--ink); box-shadow: var(--shadow); }
    .v2-main-nav.is-open { display: flex; }
    .v2-main-nav a, .v2-main-nav .v2-nav-button { width: 100%; justify-content: flex-start; padding: 12px; }
    .v2-hero { padding: 58px 0 50px; }
    .v2-hero h1 { font-size: clamp(42px,13vw,62px); }
    .v2-search { grid-template-columns: auto 1fr; }
    .v2-search .v2-button { grid-column: 1 / -1; }
    .v2-workspace-body { grid-template-columns: 1fr; }
    .v2-studio-body { grid-template-columns: 36px minmax(0,1fr); min-height: 360px; }
    .v2-studio-layers { display: none; }
    .v2-workspace aside { border-right: 0; border-bottom: 1px solid var(--line); }
    .v2-canvas { min-height: 310px; }
    .v2-photo-stage { min-height: 300px; padding: 9px; }
    .v2-photo-stage img { height: 300px; }
    .v2-photo-chip { bottom: 20px; }
    .v2-photo-chip--laser { left: 20px; }
    .v2-photo-chip--print { left: 148px; }
    .v2-category-grid { grid-template-columns: repeat(2,1fr); }
    .v2-section { padding: 65px 0; }
    .v2-section-heading { align-items: start; flex-direction: column; }
    .v2-tool-grid { grid-template-columns: 1fr; }
    .v2-tool-card.is-featured { grid-column: auto; }
    .v2-membership-card { grid-template-columns: 1fr; padding: 34px 26px; }
    .v2-price { text-align: left; }
    .v2-footer-grid { grid-template-columns: 1fr; gap: 22px; }
}
/* Shared tool workspace header */
.v2-tool-header {
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.v2-tool-header-inner {
    min-height: 116px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-block: 18px;
}

.v2-tool-kicker {
    color: var(--blue);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.v2-tool-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0 4px;
}

.v2-tool-title-row h1 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: clamp(27px, 2.5vw, 38px);
    line-height: 1;
    letter-spacing: -.035em;
}

.v2-tool-version {
    padding: 3px 7px;
    border: 1px solid #9bd4b7;
    border-radius: 6px;
    background: #effaf3;
    color: var(--success);
    font-size: 10px;
    font-weight: 900;
}

.v2-tool-header p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.v2-favourite-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid #a9c2dd;
    border-radius: 10px;
    background: #fff;
    color: #245f8f;
    font-weight: 800;
    cursor: pointer;
}

.v2-favourite-button.is-active {
    border-color: #73c4a0;
    background: #effaf4;
    color: #13774b;
}

.v2-tool-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

@media (max-width: 720px) {
    .v2-tool-header-inner { min-height: 86px; padding-block: 13px; }
    .v2-tool-header p, .v2-tool-kicker { display: none; }
    .v2-tool-title-row h1 { font-size: 24px; }
    .v2-favourite-button { width: 42px; padding: 9px; }
    .v2-favourite-button span { display: none; }
    .v2-tool-header-actions { gap: 7px; }
}

/* Central tester-access context banner shown only on explicitly assigned tools. */
.lth-tester-banner { border-bottom: 1px solid #b8dbc8; background: #eef9f3; color: #275642; }
.lth-tester-banner .v2-container { min-height: 39px; display: flex; align-items: center; gap: 9px; padding-block: 7px; font-size: 11px; }
.lth-tester-banner strong { color: #087747; font-weight: 900; }
.lth-tester-banner span { color: #587367; }
.lth-tester-banner small { margin-left: auto; padding: 3px 6px; border: 1px solid #a8d4bb; border-radius: 5px; background: #fff; color: #087747; font-size: 8px; font-weight: 900; letter-spacing: .06em; }
@media(max-width:600px){.lth-tester-banner .v2-container{align-items:flex-start;flex-wrap:wrap}.lth-tester-banner small{margin-left:0;}}

