/* ========== SAFE, SCOPED ADMIN STYLES ========== */

/* Scope everything inside your settings wrapper */
.eop_wrap {
    padding: 20px;
    margin: 0 20px 0 10px;
    background: #fff;
}

/* Header box */
.eop_wrap .title {
    background: #1f2332;
    height: 50px;
    margin-left: 10px;
    margin-right: 20px;
    padding: 12px 20px;
    color: #fff;
    display: flex;
    align-items: center;
}

.eop_wrap .title h1 {
    text-align: center;
    color: #fff;
    margin: 0;
}

/* Sections */
.eop_wrap .lazyload,
.eop_wrap .instantpre,
.eop_wrap .imgopt {
    padding: 20px 0;
    border-bottom: 1px solid lightgrey;
}

/* Remove ANY global lazyload styles; now scoped */
.eop_wrap .lazyload * {
    padding-bottom: 10px;
}

.eop_wrap .lazyfield,
.eop_wrap .imgoptfield {
    padding-top: 10px;
    display: none;
}

/* Typography */
.eop_wrap p,
.eop_wrap label {
    font-size: 15px;
    color: #3c434a;
}

/* Submit button */
.eop_wrap input[type="submit"]:hover {
    transform: translateY(-4px);
    box-shadow: 1px 1px 10px lightblue;
}

.eop_wrap input[type="submit"] {
    width: 200px;
    height: 50px;
    background: #40b1d0;
    font-size: 18px;
    border: none;
    transition: 0.2s ease;
    color: #fff;
}

/* Textarea formatting */
.eop_wrap textarea {
    width: 100%;
    font-family: monospace;
    white-space: pre-wrap;
}
