/* ============================================================================
   WebEdge Core — component styles
   Identical to the homepage prototype rules; unscoped so widgets work anywhere.
   ============================================================================ */
.we-case-card,.we-project-grid,.we-testi-carousel{font-family:Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}

/* ---------------- shared button (.btn spec) ---------------- */
.we-btn-el{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:0 22px;border-radius:8px;font-weight:700;font-size:14px;line-height:1;transition:.25s ease;border:1px solid transparent;text-decoration:none;align-self:flex-start}
.we-btn-el:hover{transform:translateY(-2px)}
.we-btn-el.we-btn-dark{background:#080808;color:#fff}
.we-btn-el.we-btn-dark:hover{background:#1d1d1d;color:#fff}
.we-btn-el.we-btn-orange{background:#ffa202;color:#111;box-shadow:0 12px 28px rgba(255,162,2,.25)}
.we-btn-el.we-btn-orange:hover{background:#ef8d00;color:#111}

/* ---------------- FEATURED CASE STUDY ---------------- */
.we-case-card{display:grid;grid-template-columns:.85fr 1.15fr;min-height:340px;background:#f4f7f1;overflow:hidden}
.we-case-copy{padding:50px 52px;display:flex;flex-direction:column;justify-content:center}
.we-case-copy .we-eyebrow{display:block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:#ef8d00}
.we-case-copy h3{font-size:34px;line-height:1.05;letter-spacing:-.04em;margin:12px 0 16px;font-weight:700;color:#171717}
.we-case-copy p{color:#5b5b5b;margin:0 0 26px;max-width:430px;font-size:16px;line-height:1.55}
.we-case-art{position:relative;background:#111;overflow:hidden;display:grid;place-items:center;text-decoration:none;min-height:340px}
.we-case-photo{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.we-case-art:hover .we-case-photo{transform:scale(1.04)}
.we-browser-large{display:block;width:76%;height:72%;background:#fff;border-radius:8px;box-shadow:0 30px 70px rgba(0,0,0,.35);padding:12px;transform:rotate(-2deg)}
.we-browser-bar{display:block;height:17px;background:#efefef;border-radius:5px;margin-bottom:9px}
.we-browser-screen{display:block;height:calc(100% - 26px);background:linear-gradient(135deg,#181818 0 58%,#ffa202 58%);border-radius:4px;position:relative;overflow:hidden}
.we-browser-screen:before{content:attr(data-screen);position:absolute;left:7%;top:16%;font-weight:700;color:#fff;font-size:24px;max-width:210px;line-height:1.05}
.we-phone{position:absolute;width:110px;height:220px;background:#fff;border:7px solid #111;border-radius:23px;right:7%;bottom:-28px;transform:rotate(8deg);box-shadow:0 25px 45px rgba(0,0,0,.3)}
.we-phone:after{content:"";position:absolute;inset:12px 7px;background:linear-gradient(#ffa202 0 34%,#151515 34% 100%);border-radius:10px}

/* ---------------- RECENT WORK ---------------- */
.we-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.we-project{border:1px solid #e9e9e9;background:#fff;overflow:hidden;transition:.25s ease}
.we-hover-yes .we-project:hover{transform:translateY(-5px);box-shadow:0 20px 60px rgba(0,0,0,.08)}
.we-project-visual{display:block;height:310px;position:relative;overflow:hidden;background:#111;padding:30px;text-decoration:none}
.we-project.we-art-light .we-project-visual{background:#f1f5f8}
.we-project.we-art-orange .we-project-visual{background:#ffa202}
.we-project.we-art-navy .we-project-visual{background:#11192b}
.we-project-photo{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.we-project-visual{padding:0}
.we-project-visual:has(.we-mock-screen){padding:30px}
.we-project-visual:hover .we-project-photo{transform:scale(1.05)}
.we-mock-screen{display:block;height:100%;border-radius:5px;background:#fff;box-shadow:0 24px 50px rgba(0,0,0,.22);overflow:hidden;position:relative}
.we-mock-screen .we-top{display:block;height:28px;background:#efefef}
.we-mock-screen .we-hero-block{display:block;height:43%;background:linear-gradient(135deg,#111,#ffa202);margin:14px;border-radius:3px}
.we-project.we-art-light .we-hero-block{background:linear-gradient(135deg,#0d2440,#55b5ed)}
.we-project.we-art-orange .we-hero-block{background:linear-gradient(135deg,#181818,#ff7b00)}
.we-project.we-art-navy .we-hero-block{background:linear-gradient(135deg,#21195f,#622dc6)}
.we-mock-screen .we-rows{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 14px}
.we-mock-screen .we-rows span{display:block;height:48px;background:#eee;border-radius:3px}
.we-project-info{padding:24px 26px 28px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.we-project-info h3{font-size:20px;margin:0 0 3px;font-weight:700;line-height:1.2}
.we-project-info h3 a{color:inherit;text-decoration:none}
.we-project-info p{font-size:13px;color:#777;margin:0}
.we-project-arrow{width:38px;height:38px;border:1px solid #ddd;border-radius:50%;display:grid;place-items:center;color:#171717;flex:0 0 38px;transition:.25s ease;text-decoration:none}
.we-project-arrow:hover{background:#ffa202;border-color:#ffa202;color:#111}

/* ---------------- TESTIMONIAL CAROUSEL ---------------- */
.we-testi-carousel{position:relative}
.we-testi-viewport{overflow:hidden}
.we-testi-track{--we-per-view:2;--we-gap:22px;display:flex;gap:var(--we-gap);transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}
.we-testi-track>.we-testi{flex:0 0 calc((100% - (var(--we-per-view) - 1) * var(--we-gap)) / var(--we-per-view));box-sizing:border-box}
.we-testi{background:#fff;padding:30px;border:1px solid rgba(0,0,0,.07);min-height:275px;display:flex;flex-direction:column;justify-content:space-between}
.we-stars{color:#ffa202;display:flex;gap:2px}
.we-testi blockquote{font-size:17px;line-height:1.6;margin:22px 0;color:#3e3e3e;border:0;padding:0;quotes:none}
.we-person{display:flex;align-items:center;gap:13px}
.we-avatar{width:44px;height:44px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-weight:700;font-size:13px;flex:0 0 44px;overflow:hidden}
.we-avatar-img img{width:44px;height:44px;object-fit:cover;border-radius:50%;display:block}
.we-person strong{display:block;font-size:14px;color:#171717}
.we-person>div>span{display:block;color:#888;font-size:12px}
.we-sample-note{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#a77b34;margin-top:8px}
.we-testi-dots{display:flex;justify-content:center;gap:8px;margin-top:26px}
.we-testi-dot{width:9px;height:9px;padding:0;border-radius:50%;border:1px solid #d8c9ad;background:transparent;cursor:pointer;transition:.25s ease}
.we-testi-dot[aria-selected="true"]{background:#ffa202;border-color:#ffa202;transform:scale(1.15)}
.we-testi-arrows{display:flex;gap:10px;justify-content:flex-end;margin-top:18px}
.we-testi-arrows button{width:38px;height:38px;border:1px solid #ddd;background:#fff;border-radius:50%;cursor:pointer;font-size:18px;line-height:1;color:#171717;transition:.25s ease}
.we-testi-arrows button:hover{background:#ffa202;border-color:#ffa202;color:#111}

/* focus + reduced motion */
.we-case-art:focus-visible,.we-project-visual:focus-visible,.we-project-arrow:focus-visible,.we-testi-dot:focus-visible,.we-testi-arrows button:focus-visible,.we-btn-el:focus-visible{outline:2px solid #ffa202;outline-offset:2px}
@media(prefers-reduced-motion:reduce){
  .we-testi-track{transition:none}
  .we-project,.we-btn-el,.we-project-photo,.we-case-photo{transition:none}
  .we-hover-yes .we-project:hover,.we-btn-el:hover{transform:none}
}

/* responsive — mirrors the prototype breakpoints */
@media(max-width:1024px){
  .we-case-card{grid-template-columns:1fr!important}
  .we-project-grid{grid-template-columns:1fr}
}
@media(max-width:767px){
  .we-case-copy{padding:38px 26px}
  .we-case-art{min-height:320px}
  .we-project-visual{height:230px}
  .we-project-visual:has(.we-mock-screen){padding:20px}
}

/* dot + arrow resets — beat theme/Elementor button defaults */
.we-testi-carousel .we-testi-dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:26px;padding:0}
.we-testi-carousel button.we-testi-dot{
  width:9px!important;height:9px!important;min-width:9px!important;min-height:9px!important;max-width:9px;max-height:9px;
  padding:0!important;margin:0!important;border-radius:50%!important;
  border:1px solid #d8c9ad!important;background:transparent!important;
  box-shadow:none!important;font-size:0!important;line-height:0!important;
  appearance:none;-webkit-appearance:none;cursor:pointer;flex:0 0 9px;transition:.25s ease;
}
.we-testi-carousel button.we-testi-dot[aria-selected="true"]{
  background:#ffa202!important;border-color:#ffa202!important;transform:scale(1.15);
}
.we-testi-carousel .we-testi-arrows button{
  width:38px!important;height:38px!important;min-width:38px!important;padding:0!important;
  border-radius:50%!important;border:1px solid #ddd!important;background:#fff!important;
  box-shadow:none!important;font-size:18px!important;line-height:1!important;color:#171717!important;
  appearance:none;-webkit-appearance:none;cursor:pointer;
}
.we-testi-carousel .we-testi-arrows button:hover{background:#ffa202!important;border-color:#ffa202!important;color:#111!important}

/* ---------------- TEAM GRID (widget — same design as the About prototype) ---------------- */
.we-ab-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.we-ab-team-card{background:#fff;border:1px solid #e8e8e8;overflow:hidden;transition:.24s ease}
.we-teamhover-yes .we-ab-team-card:hover{transform:translateY(-5px);box-shadow:0 22px 64px rgba(0,0,0,.08)}
.we-ab-team-photo{height:390px;overflow:hidden;background:#e8e8e8;position:relative}
.we-ab-team-photo img{width:100%;height:100%;object-fit:cover;transition:.4s ease;display:block}
.we-ab-team-photo a{display:block;width:100%;height:100%}
.we-teamhover-yes .we-ab-team-card:hover .we-ab-team-photo img{transform:scale(1.025)}
.we-ab-team-photo:after{content:"";position:absolute;inset:auto 0 0;height:90px;background:linear-gradient(transparent,rgba(0,0,0,.23));pointer-events:none}
.we-ab-team-number{position:absolute;right:15px;top:15px;z-index:2;width:36px;height:36px;border-radius:50%;background:#ffa202;display:grid;place-items:center;font-weight:700;font-size:12px;color:#111}
.we-ab-team-info{padding:24px 25px 25px}
.we-ab-team-info h3{font-size:22px;letter-spacing:-.03em;margin:0 0 4px;line-height:1.18;font-weight:700;color:#171717}
.we-ab-team-info h3 a{color:inherit;text-decoration:none}
.we-ab-role{color:#e88b00;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.we-ab-team-info details{margin-top:17px;border-top:1px solid #e8e8e8;padding-top:14px}
.we-ab-team-info summary{cursor:pointer;list-style:none;font-size:13px;font-weight:700;display:flex;justify-content:space-between;align-items:center;color:#171717}
.we-ab-team-info summary::-webkit-details-marker{display:none}
.we-ab-team-info summary::marker{content:""}
.we-ab-team-info summary:after{content:"+";width:28px;height:28px;border-radius:50%;border:1px solid #ddd;display:grid;place-items:center;font-size:16px;flex:0 0 28px}
.we-ab-team-info details[open] summary:after{content:"−"}
.we-ab-team-info details p{font-size:14px;color:#626262;margin:14px 0 0}
.we-ab-team-info summary:focus-visible{outline:2px solid #ffa202;outline-offset:2px}
@media(prefers-reduced-motion:reduce){.we-ab-team-card,.we-ab-team-photo img{transition:none}.we-teamhover-yes .we-ab-team-card:hover{transform:none}}


/* Column count follows each page's own reference breakpoint: the homepage
   drops to one column at 980px, the About page at 720px. */
.elementor-widget-webedge-testimonials .we-testi-track{--we-per-view:2!important}
@media(max-width:980px){.page-id-2 .elementor-widget-webedge-testimonials .we-testi-track{--we-per-view:1!important}}
@media(max-width:720px){.elementor-widget-webedge-testimonials .we-testi-track{--we-per-view:1!important}}

/* ===== brand strip / marquee ===== */
.we-brand-grid{display:grid;grid-template-columns:repeat(5,1fr);border-left:1px solid #e9e9e9;border-top:1px solid #e9e9e9}
.we-brand-cell{min-height:100px;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;display:grid;place-items:center;text-align:center;padding:15px;font-weight:700;letter-spacing:-.03em;font-size:18px;line-height:1.15;color:inherit}
.we-brand-link{display:block;color:inherit;text-decoration:none}
.we-brand-logo{max-height:46px;width:auto;max-width:100%;object-fit:contain;display:block}
.we-brand-grey .we-brand-logo{filter:grayscale(1);opacity:.65;transition:.25s ease}
.we-brand-grey .we-brand-cell:hover .we-brand-logo{filter:none;opacity:1}
/* marquee: two identical runs slide as one track for a seamless loop */
.we-brand-marquee{overflow:hidden;position:relative;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.we-brand-marquee:before,.we-brand-marquee:after{content:"";position:absolute;top:0;bottom:0;width:90px;z-index:2;pointer-events:none}
.we-brand-marquee:before{left:0;background:linear-gradient(90deg,#fff,rgba(255,255,255,0))}
.we-brand-marquee:after{right:0;background:linear-gradient(270deg,#fff,rgba(255,255,255,0))}
.we-brand-track{display:flex;width:max-content;animation:we-marquee var(--we-marquee-time,34s) linear infinite}
.we-marquee-rtl .we-brand-track{animation-direction:reverse}
.we-marquee-pause:hover .we-brand-track{animation-play-state:paused}
.we-brand-run{display:flex;flex:0 0 auto}
.we-brand-marquee .we-brand-cell{min-width:210px;border:0;border-right:1px solid #e9e9e9}
@keyframes we-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.we-brand-track{animation:none}.we-brand-marquee{overflow-x:auto}}
@media(max-width:760px){.we-brand-marquee .we-brand-cell{min-width:150px}.we-brand-marquee:before,.we-brand-marquee:after{width:40px}}

/* ===== video testimonials — standalone card ===== */
/* the base testimonial card pads its content; a video card is edge-to-edge */
.we-tcard,.we-testi.we-tcard,.we-svc-testimonial-card.we-tcard{background:#fff;border:1px solid rgba(0,0,0,.07);
 overflow:hidden;display:flex;flex-direction:column;padding:0!important}
/* video cards sit beside text cards, so the row stretches to the taller one */
.we-testi-track{align-items:stretch}
.we-testi-track>.we-tcard{align-self:stretch}
@media(max-width:760px){.we-tcard-btn{min-height:200px}}
/* the media takes every pixel the card has spare, so a tall card gives a tall
   video rather than empty space under it */
/* the theme reset gives every <button> a pink 1px border — clear it here */
.we-tcard-btn{position:relative;display:block;width:100%;padding:0;border:0!important;outline:0;
 background:#0d0d0d;cursor:pointer;
 flex:1 1 auto;min-height:230px;overflow:hidden;font:inherit}
/* contain, not cover: the full frame is visible so nobody's head is cut off */
.we-tcard-media{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block;
 background:#0d0d0d center/contain no-repeat;transition:transform .5s ease}
.we-tcard-btn:hover .we-tcard-media{transform:scale(1.02)}
.we-tcard-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.5))}
.we-tcard-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;
 background:#ffa202;color:#111;display:grid;place-items:center;transition:.25s ease;
 box-shadow:0 10px 30px rgba(0,0,0,.35)}
.we-tcard-play svg{margin-left:3px}
.we-tcard-btn:hover .we-tcard-play{transform:translate(-50%,-50%) scale(1.09)}
.we-tcard-btn:focus-visible{outline:3px solid #ffa202;outline-offset:3px}
.we-tcard-tag{position:absolute;left:14px;top:14px;background:rgba(0,0,0,.66);color:#fff;font-size:9px;
 letter-spacing:.14em;text-transform:uppercase;font-weight:700;padding:6px 9px;border-radius:3px}
.we-tcard-meta{flex:0 0 auto;padding:15px 20px 17px}
.we-tcard-stars{display:flex;gap:2px;color:#ffa202;margin-bottom:9px}
.we-tcard-stars svg{width:14px;height:14px;fill:currentColor}
.we-tcard-meta strong{display:block;font-size:14px;color:#171717;line-height:1.3}
.we-tcard-meta span{display:block;color:#888;font-size:12px;margin-top:2px}
/* keep the ripple of a paused first frame from flashing white while it loads */
.we-tcard-media[poster]{background-size:cover}

/* lightbox */
.we-tvid-modal[hidden]{display:none}
.we-tvid-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:24px}
.we-tvid-backdrop{position:absolute;inset:0;background:rgba(8,8,8,.9);backdrop-filter:blur(3px)}
.we-tvid-inner{position:relative;z-index:2;width:min(1000px,100%)}
.we-tvid-stage{position:relative;aspect-ratio:16/9;background:#000;box-shadow:0 40px 90px rgba(0,0,0,.5)}
.we-tvid-stage video,.we-tvid-stage iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}
.we-tvid-close{position:fixed;right:20px;top:20px;z-index:3;width:44px;height:44px;border-radius:50%;border:0;
 background:#ffa202;color:#111;font-size:26px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:.2s}
.we-tvid-close:hover{background:#fff}
.we-tvid-close:focus-visible{outline:3px solid #fff;outline-offset:3px}
@media(max-width:650px){.we-tvid-modal{padding:14px}.we-tvid-close{right:12px;top:12px}}


/* =====================================================================
 * Book a Consultation popup
 * Scoped to the form itself, since Elementor drops custom classes on
 * containers. Colours are pinned because the theme reset paints buttons
 * and inputs magenta.
 * ===================================================================== */
.we-cf-eyebrow{display:block;color:#c66e00;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:9px}
.we-cf-h2 .elementor-heading-title{font-size:30px!important;line-height:1.1!important;letter-spacing:-.04em;color:#171717!important;margin:0 0 10px;font-weight:700!important}
.we-cf-lead p{font-size:14px;line-height:1.6;color:#5a5a5a;margin:0 0 20px}
.we-consult-form .we-cf-head{font-size:15px;font-weight:700;color:#171717;margin:8px 0 0;letter-spacing:-.02em}

.we-consult-form .elementor-form-fields-wrapper{row-gap:18px}
.we-consult-form .elementor-field-group>label{font-size:13.5px!important;font-weight:700!important;color:#171717!important;
 letter-spacing:-.01em;margin-bottom:9px!important;line-height:1.45}
.we-consult-form .elementor-field-required-indicator{color:#c66e00!important}

/* radio cards */
.we-consult-form .elementor-field-subgroup{display:grid!important;gap:8px;width:100%}
.we-consult-form .elementor-field-subgroup .elementor-field-option{display:block;width:100%}
.we-consult-form .elementor-field-option label{display:flex!important;gap:10px;align-items:flex-start;
 padding:12px 14px;border:1px solid #e2e2e2!important;border-radius:8px;font-size:13.5px!important;font-weight:400!important;
 line-height:1.45;color:#333!important;cursor:pointer;transition:.18s ease;background:#fff;margin:0!important}
.we-consult-form .elementor-field-option label:hover{border-color:#171717!important;background:#fffaf1}
.we-consult-form .elementor-field-option input[type=radio],
.we-consult-form .elementor-field-option input[type=checkbox]{margin:2px 0 0!important;accent-color:#ffa202;flex:0 0 auto;
 width:16px;height:16px;border-color:#c9c9c9!important}
.we-consult-form .elementor-field-option:has(input:checked) label{border-color:#ffa202!important;background:#fff7e8;
 box-shadow:0 0 0 1px #ffa202 inset}

/* inputs, selects, textareas */
.we-consult-form input[type=text],.we-consult-form input[type=email],.we-consult-form input[type=tel],
.we-consult-form textarea,.we-consult-form select{
 border:1px solid #dcdcdc!important;border-radius:8px!important;padding:12px 14px!important;font-size:14px!important;
 font-family:inherit!important;color:#171717!important;background:#fff!important;box-shadow:none!important;
 width:100%;min-height:48px;line-height:1.4}
.we-consult-form textarea{min-height:78px;resize:vertical}
.we-consult-form select{appearance:none;-webkit-appearance:none;cursor:pointer;padding-right:38px!important;
 background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23171717' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E")!important;
 background-repeat:no-repeat!important;background-position:right 14px center!important}
.we-consult-form input:focus,.we-consult-form textarea:focus,.we-consult-form select:focus{
 border-color:#ffa202!important;outline:0;box-shadow:0 0 0 3px rgba(255,162,2,.16)!important}
.we-consult-form ::placeholder{color:#9a9a9a;opacity:1}

/* submit */
.we-consult-form .elementor-field-type-submit{width:100%!important}
.we-consult-form button[type=submit]{width:100%;min-height:54px;border-radius:8px!important;background:#ffa202!important;
 color:#111!important;font-weight:700!important;font-size:15px!important;border:0!important;cursor:pointer;
 box-shadow:0 12px 28px rgba(255,162,2,.26);transition:.25s ease;margin-top:4px}
.we-consult-form button[type=submit]:hover{background:#ed8d00!important;transform:translateY(-2px)}

/* slot picker */
.we-slotpicker{border:1px solid #e6e6e6;border-radius:10px;padding:16px;background:#fafafa}
.we-slot-label{display:block;font-size:12px;font-weight:700;color:#171717;margin:0 0 7px;letter-spacing:-.01em}
.we-slot-label-time{margin-top:15px}
.we-slot-select{width:100%;min-height:46px;border:1px solid #dcdcdc!important;border-radius:8px!important;
 background:#fff!important;color:#171717!important;font:400 14px/1.4 inherit;padding:11px 38px 11px 13px!important;
 appearance:none;-webkit-appearance:none;cursor:pointer;
 background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23171717' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E")!important;
 background-repeat:no-repeat!important;background-position:right 13px center!important}
.we-slot-select:focus{border-color:#ffa202!important;outline:0}
.we-slot-times{display:none;grid-template-columns:repeat(auto-fill,minmax(82px,1fr));gap:7px}
.we-slot-times.is-active{display:grid}
.we-slot-time{border:1px solid #dcdcdc!important;background:#fff!important;border-radius:8px;padding:11px 6px;
 font:700 12.5px/1 inherit;color:#333!important;cursor:pointer;transition:.18s ease}
.we-slot-time:hover{border-color:#ffa202!important;background:#fff7e8!important}
.we-slot-time.is-picked{background:#ffa202!important;border-color:#ffa202!important;color:#111!important}
.we-slot-note{margin:12px 0 0;font-size:11px;color:#8a8a8a}
.we-slot-chosen{margin:8px 0 0;font-size:12.5px;font-weight:700;color:#171717;min-height:16px}
.we-slot-chosen:not(:empty){color:#c66e00}
.we-slot-empty{margin:0;font-size:13px;color:#777}

@media(max-width:640px){
.we-cf-h2 .elementor-heading-title{font-size:24px!important}
.we-slot-times{grid-template-columns:repeat(auto-fill,minmax(74px,1fr))}
}
