/* Start custom CSS for html, class: .elementor-element-28868e4 *//* NORYOU Product Description */
.noryou-desc{
  --bg:#FFF8F9;
  --card:#ffffff;
  --text:#2B2B2B;
  --muted:#6B7280;
  --rose:#A63A4F;
  --rose2:#8F3043;
  --border:#F0E2E6;

  font-family: inherit;
  color: var(--text);
  line-height: 1.9;
}

.noryou-card{
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px 16px;
  margin: 0 0 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,.05);
}

.noryou-soft{
  background: var(--bg);
}

.noryou-title{
  margin: 0 0 10px;
  font-size: 18px;
  display:flex;
  align-items:center;
  gap:10px;
}

.noryou-ico{
  width: 34px;
  height: 34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 12px;
  background: rgba(166,58,79,.10);
}

.noryou-text{
  margin: 0 0 10px;
  color: var(--text);
  font-size: 15px;
}

.noryou-list{
  margin: 0;
  padding: 0 18px 0 0;
  color: var(--text);
  font-size: 15px;
}

.noryou-list li{
  margin: 7px 0;
}

.noryou-check li::marker{
  color: var(--rose);
}

.noryou-strong{
  margin-top: 12px;
  background: rgba(166,58,79,.08);
  border: 1px solid rgba(166,58,79,.14);
  padding: 12px 12px;
  border-radius: 14px;
  font-weight: 700;
}

.noryou-note{
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.noryou-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}

@media (max-width: 520px){
  .noryou-grid{ grid-template-columns: 1fr; }
}

.noryou-pill{
  border: 1px dashed rgba(166,58,79,.25);
  background: rgba(255,248,249,.75);
  border-radius: 14px;
  padding: 10px 10px;
  font-size: 14px;
}

.noryou-trust{
  background: #fff;
}

.noryou-trustlist li{
  list-style: none;
  padding-right: 0;
}

.noryou-trustlist{
  padding-right: 0;
}

.noryou-alert{
  margin-top: 12px;
  background: rgba(201,162,77,.15);
  border: 1px solid rgba(201,162,77,.25);
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 700;
}

.noryou-ctaWrap{
  margin-top: 14px;
  text-align: center;
}

.noryou-cta{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 520px;
  background: var(--rose);
  color: #fff !important;
  text-decoration: none;
  padding: 14px 16px;
  border-radius: 18px;
  font-weight: 800;
  transition: transform .15s ease, background .15s ease;
}

.noryou-cta:hover{
  background: var(--rose2);
  transform: translateY(-1px);
}

.noryou-ctaSub{
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}/* End custom CSS */