@charset "utf-8";

.fa-icon,
blockquote:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/**********
 Variables
 **********/
body {
    /* Text */
    --text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    --heading-font-family: Fraunces, Georgia, 'Times New Roman', serif;
    --text-font-size: 16px;
    --text-font-size-large: calc(16px + 2px);
    --heading-1-font-size: 42px;
    --heading-2-font-size: 36 px;
    --heading-3-font-size: 24px;
    --heading-4-font-size: 18 px;
    --heading-5-font-size: 16px;
    --heading-6-font-size: calc(16px - 2px);
    /* Other */
    --border-radius-base: 16px;
    --border-radius-small: calc(16px / 2);
    --border-radius-button: 50px;
    --logo-height: 40px;
    /* Assets */
    --assets-check-svg: url(/hc/theming_assets/01M0GEC0H0B4DWBYGHFDSWCGZ8);
    --assets-circle-svg: url(/hc/theming_assets/01M0GEC0H2WEZXW98Y225FVGA0);
}

/**********
 Light mode
 **********/
body {
    --primary-color: #D4764A;
    --secondary-color: #EDA480;
    --primary-bg-color: #FDFAF7;
    --primary-bg-color-always: #FDFAF7;
    --secondary-bg-color: #F7F3EE;
    --secondary-bg-color-always: #F7F3EE;
    --primary-text-color: #4A4340;
    --secondary-text-color: #8A817C;
    --link-color: #D4764A;
    --border-color: #E4D9CC;
    --info-color: #4A9E9C;
    --success-color: #9BB8A0;
    --warning-color: #E8C97A;
    --danger-color: #E64545;
    --primary-color-light-hover: #ce6331;
    --primary-color-hover: #292929;
    --primary-color-active: #a95128;
    --secondary-color-hover: #e57e4a;
    --secondary-color-active: #e4743d;
    --secondary-bg-color-hover: #f0e9e0;
    --secondary-bg-color-active: #ede4d9;
    --secondary-text-color-hover: #807772;
    --secondary-text-color-active: #7a726d;
    --link-color-hover: #b6572b;
    --link-color-active: #a95128;
    --bg-image-opacity: 0.5;
    --bg-image-opacity-dark: 0.5;
    --bg-image-color: var(--primary-text-color);
}

.layout--style-filled .section:nth-child(even),
.layout--style-invert .section:nth-child(odd),
.section--secondary {
    /* Invert colors */
    --primary-bg-color: #F7F3EE;
    --secondary-bg-color: #FDFAF7;
}

.ui-light .welcome--style-1 .h1 {
  color: #292929;
}

/*********
 Dark mode
 *********/
.ui-dark body {
    /* UI dark colors */
    --primary-color: #EDA480;
    --secondary-color: #4A4340;
    --primary-bg-color: #2A2522;
    --primary-bg-color-always: #2A2522;
    --secondary-bg-color: #3A3431;
    --secondary-bg-color-always: #3A3431;
    --primary-text-color: #FDFAF7;
    --secondary-text-color: #E4D9CC;
    --link-color: #EDA480;
    --border-color: #8A817C;
    --info-color: #4A9E9C;
    --success-color: #9BB8A0;
    --warning-color: #E8C97A;
    --danger-color: #E64545;
    --primary-color-light-hover: #f1b79b;
    --primary-color-hover: #292929;
    --primary-color-active: #f6d4c3;
    --secondary-color-hover: #6b615c;
    --secondary-color-active: #736863;
    --secondary-bg-color-hover: #5b524d;
    --secondary-bg-color-active: #635954;
    --link-color-hover: #f8ded0;
    --link-color-active: #fae7de;
    --bg-image-opacity: 0.5;
    --bg-image-opacity-dark: 0.75;
    --bg-image-color: var(--primary-bg-color);
}

.ui-dark .layout--style-filled .section:nth-child(even),
.ui-dark .layout--style-invert .section:nth-child(odd),
.ui-dark .section--secondary {
    /* Invert colors */
    --primary-bg-color: #3A3431;
    --secondary-bg-color: #2A2522;
}

/***********
 Base styles
 ***********/
*,
*:before,
*:after {
    box-sizing: border-box;
}

body,
html {
    min-height: 100vh;
}

[dir] body,
[dir] html {
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--text-font-family);
    font-size: var(--text-font-size);
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-text-color);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

[dir] body {
    background-color: var(--secondary-bg-color);
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: var(--link-color);
    text-decoration: none;
}

a:hover {
    color: var(--link-color-hover);
}

a:active,
a.is-active {
    color: var(--link-color-active);
}

[dir] a.is-disabled {
    cursor: default;
}

a.is-disabled,
a.is-disabled:hover,
a.is-disabled:active,
a.is-disabled.is-active {
    color: var(--secondary-text-color);
}

[dir] a,
[dir] button,
[dir] [type=submit],
[dir] [type=button],
[dir] [type=reset] {
    cursor: pointer;
}

.search [type="submit"] {
    color: #292929;
}

.ui-dark .btn--color-primary:hover,
.ui-dark [dir] .activity .recent-activity-controls a:not(.no-hover):hover {
    color: #292929 !important;
}
.ui-dark .recent-activity-controls a:hover {
  color: #292929 !important;
}

.subscribe-btn button
{
  color: #292929 !important;
}
#footer-facebook,
#footer-twitter,
#footer-youtube,
#footer-linkedin {
    color: #292929;
}
#footer-facebook:hover,
#footer-twitter:hover,
#footer-youtube:hover,
#footer-linkedin:hover {
  	background-color: #292929;
  	border-color: #292929;
    color: #fff;
}
a,
input,
button,
select,
textarea,
label {
    transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus,
label:focus {
    outline: none;
}

a.focus-visible,
input.focus-visible,
button.focus-visible,
select.focus-visible,
textarea.focus-visible,
label.focus-visible {
    outline: auto 5px -webkit-focus-ring-color;
}

[dir] figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

button[data-follower-count] {
  color: #ffffff !important;
}
.btn--primary {
  color: #ffffff !important;
}
/********
 Headings
 ********/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--heading-font-family);
    font-weight: 700;
}

h1,
.h1 {
    font-size: var(--heading-2-font-size);
    line-height: 1.2;
}

[dir] h1,
[dir] .h1 {
    margin: 0 0 1.2em;
}

[dir] .markdown h1,
[dir] .markdown .h1 {
    margin-top: 1.2em;
}
@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    h1,
    .h1 {
        font-size: var(--heading-1-font-size);
        line-height: 1.1;
    }

    [dir] h1,
    [dir] .h1 {
        margin: 0 0 1em;
    }

    [dir] .markdown h1,
    [dir] .markdown .h1 {
        margin-top: 1em;
    }
  .row--center-row--2 {
  	margin-top: 104px;
	}
}

h2,
.h2 {
    font-size: var(--heading-3-font-size);
    line-height: 1.3;
}

[dir] h2,
[dir] .h2 {
    margin: 0 0 1.3em;
}

[dir] .markdown h2,
[dir] .markdown .h2 {
    margin-top: 1.3em;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    h2,
    .h2 {
        font-size: var(--heading-2-font-size);
        line-height: 1.2;
    }

    [dir] h2,
    [dir] .h2 {
        margin: 0 0 1.2em;
    }

    [dir] .markdown h2,
    [dir] .markdown .h2 {
        margin-top: 1.2em;
    }
}

h3,
.h3 {
    font-size: var(--heading-4-font-size);
    line-height: 1.4;
}

[dir] h3,
[dir] .h3 {
    margin: 0 0 1.4em;
}

[dir] .markdown h3,
[dir] .markdown .h3 {
    margin-top: 1.4em;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    h3,
    .h3 {
        font-size: var(--heading-3-font-size);
        line-height: 1.3;
    }

    [dir] h3,
    [dir] .h3 {
        margin: 0 0 1.3em;
    }

    [dir] .markdown h3,
    [dir] .markdown .h3 {
        margin-top: 1.3em;
    }
}

h4,
.h4 {
    font-size: var(--heading-4-font-size);
    line-height: 1.4;
}

[dir] h4,
[dir] .h4 {
    margin: 0 0 1.4em;
}

[dir] .markdown h4,
[dir] .markdown .h4 {
    margin-top: 1.4em;
}

h5,
.h5 {
    font-size: var(--heading-5-font-size);
    line-height: 1.5;
}

[dir] h5,
[dir] .h5 {
    margin: 0 0 1.5em;
}

[dir] .markdown h5,
[dir] .markdown .h5 {
    margin-top: 1.5em;
}

h6,
.h6 {
    font-size: var(--heading-6-font-size);
    line-height: 1.5;
}

[dir] h6,
[dir] .h6 {
    margin: 0 0 1.5em;
}

[dir] .markdown h6,
[dir] .markdown .h6 {
    margin-top: 1.5em;
}

/**********************
 Other default elements
 *********************/
[dir] p,
[dir] ul,
[dir] ol,
[dir] dl,
[dir] pre,
[dir] table,
[dir] blockquote {
    margin: 1.5em 0 1.5em;
}

[dir] li {
    margin: 0.75em 0 0.75em;
}

small,
.small {
    font-size: var(--heading-6-font-size);
}

[role="main"] {
    flex-grow: 1;
    position: relative;
}

hr {
    display: block;
    height: 0;
}

[dir] hr {
    border: 0;
    border-top: 1px solid var(--border-color);
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

pre {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    color: var(--primary-bg-color);
}

[dir] pre {
    padding: 8px 16px;
    border-radius: var(--border-radius-base);
    background-color: var(--primary-text-color);
}

.ui-dark pre {
    color: var(--secondary-text-color);
}

[dir].ui-dark pre {
    background-color: var(--secondary-bg-color);
}

blockquote {
    display: block;
    position: relative;
    z-index: 2;
}

[dir=ltr] blockquote {
    padding-left: 16px;
    border-left: 1px solid var(--border-color);
}

[dir=rtl] blockquote {
    padding-right: 16px;
    border-right: 1px solid var(--border-color);
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir=ltr] blockquote {
        padding-left: 24px;
    }

    [dir=rtl] blockquote {
        padding-right: 24px;
    }
}

@media only screen and (min-width: 980px) {
    [dir=ltr] blockquote {
        padding-left: 32px;
    }

    [dir=rtl] blockquote {
        padding-right: 32px;
    }
}

blockquote:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -4px;
    font-size: 60px;
    color: var(--secondary-bg-color);
}

[dir=ltr] blockquote:before {
    left: 8px;
}

[dir=rtl] blockquote:before {
    right: 8px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9) and (max-width: 979px), only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
    [dir=ltr] blockquote:before {
        left: 12px;
    }

    [dir=rtl] blockquote:before {
        right: 12px;
    }
}

@media only screen and (min-width: 980px) {
    [dir=ltr] blockquote:before {
        left: 16px;
    }

    [dir=rtl] blockquote:before {
        right: 16px;
    }
}

.list-unstyled {
    list-style: none;
}

[dir=ltr] .list-unstyled {
    padding-left: 0;
}

[dir=rtl] .list-unstyled {
    padding-right: 0;
}

dl.details {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
}

[dir] dl.details {
    margin-bottom: 32px;
}

dl.details > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

dl.details > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

dl.details > dt {
    font-weight: 700;
}

[dir] dl.details > dt {
    margin-bottom: 12px;
}

[dir=ltr] dl.details > dt {
    margin-right: 8px;
}

[dir=rtl] dl.details > dt {
    margin-left: 8px;
}

[dir] dl.details > dd {
    margin-bottom: 12px;
}

dl.details > div {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
}

[dir] dl.details > div {
    margin-bottom: 12px;
}

dl.details--type-2 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

[dir] dl.details--type-2 {
    margin-bottom: 0;
}

dl.details--type-2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

dl.details--type-2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

dl.details--type-2 > dd {
    color: var(--secondary-text-color);
}

@media only screen and (min-width: 980px), only screen and (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
    [dir=ltr] dl.details--type-2 > dd {
        text-align: right;
    }

    [dir=rtl] dl.details--type-2 > dd {
        text-align: left;
    }
}
@media only screen and (max-width: 568px) {
  .row--center-row--2 .col {
  	margin-top: 8px;
	}
}
.text-secondary {
    font-size: var(--heading-6-font-size);
    line-height: 1.5;
    color: var(--secondary-text-color);
}

/******
 Tables
 ******/
.table-container {
    display: block;
    width: 100%;
    overflow-x: auto;
}

[dir] .table-container {
    border: 1px solid var(--border-color);
}

.table-container table:not(.pika-table) {
    width: calc(100% + 3px);
    max-width: calc(100% + 3px);
}

[dir] .table-container table:not(.pika-table) {
    margin: -1px;
}

table:not(.pika-table) {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

table:not(.pika-table) thead {
    font-weight: 700;
}

[dir] table:not(.pika-table) thead {
    background-color: var(--secondary-bg-color);
}

[dir] table:not(.pika-table) tfoot {
    background-color: var(--secondary-bg-color);
}

table:not(.pika-table) thead,
table:not(.pika-table) tbody,
table:not(.pika-table) tfoot {
    width: 100%;
    max-width: 100%;
}

[dir=ltr] table:not(.pika-table) th {
    border-left: 1px solid var(--border-color);
}

[dir=rtl] table:not(.pika-table) th {
    border-right: 1px solid var(--border-color);
}

[dir] table:not(.pika-table) td {
    padding: 8px;
    border: 1px solid var(--border-color);
}

/*******
 Iframes
 *******/
.iframe {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
}

.iframe iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

[dir=ltr] .iframe iframe {
    left: 0;
}

[dir=rtl] .iframe iframe {
    right: 0;
}

/************
Custom Styles
 ************/

/*  Targets all images within the .markdown class */
.markdown img {
	display: block;
  margin: auto;
  margin-top: 20px;
  border: 2px solid var(--frontlion-warm-beige);
	border-radius: 5px;
	box-shadow: 5px 5px 15px rgba(74, 67, 64, 0.15);
	transform: translate(-5px, -5px);
}

.permissions {
  display: flex;
}

.permission-list {
  flex: 1;
  padding: 10px;
  margin: 5px; /* Margin to visualize spacing between columns */
}

.permission-list p {
  margin: 0;
  padding-bottom: 5px;
  font-size: 1.4em;
  font-weight: bold;
	border-bottom: 3px solid var(--frontlion-honey);
}

.permission-list ul {
  border-bottom: 3px solid var(--frontlion-honey);
  margin: 0;
  font-size: 0.95em;
}

.labels a {
  margin-top: 5px;
}

/* Extends the dropdown selectors in the help center to minimize scrolling */
.nesty-panel {
  max-height: 400px;
  overflow: auto;
}

/* ===== Frontlion v2 brand overrides — appended 2026-05-22 ===== */
:root {
  --frontlion-coral: #EDA480;
  --frontlion-deep-coral: #D4764A;
  --frontlion-charcoal: #4A4340;
  --frontlion-warm-gray: #8A817C;
  --frontlion-teal: #4A9E9C;
  --frontlion-honey: #E8C97A;
  --frontlion-sage: #9BB8A0;
  --frontlion-bg-primary: #FDFAF7;
  --frontlion-bg-secondary: #F7F3EE;
  --frontlion-warm-beige: #E4D9CC;
}
body { background-color: var(--frontlion-bg-primary); }
h1, h2, h3, h4, h5, h6 { font-family: Fraunces, Georgia, serif !important; font-weight: 400; }
body, p, li, a, button, input, .text, .article-body, .article__body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
/* Welcome / hero banners */
.welcome, .welcome__inner, .hero, .cta {
  background-image: none !important;
  background-color: var(--frontlion-bg-secondary) !important;
  color: var(--frontlion-charcoal) !important;
}
/* Buttons / CTAs */
.button-primary, .submit, button[type="submit"], .btn-primary {
  background-color: var(--frontlion-deep-coral) !important;
  border-color: var(--frontlion-deep-coral) !important;
  color: #FFFFFF !important;
}
.button-primary:hover, .submit:hover, button[type="submit"]:hover, .btn-primary:hover {
  background-color: var(--frontlion-coral) !important;
  border-color: var(--frontlion-coral) !important;
}
/* Cards / surfaces */
.card, .article, .section, .container, .helper, .block { background-color: #FFFFFF; }
/* Border colors */
.bordered, .border, [class*="border"] { border-color: var(--frontlion-warm-beige) !important; }
/* Helper card icons — 2x size */
.helpers__secondary-icon img { width: 48px !important; height: 48px !important; max-width: none !important; max-height: none !important; }
.helpers__icon svg { width: 100px !important; height: 100px !important; }

/* ===== Frontlion Homepage Modernization — appended 2026-08-14 ===== */

/* --- Hero --- */
#welcome .welcome__section {
  background: var(--frontlion-bg-secondary) !important;
  position: relative;
  overflow: hidden;
}
#welcome .welcome__bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
}
#welcome .welcome__bg-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#welcome .welcome__content {
  position: relative;
  z-index: 1;
}

#welcome h1.h1 {
  font-weight: 600 !important;
  letter-spacing: -0.01em;
}

#welcome .search {
  max-width: 640px;
  margin-top: 8px;
}
#welcome .search input[type="search"] {
  border-radius: 10px !important;
  border: 1.5px solid var(--frontlion-warm-beige) !important;
  padding: 14px 18px !important;
  font-size: 16px !important;
  box-shadow: 0 2px 10px rgba(74, 67, 64, 0.06);
}
#welcome .search input[type="search"]:focus {
  border-color: var(--frontlion-teal) !important;
  box-shadow: 0 0 0 3px rgba(74, 158, 156, 0.14) !important;
}
#welcome .search [type="submit"] {
  background: var(--frontlion-deep-coral) !important;
  border-radius: 10px !important;
  color: #fff !important;
}

/* --- Category / helper cards --- */
.helpers__block {
  box-shadow: 0 1px 3px rgba(74, 67, 64, 0.06);
  border: 1px solid var(--frontlion-warm-beige);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  will-change: transform, background-color;
  transform: translateZ(0);
}
.helpers__block:hover {
  transform: translateY(-4px) translateZ(0);
  box-shadow: 0 12px 28px rgba(74, 67, 64, 0.12);
  border-color: var(--frontlion-coral);
  background-color: #ffffff !important;
}

/* --- Recent activity cards --- */
.recent-activity-item {
  display: flex !important;
  flex-direction: column;
  background: #F7F3EE;
  border: 1px solid var(--frontlion-warm-beige);
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(74, 67, 64, 0.06);
  padding: 18px 22px !important;
  margin-bottom: 14px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  will-change: transform, background-color;
  transform: translateZ(0);
}
.recent-activity-item:hover {
  transform: translateY(-4px) translateZ(0);
  box-shadow: 0 12px 28px rgba(74, 67, 64, 0.12);
  border-color: var(--frontlion-coral);
  background-color: #ffffff !important;
}
.recent-activity-item:hover .recent-activity-item-link,
.recent-activity-item:hover .recent-activity-item-time {
  color: #000000 !important;
}
.recent-activity-item:hover .recent-activity-item-parent {
  background-color: #ffffff !important;
}
.recent-activity-item-parent {
  display: inline-flex !important;
  width: fit-content !important;
  align-items: center;
  font-size: 11px !important;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #F5E6DC;
  color: var(--frontlion-deep-coral) !important;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px !important;
  will-change: background-color;
  transform: translateZ(0);
}
.recent-activity-item-link {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 52px;
  font-family: Fraunces, Georgia, serif;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1.45;
  color: var(--frontlion-charcoal) !important;
  margin-bottom: 6px !important;
}
.recent-activity-item-meta {
  margin-top: auto !important;
  justify-content: flex-start !important;
  gap: 12px;
}
.recent-activity-item-time {
  color: var(--frontlion-warm-gray) !important;
  font-size: 13px;
}

/* --- CTA band --- */
#cta.cta {
  background: #988F87 !important;
}
#cta .cta__section {
  background: #988F87 !important;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(74, 67, 64, 0.06);
}
#cta .container {
  background: #988F87 !important;
  display: flex !important;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  padding-left: max(24px, calc((100% - 1264px) / 2 + 24px)) !important;
  padding-right: max(24px, calc((100% - 1264px) / 2 + 24px)) !important;
  margin: 0 !important;
}
#cta .container > .welcome__bg {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
}
#cta .welcome__bg-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#cta .cta__content {
  position: relative;
  z-index: 1;
  flex: 1 1 360px;
  padding-left: 24px;
  padding-right: 0;
}
#cta .cta__image {
  display: none !important;
}
#cta .btn--primary {
  background: var(--frontlion-deep-coral) !important;
  color: #fff !important;
  font-weight: 700 !important;
}

/* --- Footer --- */
#footer {
  border-top: 1px solid var(--frontlion-warm-beige);
}
#footer .container {
  background-color: #FDFAF7 !important;
}

/* --- Header container background --- */
.header__container .container {
  background-color: #FDFAF7 !important;
}

/* --- Header: explicit 3-zone layout (logo / search / actions) --- */
.header__custom-row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.header__col--logo.header__col--logo.header__col--logo {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  display: flex;
  align-items: center;
}
.header__logo.header__logo.header__logo {
  position: static !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  display: block !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.header__col--actions.header__col--actions.header__col--actions {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  display: flex !important;
  align-items: center;
  gap: 12px;
}
.header__request-custom {
  white-space: nowrap;
  color: #fff !important;
}

/* --- Hide categories dropdown (kept enabled, just visually hidden) --- */
.header__menu.dropdown {
  display: none !important;
}

/* --- Recent activity section background --- */
#activity.activity,
#activity .container.container {
  background-color: #FDFAF7 !important;
}

/* --- "See more" button — match Submit a request styling --- */
[data-recent-activity-seemore] {
  background-color: var(--frontlion-deep-coral) !important;
  border-color: var(--frontlion-deep-coral) !important;
  color: #ffffff !important;
}
[data-recent-activity-seemore]:hover {
  background-color: var(--frontlion-coral) !important;
  border-color: var(--frontlion-coral) !important;
  color: #ffffff !important;
}

/* --- Category cards: reduced empty space, darker surface, bigger icons --- */
.helpers.helpers,
.helpers .container.container {
  background-color: #F7F3EE !important;
}
.helpers__block {
  position: relative !important;
  padding: 56px 24px 24px !important;
  background-color: #FDFAF7 !important;
}
.helpers__secondary-icon.helpers__secondary-icon {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin: 0 !important;
}
.helpers__secondary-icon img {
  display: none !important;
}
.helpers__secondary-icon::before {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  background-color: #D4774B;
  -webkit-mask-image: var(--icon-url);
  mask-image: var(--icon-url);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

/* --- Header logo: icon-only mark on mobile --- */
.header__logo-img-mobile.header__logo-img-mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .header__logo-img.header__logo-img,
  .header__logo-img-light.header__logo-img-light {
    display: none !important;
  }
  .header__logo.header__logo.header__logo {
    display: flex !important;
    align-items: center !important;
  }
  .header__logo-img-mobile.header__logo-img-mobile {
    display: block !important;
    height: 28px !important;
    width: auto !important;
    margin: 0 !important;
    border-radius: 6px;
  }

  /* --- Hide "Submit a request" on mobile only --- */
  .header__request-custom {
    display: none !important;
  }
}

/* --- Mobile: condense category cards to icon-left / text-right row layout --- */
@media (max-width: 767px) {
  .helpers__icon {
    display: none !important;
  }
  .helpers__block.helpers__block {
    display: grid !important;
    grid-template-columns: 44px 1fr !important;
    grid-template-areas:
      "icon title"
      "icon desc" !important;
    column-gap: 14px !important;
    row-gap: 2px !important;
    align-items: center !important;
    text-align: left !important;
    padding: 18px 20px !important;
  }
  .helpers__secondary-icon.helpers__secondary-icon {
    grid-area: icon !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    align-self: center !important;
  }
  .helpers__secondary-icon::before {
    width: 44px !important;
    height: 44px !important;
  }
  .helpers__title {
    grid-area: title !important;
    margin: 0 !important;
    text-align: left !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
  .helpers__description {
    grid-area: desc !important;
    margin: 0 !important;
    text-align: left !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
}

/* --- CTA text legibility (match hero title color) --- */
#cta .cta__title,
#cta .cta__subtitle {
  color: #ffffff !important;
}

/* --- Light buttons (Sign in, Show all, Sort by...) — black text --- */
.btn--light.btn--light {
  color: #000000 !important;
}

/* --- 404 / error page: dark Frontlion style --- */
.error-page.error-page {
  background-color: var(--frontlion-charcoal) !important;
  max-width: 100% !important;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 96px 24px;
  box-sizing: border-box;
}
.error-page h1.is-hidden {
  display: none !important;
}
.error-page__text {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.error-page__eyebrow {
  color: var(--frontlion-coral) !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 12px;
}
.error-page__code {
  font-size: 96px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 0 0 24px !important;
  line-height: 1 !important;
}
.error-page__desc {
  color: #F1EDE9;
  font-size: 18px;
  margin: 0 0 32px;
}
.error-page__actions {
  margin: 0;
}
.error-page__actions a.error-page__btn.error-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--frontlion-deep-coral) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px;
  padding: 14px 28px;
  font-weight: 600;
  text-decoration: none !important;
}
.error-page__actions a.error-page__btn.error-page__btn:hover {
  background-color: var(--frontlion-coral) !important;
}
