
/* ===== Center Wrapper ===== */
.okp-center{
  width:100%;
  display:flex;
  justify-content:center;
}

/* ===== OKPainting Inline FAQ Callout ===== */
.okp-callout{
  background:#f6efe7;
  border:1px solid rgba(31,41,55,.12);
  border-radius:18px;
  padding:18px 18px 16px;
  box-shadow:0 10px 25px rgba(0,0,0,.06);
  max-width:980px;
  width:100%;
}

.okp-tag{
  display:inline-flex;
  align-items:center;
  padding:6px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(201,117,60,.25);
  color:#c9753c;
  font-weight:800;
  font-size:13px;
  line-height:1;
}

.okp-title{
  margin:12px 0 8px;
  font-size:20px;
  font-weight:900;
  letter-spacing:-.01em;
  color:#1f2937;
}

.okp-text{
  margin:0;
  font-size:18px;
  line-height:1.78;
  color:#1f2937;
}

.okp-hl{
  color:#9f4f22;
  font-weight:800;
  background:linear-gradient(transparent 56%, rgba(201,117,60,.28) 56%);
  padding:0 .12em;
  border-radius:3px;
  white-space:nowrap;
}

.okp-link{
  color:#c9753c;
  font-weight:900;
  text-decoration:none;
}
.okp-link:hover{ text-decoration:underline; color:#b9652f; }
