/* SEO-текст: единый стиль таблиц (каталог, товар, блог) */
.seo-content table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #1976d2 !important;
    margin: 16px auto;
}

.seo-content table th,
.seo-content table thead th,
.seo-content table thead td {
    padding: 8px !important;
    font-size: 13px !important;
    font-weight: 600;
    color: #ffffff !important;
    background-color: #1976d2 !important;
    border: 1px solid #1976d2 !important;
    vertical-align: middle;
}

.seo-content table td {
    padding: 8px !important;
    font-size: 13px !important;
    color: #0d47a1 !important;
    border: 1px solid #1976d2 !important;
    vertical-align: middle;
}

.seo-content table tbody tr:nth-child(odd) {
    background-color: #e3f2fd !important;
}

.seo-content table tbody tr:nth-child(even) {
    background-color: #ffffff !important;
}

.seo-content table a {
    color: #0d47a1 !important;
    text-decoration: underline;
}

.seo-content table a:hover {
    color: #1976d2 !important;
}

.seo-content table span {
    font-size: 13px !important;
}

.seo-content table thead span,
.seo-content table th span {
    color: #ffffff !important;
}

.seo-content table tbody span {
    color: #0d47a1 !important;
}
