@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

:root {
  --color-brand: #D72E21 !important;
  --yumbi-red: #D72E21;
  --yumbi-red-hover: #B92318;
  --yumbi-red-wash: #FDF3F2;
  --yumbi-red-tint: #F5CBC8;
  --yumbi-blue: #33A9C3;
  --yumbi-blue-wash: #E5F4F7;
  --yumbi-green: #82C359;
  --yumbi-green-wash: #EFF7EA;
  --yumbi-green-text: #3F7420;
  --yumbi-yellow: #FDB533;
  --yumbi-yellow-wash: #FFF6E5;
  --yumbi-yellow-text: #9A6100;
  --yumbi-neutral-950: #151416;
  --yumbi-neutral-900: #282828;
  --yumbi-neutral-600: #6C6C6C;
  --yumbi-neutral-400: #A9A9A9;
  --yumbi-border: #D1D1D1;
  --yumbi-divider: #ECECEC;
  --yumbi-bg: #F7F7F7;
  --yumbi-control: #F1F1F1;
  --yumbi-focus-ring: #33A9C3;
  --radius-card: 20px;
  --radius-hero: 40px;
  --shadow-card: 0 7px 23px 0 rgba(0, 0, 0, 0.16);
}
body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/* border-box, NOT normalize's content-box: the search pill has 96px of
   horizontal padding, and content-box makes the input overflow its wrapper
   so the round red button no longer hugs the pill's right end */
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    font-family: "Open Sans", sans-serif;
}

*, *:before, *:after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-size: 15px;
    line-height: 1.7;
    color: var(--yumbi-neutral-600);
    background-color: var(--yumbi-bg) !important;
    background-image: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: var(--yumbi-red);
    text-decoration: none;
}

a:hover, a:focus {
    color: var(--yumbi-red-hover);
    text-decoration: none;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

hr {
    display: block;
    height: 1px;
    padding: 0;
    margin: 1em 0;
    border: 0;
    border-top: 1px solid #ececec;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: var(--yumbi-neutral-900);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
ul,
ol {
    margin: 0 0 24px;
}

h1,
.h1 {
    font-size: 40px;
}

h2,
.h2 {
    font-size: 34px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

b,
strong {
    font-weight: 600;
}

small,
.small {
    font-size: 80%;
    font-weight: normal;
    line-height: 1;
}

li {
    line-height: 1.5;
}

dl {
    margin-top: 0;
    margin-bottom: 24px;
}

dt,
dd {
    margin-bottom: 12px;
    line-height: 1.5;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal:before, .dl-horizontal:after {
    display: table;

    content: "";

}

.dl-horizontal:after {
    clear: both;
}

.dl-horizontal dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 30%;
        padding-right: 15px;
        clear: both;
    }
}

.dl-horizontal dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dd {
        float: right;
        width: 70%;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
}
.custom-blocks {
    background-color: transparent;
    margin: 60px 0;
}
.custom-block {
    text-align: center;
    transform: translate3d(0, 0, 0);
    margin: 15px 0;
}
.custom-block__link {
    position: relative;
    z-index: 1;
    display: block;
    padding: 26px;
    text-align: left;
    background-color: #fff;
    transition: all 0.2s ease;
    transform: translate3d(0, 0, 0);
    border: 1px solid var(--yumbi-border);
    border-radius: var(--radius-card);
}
.custom-block__link:active, .custom-block__link:focus, .custom-block__link:hover {
    background-color: #fff;
    z-index: 2;
    box-shadow: var(--shadow-card);
    transform: translateY(-3px);
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.custom-block {
    text-align: left;
}
.custom-block__icon {
    display: inline-block;
    margin-bottom: 12px;
}
.custom-block__icon img,
.custom-block__icon svg {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.custom-block__icon circle,
.custom-block__icon path {
    transition: all 0.3s ease;
}
.custom-block__title {
    margin-bottom: 8px;
    color: var(--yumbi-neutral-900);
    font-size: 18px;
    font-weight: 700;
}
.custom-block__desc {
    color: var(--yumbi-neutral-600);
    font-size: 14px;
    line-height: 1.55;
    min-height: 4.3em;
}
/* "12 articles" count line under each tile description */
.custom-block__meta {
    margin-top: 10px;
    font-size: 13px;
    color: var(--yumbi-neutral-400);
}
.custom-block__buttons {
    margin-bottom: 0;
}
/* The 9 category tiles always render 3-up on anything wider than a phone;
   the stock column--sm-6 / column--md-4 split showed 2 columns between
   768px and 992px */
@media (min-width: 768px) {
    .custom-blocks .custom-block {
        width: 33.33333%;
    }
}
/* ==========================================================================
   YUMBI Help Centre chrome (DS 2026): utility bar, pill navbar, hero, footer
   ========================================================================== */

/* Right side of the nav pill: live status link + Merchant Login trigger */
.yhc-nav-side {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 20px;
    flex: none;
}
.yhc-nav-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--yumbi-neutral-900);
    text-decoration: none;
    white-space: nowrap;
}
.yhc-nav-status:hover { color: var(--yumbi-neutral-900); text-decoration: underline; }
.yhc-nav-login {
    border: 1px solid var(--yumbi-border);
    background-color: #fff;
    border-radius: 999px;
    padding: 0.7em 1.4em;
    font-size: 14px;
    font-weight: 700;
    color: var(--yumbi-neutral-900);
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
}
.yhc-nav-login:hover {
    border-color: var(--yumbi-red);
    color: var(--yumbi-red);
    background-color: #fff;
}
@media (max-width: 640px) {
    .yhc-nav-status { display: none; }
}

/* Merchant Login market picker: white rounded panel anchored under the
   pill's right end, mirroring yumbi.com's nav picker */
.yhc-ml-anchor {
    position: absolute;
    left: 5vw;
    right: 5vw;
    top: 100%;
    z-index: 60;
    pointer-events: none;
}
.yhc-ml-panel {
    display: none;
    width: 460px;
    max-width: 100%;
    margin-left: auto;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
    padding: 28px 32px 32px;
    pointer-events: auto;
}
.yhc-ml-panel.yhc-open { display: block; }
.yhc-ml-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    color: var(--yumbi-neutral-600);
}
.yhc-ml-grid {
    margin-top: 12px;
    display: grid;
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    column-gap: 14px;
    row-gap: 6px;
}
.yhc-ml-grid a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 14px;
    background-color: var(--yumbi-bg);
    font-size: 15px;
    font-weight: 600;
    color: var(--yumbi-neutral-900);
    text-decoration: none;
    transition: background-color 0.15s ease;
}
.yhc-ml-grid a:hover { background-color: var(--yumbi-divider); color: var(--yumbi-neutral-900); }
.yhc-ml-grid a span { color: var(--yumbi-neutral-400); }
@media (max-width: 640px) {
    .yhc-ml-grid { grid-auto-flow: row; grid-template-rows: none; }
}

.yhc-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background-color: var(--yumbi-green);
    display: inline-block;
}
/* Set by the Statuspage script in Header.html */
.yhc-status-dot--minor { background-color: var(--yumbi-yellow); }
.yhc-status-dot--major { background-color: var(--yumbi-red); }

/* Navbar: floating white pill on the page background.
   Forced to the page grey so the Zoho header colour setting can never bleed through.
   Zoho's home theme sets `float: left` on this bar, which lets the hero panel
   flow UP behind it (floats don't push block siblings down) - float:none plus
   position:relative keeps the hero BELOW the nav pill with a real gap.
   NOTE: Zoho's CSS editor drops `background: var(...)` SHORTHANDS on save;
   always use the background-color/background-image longhands in this file. */
.Header__navbar {
    float: none !important;
    /* no !important here: Zoho swaps this to position:fixed via
       .Header__homeNavbarFixed when you scroll, re-anchoring the pill
       (and its search box) to the top of the viewport */
    position: relative;
    top: auto;
    z-index: 5;
    background-color: var(--yumbi-bg) !important;
    background-image: none !important;
    padding: 22px 5vw 4px;
}
/* Scrolled state: balanced padding for the slim anchored bar */
.Header__homeNavbarFixed .Header__navbar {
    padding: 12px 5vw;
}
/* Zoho lets the fixed-state pill run full-bleed; keep it capped and centred
   so the logo doesn't strand at the viewport edge */
.Header__homeNavbarFixed .Header__navbar .Header__container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    /* The anchored logo below is absolutely positioned, so flex content
       does not reserve space for it; this padding is that reservation.
       Sized for the YUMBI wordmark (4.17:1) at 26px tall: 32px inset +
       ~108px mark + breathing room. */
    padding-left: 170px !important;
}
/* Zoho's anchored bar absolutely positions the logo at the pill's very
   edge, outside the padding. Keep it absolute (the fixed-mode layout does
   not reliably flex-centre a static logo) but bring it inside the padding
   and centre it properly. The "Help Centre" name stays hidden in this
   state (Zoho's default): the wordmark carries the brand, and showing the
   name here made its divider border slice through the logo. */
.Header__homeNavbarFixed .Header__navbar .Header__logo {
    position: absolute !important;
    left: 32px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    line-height: 0;
}
.Header__homeNavbarFixed .Header__logo img { height: 26px !important; }
.Header__homeNavbarFixed .Header__navbar .Header__name { display: none !important; }
.Header__container {
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px 12px 32px;
    display: flex;
    align-items: center;
    gap: 18px;
    /* containing block for Zoho's mobile burger (absolute, right:15px, top:50%):
       without this it anchors to the full-width navbar and floats out on the
       page grey instead of sitting inside the white pill */
    position: relative;
}
/* Sized for the full red YUMBI wordmark (set it as the portal logo in
   Zoho's Appearance settings; source: assets/yumbi-logo.svg) */
.Header__logo img { height: 26px; width: auto; }
.Header__name {
    border-left: 1px solid var(--yumbi-divider);
    padding-left: 14px;
    font-size: 14px;
    font-weight: 700;
    color: var(--yumbi-neutral-900);
    white-space: nowrap;
}
.Header__menuList {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
/* The nav pill carries no menu, no sign-in and no accessibility widget by
   request; hide anything Zoho injects for them so the pill stays logo + name */
.Header__menuTab,
.Header__menuicon,
[class*="UserPreference"],
[class*="CustomizeContainer"] {
    display: none !important;
}

/* Home search hero: red wash rounded panel */
.Header__searchSection {
    clear: both;
    background-color: var(--yumbi-bg) !important;
    background-image: none !important;
    margin-top: 0 !important;
    padding: 26px 5vw 8px !important;
}
.Header__searchSection .Header__container {
    display: block;
    background-image: radial-gradient(ellipse at center, var(--yumbi-red-wash) 0%, #ffffff 70%);
    background-color: var(--yumbi-red-wash);
    border-radius: var(--radius-hero);
    /* hairline + soft elevation so the near-white panel doesn't dissolve
       into the page grey */
    border: 1px solid var(--yumbi-divider);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    max-width: 1200px;
    margin-top: 26px !important;
    padding: 80px 8% 64px;
    text-align: center;
}
/* Whatever wrapper Zoho puts around the header, keep it on the page grey
   and keep the hero below (not behind) the nav pill. .Header__header is the
   real wrapper class and ships a default headerbg.jpg background image. */
.Header,
.Header__header,
[class*="Header__wrapper"] {
    background-color: var(--yumbi-bg) !important;
    background-image: none !important;
}
#headerContent { position: relative; z-index: 1; }
.Header__description { color: var(--yumbi-neutral-600); }

/* Hero section label + popular quick links */
.yhc-hero-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--yumbi-red);
    margin-bottom: 14px;
}
.yhc-popular {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 22px;
    font-size: 13px;
}
.yhc-popular__label {
    font-weight: 700;
    color: var(--yumbi-neutral-900);
}
.yhc-popular a {
    background: #fff;
    border: 1px solid var(--yumbi-border);
    border-radius: 999px;
    padding: 7px 16px;
    color: var(--yumbi-neutral-900);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}
.yhc-popular a:hover {
    border-color: var(--yumbi-red);
    color: var(--yumbi-red);
}

/* Zoho search input inside the hero: white pill, capped width (exact live classes) */
.Header__globalSearch {
    max-width: 640px;
    margin: 30px auto 0;
}
.SearchContainer__globalSearch {
    display: flex;
    align-items: center;
}
.Header__searchSection input[type="text"],
.Header__searchSection input[type="search"],
.Input__inputCommon.Input__headerSearch {
    box-sizing: border-box !important;
    border: 1px solid var(--yumbi-border) !important;
    border-radius: 999px !important;
    height: 62px;
    width: 100%;
    max-width: 640px;
    padding: 0 130px 0 26px;
    font-size: 16px;
    color: var(--yumbi-neutral-900);
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.07);
}
/* Anchor for the absolutely-positioned Search button below */
.SearchContainer__globalSearch { position: relative; }
/* Empty welcome description should not reserve space. Zoho sizes this
   box width:80%, so the side margins MUST stay auto to keep it centred */
.Header__description { margin: 0 auto; }
.Header__description:not(:empty) { margin: 14px auto 0; max-width: 620px; }

/* The Zoho search submit inside the hero: a labelled red "Search" pill
   pinned inside the input's right end (the mock-up shows a text button,
   not a round icon). Zoho renders it as span[data-id="searchButton"] with
   an inline svg; the label comes from ::after so no HTML change is needed. */
.Header__searchSection button,
.Header__searchSection [class*="searchButton"],
.Header__searchSection [class*="searchIcon"] {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--yumbi-red) !important;
    border: none;
    border-radius: 999px !important;
    width: auto;
    height: 48px;
    padding: 0 26px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.Header__searchSection [data-id="searchButton"]::after { content: "Search"; }
.Header__searchSection [data-id="searchButton"] svg { display: none; }
.Header__searchSection button:hover,
.Header__searchSection [class*="searchButton"]:hover,
.Header__searchSection [class*="searchIcon"]:hover {
    background-color: var(--yumbi-red-hover) !important;
}

/* Keep the hero panel compact */
.Header__searchSection .Header__container {
    min-height: 0;
}

/* Search box inside the sticky/collapsed navbar: right-aligned capped-width
   pill, with the round red button pinned INSIDE the input's right end.
   Zoho gives the wrapper display:flex and formGroup flex:1, which otherwise
   parks the button at the far end of the bar, detached from the input. */
/* Zoho reveals the anchored bar's search inside this width:80% block
   wrapper; cap and right-align the wrapper itself so the input and its
   button stay together as one right-aligned pill */
#navBar .Header__globalSearchAlt {
    width: auto !important;
    flex: 1 1 auto;
    max-width: 560px;
    margin-left: auto;
    min-width: 0;
    /* Zoho draws a grey border box around the whole widget; the input is
       the only pill */
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
}
#navBar .SearchContainer__globalSearch { background-color: transparent !important; }
/* The magnifier renders tiny in the 38px round button; size it properly.
   The min-* floors matter: something in Zoho's cascade recomputes the
   width to 6px otherwise */
#navBar [data-id="searchButton"] svg,
#navBar [class*="searchIcon"] svg {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
}
#navBar .SearchContainer__globalSearch {
    position: relative;
    margin-left: auto;
    max-width: 560px;
    min-width: 0;
}
#navBar .SearchContainer__formGroup {
    flex: 1 1 auto;
    min-width: 0;
}
#navBar input[type="text"],
#navBar input[type="search"] {
    box-sizing: border-box !important;
    border: 1px solid var(--yumbi-border);
    border-radius: 999px;
    height: 46px;
    width: 100%;
    max-width: none;
    padding: 0 60px 0 20px;
    font-size: 15px;
    color: var(--yumbi-neutral-900);
    background: #fff;
    box-shadow: none;
}
/* Scoped to the search widget: a bare `#navBar button` would also seize
   the Merchant Login button in the pill */
#navBar .SearchContainer__globalSearch button,
#navBar .SearchContainer__globalSearch [class*="searchButton"],
#navBar .SearchContainer__globalSearch [class*="searchIcon"] {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--yumbi-red) !important;
    border: none;
    border-radius: 999px !important;
    width: 38px;
    height: 38px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}
#navBar .SearchContainer__globalSearch button:hover,
#navBar .SearchContainer__globalSearch [class*="searchButton"]:hover,
#navBar .SearchContainer__globalSearch [class*="searchIcon"]:hover { background-color: var(--yumbi-red-hover) !important; }

/* "Submit a ticket" links (the need-help strip and anywhere else): red pill */
a[href*="newticket"],
a[href*="tickets/add"],
a[href*="submitTicket"] {
    display: inline-block;
    background-color: var(--yumbi-red) !important;
    color: #fff !important;
    border: none;
    border-radius: 999px;
    padding: 0.9em 1.7em;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease;
}
a[href*="newticket"]:hover,
a[href*="tickets/add"]:hover,
a[href*="submitTicket"]:hover {
    background-color: var(--yumbi-red-hover) !important;
    color: #fff !important;
}
/* Zoho renders its own button element INSIDE that link; flatten it so the
   red pill doesn't get a grey pill nested in it */
a[href*="newticket"] button,
a[href*="newticket"] span,
a[href*="tickets/add"] button,
a[href*="tickets/add"] span,
a[href*="submitTicket"] button,
a[href*="submitTicket"] span {
    background-color: transparent !important;
    background-image: none !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: inherit;
    font-weight: inherit;
}

/* Focus ring, everywhere */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid var(--yumbi-focus-ring);
    outline-offset: 2px;
}

/* Content cards */
.custom-blocks { background-color: transparent; margin: 48px 0; }

/* Zoho wraps the home modules in a white block; keep the page grey showing through */
.page-container,
.container,
.container-inner,
[class*="Home__"],
[class*="homeModule"],
[class*="ModuleContainer"],
.WidgetContainer__list,
.WidgetContainer__contentList,
.WidgetContainer__boxSplit,
.CustomWidget__customDescription,
[class*="WidgetContainer"],
[class*="CustomWidget"] {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
/* And strip their spacing so the grey gap between hero and tiles is controlled
   by .custom-blocks alone */
.WidgetContainer__list,
.WidgetContainer__contentList,
.WidgetContainer__boxSplit,
.CustomWidget__customDescription {
    padding: 0 !important;
    margin: 0 !important;
}
.custom-blocks { margin: 24px 0 48px !important; }
/* The tile grid (and the status strip below it) spans the same 1200px as
   the nav pill and hero panel, per the reference mock-up. The grid div is
   `.row.container-inner`: container-inner's margin:0 auto cancels row's
   -15px bleed margins, so the box gets those 30px back in width for the
   card edges to land exactly on 1200. */
.custom-blocks .container-inner { max-width: 1200px; }
.custom-blocks .row.container-inner { max-width: 1230px; }
/* The home page renders everything inside #layoutContainer, which Zoho paints
   white edge to edge; keep the page grey behind the tiles. Scoped to .home
   (a class Zoho puts on the <portal> element) because category and article
   pages DO want their white content sheet. */
.home #layoutContainer,
.home [class*="Layout__oneColumn"],
.home [class*="Layout__layout"] {
    background-color: transparent !important;
    background-image: none !important;
    /* Zoho caps these wrappers at 1170px, which kept the tile grid
       narrower than the 1200px pill and hero no matter what the inner
       container asked for */
    max-width: none !important;
}
/* Zoho's need-help strip ("Still can't find an answer?") above the footer:
   its background comes from the theme's footer colour setting (currently
   #F5F5F5, an off-tone grey next to the #F7F7F7 page). Keep it on the page
   grey; the ticket link inside it already gets the red pill treatment. */
.Footer__footerBg {
    background-color: transparent !important;
    background-image: none !important;
}
.Footer__footerQus { color: var(--yumbi-neutral-900); font-weight: 700; }
.Footer__footerDescription { color: var(--yumbi-neutral-600); }
/* Zoho's editor rewrites the intro h2 with an inline 24px; force the DS size */
.yhc-cats-intro h2 { font-size: 28px !important; }

/* "Browse by category" intro above the home tiles */
.yhc-cats-intro {
    text-align: center;
    margin: 8px 0 32px;
}
.yhc-cats-intro h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--yumbi-neutral-900);
    margin: 0 0 8px;
}
.yhc-cats-intro p {
    color: var(--yumbi-neutral-600);
    margin: 0;
}

/* ==========================================================================
   Inner pages (DS 2026): sticky nav, breadcrumbs, category listing, article
   ========================================================================== */

/* Inner pages keep Zoho's NATIVE anchored breadcrumb bar (ScrollSticky).
   Zoho repositions it with an inline top on every scroll event and parks
   it off-screen while scrolling down, which reads as the bar randomly
   disappearing. This !important outranks the inline style, so the bar is
   pinned to the top whenever it exists; Zoho unmounts it at the very top
   of the page, so it never doubles up with the in-flow breadcrumb strip. */
.ScrollSticky__type1 {
    top: 0 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
}

/* Breadcrumbs on the page grey */
.BreadCrumbs__breadcrumbsView,
.BreadCrumbs__breadcrumbsView span { color: var(--yumbi-neutral-600); }
.BreadCrumbs__breadcrumbsView a { color: var(--yumbi-neutral-600); }
.BreadCrumbs__breadcrumbsView a:hover { color: var(--yumbi-red); }

/* These templates draw their own white cards, so the full-width white
   layout wrapper goes page-grey like the home page */
.articleSubCategory #layoutContainer,
.articleSubCategory [class*="Layout__oneColumn"],
.articleDetail #layoutContainer,
.articleDetail [class*="Layout__"] {
    background-color: transparent !important;
    background-image: none !important;
}

/* --- Category listing: each sub-category section is a card --- */
.KbSubCategoryContainer__contentList {
    background-color: #fff;
    border: 1px solid var(--yumbi-border);
    border-radius: var(--radius-card);
    padding: 28px 32px 18px;
    margin-bottom: 24px;
}
.ListHeader__header2,
.ListHeader__header2 a {
    font-size: 20px;
    font-weight: 700;
    color: var(--yumbi-neutral-900);
}
/* Category/section logos come from Zoho's KB settings (upload the 3D
   illustrations from assets/icons-120 as each category's logo); render
   them clean: no crop, no tint, no radius behind the transparent PNGs */
.KbSubCategoryContainer__contentList .Avatar__avatar {
    background-color: transparent !important;
    border-radius: 0 !important;
    width: 56px;
    height: 56px;
    overflow: visible;
}
.KbSubCategoryContainer__contentList .Avatar__avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0 !important;
}
.ListHeader__description { color: var(--yumbi-neutral-600); font-size: 14px; }
/* Article rows: divided list, whole row reads as the link */
.ContentList__topicList {
    border-top: 1px solid var(--yumbi-divider);
    padding: 14px 4px;
    margin: 0;
}
[class*="ListHeader__listHeader"] + .ContentList__topicList { border-top: none; }
.ContentList__listLink {
    color: var(--yumbi-neutral-900);
    font-weight: 600;
    font-size: 15px;
}
.ContentList__listLink:hover { color: var(--yumbi-red); }
.ContentList__documentIcon svg { opacity: 0.55; }
.ContentList__moreOption a {
    color: var(--yumbi-red);
    font-weight: 700;
    font-size: 14px;
}

/* --- Article page: content card + right-rail cards --- */
.KbDetailLtContainer__posRel {
    background-color: #fff;
    border: 1px solid var(--yumbi-border);
    border-radius: var(--radius-card);
    padding: 36px 40px;
}
.KbDetailLtContainer__detailHeader {
    font-size: 32px;
    line-height: 1.25;
    color: var(--yumbi-neutral-900);
}
/* Title clears the action icons pinned top-right */
.KbDetailLtContainer__articleTitle { padding-right: 110px; }
/* The PDF/print/reader icons are absolutely positioned against the card
   with top:19px/right:0, ignoring the card padding; re-pin them inside the
   padding, aligned with the title's first line */
.KbDetailLtContainer__pdfView    { top: 44px !important; right: 104px !important; }
.KbDetailLtContainer__printView  { top: 44px !important; right: 74px !important; }
.KbDetailLtContainer__readerView { top: 44px !important; right: 40px !important; }
.KbDetailLtContainer__pdfView svg,
.KbDetailLtContainer__printView svg,
.KbDetailLtContainer__readerView svg { opacity: 0.6; transition: opacity 0.2s ease; }
.KbDetailLtContainer__pdfView:hover svg,
.KbDetailLtContainer__printView:hover svg,
.KbDetailLtContainer__readerView:hover svg { opacity: 1; }
.KbDetailLtContainer__articleContent {
    font-size: 15px;
    line-height: 1.7;
    color: var(--yumbi-neutral-600);
}
.KbDetailLtContainer__articleContent img {
    border-radius: 12px;
    max-width: 100%;
}
/* Authors can drop a blockquote in the editor for a blue-wash
   "Good to know" callout */
.KbDetailLtContainer__articleContent blockquote {
    background-color: var(--yumbi-blue-wash);
    border: none;
    border-radius: var(--radius-card);
    padding: 20px 24px;
    margin: 24px 0;
    color: var(--yumbi-neutral-900);
}
/* Right rail: Follow, category articles and related articles as cards.
   The !importants outrank the global WidgetContainer strip rules above. */
.KbDetailRtContainer__rightPanelDetail .KbDetailRtContainer__widgetSection,
.KbDetailRtContainer__rightPanelDetail .WidgetContainer__widgetNxt {
    background-color: #fff !important;
    border: 1px solid var(--yumbi-border) !important;
    border-radius: var(--radius-card) !important;
    padding: 20px 24px !important;
    margin-bottom: 20px !important;
}
/* Rail list headings: red tracked uppercase, per the design */
.articleDetail [class*="ListHeader__listHeader"] {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--yumbi-red);
    margin-bottom: 10px;
}
.articleDetail [class*="ListHeader__listHeader"] a { color: var(--yumbi-red); }
/* Rail article rows reuse the divided-list treatment */
.articleDetail .KbDetailRtContainer__rightPanelDetail .ContentList__topicList {
    padding: 12px 0;
}
/* Follow: outline pill */
.KbDetailRtContainer__followOption button {
    border: 1px solid var(--yumbi-red) !important;
    color: var(--yumbi-red) !important;
    background-color: #fff !important;
    border-radius: 999px !important;
    padding: 0.5em 1.3em !important;
    font-weight: 700;
}
.KbDetailRtContainer__followOption button:hover { background-color: var(--yumbi-red-wash) !important; }

/* Homepage system status strip below the category tiles; state and copy
   are set by the Statuspage script in Header.html */
.yhc-status-strip {
    margin-top: 40px;
    background-color: var(--yumbi-green-wash);
    border-radius: var(--radius-card);
    padding: 18px 28px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.yhc-status-strip__dot {
    width: 10px;
    height: 10px;
    border-radius: 99px;
    background-color: var(--yumbi-green);
    flex: none;
}
.yhc-status-strip__msg { font-weight: 700; color: var(--yumbi-neutral-900); }
.yhc-status-strip a {
    margin-left: auto;
    font-weight: 700;
    font-size: 14px;
    color: var(--yumbi-green-text);
    text-decoration: none;
}
.yhc-status-strip--minor { background-color: var(--yumbi-yellow-wash); }
.yhc-status-strip--minor .yhc-status-strip__dot { background-color: var(--yumbi-yellow); }
.yhc-status-strip--minor a { color: var(--yumbi-yellow-text); }
.yhc-status-strip--major { background-color: var(--yumbi-red-wash); }
.yhc-status-strip--major .yhc-status-strip__dot { background-color: var(--yumbi-red); }
.yhc-status-strip--major a { color: var(--yumbi-red); }

/* Video embeds in article bodies are authored with fixed pixel widths
   (YouTube's default 560x315); keep them inside the card at every width.
   aspect-ratio preserves 16:9 as they shrink. */
.KbDetailLtContainer__articleContent iframe,
#article_TOC iframe {
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

/* ==== Mobile fixes (2026-08-18 layout audit) ==== */
@media (max-width: 768px) {
    /* Article title: Zoho narrows the title block to ~69% on mobile and the
       desktop icon-clearance padding starved the headline to a 73px column.
       The pdf/print/reader icons are display:none on mobile, so release
       both constraints entirely. */
    .KbDetailLtContainer__posRel { padding: 28px 22px; }
    .KbDetailLtContainer__articleTitle {
        padding-right: 0;
        width: 100% !important;
    }
    .KbDetailLtContainer__detailHeader { font-size: 26px; }

    /* Hero search: Zoho caps the search wrapper well short of the card on
       phones, and the labelled Search button ate half of what was left;
       full-width wrapper + slimmer button gives the input real room */
    .Header__searchSection .Header__globalSearch {
        width: 100% !important;
        max-width: 100% !important;
    }
    /* The labelled Search pill costs too much input width on a phone;
       degrade to the same round icon button the anchored bar uses */
    .Header__searchSection [data-id="searchButton"]::after { content: none; }
    .Header__searchSection [data-id="searchButton"] svg {
        display: inline-block !important;
        width: 16px !important;
        height: 16px !important;
        min-width: 16px !important;
        min-height: 16px !important;
    }
    .Header__searchSection button,
    .Header__searchSection [class*="searchButton"],
    .Header__searchSection [class*="searchIcon"] {
        width: 44px !important;
        height: 44px !important;
        padding: 0 !important;
    }
    .Header__searchSection input[type="text"],
    .Header__searchSection input[type="search"],
    .Input__inputCommon.Input__headerSearch {
        height: 56px;
        padding: 0 62px 0 20px !important;
        font-size: 15px;
    }
}

/* Footer: dark rounded card on the page background */
.yhc-footer-wrap { padding: 24px 5vw 40px; background-color: transparent; }
.yhc-footer {
    max-width: 1200px;
    margin: 0 auto;
    background-color: var(--yumbi-neutral-950);
    border-radius: var(--radius-hero);
    color: #fff;
    padding: 44px 56px 34px;
}
.yhc-footer-top {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}
.yhc-footer-logo { height: 28px; width: auto; }
.yhc-footer-contacts {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: 14px;
    flex-wrap: wrap;
}
.yhc-footer-contacts a { color: #fff; text-decoration: none; }
.yhc-footer-contacts a:hover { color: #fff; text-decoration: underline; }
.yhc-footer-legal {
    display: flex;
    align-items: center;
    gap: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    margin-top: 30px;
    padding-top: 22px;
    font-size: 13px;
    flex-wrap: wrap;
}
.yhc-footer-legal strong { font-weight: 600; color: #fff; }
.yhc-footer-legal a { color: #fff; text-decoration: none; }
.yhc-footer-legal a:hover { color: #fff; text-decoration: underline; }
.yhc-footer-social {
    margin-left: auto;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .yhc-utility { gap: 18px; }
    .Header__container { padding: 10px 14px 10px 20px; }
    .Header__name { display: none; }
    .yhc-footer { padding: 32px 28px 26px; }
    .yhc-footer-contacts { margin-left: 0; }
    .yhc-footer-social { margin-left: 0; }
}
.btn {
    color: #282828;
}
.btn-quoted {
    height: auto;
    font-size: 16px;
    padding: 4px 6px;
    line-height: 1;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}
.container-inner {
    max-width: 1024px;
    margin: 0 auto;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-flow: row wrap;
}
.column {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.column--xs-1 {
    width: 8.33333%;
}

.column--xs-2 {
    width: 16.66667%;
}

.column--xs-3 {
    width: 25%;
}

.column--xs-4 {
    width: 33.33333%;
}

.column--xs-5 {
    width: 41.66667%;
}

.column--xs-6 {
    width: 50%;
}

.column--xs-7 {
    width: 58.33333%;
}

.column--xs-8 {
    width: 66.66667%;
}

.column--xs-9 {
    width: 75%;
}

.column--xs-10 {
    width: 83.33333%;
}

.column--xs-11 {
    width: 91.66667%;
}

.column--xs-12 {
    width: 100%;
}

.column--xs-pull-0 {
    right: auto;
}

.column--xs-pull-1 {
    right: 8.33333%;
}

.column--xs-pull-2 {
    right: 16.66667%;
}

.column--xs-pull-3 {
    right: 25%;
}

.column--xs-pull-4 {
    right: 33.33333%;
}

.column--xs-pull-5 {
    right: 41.66667%;
}

.column--xs-pull-6 {
    right: 50%;
}

.column--xs-pull-7 {
    right: 58.33333%;
}

.column--xs-pull-8 {
    right: 66.66667%;
}

.column--xs-pull-9 {
    right: 75%;
}

.column--xs-pull-10 {
    right: 83.33333%;
}

.column--xs-pull-11 {
    right: 91.66667%;
}

.column--xs-pull-12 {
    right: 100%;
}

.column--xs-push-0 {
    left: auto;
}

.column--xs-push-1 {
    left: 8.33333%;
}

.column--xs-push-2 {
    left: 16.66667%;
}

.column--xs-push-3 {
    left: 25%;
}

.column--xs-push-4 {
    left: 33.33333%;
}

.column--xs-push-5 {
    left: 41.66667%;
}

.column--xs-push-6 {
    left: 50%;
}

.column--xs-push-7 {
    left: 58.33333%;
}

.column--xs-push-8 {
    left: 66.66667%;
}

.column--xs-push-9 {
    left: 75%;
}

.column--xs-push-10 {
    left: 83.33333%;
}

.column--xs-push-11 {
    left: 91.66667%;
}

.column--xs-push-12 {
    left: 100%;
}

.column--xs-offset-0 {
    margin-left: 0%;
}

.column--xs-offset-1 {
    margin-left: 8.33333%;
}

.column--xs-offset-2 {
    margin-left: 16.66667%;
}

.column--xs-offset-3 {
    margin-left: 25%;
}

.column--xs-offset-4 {
    margin-left: 33.33333%;
}

.column--xs-offset-5 {
    margin-left: 41.66667%;
}

.column--xs-offset-6 {
    margin-left: 50%;
}

.column--xs-offset-7 {
    margin-left: 58.33333%;
}

.column--xs-offset-8 {
    margin-left: 66.66667%;
}

.column--xs-offset-9 {
    margin-left: 75%;
}

.column--xs-offset-10 {
    margin-left: 83.33333%;
}

.column--xs-offset-11 {
    margin-left: 91.66667%;
}

.column--xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .column--sm-1 {
        width: 8.33333%;
    }
    .column--sm-2 {
        width: 16.66667%;
    }
    .column--sm-3 {
        width: 25%;
    }
    .column--sm-4 {
        width: 33.33333%;
    }
    .column--sm-5 {
        width: 41.66667%;
    }
    .column--sm-6 {
        width: 50%;
    }
    .column--sm-7 {
        width: 58.33333%;
    }
    .column--sm-8 {
        width: 66.66667%;
    }
    .column--sm-9 {
        width: 75%;
    }
    .column--sm-10 {
        width: 83.33333%;
    }
    .column--sm-11 {
        width: 91.66667%;
    }
    .column--sm-12 {
        width: 100%;
    }
    .column--sm-pull-0 {
        right: auto;
    }
    .column--sm-pull-1 {
        right: 8.33333%;
    }
    .column--sm-pull-2 {
        right: 16.66667%;
    }
    .column--sm-pull-3 {
        right: 25%;
    }
    .column--sm-pull-4 {
        right: 33.33333%;
    }
    .column--sm-pull-5 {
        right: 41.66667%;
    }
    .column--sm-pull-6 {
        right: 50%;
    }
    .column--sm-pull-7 {
        right: 58.33333%;
    }
    .column--sm-pull-8 {
        right: 66.66667%;
    }
    .column--sm-pull-9 {
        right: 75%;
    }
    .column--sm-pull-10 {
        right: 83.33333%;
    }
    .column--sm-pull-11 {
        right: 91.66667%;
    }
    .column--sm-pull-12 {
        right: 100%;
    }
    .column--sm-push-0 {
        left: auto;
    }
    .column--sm-push-1 {
        left: 8.33333%;
    }
    .column--sm-push-2 {
        left: 16.66667%;
    }
    .column--sm-push-3 {
        left: 25%;
    }
    .column--sm-push-4 {
        left: 33.33333%;
    }
    .column--sm-push-5 {
        left: 41.66667%;
    }
    .column--sm-push-6 {
        left: 50%;
    }
    .column--sm-push-7 {
        left: 58.33333%;
    }
    .column--sm-push-8 {
        left: 66.66667%;
    }
    .column--sm-push-9 {
        left: 75%;
    }
    .column--sm-push-10 {
        left: 83.33333%;
    }
    .column--sm-push-11 {
        left: 91.66667%;
    }
    .column--sm-push-12 {
        left: 100%;
    }
    .column--sm-offset-0 {
        margin-left: 0%;
    }
    .column--sm-offset-1 {
        margin-left: 8.33333%;
    }
    .column--sm-offset-2 {
        margin-left: 16.66667%;
    }
    .column--sm-offset-3 {
        margin-left: 25%;
    }
    .column--sm-offset-4 {
        margin-left: 33.33333%;
    }
    .column--sm-offset-5 {
        margin-left: 41.66667%;
    }
    .column--sm-offset-6 {
        margin-left: 50%;
    }
    .column--sm-offset-7 {
        margin-left: 58.33333%;
    }
    .column--sm-offset-8 {
        margin-left: 66.66667%;
    }
    .column--sm-offset-9 {
        margin-left: 75%;
    }
    .column--sm-offset-10 {
        margin-left: 83.33333%;
    }
    .column--sm-offset-11 {
        margin-left: 91.66667%;
    }
    .column--sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .column--md-1 {
        width: 8.33333%;
    }
    .column--md-2 {
        width: 16.66667%;
    }
    .column--md-3 {
        width: 25%;
    }
    .column--md-4 {
        width: 33.33333%;
    }
    .column--md-5 {
        width: 41.66667%;
    }
    .column--md-6 {
        width: 50%;
    }
    .column--md-7 {
        width: 58.33333%;
    }
    .column--md-8 {
        width: 66.66667%;
    }
    .column--md-9 {
        width: 75%;
    }
    .column--md-10 {
        width: 83.33333%;
    }
    .column--md-11 {
        width: 91.66667%;
    }
    .column--md-12 {
        width: 100%;
    }
    .column--md-pull-0 {
        right: auto;
    }
    .column--md-pull-1 {
        right: 8.33333%;
    }
    .column--md-pull-2 {
        right: 16.66667%;
    }
    .column--md-pull-3 {
        right: 25%;
    }
    .column--md-pull-4 {
        right: 33.33333%;
    }
    .column--md-pull-5 {
        right: 41.66667%;
    }
    .column--md-pull-6 {
        right: 50%;
    }
    .column--md-pull-7 {
        right: 58.33333%;
    }
    .column--md-pull-8 {
        right: 66.66667%;
    }
    .column--md-pull-9 {
        right: 75%;
    }
    .column--md-pull-10 {
        right: 83.33333%;
    }
    .column--md-pull-11 {
        right: 91.66667%;
    }
    .column--md-pull-12 {
        right: 100%;
    }
    .column--md-push-0 {
        left: auto;
    }
    .column--md-push-1 {
        left: 8.33333%;
    }
    .column--md-push-2 {
        left: 16.66667%;
    }
    .column--md-push-3 {
        left: 25%;
    }
    .column--md-push-4 {
        left: 33.33333%;
    }
    .column--md-push-5 {
        left: 41.66667%;
    }
    .column--md-push-6 {
        left: 50%;
    }
    .column--md-push-7 {
        left: 58.33333%;
    }
    .column--md-push-8 {
        left: 66.66667%;
    }
    .column--md-push-9 {
        left: 75%;
    }
    .column--md-push-10 {
        left: 83.33333%;
    }
    .column--md-push-11 {
        left: 91.66667%;
    }
    .column--md-push-12 {
        left: 100%;
    }
    .column--md-offset-0 {
        margin-left: 0%;
    }
    .column--md-offset-1 {
        margin-left: 8.33333%;
    }
    .column--md-offset-2 {
        margin-left: 16.66667%;
    }
    .column--md-offset-3 {
        margin-left: 25%;
    }
    .column--md-offset-4 {
        margin-left: 33.33333%;
    }
    .column--md-offset-5 {
        margin-left: 41.66667%;
    }
    .column--md-offset-6 {
        margin-left: 50%;
    }
    .column--md-offset-7 {
        margin-left: 58.33333%;
    }
    .column--md-offset-8 {
        margin-left: 66.66667%;
    }
    .column--md-offset-9 {
        margin-left: 75%;
    }
    .column--md-offset-10 {
        margin-left: 83.33333%;
    }
    .column--md-offset-11 {
        margin-left: 91.66667%;
    }
    .column--md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .column--lg-1 {
        width: 8.33333%;
    }
    .column--lg-2 {
        width: 16.66667%;
    }
    .column--lg-3 {
        width: 25%;
    }
    .column--lg-4 {
        width: 33.33333%;
    }
    .column--lg-5 {
        width: 41.66667%;
    }
    .column--lg-6 {
        width: 50%;
    }
    .column--lg-7 {
        width: 58.33333%;
    }
    .column--lg-8 {
        width: 66.66667%;
    }
    .column--lg-9 {
        width: 75%;
    }
    .column--lg-10 {
        width: 83.33333%;
    }
    .column--lg-11 {
        width: 91.66667%;
    }
    .column--lg-12 {
        width: 100%;
    }
    .column--lg-pull-0 {
        right: auto;
    }
    .column--lg-pull-1 {
        right: 8.33333%;
    }
    .column--lg-pull-2 {
        right: 16.66667%;
    }
    .column--lg-pull-3 {
        right: 25%;
    }
    .column--lg-pull-4 {
        right: 33.33333%;
    }
    .column--lg-pull-5 {
        right: 41.66667%;
    }
    .column--lg-pull-6 {
        right: 50%;
    }
    .column--lg-pull-7 {
        right: 58.33333%;
    }
    .column--lg-pull-8 {
        right: 66.66667%;
    }
    .column--lg-pull-9 {
        right: 75%;
    }
    .column--lg-pull-10 {
        right: 83.33333%;
    }
    .column--lg-pull-11 {
        right: 91.66667%;
    }
    .column--lg-pull-12 {
        right: 100%;
    }
    .column--lg-push-0 {
        left: auto;
    }
    .column--lg-push-1 {
        left: 8.33333%;
    }
    .column--lg-push-2 {
        left: 16.66667%;
    }
    .column--lg-push-3 {
        left: 25%;
    }
    .column--lg-push-4 {
        left: 33.33333%;
    }
    .column--lg-push-5 {
        left: 41.66667%;
    }
    .column--lg-push-6 {
        left: 50%;
    }
    .column--lg-push-7 {
        left: 58.33333%;
    }
    .column--lg-push-8 {
        left: 66.66667%;
    }
    .column--lg-push-9 {
        left: 75%;
    }
    .column--lg-push-10 {
        left: 83.33333%;
    }
    .column--lg-push-11 {
        left: 91.66667%;
    }
    .column--lg-push-12 {
        left: 100%;
    }
    .column--lg-offset-0 {
        margin-left: 0%;
    }
    .column--lg-offset-1 {
        margin-left: 8.33333%;
    }
    .column--lg-offset-2 {
        margin-left: 16.66667%;
    }
    .column--lg-offset-3 {
        margin-left: 25%;
    }
    .column--lg-offset-4 {
        margin-left: 33.33333%;
    }
    .column--lg-offset-5 {
        margin-left: 41.66667%;
    }
    .column--lg-offset-6 {
        margin-left: 50%;
    }
    .column--lg-offset-7 {
        margin-left: 58.33333%;
    }
    .column--lg-offset-8 {
        margin-left: 66.66667%;
    }
    .column--lg-offset-9 {
        margin-left: 75%;
    }
    .column--lg-offset-10 {
        margin-left: 83.33333%;
    }
    .column--lg-offset-11 {
        margin-left: 91.66667%;
    }
    .column--lg-offset-12 {
        margin-left: 100%;
    }
}
.page-container {
    padding-top: 48px;
    margin-bottom: 48px;
}
.container-inner {
    max-width: 1024px;
    margin: 0 auto;
}
/* Generic Button Styles */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  box-shadow: none;
  transition: all 0.3s ease;
  border: none;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  padding: 0.9em 1.7em;
}
/* Primary button: solid YUMBI red pill (DS 2026, no gradients) */
.btn-primary {
  color: #fff;
  background-color: var(--yumbi-red);
  background-image: none;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: var(--yumbi-red-hover);
  background-image: none;
  border-color: transparent;
}
.btn-primary:active {
  background-color: #AB2419;
  box-shadow: none;
}
.Header__searchTitle {
  color: #282828 !important;
  font-size: 40px;
  font-weight: 700;
}
/* Nav tabs: dark text, YUMBI red when hovered or active (DS 2026) */
.Header__tabsTab {
  color: #282828 !important;
  background: none;
  padding: 0.5em 1em;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.2s ease;
}
.Header__tabsTab:hover,
.Header__tabsTab:focus,
.Header__tabsTab.active,
.Header__tabsTab.Header__active {
  color: var(--yumbi-red) !important;
  background: none;
}
.Header__tabsTab a {
  color: inherit;
  text-decoration: none;
}
.Header__tabsTab:hover a,
.Header__tabsTab:focus a,
.Header__tabsTab.active a,
.Header__tabsTab.Header__active a {
  color: var(--yumbi-red) !important;
}
