/* Torciano Newsletter System — project overrides on top of AdminLTE / Bootstrap 5. */

/* Email template preview iframe (templates/show.php) */
.preview-frame-wrap.desktop iframe {
    width: 100%;
    height: 700px;
    border: 1px solid var(--bs-border-color);
    background: #fff;
    display: block;
}
.preview-frame-wrap.mobile iframe {
    width: 375px;
    height: 667px;
    border: 1px solid var(--bs-border-color);
    background: #fff;
    display: block;
    margin: 0 auto;
}

/* Monospace textarea (segment rules JSON, MSSQL custom queries, template HTML) */
textarea.mono,
textarea.form-control.mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    font-size: 12.5px;
    line-height: 1.45;
}

/* Sidebar brand image — keep favicon scaling consistent */
.sidebar-brand .brand-image {
    max-height: 32px;
    width: auto;
}

/* small-box footer when on dark background looks better with light link */
.small-box .small-box-footer.link-light:hover { color: #fff; }
.small-box .small-box-footer.link-dark:hover  { color: #000; }
