/*
Theme Name: YourJobAgent
Theme URI: https://yourjobagent.ai
Author: YourJobAgent
Description: Marketing site for YourJobAgent — the AI career agent. Converted from the approved landing design; forms are supplied by a form plugin via shortcode.
Version: 1.1.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yourjobagent
*/

/* ---------------------------------------------------------------------------
   Most of the design lives in inline styles on the markup, exactly as the
   original export produced it. What follows is the small amount of global CSS
   plus the self-hosted webfonts.

   Fonts are served from this theme, NOT from Google. That keeps the site free
   of third-party requests, which is both faster and what the privacy page
   claims — do not swap these for a CDN without updating that page.
--------------------------------------------------------------------------- */


    .sc-placeholder{background:color-mix(in srgb,currentColor 8%,transparent);
      border:1px solid color-mix(in srgb,currentColor 50%,transparent);
      border-radius:2px;box-sizing:border-box;overflow:hidden}
    @keyframes sc-shine{0%{background-position:100% 50%}100%{background-position:0% 50%}}
    html.sc-dc-streaming .sc-placeholder,
    html.sc-dc-streaming .sc-interp.sc-missing{position:relative;
      background:color-mix(in srgb,currentColor 5%,transparent);
      border-color:transparent}
    html.sc-dc-streaming .sc-placeholder::before,
    html.sc-dc-streaming .sc-interp.sc-missing::before{content:'';
      position:absolute;inset:0;pointer-events:none;
      background:linear-gradient(90deg,rgba(217,119,87,0) 25%,rgba(247,225,211,.95) 37%,rgba(217,119,87,0) 63%);
      background-size:400% 100%;animation:sc-shine 1.4s ease infinite}
    html.sc-dc-streaming .sc-placeholder:nth-child(n+9 of .sc-placeholder)::before,
    html.sc-dc-streaming .sc-interp.sc-missing:nth-child(n+9 of .sc-interp.sc-missing)::before{animation:none;
      background:color-mix(in srgb,currentColor 8%,transparent)}
    .sc-placeholder-error{padding:4px 8px;font:11px/1.4 ui-monospace,monospace;
      color:color-mix(in srgb,currentColor 70%,transparent);word-break:break-word}
    .sc-interp.sc-missing{display:inline-block;width:2em;height:1em;overflow:hidden;
      vertical-align:text-bottom;background:rgba(255,255,255,.3);border:1px solid rgba(0,0,0,.5);
      border-radius:2px;box-sizing:border-box;color:transparent;
      user-select:none}
    .sc-interp.sc-unresolved{font-family:ui-monospace,monospace;font-size:.85em;
      color:color-mix(in srgb,currentColor 50%,transparent);
      background:color-mix(in srgb,currentColor 10%,transparent);border-radius:3px;
      padding:0 3px}
    .sc-host.sc-has-error{position:relative}
    .sc-logic-error{position:absolute;top:8px;left:8px;z-index:2147483647;max-width:60ch;
      padding:6px 10px;background:#b00020;color:#fff;font:12px/1.4 ui-monospace,monospace;
      border-radius:4px;white-space:pre-wrap;pointer-events:none}
    /* Mirrors PRINT_BASELINE_CSS in apps/web deck-stage-export.ts — keep both
       in sync until dc-runtime regains a build step. */
    @media print {
      @page { margin: 0.5cm; }
      figure, table { break-inside: avoid; }
      #dc-root, #dc-root > .sc-host { height: auto; }
      *, *::before, *::after {
        print-color-adjust: exact; -webkit-print-color-adjust: exact;
        backdrop-filter: none !important; -webkit-backdrop-filter: none !important;
        animation-delay: -99s !important; animation-duration: .001s !important;
        animation-iteration-count: 1 !important; animation-fill-mode: both !important;
        animation-play-state: running !important; transition-duration: 0s !important;
      }
    }
  
x-dc{display:none!important}
html,body{height:100%;margin:0}#dc-root,#dc-root>.sc-host{height:100%}
html,body,#dc-root,#dc-root>*{height:auto!important;min-height:100%}input[data-onblue]::placeholder{color:#fff!important;opacity:.8}

  html, body { margin: 0; padding: 0; }
  body {
    background:
      radial-gradient(1200px 800px at 82% -8%, oklch(0.91 0.05 215 / 0.55), transparent 62%),
      radial-gradient(1000px 720px at 8% 14%, oklch(0.92 0.045 245 / 0.55), transparent 60%),
      radial-gradient(1100px 900px at 55% 105%, oklch(0.93 0.045 190 / 0.45), transparent 62%),
      linear-gradient(180deg, #f4f4fa, #f7f7f4);
    background-attachment: fixed;
  }
  body::after {
    content: ''; position: fixed; inset: 0; pointer-events: none; opacity: 0.5;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="180" height="180"><filter id="n"><feTurbulence type="fractalNoise" sc-camel-base-frequency="0.85" sc-camel-num-octaves="2"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.035 0"/></filter><rect width="180" height="180" filter="url%28%23n%29"/></svg>');
  }
  body { font-family: 'Instrument Sans', sans-serif; color: #17161a; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  a { color: oklch(0.52 0.17 230); text-decoration: none; }
  a:hover { color: oklch(0.44 0.17 230); }
  * { box-sizing: border-box; }
  @keyframes auroraA { 0% { transform: translate(0,0) scale(1); } 50% { transform: translate(80px,40px) scale(1.15); } 100% { transform: translate(0,0) scale(1); } }
  @keyframes auroraB { 0% { transform: translate(0,0) scale(1); } 50% { transform: translate(-70px,60px) scale(1.2); } 100% { transform: translate(0,0) scale(1); } }
  @keyframes auroraC { 0% { transform: translate(0,0) scale(1); } 50% { transform: translate(40px,-50px) scale(0.9); } 100% { transform: translate(0,0) scale(1); } }
  @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
  @keyframes floatY { 0% { transform: translateY(0); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0); } }
  @keyframes shine { 0% { background-position: 200% center; } 100% { background-position: -200% center; } }
  @keyframes popIn { 0% { opacity: 0; transform: scale(0.7) translateY(8px); } 100% { opacity: 1; transform: scale(1) translateY(0); } }
  @keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
  [data-reveal] { transition: opacity 0.8s cubic-bezier(0.16,1,0.3,1), transform 0.8s cubic-bezier(0.16,1,0.3,1); }


/* latin-ext */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("./assets/fonts/f-69e21e25d2.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("./assets/fonts/f-adbdfd9a78.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("./assets/fonts/f-69e21e25d2.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("./assets/fonts/f-adbdfd9a78.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("./assets/fonts/f-69e21e25d2.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("./assets/fonts/f-adbdfd9a78.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/f-5ad15d919c.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/f-779e9507b3.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/f-5ad15d919c.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/f-779e9507b3.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/f-5ad15d919c.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/f-779e9507b3.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./assets/fonts/f-5ad15d919c.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./assets/fonts/f-779e9507b3.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/f-c40fec4ca5.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/f-1742d56d13.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/f-c0781ea2f2.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/f-c40fec4ca5.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/f-1742d56d13.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/f-c0781ea2f2.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/f-c40fec4ca5.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/f-1742d56d13.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/f-c0781ea2f2.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* --- WordPress-managed pages (Privacy, Contact, …) ------------------------ */
.yja-page { max-width: 860px; margin: 0 auto; padding: 28px 24px 80px; }
.yja-page__card {
  background: #fff; border: 1px solid #e4e2ea; border-radius: 18px;
  padding: 40px 40px 44px; box-shadow: 0 18px 50px -30px rgba(20,40,80,.28);
  font: 16px/1.65 'Instrument Sans', system-ui, sans-serif; color: #5f5c66;
}
.yja-page__title {
  margin: 0 0 22px; font-family: 'Sora', system-ui, sans-serif;
  font-size: 34px; line-height: 1.15; letter-spacing: -.02em; color: #17161a;
}
.yja-page__body h2 {
  margin: 32px 0 10px; font-family: 'Sora', system-ui, sans-serif;
  font-size: 19px; color: #17161a;
}
.yja-page__body a { color: #0b6fc4; }
.yja-page__body ul { padding-left: 20px; }
.yja-page__body li { margin-bottom: 10px; }
@media (max-width: 640px) {
  .yja-page__card { padding: 26px 22px 30px; border-radius: 14px; }
  .yja-page__title { font-size: 27px; }
}

/* --- form slot ------------------------------------------------------------ */
.yja-form-slot { margin-top: 4px; }
.yja-form-note {
  margin-top: 10px; font-size: 12.5px; color: #8b8894;
}

/* A form plugin's shortcode renders the same markup in both slots, but the
   design draws them differently: slot 1 sits on the light hero, slot 2 on the
   blue closing panel. These rules restore each slot's original appearance
   without the plugin needing to know where it was dropped. Written against
   Contact Form 7's output; the generic input/button selectors mean another
   plugin lands close enough to look intentional. */
/* The closing panel paints a decorative glow in an absolutely positioned
   sibling that overlaps this area. The design's own form carried
   `position: relative` to stay above it; a plugin's form does not, and without
   this the CTA button silently swallows every click. */
.yja-form-slot { position: relative; z-index: 1; }
.yja-form-slot form { margin: 0; }
.yja-form-slot form > p { margin: 0; }
.yja-form-slot .wpcf7-form-control-wrap { display: block; }
.yja-form-slot form > p,
.yja-form-slot .yja-form-row {
  display: flex; gap: 10px; align-items: flex-start; flex-wrap: wrap;
}
.yja-form-slot input[type="email"],
.yja-form-slot input[type="text"] {
  width: 300px; max-width: 100%; border-radius: 12px; padding: 14px 18px;
  font-size: 15px; font-family: 'Instrument Sans', system-ui, sans-serif;
  outline: none; box-sizing: border-box;
}
.yja-form-slot input[type="submit"],
.yja-form-slot button[type="submit"] {
  border: none; border-radius: 12px; padding: 14px 26px; font-size: 15px;
  font-weight: 600; font-family: 'Instrument Sans', system-ui, sans-serif;
  cursor: pointer; white-space: nowrap;
}

/* Slot 1 — hero, on the light gradient. */
.yja-form-slot[data-slot="1"] input[type="email"] {
  border: 1px solid rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .65);
  backdrop-filter: blur(10px); color: #17161a;
  box-shadow: rgba(40, 80, 140, .3) 0 4px 20px -10px;
}
.yja-form-slot[data-slot="1"] input[type="submit"] {
  background: linear-gradient(135deg, oklch(.55 .19 240), oklch(.48 .17 220));
  color: #fff; box-shadow: oklch(.52 .17 230 / .7) 0 10px 28px -10px;
}

/* Slot 2 — closing call to action, on the blue panel. */
.yja-form-slot[data-slot="2"] { margin-top: 8px; }
.yja-form-slot[data-slot="2"] input[type="email"] {
  border: 1px solid rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px); color: #fff;
}
.yja-form-slot[data-slot="2"] input[type="email"]::placeholder {
  color: rgba(255, 255, 255, .7);
}
.yja-form-slot[data-slot="2"] input[type="submit"] {
  background: #fff; color: oklch(.35 .15 233);
  box-shadow: rgba(0, 0, 0, .35) 0 10px 24px -8px;
}

/* Plugin chrome: the boxed validation panel would break the layout, so it is
   reduced to a line of text. CF7 colours that box from `.wpcf7 form.invalid
   .wpcf7-response-output`, so these selectors carry the element name to
   outweigh it rather than reaching for !important. */
.yja-form-slot form.wpcf7-form .wpcf7-response-output,
.yja-form-slot form.wpcf7-form .wpcf7-not-valid-tip {
  margin: 10px 0 0; padding: 0; border: none; font-size: 12.5px;
  line-height: 1.5; font-family: 'Instrument Sans', system-ui, sans-serif;
  flex-basis: 100%;
}
.yja-form-slot[data-slot="1"] form.wpcf7-form .wpcf7-response-output,
.yja-form-slot[data-slot="1"] form.wpcf7-form .wpcf7-not-valid-tip { color: #b3261e; }
.yja-form-slot[data-slot="1"] form.wpcf7-form.sent .wpcf7-response-output { color: #1b6b3a; }
.yja-form-slot[data-slot="2"] form.wpcf7-form .wpcf7-response-output,
.yja-form-slot[data-slot="2"] form.wpcf7-form .wpcf7-not-valid-tip { color: #ffd7d2; }
.yja-form-slot[data-slot="2"] form.wpcf7-form.sent .wpcf7-response-output { color: #fff; }
.yja-form-slot .wpcf7-spinner { margin: 14px 0 0 8px; }
.yja-form-slot .screen-reader-text {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}

@media (max-width: 640px) {
  .yja-form-slot input[type="email"],
  .yja-form-slot input[type="text"] { width: 100%; }
  .yja-form-slot input[type="submit"] { width: 100%; }
}
