/* Editor de plantillas (admin) */
.ss-doc-toolbar { display: flex; align-items: center; gap: 10px; margin: 8px 0; position: relative; }
.ss-doc-editor-body {
  min-height: 240px; padding: 16px 18px; border: 1.5px solid #dcdcde; border-radius: 6px;
  background: #fff; font-size: 14px; line-height: 1.7; color: #23272F;
}
.ss-doc-editor-body p { margin: 0 0 12px; }
.ss-doc-editor-body p.ss-doc-heading, .ss-doc-body p.ss-doc-heading {
  font-weight: 700; font-size: 17px; margin-top: 20px;
}
.ss-doc-editor-body:focus { outline: none; border-color: #2455EA; box-shadow: 0 0 0 1px #2455EA; }
.ss-doc-field {
  display: inline-block; background: #E8EEFE; color: #1D3A8F; border: 1px solid #C3D3FA;
  border-radius: 4px; padding: 1px 8px; font-weight: 600; font-size: 13px; cursor: pointer;
  user-select: none;
}
.ss-doc-field:hover { background: #e2ebd9; }
.ss-doc-field-popover {
  position: absolute; top: 40px; left: 0; z-index: 10; background: #fff; border: 1px solid #dcdcde;
  border-radius: 6px; box-shadow: 0 6px 20px rgba(0,0,0,.12); padding: 14px 16px; width: 320px;
}
.ss-doc-field-popover p { margin: 0 0 10px; }
.ss-doc-field-popover label { display: block; font-size: 12px; font-weight: 600; margin-bottom: 4px; }
.ss-doc-field-popover select, .ss-doc-field-popover input[type="text"] { width: 100%; }

/* Documento rellenable (página pública) */
.ss-doc-body { font-size: 15px; line-height: 1.9; color: #23272F; margin-bottom: 12px; }
.ss-doc-body p { margin: 0 0 14px; }
.ss-doc-body h2, .ss-doc-body h3, .ss-doc-body h4 { font-weight: 700; margin: 20px 0 10px; color: #23272F; }
.ss-doc-body h2 { font-size: 19px; }
.ss-doc-body h3 { font-size: 17px; }
.ss-doc-body h4 { font-size: 15px; }
.ss-doc-body ul, .ss-doc-body ol { margin: 0 0 14px 22px; padding: 0; }
.ss-doc-body li { margin-bottom: 6px; }
.ss-doc-body strong, .ss-doc-body b { font-weight: 700; }
.ss-doc-body em, .ss-doc-body i { font-style: italic; }
.ss-doc-logo { display: block; max-width: 200px; height: auto; margin-bottom: 16px; }
.ss-doc-field-wrap { display: inline-block !important; position: relative; vertical-align: baseline; max-width: 100%; margin: 2px 0; }
.ss-doc-input {
  border: none !important; border-bottom: 2px solid #2455EA !important; background: #F7F7F5 !important; border-radius: 4px 4px 0 0 !important;
  padding: 2px 6px !important; font-size: 15px !important; font-family: inherit !important; color: #23272F !important;
  width: auto !important; min-width: 120px; display: inline-block !important; box-sizing: content-box !important;
}
.ss-doc-input:focus { outline: none; background: #E8EEFE !important; }
.ss-doc-input[type="checkbox"] { min-width: 0 !important; width: 18px !important; height: 18px !important; vertical-align: middle; padding: 0 !important; }
.ss-doc-field-wrap.is-invalid .ss-doc-input { border-bottom-color: #B5533C !important; background: #FBEDEA !important; }
.ss-doc-field-wrap.is-valid .ss-doc-input { border-bottom-color: #4E7A55 !important; }
.ss-doc-field-feedback { display: block; font-size: 11px; color: #B5533C; }
.ss-doc-logo { display: block; max-width: 200px; height: auto; margin: 0 0 14px; }

/* Insignias de estado (plantillas), autocontenidas: la plataforma no está instalada en este sitio */
.ss-status-badge { display: inline-block; padding: 2px 9px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .02em; }
.ss-status-badge.is-active { background: #EAF3E4; color: #3f7c45; }
.ss-status-badge.is-suspended { background: #FBF2E0; color: #8a6518; }
button.is-danger, a.is-danger { color: #B5533C !important; border-color: #e3b3a6 !important; }
