.elementor-642 .elementor-element.elementor-element-8936e97{--display:flex;}.elementor-642 .elementor-element.elementor-element-9770a43{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0816e18 *//* Scope to this widget */
#rcCenter .rc-controls,
#rcCenter .rc-search-wrap { overflow: visible !important; }

/* Optional – only if you still see clipping at the top */
#rcCenter .rc-controls { padding-top: 8px; }

/* Normalize the input to beat theme pills/shadows */
#rcCenter .rc-search{
  appearance: none; -webkit-appearance: none;
  width: 100%;
  height: 48px;
  padding: 12px 44px 12px 14px;      /* room for icon on right */
  border: 1px solid var(--border) !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: var(--ink);
  box-shadow: none !important;
  outline: none !important;
  font: 16px/1.2 ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial;
}

/* Magnifier at the end of the field (decorative) */
#rcCenter .rc-search-wrap { position: relative; }
#rcCenter .rc-search-wrap::after{
  content:"";
  position: absolute;
  right: 12px; top: 50%;
  width: 18px; height: 18px;
  transform: translateY(-50%);
  background: var(--brand);           /* use your theme brand color */
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1 0 9.5 16a6.47 6.47 0 0 0 4.43-1.73l.27.28v.79l4.25 4.25a1 1 0 1 0 1.41-1.41L15.5 14Zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14Z"/></svg>') no-repeat center / contain;
          mask:         url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1 0 9.5 16a6.47 6.47 0 0 0 4.43-1.73l.27.28v.79l4.25 4.25a1 1 0 1 0 1.41-1.41L15.5 14Zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14Z"/></svg>') no-repeat center / contain;
  opacity: .8;
  pointer-events: none;
}

/* (Nice-to-have) hide Safari/Chrome’s built-in clear “x” bubble */
#rcCenter .rc-search::-webkit-search-cancel-button{
  -webkit-appearance: none; display: none;
}/* End custom CSS */