.msg {
  font-size: inherit;
  line-height: 1.45;
}

.msg-lead {
  font-size: 1.15em;
  font-weight: 700;
  color: #2a5c34;
  margin-bottom: 4px;
}

.msg-intro strong {
  color: #2d6a3e;
}

.msg-highlight {
  margin: 10px 0;
  padding: 12px 14px;
  background: linear-gradient(135deg, #f0f7ec 0%, #e8f3e4 100%);
  border-left: 4px solid #4a8f54;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 4px 14px rgba(45, 106, 62, 0.08);
}

.msg-highlight strong,
.msg-highlight b {
  color: #2a5c34;
}

.msg-quote {
  margin: 10px 0;
  padding: 12px 16px;
  background: #fafcf8;
  border-left: 4px solid #8bc48a;
  border-radius: 0 10px 10px 0;
  font-style: italic;
  color: #3d4f3d;
}

.msg-warning {
  margin: 10px 0;
  padding: 12px 14px;
  background: linear-gradient(135deg, #fff8ed 0%, #fff3e0 100%);
  border: 1px solid #f0d9a8;
  border-radius: 12px;
  color: #6b4e1f;
}

.msg-warning strong {
  color: #9a6418;
}

.msg-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 4px;
  padding: 0;
  list-style: none;
}

.msg-pills li {
  padding: 6px 12px;
  background: #e8f3e4;
  border: 1px solid #c5deb8;
  border-radius: 999px;
  font-size: 0.92em;
  font-weight: 600;
  color: #2d6a3e;
}

.msg-list {
  margin: 10px 0 6px;
  padding: 0 0 0 0;
  list-style: none;
}

.msg-list li {
  position: relative;
  margin: 0 0 8px;
  padding: 8px 12px 8px 34px;
  background: #f7fbf5;
  border-radius: 10px;
  border: 1px solid #dcecd6;
}

.msg-list li::before {
  content: '✓';
  position: absolute;
  left: 12px;
  top: 8px;
  color: #4a8f54;
  font-weight: 800;
}

.msg-product-title {
  display: block;
  margin-bottom: 8px;
  font-size: 1.08em;
  font-weight: 800;
  color: #2a5c34;
}

.msg-product {
  padding: 12px;
  background: linear-gradient(180deg, #f5faf3 0%, #edf6ea 100%);
  border: 1px solid #cfe3c8;
  border-radius: 14px;
}

.msg-sign {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px dashed #c5deb8;
  font-style: italic;
  color: #4a674f;
}

.msg-sign strong {
  display: block;
  margin-top: 4px;
  font-style: normal;
  color: #2d6a3e;
}

.box .msg p {
  margin: 0 0 8px;
}

.box .msg p:last-child {
  margin-bottom: 0;
}

.box .product-img {
  display: block;
  margin: 8px auto 0;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(45, 106, 62, 0.15);
}
