/* Společný vzhled tabulek vložených přes WYSIWYG editor. */
.page-content,
.rich-content,
.category-featured-page-content {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.page-content table,
.rich-content table,
.category-featured-page-content table {
    width: 100% !important;
    max-width: 100%;
    margin: 1.6rem 0 !important;
    border: 1px solid #ccd7df !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #fff;
    color: #24333e;
    font-size: .96rem;
    line-height: 1.5;
    box-shadow: 0 8px 22px rgba(27, 48, 63, .08);
}

.page-content table caption,
.rich-content table caption,
.category-featured-page-content table caption {
    padding: 0 0 .7rem;
    color: inherit;
    font-size: 1.08rem;
    font-weight: 750;
    text-align: left;
}

.page-content table th,
.rich-content table th,
.category-featured-page-content table th {
    padding: .8rem .95rem !important;
    border: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, .24) !important;
    border-bottom: 1px solid #ccd7df !important;
    background: var(--school-red, var(--wine, var(--navy, var(--blue, var(--primary, var(--primary-color, #174b6d)))))) !important;
    color: #fff !important;
    font-weight: 750;
    text-align: left;
    vertical-align: middle;
}

.page-content table td,
.rich-content table td,
.category-featured-page-content table td {
    min-width: 80px;
    padding: .75rem .95rem !important;
    border: 0 !important;
    border-right: 1px solid #dbe3e8 !important;
    border-bottom: 1px solid #dbe3e8 !important;
    background: #fff;
    color: inherit;
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
}

.page-content table tr > :last-child,
.rich-content table tr > :last-child,
.category-featured-page-content table tr > :last-child {
    border-right: 0 !important;
}

.page-content table tr:last-child > td,
.rich-content table tr:last-child > td,
.category-featured-page-content table tr:last-child > td {
    border-bottom: 0 !important;
}

.page-content table tbody tr:nth-child(even) td,
.rich-content table tbody tr:nth-child(even) td,
.category-featured-page-content table tbody tr:nth-child(even) td {
    background: #f5f8fa;
}

.page-content table tbody tr:hover td,
.rich-content table tbody tr:hover td,
.category-featured-page-content table tbody tr:hover td {
    background: #edf4f7;
}

.page-content table a,
.rich-content table a,
.category-featured-page-content table a {
    font-weight: 650;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

@media (max-width: 700px) {
    .page-content,
    .rich-content,
    .category-featured-page-content {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .page-content table,
    .rich-content table,
    .category-featured-page-content table {
        min-width: 560px;
        font-size: .9rem;
    }

    .page-content table th,
    .page-content table td,
    .rich-content table th,
    .rich-content table td,
    .category-featured-page-content table th,
    .category-featured-page-content table td {
        padding: .65rem .75rem !important;
    }
}
