/* SEO ONE improved content readability guard
 * This stylesheet only provides safe fallbacks. The runtime guard fixes only
 * elements whose computed contrast is actually insufficient.
 */

.seoone-content-safe {
    color: inherit;
    background-color: transparent;
}

.seoone-content-safe table,
.seoone-content-safe .seoone-safe-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    color: #222;
}

.seoone-content-safe th,
.seoone-content-safe td,
.seoone-content-safe .seoone-safe-cell {
    background-color: #fff;
    color: #222;
    border: 1px solid #ddd;
}

.seoone-content-safe th {
    font-weight: 700;
    background-color: #f5f5f5;
}

.seoone-content-safe blockquote,
.seoone-content-safe .seoone-safe-box {
    color: inherit;
    background-color: transparent;
}

.seoone-content-safe .seoone-low-contrast-fixed {
    text-shadow: none !important;
}
