/* ================================================================

	NEWS - INDEX

================================================================ */

.news .news-con {
    width: 100%;
    margin: 0;
}

.news .news-itm {
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 10px -5px rgba(0, 0, 0, .4);
    transition: .2s ease-in-out;
}

.news .news-itm-img {
    object-fit: cover;
    width: 100%;
    height: 240px;
}

.news .news-itm-con {
    flex: 1;
    padding: 15px 20px 50px;
}

.news .news-itm-lbl {
    display: flex;
    font-size: 14px;
}

.news .news-itm-cat {
    color: var(--theme-color-1);
    font-weight: 700;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid var(--grey-2);
}

.news .news-itm-date {
    color: var(--grey-1);
}

.news .news-itm-h {
    font-size: 16px;
    margin-block: 15px 12px;
}

.news .news-itm-p {
    margin-block: 0;
}

.news .news-itm-link {
    position: absolute;
    bottom: 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: var(--blue-2);
    font-weight: 500;
    margin-block: 20px 0;
}

.news .news-itm-link-icon {
    width: 25px;
    height: 25px;
}

.news .news-pg {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 40px 0 0;
}

.news .news-pg-dot {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: black;
    width: 50px;
    height: 50px;
    border: 1px solid var(--grey-2);
    border-right: none;
    transition: .2s ease-in-out;
}

.news .news-pg-dot-icon {
    width: 25px;
    height: 25px;
}

.news .news-pg-itm:first-child .news-pg-dot {
    border-radius: 10px 0 0 10px;
}

.news .news-pg-itm:last-child .news-pg-dot {
    border-right: 1px solid var(--grey-2);
    border-radius: 0 10px 10px 0;
}

.news .news-pg-itm:hover .news-pg-dot {
    background-color: var(--blue-4);
}

.news .news-pg-itm.active .news-pg-dot {
    background-color: var(--theme-color-1);
    border-color: var(--theme-color-1);
    color: white;
}

.news .news-pg-itm-end .news-pg-dot {
    background-color: white !important;
    color: black !important;
    cursor: default;
}



/* ================================================================

	NEWS - SINGLE PAGE

================================================================ */

.news-single .news-sgl-img {
    width: 100%;
    max-width: 1000px;
    border-radius: 20px;
}

.news-single .news-sgl-h {
    color: var(--theme-color-1);
    font-size: 24px;
    margin-block: 20px 10px;
}

.news-single .news-sgl-date {
    color: var(--grey-1);
    font-size: 14px;
    font-style: italic;
    margin-block: 0;
}

.news-single .news-sgl-con {
    max-width: 100vw;
    margin-block: 30px;
    overflow: hidden;
}

.news-single .news-sgl-con h2,
.news-single .news-sgl-con h3,
.news-single .news-sgl-con h4,
.news-single .news-sgl-con h5,
.news-single .news-sgl-con h6 {
    margin-block: 30px 10px;
}

.news-single .news-sgl-con img {
    object-fit: cover;
}

.news-single .news-sgl-con figure,
.news-single .news-sgl-con img,
.news-single .news-sgl-con .wp-block-embed-youtube iframe {
	max-width: 100%;
	max-height: 60vw;
    border-radius: 20px;
}

.news-single .news-sgl-con .wp-block-embed-youtube {
	margin: 20px 0;
}

.news-single .news-sgl-con .wp-block-image {
	margin: 40px 0;
}

.news-single .news-sgl-con .wp-block-media-text {
	display: flex;
	align-items: center;
}

.news-single .news-sgl-con .wp-block-media-text img {
	object-fit: contain;
	width: max-content;
}

.news-single .news-sgl-con .wp-block-pullquote {
	background-color: #f4f6f9;
    padding: 20px 0;
    margin: 20px 0;
    border-radius: 10px;
}

.news-single .news-sgl-con figure.wp-block-table {
    width: 100%;
    margin: 20px 0;
}

.news-single .news-sgl-con figure.wp-block-table table {
	width: 100%;
}

.news-single .news-sgl-con figure.wp-block-table td, figure.wp-block-table th {
    padding: 8px;
    border: 1px solid #d9d9d9;
}

.news-single .news-sgl-con .wp-block-columns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.news-single .news-sgl-con .wp-block-columns .wp-block-column {
	margin: 0 20px;
}

.news-single .news-sgl-aut {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid var(--grey-2);
}

.news-single .news-sgl-aut-img {
	object-fit: cover;
	width: 100px;
	height: 100px;
	border-radius: 100%;
}

.news-single .news-sgl-aut-con {
	flex: 1;
	margin-left: 20px;
}

.news-single .news-sgl-aut-name {
	font-weight: 700;
	margin-block: 10px 0;
}

.news-single .news-sgl-aut-pos {
	color: var(--grey-1);
	font-size: 14px;
	margin-block: 5px 10px;
}

.news-single .news-sgl-aut-desc {
	margin: 0;
}

.news-single .news-sgl-aut-icon {
	width: 30px;
	height: 30px;
	margin-top: 15px;
}



/* ================================================================

	RESPONSIVE

================================================================ */

@media only screen and (min-width: 768px) {

    .news .news-con {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

    .news .news-itm {
        width: calc(50% - 20px);
        margin: 0;
    }

    .news .news-itm-img {
        height: 300px;
    }

    .news-single .news-sgl-aut {
        display: flex;
        column-gap: 20px;
    }

    .news-single .news-sgl-aut-desc {
        max-width: 800px;
    }
}

@media only screen and (min-width: 1200px) {

    .news .news-con {
        column-gap: 30px;
    }

    .news .news-itm {
        width: calc((100% / 3) - 20px);
        margin: 0;
    }

    .news .news-itm-img {
        height: 240px;
    }

    .news .news-itm:hover {
        box-shadow: 0 2px 20px -5px rgba(0, 0, 0, .4);
    }
}

@media only screen and (min-width: 1600px) {

    .news .news-itm-img {
        height: 300px;
    }

    .news .news-itm-con {
        padding: 20px 30px 60px;
    }

    .news .news-itm-lbl {
        font-size: 16px;
    }

    .news .news-itm-h {
        font-size: 18px;
    }

    .news .news-itm-link {
        bottom: 15px;
    }

    .news-single .news-sgl-h {
        font-size: 32px;
    }

    .news-single .news-sgl-con {
        margin-top: 40px;
    }
}