/* Digital Otters Schema Generator – Elementor friendly */
.do-schema-wrap{ width:100%; }
.do-schema-card{
  max-width: 920px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 40px rgba(0,0,0,.06);
}
.do-schema-title{ margin:0 0 6px 0; font-size: 28px; font-weight: 900; line-height:1.2; }
.do-schema-subtitle{ margin:0 0 16px 0; opacity:.8; }
.do-schema-label{ display:block; font-weight: 800; margin: 12px 0 6px; color:#000; }
.do-schema-input{
  width:100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.16);
  background:#fff;
  color:#000;
}
.do-schema-output{
  width:100%;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.16);
  background: #0b0b0c;
  color: #f4f4f5;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.do-schema-grid{
  display:flex;
  gap: 12px;
  margin-top: 10px;
}
.do-schema-grid > div{ flex:1; }
.do-schema-actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.do-schema-btn{
  border:none;
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 900;
  cursor:pointer;
  background:#111;
  color:#fff;
}
.do-schema-btn-secondary{
  background:#fff;
  color:#111;
  border: 1px solid rgba(0,0,0,.18);
}
.do-schema-help{ font-size: 13px; opacity:.78; margin-top: 6px; }
.do-schema-msg{ margin-top: 10px; font-weight: 800; }
.do-schema-err{ color:#b00020; }
.do-schema-ok{ color:#0b6b3a; }

.do-item{
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 14px;
  padding: 12px;
  margin-top: 10px;
  background:#fff;
}
.do-item-head{
  display:flex;
  justify-content: space-between;
  align-items:center;
  margin-bottom: 8px;
}
.do-item-remove{
  border: 1px solid rgba(0,0,0,.18);
  background:#fff;
  border-radius: 10px;
  padding: 6px 10px;
  cursor:pointer;
  font-weight: 800;
}
@media (max-width: 680px){
  .do-schema-grid{ flex-direction: column; }
}
