
body {
    background:#f5f5f5;
}

.ssw-mobile-editor{
    position:relative;
    width:100%;
    min-height:100vh;
    overflow:hidden;
    background:#fff;
    font-family:sans-serif;
}

.ssw-product-preview{
    display:flex;
    align-items:center;
    justify-content:center;
    height:80vh;
}

.ssw-edit-text{
    font-size:42px;
    font-weight:700;
    outline:none;
    border:none;
    background:transparent;
    color:#111;
    text-align:center;
}

.ssw-right-menu{
    position:fixed;
    right:14px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    gap:12px;
}

.ssw-right-menu button{
    width:52px;
    height:52px;
    border-radius:50%;
    border:none;
    background:#111;
    color:#fff;
    font-size:20px;
}

.ssw-bottom-menu{
    position:fixed;
    bottom:12px;
    left:12px;
    right:12px;
    background:rgba(255,255,255,.92);
    border-radius:20px;
    padding:16px;
    display:flex;
    justify-content:space-around;
    backdrop-filter:blur(12px);
    box-shadow:0 5px 20px rgba(0,0,0,.12);
}

.ssw-bottom-menu span{
    font-size:12px;
    font-weight:700;
}
