/*
 * Dr. Bess Events Page Bridge
 * Only applies on /events/.
 */

body.dbepb-events-page .dbepb-replaced-main {
    width: 100%;
    max-width: none;
    padding: 0 !important;
    margin: 0 !important;
}

/* Remove query-loop spacing inherited from the active theme after replacement. */
body.dbepb-events-page .dbepb-replaced-main > .dbev-wrap {
    margin-top: 0;
}

/* The old theme content is replaced, not merely hidden, so "Latest posts / No results found" disappears. */

.dbepb-admin-warning {
    max-width: 1080px;
    margin: 24px auto;
    padding: 16px 18px;
    border: 1px solid #e0b84c;
    background: #fff8dd;
    color: #5d4a14;
    border-radius: 10px;
}
