.content_detail {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-family: var(--primaryFont);
    margin: 0 auto;
}
.perex {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-family: var(--primaryFont);
    margin: 0 auto;
    font-weight: 600;
}


    .content_detail h2 {
        font-size: 1.8em;
        margin-top: 0.9em;
        margin-bottom: 0.6em;
    }

    .content_detail h3 {
        font-size: 1.5em;
        margin-top: 0.9em;
        margin-bottom: 0.6em;
        color: #4a4a4a;
        border-left: 4px solid #114884;
        padding-left: 12px;
        font-weight: bold;
    }

    .content_detail a {
        color: #114884;
        text-decoration: underline;
    }

        .content_detail a:hover {
            color: #0d366a; /* tmavší odstín pro hover efekt – volitelné */
        }

    .content_detail strong {
        font-weight: bold;
    }

    .content_detail ul {
        margin-left: 1.2em;
        padding-left: 1em;
        list-style-type: disc;
        margin-bottom: 1em;
    }

        .content_detail ul li {
            margin-bottom: 0.5em;
        }

            .content_detail ul li::marker {
                color: #114884;
            }

    .content_detail li p {
        display: inline;
    }

@media screen and (max-width: 600px) {
    .content_detail {
        font-size: 21px;
        line-height: 27px;
    }

        .content_detail table td {
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

            .content_detail table td:first-child {
                background-color: #e9ecef;
                font-weight: bold;
            }

        .content_detail h3 {
            font-size: 1.3em;
        }
}

.content_detail table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

    .content_detail table th,
    .content_detail table td {
        border: 1px solid #dee2e6;
        padding: 12px;
        text-align: left;
    }

    .content_detail table th {
        background-color: #f8f9fa;
        font-weight: 600;
    }

    .content_detail table tbody tr:nth-child(odd) {
        background-color: #f2f6fa;
    }

.tag-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* zarovnání vlevo */
    gap: 0.5rem;
    padding-left: 0;
    margin-top: 0.5rem;
    list-style: none;
}

    .tag-list li {
        margin: 0;
    }

        .tag-list li a {
            display: inline-block;
            background-color: #114884;
            color: white;
            padding: 6px 10px;
            border-radius: 4px;
            font-size: 14px;
            text-decoration: none;
            white-space: nowrap;
            transition: background-color 0.2s ease-in-out;
        }

            .tag-list li a:hover {
                background-color: #083b6b;
            }

.fb-follow-box {
    border: 1px solid gray;
    background-image: url('/uws_templates/default5/assets/img/fb_bg.png');
    background-size: 100% auto;
    background-position: top;
    padding: 30px;
    border-radius: 15px;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    overflow: hidden;
}

    .fb-follow-box .btn {
        background-color: #1877f2;
        color: white;
        font-weight: bold;
        border: none;
    }

        .fb-follow-box .btn:hover {
            background-color: #145dbf;
        }

.fb-follow-box {
    border: 1px solid gray;
    background-image: url('/uws_templates/default5/assets/img/fb_bg.png');
    background-size: 100% auto;
    background-position: top;
    padding: 30px;
    border-radius: 15px;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    overflow: hidden;
}

    .fb-follow-box .btn {
        background-color: #1877f2;
        color: white;
        font-weight: bold;
        border: none;
    }

        .fb-follow-box .btn:hover {
            background-color: #145dbf;
        }