/*
Theme Name: Funobi
Theme URI: http://funobi-75-141-196-227.traefik.me/
Author: Hermes Agent
Description: Custom WordPress theme for the Funobi marketing site.
Version: 0.3.0
Text Domain: funobi
*/

.funobi-editor-zone {
    position: relative;
    z-index: 1;
    padding: 0 0 80px;
}

.funobi-editor-zone__inner {
    background: var(--funobi-panel-strong);
    border: var(--funobi-border);
    border-radius: var(--funobi-radius-lg);
    box-shadow: var(--funobi-shadow-lg);
    padding: clamp(24px, 5vw, 44px);
}

.funobi-editor-zone__inner > *:first-child {
    margin-top: 0;
}

.funobi-editor-zone__inner > *:last-child {
    margin-bottom: 0;
}

.ff-default .ff-el-form-control,
.ff-default textarea,
.ff-default select,
.funobi-entry-card input,
.funobi-entry-card textarea,
.funobi-entry-card select {
    border: var(--funobi-border);
    border-radius: 18px;
    box-shadow: 3px 3px 0 0 var(--funobi-ink);
}

.ff-default .ff-btn,
.funobi-entry-card input[type="submit"],
.funobi-entry-card button[type="submit"] {
    border: var(--funobi-border);
    border-radius: 999px;
    box-shadow: var(--funobi-shadow);
    font-weight: 800;
}
