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

/* ===== OKPainting Inline FAQ Hint ===== */
.okp-hint{
  background:#ffffff;
  border:1px solid rgba(31,41,55,.12);
  border-left:6px solid rgba(201,117,60,.55);
  border-radius:18px;
  padding:16px 18px;
  box-shadow:0 10px 25px rgba(0,0,0,.06);
  max-width:980px;
  width:100%;
}

.okp-hint p{
  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; }
