/* RSSfier custom styles */

[x-cloak] {
    display: none !important;
}

/* Make the iframe blend in */
#previewFrame {
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 0.375rem;
}

/* Ensure code snippets wrap nicely in tables */
.table td code {
    word-break: break-all;
}

/* Inline delete buttons align properly */
form.d-inline {
    display: inline-flex !important;
}
