.ccm-guide{
  --ccm-dark:#1e3c3c;
  --ccm-light:#d1ffbb;
  --ccm-accent:#ff6e83;
  --ccm-white:#ffffff;

  background: var(--ccm-dark);
  border-radius:18px;
  padding:16px;
  max-width: 360px;
  color: var(--ccm-white);
}

.ccm-guide *{ box-sizing:border-box; }

.ccm-guide__inner{
  border:2px dashed rgba(209,255,187,0.9);
  border-radius:14px;
  padding:16px 14px;
}

.ccm-guide__h1{
  font-weight:900;
  color: var(--ccm-light);
  font-size:16px;
  line-height:1.05;
  margin: 0 0 2px;
}

.ccm-guide__h2{
  font-weight:1000;
  color: var(--ccm-white);
  font-size:28px;
  line-height:1.0;
  margin: 0;
  text-transform: uppercase;
}

.ccm-guide__h3{
  font-weight:1000;
  color: var(--ccm-white);
  font-size:28px;
  line-height:1.0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.ccm-guide__text{
  font-weight:800;
  font-size:14px;
  line-height:1.25;
  color: var(--ccm-white);
  margin: 0 0 14px;
}

.ccm-guide__icon{
  position: relative;
  width: 70%;
  height: auto;
  margin: 14px auto;
}

.ccm-guide__img{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  border-radius:10px;
}

/* CTA */
.ccm-guide__cta{
  text-align:center;
  margin: 10px 0 0;
}

.ccm-guide__btn{
  display:inline-block;
  padding:9px 16px;
  border-radius:999px;
  background: var(--ccm-accent);
  color: var(--ccm-white);
  text-decoration:none;
  font-weight:900;
  font-size:12px;
}

.ccm-guide__btn:hover{ filter: brightness(1.05); }
.ccm-guide__btn.is-disabled{ opacity:.65; cursor:not-allowed; }

.ccm-guide__debug{
  display:inline-block;
  padding:6px 10px;
  border-radius:10px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.95);
  font-weight:800;
  font-size:12px;
}