/* ── Editing admin ── */
[contenteditable="true"] {
    outline: 2px dashed #f0a500;
    border-radius: 4px;
    padding: 4px 6px;
    cursor: text;
    transition: outline 0.2s;
}

[contenteditable="true"]:focus {
    outline: 2px solid #e05c00;
    background: rgba(240, 165, 0, 0.06);
}

.btn-edit-img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    z-index: 10;
}

.btn-edit-img:hover {
    background: rgba(0, 0, 0, 0.8);
}

.btn-edit-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    z-index: 10;
}

.btn-edit-img:hover {
    background: rgba(0, 0, 0, 0.8);
}

[contenteditable="true"] {
    outline: 2px dashed #f0a500;
    border-radius: 4px;
    padding: 4px 6px;
    cursor: text;
    transition: outline 0.2s;
}

[contenteditable="true"]:focus {
    outline: 2px solid #e05c00;
    background: rgba(240, 165, 0, 0.06);
}

.btn-edit-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    z-index: 10;
}

.btn-edit-img:hover {
    background: rgba(0, 0, 0, 0.8);
}
