/* Minimal editor styles for the FajaedeSEO sidebar. Customize as needed. */
.fajaedeseo-sidebar-root {
    padding: 12px;
}

.fajaedeseo-sidebar-root h3 {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.fajaedeseo-sidebar-root p {
    margin: 0 0 12px 0;
    font-size: 13px;
    color: #666;
}

.fajaedeseo-sidebar-root label {
    display: block;
    margin-top: 12px;
    font-weight: 600;
    font-size: 13px;
    color: #333;
}

.fajaedeseo-sidebar-root input[type="text"],
.fajaedeseo-sidebar-root textarea {
    width: 100%;
    padding: 8px;
    margin-top: 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
}

.fajaedeseo-sidebar-root input[type="text"]:focus,
.fajaedeseo-sidebar-root textarea:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 1px #007cba;
}

.components-panel__body .components-base-control__field {
    margin-bottom: 18px;
}
