/* Mycotrop customer-trust release — 2026-07-25 */

.mycotrop-product-proof {
  margin: 1rem 0 0;
  padding: 1rem;
  border: 1px solid #e4e7eb;
  border-radius: 10px;
  background: #fbfcfa;
  box-shadow: 0 2px 10px rgba(28, 45, 35, 0.04);
}

.mycotrop-product-proof__item {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: .7rem;
  align-items: start;
  padding: .55rem 0;
}

.mycotrop-product-proof__item + .mycotrop-product-proof__item {
  border-top: 1px solid #e8ebe8;
}

.mycotrop-product-proof__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #245b3a;
  background: #e6f1e9;
  font-size: 1rem;
}

.mycotrop-product-proof__item strong,
.mycotrop-product-proof__item span {
  display: block;
}

.mycotrop-product-proof__item strong {
  color: #1f2a23;
  line-height: 1.3;
}

.mycotrop-product-proof__item div > span {
  margin-top: .15rem;
  color: #5a625c;
  font-size: .88rem;
  line-height: 1.45;
}

.mycotrop-product-proof__links {
  margin: .7rem 0 0;
  padding-top: .75rem;
  border-top: 1px solid #e8ebe8;
  font-size: .86rem;
}

.mycotrop-product-proof__links a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blockreassurance_product {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .6rem;
  margin-top: 1rem;
}

.blockreassurance_product > .mycotrop-reassurance-item {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  align-content: start;
  min-width: 0;
  padding: .8rem;
  border: 1px solid #e1e4e1;
  border-radius: 8px;
  color: inherit;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.blockreassurance_product > a.mycotrop-reassurance-item:hover,
.blockreassurance_product > a.mycotrop-reassurance-item:focus {
  border-color: #8aaa94;
  box-shadow: 0 4px 12px rgba(28, 45, 35, .08);
  transform: translateY(-1px);
  text-decoration: none;
}

.blockreassurance_product .item-product {
  grid-row: 1 / span 2;
}

.blockreassurance_product .item-product img {
  width: 1.7rem;
  height: 1.7rem;
  object-fit: contain;
}

.blockreassurance_product .block-title {
  margin: 0;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.25;
}

.blockreassurance_product p {
  margin: .15rem 0 0;
  font-size: .78rem;
  line-height: 1.35;
}

.mycotrop-review-eligibility {
  max-width: 34rem;
  padding: .65rem .8rem;
  border-radius: 7px;
  color: #34523e;
  background: #edf5ef;
  font-size: .88rem;
}

.mycotrop-verified-review {
  display: inline-block;
  margin-left: .55rem;
  padding: .18rem .45rem;
  border-radius: 99px;
  color: #27633d;
  background: #e5f3e9;
  font-size: .75rem;
  font-weight: 700;
}

.mycotrop-support-panel,
.mycotrop-company-card {
  margin-top: 2rem;
  padding: clamp(1rem, 2.5vw, 1.7rem);
  border: 1px solid #e2e5e2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(28, 45, 35, .06);
}

.mycotrop-support-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
}

.mycotrop-support-panel__eyebrow {
  margin: 0 0 .35rem;
  color: #34704a;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.mycotrop-support-panel h2 {
  margin: 0 0 .7rem;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.mycotrop-support-panel__links {
  display: grid;
  gap: .6rem;
  min-width: 13rem;
}

.cms-id-1 .page-content,
.cms-id-4 .page-content {
  max-width: 980px;
  margin-inline: auto;
}

.mycotrop-cms {
  color: #2e3530;
  font-size: 1rem;
  line-height: 1.72;
}

.mycotrop-cms__hero {
  margin-bottom: 1.5rem;
  padding: clamp(1.25rem, 4vw, 2.4rem);
  border-radius: 14px;
  background: linear-gradient(135deg, #eef5ef 0%, #fffaf0 100%);
}

.mycotrop-cms__hero h1 {
  margin: 0 0 .7rem;
  color: #1f2e25;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
}

.mycotrop-cms__lead {
  max-width: 48rem;
  margin: 0;
  color: #4a554d;
  font-size: 1.12rem;
}

.mycotrop-cms__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.4rem 0;
}

.mycotrop-cms__card {
  padding: 1.15rem;
  border: 1px solid #e1e5e1;
  border-radius: 10px;
  background: #fff;
}

.mycotrop-cms__card h2,
.mycotrop-cms__card h3 {
  margin-top: 0;
  color: #233c2b;
}

.mycotrop-cms__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin: 1.25rem 0;
}

.mycotrop-cms__fact {
  padding: 1rem;
  border-radius: 9px;
  background: #f3f6f3;
}

.mycotrop-cms__fact strong,
.mycotrop-cms__fact span {
  display: block;
}

.mycotrop-cms__fact span {
  margin-top: .2rem;
  color: #58615a;
  font-size: .88rem;
}

.mycotrop-cms__cta {
  margin-top: 1.5rem;
  padding: 1.25rem;
  border-radius: 10px;
  color: #fff;
  background: #263c2d;
}

.mycotrop-cms__cta h2 {
  margin-top: 0;
  color: inherit;
}

.mycotrop-cms__cta a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .blockreassurance_product,
  .mycotrop-cms__grid,
  .mycotrop-cms__facts,
  .mycotrop-support-panel {
    grid-template-columns: 1fr;
  }

  .mycotrop-support-panel__links {
    min-width: 0;
  }
}
