.website-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.website-page-tabs{display:flex;gap:8px;padding:7px;overflow:auto;background:var(--card);border:1px solid var(--border);border-radius:14px}.website-page-tabs a{flex:0 0 auto;padding:10px 14px;border-radius:9px;color:var(--muted);font-weight:700}.website-page-tabs a.active{background:var(--navy);color:#fff}.website-switch{padding:15px 15px 15px 3.2rem;border:1px solid var(--border);border-radius:12px}.website-image-field{display:grid;gap:12px;padding:15px;border:1px dashed #c9d3e1;border-radius:14px}.website-image-field img{display:block;width:min(100%,650px);aspect-ratio:16/7;object-fit:cover;border-radius:10px}.website-image-empty{display:grid;place-items:center;min-height:120px;background:var(--bg);border-radius:10px;color:var(--muted)}.website-editor-actions{position:sticky;z-index:15;bottom:15px;display:flex;justify-content:flex-end;gap:12px;padding:14px;background:#ffffffed;border:1px solid #dfe5ed;border-radius:15px;box-shadow:0 16px 45px #10264f26;backdrop-filter:blur(10px)}[data-bs-theme=dark] .website-editor-actions{background:#111d30ed}@media(max-width:767px){.website-editor-head{flex-direction:column}.website-editor-head>div:last-child,.website-editor-head .btn{width:100%}.website-editor-actions{bottom:8px;display:grid;grid-template-columns:1fr}.website-editor-actions .btn{width:100%}}
