@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');


/* section-article
-------------------------------------------------------------- */
.article-section {
    display: block;
    position: relative;
    margin: 30px auto 0 auto;
    width: 100%;
    height: 100%;
}
    @media (min-width: 768px) {
        .article-section {
            margin-top: 40px auto 30px auto;
        }
    }
    .article-section .regulation-info {
        text-align: center; 
        font-weight: bold; 
        margin: 30px 0; 
        padding: 20px; 
        background-color: #eee;
    }
    .article-section .header {
        cursor: default;
    }
        .article-section .header .title {
            position: relative;
        }
            .article-section .header .title h1 {
                padding-left: 15px;
            }
            .article-section .header .title h1:before {
                content: '';
                background-image: url("../images/svg/arc-color.svg");
                background-repeat: no-repeat;
                background-size: 30px 30px;

                position: absolute;
                left: 0;
                top: -10px;
                width: 48px;
                height: 48px;
            }
        .article-section .header .stamp {
            line-height: 40px;
            color: #999;
            margin-bottom: 28px;
            text-transform: uppercase;
            width: 100%;
            border-bottom: 1px solid #eee;
            font-size: 11px;
            letter-spacing: .11px;
        }
        .article-section .header .stamp .item {
            display: inline-block;
            margin-right: 20px;
            line-height: 40px;
            font-weight: 400;
            float: left;
        }
            .article-section .header .stamp .item i {
                font-size: 16px;
                padding-right: 5px;
            }
            
    .article-section .content {
        padding-top: 30px;
        width: 100%;
        font-family: 'Open Sans' !important;
    }
        .article-section .content .text {
            display: block;
            width: 100%;
            vertical-align: top;
            color: #333;
            font-size: .9em;
        }
            .article-section .content .text li::marker {
                color: #555 !important;
            }
            @media (min-width: 768px) {
                .article-section .content .text {
                    display: inline-block;
                    width: calc(100% * 11 / 16.2);
                }
                .article-section .content .text.full-width {
                    display: block !important;
                    width: 100% !important;
                }
            }
            .article-section .content .text ul {
                margin: 0;
            }
            .article-section .content .text p {
                text-align: justify;
            }
                .article-section .content .text img,
                .article-section .content .text p img {
                    max-width: 100%;
                    height: auto;
                }
            .article-section .content .text li:not(:first-child) {
                padding-top: 12px;
            }
            .article-section .content .text .regulation {
                text-align: center;
            }
                .article-section .content .text .regulation a {
                    padding: 10px 25px;
                    background-color: var(--department-color-3) !important;
                    color: #fff !important;
                    opacity: .8;
                }
                .article-section .content .text .regulation a:hover {
                    opacity: 1;
                }
        .article-section .content .other-article {
            display: block;
            width: 100%;
            vertical-align: top;
            color: #666;
            margin-top: 30px;
        }
            .article-section .content .other-article .header {
                position: relative;
                background-color: #f1f1f1;
            }
                .article-section .content .other-article .header h3 {
                    padding: 7px 10px;
                }
            @media (min-width: 768px) {
                .article-section .content .other-article {
                    display: inline-block;
                    width: calc(100% * 5 / 16.2);
                    padding-left: 30px;
                    margin-top: 0;
                }
            }
            .article-section .content .other-article .content {
                padding-top: 10px;
            }
                .article-section .content .other-article ul {
                    list-style-type: none;
                    padding-left: 8px;
                }
                    .article-section .content .other-article ul > li {
                        padding-bottom: 8px;
                    }
                        .article-section .content .other-article ul > li a:before {
                            content: "\f08e"; /* "\f124"; */
                            font-family: 'Font Awesome 6 Free', sans-serif;
                            padding-right: 9px;
                        }
                        .article-section .content .other-article ul > li a {
                            padding: 3px 0;
                            transition: all .4s;
                            cursor: pointer;
                        }
                        .article-section .content .other-article ul > li a:hover {
                            color: #222;
                            padding-left: 10px;
                        }


table.karta-przedmiotu {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #000;
    border-collapse: collapse;
}
table.karta-przedmiotu tr {
        padding: 0;
        margin: 0;
}
    table.karta-przedmiotu td {
        border: 1px solid #000;
        padding: 3px 6px;
        margin: 0;
    }
    table.karta-przedmiotu td.gray {
        background-color: #f1f1f1;
    }
