.cf7cc-wrap {
  margin: 10px 0;
}

.cf7cc-label {
  font-size: 13px;
  margin-bottom: 6px;
}

.cf7cc-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;              /* mobile wrap */
}

.cf7cc-canvas {
  border: 1px solid #d7dbe2;
  border-radius: 8px;
  width: 140px;
  height: 44px;
  background: #fff;
  flex: 0 0 auto;
}

.wpcf7-form-control-wrap {
  flex: 1 1 160px;              /* input grows, wraps on small screens */
  min-width: 160px;
}

.cf7cc-input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #d7dbe2;
  height: 44px;
  box-sizing: border-box;
}

.cf7cc-refresh {
  border: 1px solid #d7dbe2;
  background: #fff;
  border-radius: 8px;
  width: 40px;
  height: 44px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  flex: 0 0 auto;
}

.cf7cc-refresh.is-loading {
  opacity: 0.6;
  cursor: wait;
}

/* Make the inline error look neat under the input */
.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 6px;
  display: block;
}