.native-comments {
  --comment-pink: #d84776;
  --comment-pink-dark: #bd315f;
  --comment-blush: #fff5f8;
  --comment-line: #f0dce4;
  --comment-ink: #222231;
  margin: 54px auto 8px;
  max-width: 980px;
}

.native-comments-heading {
  align-items: end;
  border-bottom: 1px solid var(--comment-line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 18px;
}

.native-comments-kicker {
  color: var(--comment-pink);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .1em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.native-comments-heading h2,
.native-comment-form-copy h3 {
  color: var(--comment-ink);
  font-family: var(--serif, Georgia, serif);
  font-weight: 700;
  margin: 0;
}

.native-comments-heading h2 { font-size: 32px; }

.native-comments-count {
  background: var(--comment-blush);
  border: 1px solid var(--comment-line);
  border-radius: 999px;
  color: #73717d;
  font-size: 12px;
  padding: 7px 13px;
}

.native-comments-notice,
.native-comments-error,
.native-comment-client-error {
  border-radius: 10px;
  font-size: 13px;
  margin: 0 0 18px;
  padding: 12px 15px;
}

.native-comments-notice { background: #edf9f2; color: #276b44; }
.native-comments-error,
.native-comment-client-error { background: #fff0f2; color: #9e264c; }

.native-comment-list {
  display: grid;
  gap: 12px;
}

.native-comment {
  background: #fff;
  border: 1px solid var(--comment-line);
  border-radius: 15px;
  box-shadow: 0 8px 28px rgba(76, 46, 59, .045);
  display: grid;
  gap: 14px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 18px 20px;
}

.native-comment-avatar {
  align-items: center;
  background: linear-gradient(145deg, #f7b6ca, var(--comment-pink));
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #efccda;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.native-comment-body { min-width: 0; }

.native-comment-body > header {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-bottom: 7px;
}

.native-comment-body > header strong { color: var(--comment-ink); font-size: 14px; }
.native-comment-body > header time { color: #8a8791; font-size: 11px; }

.native-comment-message {
  color: #4d4b56;
  font-size: 14px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.native-comment-message p:last-child { margin-bottom: 0; }

.native-comment-reply {
  color: #8a8791;
  font-size: 11px;
  margin: -2px 0 7px;
}

.native-comment-report {
  margin-top: 9px;
  width: fit-content;
}

.native-comment-report summary {
  color: #8b7880;
  cursor: pointer;
  font-size: 11px;
  list-style: none;
}

.native-comment-report summary::-webkit-details-marker { display: none; }
.native-comment-report summary:hover { color: var(--comment-pink-dark); }

.native-comment-report form {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 9px;
}

.native-comment-report select,
.native-comment-report input[type="submit"] {
  border: 1px solid #e5d8dd;
  border-radius: 8px;
  font-size: 11px;
  min-height: 32px;
  padding: 6px 9px;
}

.native-comment-report input[type="submit"] {
  background: #fff4f7;
  color: var(--comment-pink-dark);
  font-weight: 700;
}

.native-comments-empty {
  background: linear-gradient(135deg, #fff 0%, #fff7f9 100%);
  border: 1px dashed #ecced9;
  border-radius: 14px;
  color: #6d6872;
  padding: 22px;
  text-align: center;
}

.native-comments-empty strong { color: var(--comment-ink); }
.native-comments-empty p { margin: 5px 0 0; }

.native-comment-form-card {
  background:
    radial-gradient(circle at 8% 14%, rgba(247, 182, 203, .26), transparent 30%),
    linear-gradient(135deg, #fffafb 0%, #fff 52%, #fff5f8 100%);
  border: 1px solid var(--comment-line);
  border-radius: 18px;
  box-shadow: 0 12px 38px rgba(76, 46, 59, .06);
  margin-top: 24px;
  overflow: hidden;
  padding: 26px;
  position: relative;
}

.native-comment-form-card::after {
  border: 1px solid rgba(232, 100, 145, .11);
  border-radius: 50%;
  content: "";
  height: 170px;
  position: absolute;
  right: -85px;
  top: -95px;
  width: 260px;
}

.native-comment-form-copy {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.native-comment-form-copy h3 { font-size: 25px; }
.native-comment-form-copy p:last-child { color: #787580; font-size: 12px; margin: 3px 0 0; }

.native-comment-form-leaf {
  align-items: center;
  background: #fff;
  border: 1px solid #efcad8;
  border-radius: 50%;
  box-shadow: 0 7px 18px rgba(88, 49, 66, .09);
  display: flex;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.native-comment-form-leaf img { height: 25px; width: 25px; }

.native-comment-form {
  display: grid;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.native-comment-field-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.native-comment-form label {
  color: #3d3b46;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
}

.native-comment-form input[type="text"],
.native-comment-form input[type="email"],
.native-comment-form textarea {
  background: rgba(255, 255, 255, .92);
  border: 1px solid #e5d8dd;
  border-radius: 10px;
  color: #33313c;
  font: inherit;
  outline: 0;
  padding: 11px 13px;
  transition: border-color 150ms ease, box-shadow 150ms ease;
  width: 100%;
}

.native-comment-form textarea { resize: vertical; }

.native-comment-form input:focus,
.native-comment-form textarea:focus {
  border-color: #e68aa9;
  box-shadow: 0 0 0 3px rgba(216, 71, 118, .09);
}

.native-comment-form-footer {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: space-between;
}

.native-comment-form-footer p {
  color: #89858e;
  font-size: 10px;
  line-height: 1.5;
  margin: 0;
  max-width: 570px;
}

.native-comment-form-footer input[type="submit"] {
  background: linear-gradient(135deg, #e55786, #d22e66);
  border: 0;
  border-radius: 9px;
  box-shadow: 0 8px 20px rgba(190, 49, 96, .18);
  color: #fff;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 750;
  min-height: 40px;
  padding: 10px 18px;
}

.native-comment-form-footer input[type="submit"]:disabled { cursor: wait; opacity: .58; }

.native-comment-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.native-comments-unavailable { color: #77727b; margin: 0; }
.professional-comments { margin-bottom: 44px; }

@media (max-width: 680px) {
  .native-comments { margin-top: 38px; }
  .native-comments-heading { align-items: flex-start; }
  .native-comments-heading h2 { font-size: 28px; }
  .native-comment { grid-template-columns: 36px minmax(0, 1fr); padding: 16px; }
  .native-comment-avatar { height: 34px; width: 34px; }
  .native-comment-field-row { grid-template-columns: 1fr; }
  .native-comment-form-card { border-radius: 14px; padding: 20px; }
  .native-comment-form-footer { align-items: stretch; flex-direction: column; gap: 13px; }
  .native-comment-form-footer input[type="submit"] { width: 100%; }
  .native-comment-report form { align-items: stretch; flex-direction: column; }
}
