.mrhm-ccn-notice {
  max-width: 1060px;
  margin: 16px auto;
  padding: 14px 18px;
  border: 1px solid #9acdbf;
  border-left: 5px solid #08766d;
  border-radius: 12px;
  background: #eaf8f4;
  color: #13283b;
  font: 700 14px/1.5 Arial, Helvetica, sans-serif;
}

.mrhm-ccn-notice-error {
  border-color: #e7aca4;
  border-left-color: #c63f2d;
  background: #fff4f1;
}

.mrhm-ccn-unsubscribe-panel {
  max-width: 680px;
  margin: 24px auto 34px;
  padding: 24px;
  border: 1px solid #cfd9d3;
  border-radius: 14px;
  background: #fff;
  color: #13283b;
  box-shadow: 0 10px 28px rgba(19, 40, 59, .08);
  font-family: Arial, Helvetica, sans-serif;
}

.mrhm-ccn-unsubscribe-panel h2 {
  margin: 0 0 8px;
  color: #18392b;
  font-size: 24px;
  line-height: 1.25;
}

.mrhm-ccn-unsubscribe-panel > p {
  margin: 0 0 18px;
  color: #5e6a73;
  font-size: 15px;
  line-height: 1.55;
}

.mrhm-ccn-unsubscribe-form {
  display: block;
}

.mrhm-ccn-unsubscribe-form fieldset {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.mrhm-ccn-unsubscribe-form legend {
  margin: 0 0 10px;
  padding: 0;
  color: #13283b;
  font-size: 13px;
  font-weight: 800;
}

.mrhm-ccn-unsubscribe-choice {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 9px;
  padding: 12px 13px;
  border: 1px solid #dce3e6;
  border-radius: 9px;
  background: #f8faf9;
  color: #20272e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  cursor: pointer;
}

.mrhm-ccn-unsubscribe-choice input {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin: 1px 0 0;
}

.mrhm-ccn-unsubscribe-choice:focus-within {
  border-color: #08766d;
  outline: 3px solid rgba(8, 118, 109, .15);
}

.mrhm-ccn-unsubscribe-all {
  margin-top: 14px;
  border-color: #8da89a;
  background: #eef5f1;
}

.mrhm-ccn-unsubscribe-form button {
  width: 100%;
  min-height: 48px;
  padding: 11px 20px;
  border: 1px solid #244d3a;
  border-radius: 9px;
  background: #244d3a;
  color: #fff;
  font: 800 14px/1.3 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.mrhm-ccn-unsubscribe-form button:hover,
.mrhm-ccn-unsubscribe-form button:focus {
  background: #18392b;
  outline: 3px solid rgba(8, 118, 109, .15);
}

.mrhm-ccn-unsubscribe-panel .mrhm-ccn-unsubscribe-error {
  margin: 0 0 16px;
  padding: 11px 13px;
  border-left: 4px solid #c63f2d;
  border-radius: 8px;
  background: #fff4f1;
  color: #8b281c;
  font-size: 13px;
  font-weight: 700;
}

.mrhm-watch .mrhm-legal {
  margin-bottom: 22px;
}

.mrhm-catalog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 10px 0 0;
  color: #5e6a73;
  font-size: 12px;
  line-height: 1.45;
}

.mrhm-catalog-meta strong {
  color: #13283b;
}

.mrhm-catalog-results {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.mrhm-catalog-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dce3e6;
  border-radius: 10px;
  background: #fff;
  color: #13283b;
  text-align: left;
  cursor: pointer;
}

.mrhm-catalog-result:hover,
.mrhm-catalog-result:focus {
  border-color: #08766d;
  outline: 3px solid rgba(8, 118, 109, .14);
}

.mrhm-catalog-result strong,
.mrhm-catalog-result span {
  display: block;
}

.mrhm-catalog-result span {
  margin-top: 3px;
  color: #5e6a73;
  font-size: 12px;
}

.mrhm-catalog-result em {
  color: #08766d;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.mrhm-choice-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 12px;
}

.mrhm-choice-actions a,
.mrhm-choice-actions button {
  font-size: 13px;
}

.mrhm-no-determination {
  margin: 13px 0 0;
  padding: 12px 14px;
  border-left: 4px solid #d29b24;
  border-radius: 8px;
  background: #fff7df;
  color: #594200;
  font-size: 12px;
  line-height: 1.5;
}

.mrhm-structured-subscription {
  margin-top: 16px;
}

.mrhm-subscription-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
  gap: 20px;
}

.mrhm-sub-card {
  padding: 18px;
  border: 1px solid #dce3e6;
  border-radius: 13px;
  background: #fff;
}

.mrhm-sub-card h3 {
  margin: 0 0 12px;
  color: #13283b;
  font-size: 17px;
}

.mrhm-sub-field {
  display: block;
  margin: 0 0 14px;
  color: #13283b;
  font-size: 12px;
  font-weight: 800;
}

.mrhm-sub-field input,
.mrhm-sub-field select {
  width: 100%;
  min-height: 46px;
  margin-top: 6px;
  padding: 11px 13px;
  border: 1px solid #aebbc1;
  border-radius: 9px;
  background: #fff;
  color: #20272e;
  font: 400 15px/1.3 Arial, Helvetica, sans-serif;
}

.mrhm-sub-field input:focus,
.mrhm-sub-field select:focus {
  border-color: #08766d;
  outline: 3px solid rgba(8, 118, 109, .15);
}

.mrhm-sub-add-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
}

.mrhm-sub-add-row .mrhm-sub-field {
  margin-bottom: 0;
}

.mrhm-scope-list {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
}

.mrhm-scope-empty {
  margin: 0;
  padding: 11px 12px;
  border-radius: 9px;
  background: #f7f5f0;
  color: #5e6a73;
  font-size: 13px;
}

.mrhm-scope {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 9px;
  background: #dff4f1;
  color: #13283b;
  font-size: 13px;
}

.mrhm-scope strong {
  display: block;
  margin-bottom: 2px;
}

.mrhm-scope button {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #5e6a73;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.mrhm-regional-explain {
  margin: -4px 0 14px;
  color: #5e6a73;
  font-size: 12px;
  line-height: 1.5;
}

.mrhm-consent-v4 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px;
  align-items: start;
  margin: 15px 0;
  padding: 13px;
  border-radius: 10px;
  background: #f7f5f0;
  color: #20272e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.mrhm-consent-v4 input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
}

.mrhm-sub-status {
  min-height: 22px;
  margin: 10px 0 0;
  color: #13283b;
  font-size: 13px;
  line-height: 1.45;
}

.mrhm-sub-status[data-state="error"] {
  color: #9e2f21;
}

.mrhm-sub-status[data-state="success"] {
  color: #175c33;
  font-weight: 700;
}

.mrhm-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.mrhm-sub-legal {
  margin: 13px 0 0;
  color: #5e6a73;
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .mrhm-subscription-layout,
  .mrhm-sub-add-row,
  .mrhm-catalog-result {
    grid-template-columns: 1fr;
  }

  .mrhm-catalog-result em {
    white-space: normal;
  }

  .mrhm-sub-add-row .mrhm-btn,
  .mrhm-choice-actions .mrhm-btn {
    width: 100%;
    text-align: center;
  }

  .mrhm-ccn-unsubscribe-panel {
    margin: 18px 14px 28px;
    padding: 20px;
  }
}
