.elementor-1715 .elementor-element.elementor-element-5a80e41{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1b88536 *//* Crossing Kitchens Hero Search - Big + Square Button */

.ck-search-form {
  display: flex;
  align-items: stretch;   /* input + button same height */
  width: 100%;
  gap: 12px;              /* spacing between input and button */
}

.ck-search-input {
  flex: 1;
  border: 2px solid #dfe7dc;
  outline: none;
  padding: 24px 28px;     /* BIG again */
  font-size: 26px;        /* BIG text */
  border-radius: 5px;
  background: #f4f7f3;
  color: #000;
  font-family: inherit;
}

.ck-search-input::placeholder {
  color: #000;
  font-size: 26px;
  opacity: 1;
}

.ck-search-button {
  border: none;
  background: #b8d0b5;
  color: white;
  width: 76px;            /* fixed width */
  flex: 0 0 76px;         /* prevents shrinking */
  border-radius: 5px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
}

.ck-search-button:hover {
  background: #a6c4a3;
}/* End custom CSS */