/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2025 | 09:44:20 */
.cf7-subscribe-box {
  position: relative;
  max-width: 600px;
  margin: 20px auto;
}

.cf7-subscribe-box input[type="email"],
.cf7-subscribe-box input[type="submit"] {
  height: 50px;              /* force same height */
  border: none;
  font-size: 16px;
  box-sizing: border-box;
}

/* email field */
.cf7-subscribe-box input[type="email"] {
  width: 100%;
  padding: 0 100px 0 20px;   /* space for button on right */
  border: 1px solid #ddd;
  border-radius: 10px;       /* rounded left side */
}

.cf7-subscribe-box input[type="email"]::placeholder {
  color: #888;
}

/* submit button */
.cf7-subscribe-box input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0 00px 0px 0; /* rounded right side only */
}