/* Admin styles for Yuhi — Smarter Content Controls. */
#wpcontent {
    background: url(https://moriaisearch.com/wp-content/uploads/2025/09/paperboard-carton-surface-beige-less.png) center / cover fixed no-repeat;
}

.wrap h1 {
    font-size: 30px;
}
.wrap h1 + .notice {
    display: none !important;
}
.yuhi-divider {
    height: 1px;
    background-color: #04357f;
    width: 100%;
    margin: 0.5rem 0;
}

.wrap form h2 {
    display: none;
}
.wrap .form-table th {
    width: 220px;
    border-right: 1px solid #04357f;
    padding-right: 15px;
}
.wrap .form-table td {
    padding-left: 20px;
}
.wrap input[type="checkbox"] {
    border-radius: 0;
    border-color: #04357f;
    background: #fff;
    width: 17px;
    height: 17px;
}
.wrap input[type=checkbox]:checked::before {
    content: "𐄂";
    width: 16px;
    height: 16px;
    margin: 0;
    line-height: 11px;
    text-align: center;
    color: #ee562e;
    font-size: 18px;
}
.wrap input[type="submit"] {
    background: #04357f;
    border-color: #04357f;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 20px;
}