.c-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.c-header > div {
  padding-right: 3px;
}

/**
 * @since 2.0.62
 */
.f12-captcha {
  display: block;
  width: 100%;
}

.f12-captcha.template-1 {
  background-color: #f9fafb;
  border: 1px solid #d1d5db;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  max-width: 100%;
}

.f12-captcha.template-1 .c-label {
  display: block;
  font-size: 14px;
  color: #374151;
  font-weight: 600;
  margin-bottom: 8px;
}

.f12-captcha.template-1 .c-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 10px;
  background-color: #ffffff;
  gap: 10px;
}

.f12-captcha.template-1 .c-data {
  font-size: 1.1rem;
  font-weight: bold;
  color: #111827;
  margin-right: 10px;
}

.f12-captcha.template-1 .c-input {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.f12-captcha.template-1 input.f12c {
  padding: 8px 0px;
  font-size: 15px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  outline: none;
  width: auto;
  transition: all 0.3s ease;
  margin: 0 !important;
}

.f12-captcha.template-1 input.f12c:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.f12-captcha.template-1 .c-reload a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #3b82f6;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.f12-captcha.template-1 .c-reload a:hover {
  background-color: #2563eb;
}

.f12-captcha.template-1 .c-reload a img {
  width: 18px;
  height: 18px;
  margin: 0 !important;
}

/* .f12-captcha.template-1 {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 15px 15px 15px;
  position: relative;
  border-radius: 3px;
}
.f12-captcha.template-1 .c-label {
  left: 10px;
  font-size: 12px;
  color: #777;
}
.f12-captcha.template-1 .c-data {
  font-size: 1.05rem;
}
.f12-captcha.template-1 .c-input {
  display: flex;
  flex-flow: row nowrap;
}
.f12-captcha.template-1 .c-header {
  border: 1px solid #ccc;
  padding: 5px 5px 5px 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
}
.f12-captcha.template-1 .c-hint {
  font-size: 12px;
  margin-left: -10px;
  color: #777;
  line-height: 100%;
}
.f12-captcha.template-1 .c-reload {
  padding: 0;
}
.f12-captcha.template-1 .c-reload a {
  background-color: #2196f3;
  width: 32px;
  height: 32px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  border-radius: 3px;
}
.f12-captcha.template-1 .c-reload a img {
  margin: 0 !important;
  align-self: center;
  width: 16px !important;
  height: 16px !important;
}
.f12-captcha.template-1 input.f12c {
  display: block;
  border: 0px solid #ccc;
  margin-left: -10px;
  background-color: #fff;
  font-size: 1.05rem;
  padding: 3px;
  max-width: 100px;
  height: 24px;
}
.f12-captcha.template-1 input.f12c:focus {
  border: 0;
  outline: 0;
}
 */
/*# sourceMappingURL=f12-cf7-captcha.css.map */
