.c-listing-category-watch {
  margin: 0;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 18px 16px;
  border-radius: 12px;
  background:
    linear-gradient(160deg, rgba(6, 122, 69, 0.1), rgba(0, 56, 147, 0.06)),
    #f7faf8;
  border: 1px solid rgba(6, 122, 69, 0.2);
}

.c-listing-category-watch--card {
  display: flex;
  flex-direction: column;
}

.c-listing-category-watch__inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  flex: 1 1 auto;
}

.c-listing-category-watch__copy {
  flex: 0 0 auto;
}

.c-listing-category-watch__eyebrow {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #067a45;
}

.c-listing-category-watch__title {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  color: #0f172a;
}

.c-listing-category-watch__lead {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #475569;
}

.c-listing-category-watch__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-listing-category-watch__field input {
  appearance: none;
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 11px 12px;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  color: #0f172a;
  background: #fff;
}

.c-listing-category-watch__field input:focus {
  outline: none;
  border-color: #067a45;
  box-shadow: 0 0 0 3px rgba(6, 122, 69, 0.18);
}

.c-listing-category-watch__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 2px 0 0;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(6, 122, 69, 0.18);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #334155;
  cursor: pointer;
}

.c-listing-category-watch__consent input {
  margin-top: 1px;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  accent-color: #067a45;
}

.c-listing-category-watch__consent a {
  color: #067a45;
  font-weight: 700;
  text-decoration: underline;
}

.c-listing-category-watch__submit {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #067a45;
  border-radius: 10px;
  background: #067a45;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.c-listing-category-watch__submit:hover,
.c-listing-category-watch__submit:focus {
  background: #056438;
  border-color: #056438;
  color: #fff;
  outline: none;
}

.c-listing-category-watch__submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.c-listing-category-watch__status {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.c-listing-category-watch__status.is-ok {
  color: #166534;
}

.c-listing-category-watch__status.is-error {
  color: #b91c1c;
}

.c-listing-category-watch__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.c-listing-category-watch .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.c-listing-grid__col--category-watch {
  display: flex;
}

.c-listing-grid__col--category-watch > .c-listing-category-watch {
  width: 100%;
}
