.container .row section{position: relative;height: 100%;}
.container .row>div:not(:last-child)>section:after{content: "";position: absolute;top: 0;left: -36px;width: 1px;height: 100%;background-color: var(--light-1);}


[data-theme="suggestion"] .inside-section .article-wrapper{width:var(--dist-in-3)}
[data-theme="suggestion"] .inside-section .article-wrapper:first-child{width:var(--dist-in-6)}
[data-theme="suggestion"] .inside-section .article-wrapper:nth-child(-n+3){margin-bottom: var(--margin-botom-card-in-section);}
[data-theme="suggestion"] .inside-section .article-wrapper article{height: 100%;}
[data-theme="suggestion"] .inside-section .article-wrapper:first-child article{background-color: var(--light-3);}
[data-theme="suggestion"] .inside-section .article-wrapper:first-child article{display: flex;flex-direction: row;}
[data-theme="suggestion"] .inside-section .article-wrapper article{display: flex;flex-direction: column;flex-wrap: nowrap;height: 100%;}
[data-theme="suggestion"] .inside-section .article-wrapper:first-child article .thumbnail-wrapper{width: var(--dist-in-6);}

[data-theme="suggestion"] .inside-section .article-wrapper:first-child article .details-wrapper{width: var(--dist-in-6);}
[data-theme="suggestion"] .inside-section .article-wrapper article .details-wrapper{display: flex;flex-direction: column;height: 100%;border-right: 1px solid var(--light-1);}
[data-theme="suggestion"] .inside-section .article-wrapper article .details-wrapper .title{height: 100%;}
[data-theme="suggestion"] .inside-section .article-wrapper:first-child article .details-wrapper .title a{padding: 8px 24px 0 24px;}
[data-theme="suggestion"] .inside-section .article-wrapper article .details-wrapper .title a{padding: 8px;padding-left: 32px;padding-bottom: 0;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
[data-theme="suggestion"] .inside-section .article-wrapper:first-child article .details-wrapper .sup-title a{font: var(--font-card-title-larg);color: var(--dark-4);padding: 16px 24px;}
[data-theme="suggestion"] .inside-section .article-wrapper:first-child article .details-wrapper .content-type{left: 24px;}
[data-theme="suggestion"] .inside-section .article-wrapper article .details-wrapper .content-type{position: absolute;bottom: 0;left: 0;text-align: end;}
[data-theme="suggestion"] .inside-section .article-wrapper article .details-wrapper .content-type a{font: var(--font-card-content-type);color: var(--gray-4);}







[data-theme="last-events"] .inside-section .article-wrapper:not(:last-child){width: 100%;margin-bottom: 2px;}

[data-theme="last-events"] .inside-section .article-wrapper article .details-wrapper .title a:before{content:"\e221";display: inline-block;font: var(--font-section-icon);color: var(--blue);margin-left: 4px;transform: translateY(-2px);}
[data-theme="last-events"] .inside-section .article-wrapper article .details-wrapper:hover .title a{color: var(--brown);}







#analysis[data-theme="analysis"] .inside-section{display: grid;grid-template-columns: var(--dist-in-6) var(--dist-in-3) var(--dist-in-3);row-gap: 14px;}
[data-theme="analysis"] .inside-section .article-wrapper:first-child{grid-column: 1; grid-row: 1/4;}
[data-theme="analysis"] .inside-section .article-wrapper article{height: 100%;}
[data-theme="analysis"] .inside-section .article-wrapper:not(:first-child,:nth-child(n+6)) article{border-bottom: 1px solid var(--light-1);}
[data-theme="analysis"] .inside-section .article-wrapper article{display: flex;height: 100%;}
[data-theme="analysis"] .inside-section .article-wrapper article .thumbnail-wrapper{position: relative;width: 32.6%;}
[data-theme="analysis"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail-overlay{position: absolute;bottom: 20px;left: 0;width: 102px;height: 44px ;}
[data-theme="analysis"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail-overlay a{display: flex;align-items: center;height: 100%;background-color: var(--white);}
[data-theme="analysis"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail-overlay a img{object-fit: contain;height: 95%;}
[data-theme="analysis"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail-overlay a span{width: 24px;height: 100%;background-color: var(--red);color: var(--white);writing-mode: vertical-rl;text-align: center;}

[data-theme="analysis"] .inside-section .article-wrapper:not(:first-child) article .details-wrapper{display: flex;flex-direction: column;width: 100%;}
[data-theme="analysis"] .inside-section .article-wrapper:first-child article .details-wrapper{display: flex;flex-direction: column; width: 67.4%;padding-right:24px;}
[data-theme="analysis"] .inside-section .article-wrapper:first-child article .details-wrapper .details-logo{grid-column: 1;grid-row: 1/3;}
[data-theme="analysis"] .inside-section .article-wrapper:first-child article .details-wrapper .title{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
[data-theme="analysis"] .inside-section .article-wrapper:not(:first-child) article .details-wrapper .title a{font: var(--font-card-title);display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
[data-theme="analysis"] .inside-section .article-wrapper:first-child article .details-wrapper .title a{font: var(--font-card-title-larg);display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
[data-theme="analysis"] .inside-section .article-wrapper:first-child article .details-wrapper .lead{order: 2;display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden;}
[data-theme="analysis"] .inside-section .article-wrapper:first-child article .details-wrapper:has(.author) .lead{-webkit-line-clamp: 5;}
[data-theme="analysis"] .inside-section .article-wrapper:first-child article .details-wrapper:has(.view-more) .lead{-webkit-line-clamp: 5;}
[data-theme="analysis"] .inside-section .article-wrapper:first-child article .details-wrapper:has(.view-more):has(.author) .lead{-webkit-line-clamp: 4;}
[data-theme="analysis"] .inside-section .article-wrapper:first-child article .details-wrapper .author{order: 1;}
[data-theme="analysis"] .inside-section .article-wrapper article .details-wrapper .author a{font: var(--font-card-author);color: var(--red);}
[data-theme="analysis"] .inside-section .article-wrapper:first-child article .details-wrapper .author a{padding-bottom: 10px;}
[data-theme="analysis"] .inside-section .article-wrapper:first-child article .details-wrapper .view-more{order: 3;}









[data-theme="documents"] .inside-section .article-wrapper{width: 100%;}
[data-theme="documents"] .inside-section .article-wrapper:not(:last-child){margin-bottom: var(--margin-botom-card-in-section);}
[data-theme="documents"] .inside-section .article-wrapper article{display: flex;}
[data-theme="documents"] .inside-section .article-wrapper article .thumbnail-wrapper{width: 47%;}

[data-theme="documents"] .inside-section .article-wrapper article .details-wrapper{display: flex; align-items: center;width: calc(100% - 47%);padding-right: 24px;}
[data-theme="documents"] .inside-section .article-wrapper article .details-wrapper .title a{display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}






[data-theme="speech"] .inside-section .article-wrapper{width: 100%;}
[data-theme="speech"] .inside-section .article-wrapper.show {margin-bottom: var(--margin-18);}
[data-theme="speech"] .inside-section .article-wrapper.show article{padding-bottom: 24px;border-bottom: 1px solid var(--light-1);}
[data-theme="speech"] .inside-section .article-wrapper:last-child.show article{border-bottom:none;}
[data-theme="speech"] .inside-section .article-wrapper article .details-wrapper{display: flex;flex-wrap: wrap;cursor: pointer;}
[data-theme="speech"] .inside-section .article-wrapper:not(.show) article .details-wrapper:before{content: "\e221"; display: inline-block; font: var(--font-section-icon); color: var(--blue); margin-left: 4px; transform: translateY(-2px);order: -2;}
[data-theme="speech"] .inside-section .article-wrapper:not(.show) article .details-wrapper .attachment,
[data-theme="speech"] .inside-section .article-wrapper:not(.show) article .details-wrapper .title{display: none;}
[data-theme="speech"] .inside-section .article-wrapper article .details-wrapper .sup-title{flex: 1 1 250px;font: var(--font-card-sup-title);}
[data-theme="speech"] .inside-section .article-wrapper article .details-wrapper .sup-title a{color: var(--gray-1);line-height: 25px;pointer-events: none;}
[data-theme="speech"] .inside-section .article-wrapper article .details-wrapper .title a{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;font: var(--font-card-title-larg);color: var(--blue);margin-bottom: 24px;}
[data-theme="speech"] .inside-section .article-wrapper article .details-wrapper time{order: -1;flex: 0 1 70px;}
[data-theme="speech"] .inside-section .article-wrapper article .details-wrapper .attachment{width: 100%;cursor: auto;}
[data-theme="speech"] .inside-section .article-wrapper article .details-wrapper .attachment ul{display: flex;flex-wrap: wrap; width:100%; justify-content:center; align-items:center;}
[data-theme="speech"] .inside-section .article-wrapper article .details-wrapper .attachment ul li{position: relative;display: flex;}
[data-theme="speech"] .inside-section .article-wrapper article .details-wrapper .attachment ul li:not(:last-child):after{content:"";width:1px;height:16px;background-color: var(--light-2); left:0; position:absolute; top:50%; transform: translateY(-50%)}
[data-theme="speech"] .inside-section .article-wrapper article .details-wrapper .attachment ul li a{display: block;color: var(--gray-1); padding:0 8px}








[data-theme="question-answer"] .inside-section .article-wrapper article .details-wrapper{display: flex;flex-wrap: wrap;}
[data-theme="question-answer"] .inside-section .article-wrapper article .details-wrapper .title{order: -1;margin-bottom: calc(24px - 4px);width: 100%;font: var(--font-card-title-larg);}
[data-theme="question-answer"] .inside-section .article-wrapper article .details-wrapper .title a{color: var(--blue);display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
[data-theme="question-answer"] .inside-section .article-wrapper article .details-wrapper .title a:before{content: "\e221";display: inline-block;font: var(--font-section-icon);color: var(--blue);margin-left: 8px;transform: translateY(-4px);}
[data-theme="question-answer"] .inside-section .article-wrapper article .details-wrapper .lead,
[data-theme="question-answer"] .inside-section .article-wrapper article .details-wrapper .quote{order: 1;display: -webkit-box;width: 100%; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;}
[data-theme="question-answer"] .inside-section .article-wrapper article .details-wrapper .lead *,
[data-theme="question-answer"] .inside-section .article-wrapper article .details-wrapper .quote *{display: inline;}
[data-theme="question-answer"] .inside-section .article-wrapper article .details-wrapper .lead:before,
[data-theme="question-answer"] .inside-section .article-wrapper article .details-wrapper .quote:before{margin-left: 74px;}
[data-theme="question-answer"] .inside-section .article-wrapper article .details-wrapper .lead:before{content: "\201d";display: inline-block;font: var(--font-section-blockquote-icon);color: var(--blue);transform: translateY(5px);vertical-align: bottom;margin-left: 4px;}
[data-theme="question-answer"] .inside-section .article-wrapper article .details-wrapper time{order: 0;height: 0;transform: translateX(-30px);color: var(--brown);}








[data-theme="referendums"] .inside-section .article-wrapper article .details-wrapper{display: flex;flex-wrap: wrap;}
[data-theme="referendums"] .inside-section .article-wrapper article .details-wrapper .title{order: -1;margin-bottom: calc(24px - 4px);width: 100%;font: var(--font-card-title-larg);}
[data-theme="referendums"] .inside-section .article-wrapper article .details-wrapper .title a{color: var(--blue);display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
[data-theme="referendums"] .inside-section .article-wrapper article .details-wrapper .title a:before{content: "\e221";display: inline-block;font: var(--font-section-icon);color: var(--blue);margin-left: 8px;transform: translateY(-4px);}
[data-theme="referendums"] .inside-section .article-wrapper article .details-wrapper .lead,
[data-theme="referendums"] .inside-section .article-wrapper article .details-wrapper .quote{order: 1;display: -webkit-box;width: 100%; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;}
[data-theme="referendums"] .inside-section .article-wrapper article .details-wrapper .quote *,
[data-theme="referendums"] .inside-section .article-wrapper article .details-wrapper .quote *{display: inline;}
[data-theme="referendums"] .inside-section .article-wrapper article .details-wrapper .lead:before,
[data-theme="referendums"] .inside-section .article-wrapper article .details-wrapper .quote:before{margin-left: 74px;}
[data-theme="referendums"] .inside-section .article-wrapper article .details-wrapper .lead:before{content: "\201d";display: inline-block;font: var(--font-section-blockquote-icon);color: var(--blue);transform: translateY(5px);vertical-align: bottom;margin-left: 4px;}
[data-theme="referendums"] .inside-section .article-wrapper article .details-wrapper time{order: 0;height: 0;transform: translateX(-30px);color: var(--brown);}






#filmAudio[data-theme="film-audio"] .header-section i{color: var(--gray-5);}
#filmAudio[data-theme="film-audio"] .header-section span{color: var(--gray-5);}

[data-theme="film-audio"] .inside-section .article-wrapper:nth-child(-n+2) article{margin-bottom: var(--margin-18);}
[data-theme="film-audio"] .inside-section .article-wrapper article .thumbnail-wrapper{margin-bottom: var(--margin-18);}
[data-theme="film-audio"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail{position: relative;}
[data-theme="film-audio"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail figcaption{position: absolute;left: 0;top: 50%;transform: translateY(-50%);height: 48px;width: 48px;background-color: var(--black);}
[data-theme="film-audio"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail figcaption a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
[data-theme="film-audio"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail figcaption a i{color: var(--yellow);font-size: 34px;}

[data-theme="film-audio"] .inside-section .article-wrapper article .details-wrapper{display: flex;flex-wrap: wrap;}
[data-theme="film-audio"] .inside-section .article-wrapper article .details-wrapper .title{width: 100%;}
[data-theme="film-audio"] .inside-section .article-wrapper article .details-wrapper .title a{color: var(--light-1);}
[data-theme="film-audio"] .inside-section .article-wrapper:nth-child(-n+2) article .details-wrapper .title a{display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
[data-theme="film-audio"] .inside-section .article-wrapper:nth-child(n+3) article .details-wrapper .title a{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;text-indent: 72px;}
[data-theme="film-audio"] .inside-section .article-wrapper article .details-wrapper time{width: 100%;order: -1;color: var(--light-1);}
[data-theme="film-audio"] .inside-section .article-wrapper:nth-child(n+3) article .details-wrapper time{height: 0;}







#photos[data-theme="photos"] .header-section i{color: var(--gray-5);}
#photos[data-theme="photos"] .header-section span{color: var(--gray-5);}

[data-theme="photos"] .inside-section .article-wrapper{width: 100%}
[data-theme="photos"] .inside-section .article-wrapper:first-child article{margin-bottom: var(--margin-18);}
[data-theme="photos"] .inside-section .article-wrapper:nth-child(2) article{/*border-bottom: 1px solid var(--yellow);*/margin-bottom: var(--margin-botom-card-in-section);}
[data-theme="photos"] .inside-section .article-wrapper article{display: flex;flex-wrap: wrap;}
[data-theme="photos"] .inside-section .article-wrapper:first-child article .thumbnail-wrapper{margin-bottom: var(--margin-18);}
[data-theme="photos"] .inside-section .article-wrapper:not(:first-child) article .thumbnail-wrapper{width: 42%;}
[data-theme="photos"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail figcaption{position: absolute;left: 0;top: 0;height: 32px;width: 32px;background-color: var(--black);}
[data-theme="photos"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail figcaption a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
[data-theme="photos"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail figcaption a i{color: var(--white);font-size: 22px;}

[data-theme="photos"] .inside-section .article-wrapper article .details-wrapper{display: flex;flex-wrap: wrap;}
[data-theme="photos"] .inside-section .article-wrapper:not(:first-child) article .details-wrapper{width: 58%;padding-right: 24px;}
[data-theme="photos"] .inside-section .article-wrapper article .details-wrapper .title {width: 100%;}
[data-theme="photos"] .inside-section .article-wrapper article .details-wrapper .title a{color: var(--light-1);display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
[data-theme="photos"] .inside-section .article-wrapper:first-child article .details-wrapper .title a{display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
[data-theme="photos"] .inside-section .article-wrapper article .details-wrapper time{order: -1;color: var(--light-1);width: 100%;}







[data-theme="books"] .inside-section .article-wrapper article{border-bottom: 1px solid var(--light-1);margin-bottom: 8px;padding-bottom: 2px;}
[data-theme="books"] .inside-section .article-wrapper article{position: relative;}
[data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper{position: absolute;left: 20px;top: -40px;z-index: 1;}
[data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail img {position: absolute;top: 50%;left: 50%;width: inherit;object-fit: cover;object-position: center center;transform: translateX(-50%) translateY(-50%);}
[data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail a {display: block;position: relative;width: 100%;height: 0;top: 0;left: 0;}
[data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail.book-cover {width: 110px;overflow: visible;position: absolute;left: 0;-webkit-perspective: 800px;-moz-perspective: 800px;-o-perspective: 800px;-ms-perspective: 800px;perspective: 800px;}
[data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail.book-cover:before {content: "";position: absolute;width: 100%;height: 4px;border-radius: 50%;bottom: 0;left: 0;z-index: 0;background: #000;filter: blur(5px);transform: rotate3d(0, 1, 0, 40deg);-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
[data-theme="books"] .inside-section .article-wrapper article:hover .thumbnail-wrapper .thumbnail.book-cover:before {bottom: -5px;filter: blur(3px);border-radius: 30%;transform: rotate3d(0, 1, 0, 10deg);}
[data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail.book-cover>a {padding-top: calc(6 / 4 * 100%);right: -20px;-webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;-ms-transform-origin: 0% 50%;transform-origin: 0% 50%;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-o-transform-style: preserve-3d;-ms-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform: rotate3d(0, 1, 0, 40deg);-moz-transform: rotate3d(0, 1, 0, 40deg);-o-transform: rotate3d(0, 1, 0, 40deg);-ms-transform: rotate3d(0, 1, 0, 40deg);transform: rotate3d(0, 1, 0, 40deg);}
[data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail.book-cover>a:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #bbb;border-radius: 3px;transform: rotateY(-180deg) translateX(2px) translateY(1px) translateZ(18px);}
[data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail.book-cover>a:after {content: "";position: absolute;top: 0;left: 0px;background: #ccc;width: 22px;height: 96%;margin-top: 3%;background: url('data:image/gif;base64,R0lGODlhAgABAIAAAP///8zMzCH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDYwLCAyMDIwLzA1LzEyLTE2OjA0OjE3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODdDM0Q2MTAxREY4MTFFQ0E1Nzc5RTc2RkM5RUQ3OUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODdDM0Q2MTExREY4MTFFQ0E1Nzc5RTc2RkM5RUQ3OUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4N0MzRDYwRTFERjgxMUVDQTU3NzlFNzZGQzlFRDc5RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4N0MzRDYwRjFERjgxMUVDQTU3NzlFNzZGQzlFRDc5RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAAAAAAALAAAAAACAAEAAAICDAoAOw==');transform: rotate3d(0, 1, 0, 90deg) translateZ(-10px) translateX(15px);}
[data-theme="books"] .inside-section .article-wrapper article:hover .thumbnail-wrapper .thumbnail.book-cover>a {-webkit-transform: rotate3d(0, 1, 0, 10deg) translateX(-20px) scale(1.03);-moz-transform: rotate3d(0, 1, 0, 10deg) translateX(-20px) scale(1.03);-o-transform: rotate3d(0, 1, 0, 10deg) translateX(-20px) scale(1.03);-ms-transform: rotate3d(0, 1, 0, 10deg) translateX(-20px) scale(1.03);transform: rotate3d(0, 1, 0, 10deg) translateX(-20px) scale(1.03);}
[data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail.book-cover img {border-radius: 3px 0 0 3px;background: #bbb;}
[data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail.book-cover .over-light {position: absolute;top: 0;left: 0;right: 0;bottom: 0;border-radius: 3px 0 0 3px;background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1);opacity: 1;transition: opacity ease-out 0.4s;}
[data-theme="books"] .inside-section .article-wrapper article:hover .thumbnail-wrapper .thumbnail.book-cover .over-light {opacity: 0.3;}

[data-theme="books"] .inside-section .article-wrapper article .details-wrapper .title{background-color: var(--light-3);aspect-ratio: 360 / 134;overflow: hidden;margin-bottom: var(--margin-18);font: var(--font-card-title-larg);}
[data-theme="books"] .inside-section .article-wrapper article .details-wrapper .title a{ width: 60%;height: 100%;display: flex;/*align-items: center;*/padding-right: 12px;}








[data-theme="expressive-notes"] .inside-section .article-wrapper article .details-wrapper .sup-title a:before{content: "\e221"; display: inline-block; font: var(--font-section-icon); color: var(--blue); margin-left: 8px; transform: translateY(-2px);}
[data-theme="expressive-notes"] .inside-section .article-wrapper article .details-wrapper .title{margin-bottom: 14px;font: var(--font-card-title-larg);}
[data-theme="expressive-notes"] .inside-section .article-wrapper article .details-wrapper .title a{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}









[data-theme="media"] .inside-section .article-wrapper{width: 100%;}
[data-theme="media"] .inside-section .article-wrapper article .thumbnail-wrapper{margin-bottom: 24px;}
[data-theme="media"] .inside-section .article-wrapper article .details-wrapper .title{margin-bottom: 15px;font: var(--font-card-title-larg);}
[data-theme="media"] .inside-section .article-wrapper article .details-wrapper .title a{}








#otherCategory:after{content: none;}
#otherCategory>.inside-section>[class*="col-"] {position: relative;}
#otherCategory>.inside-section>[class*="col-"] section{position: static;padding: 0 24px;margin-top: 0;}
#otherCategory>.inside-section>[class*="col-"] section:after{content: ""; position: absolute; top: 0; left: 0; width: 1px; height: 100%; background-color: var(--light-1);}
#otherCategory>.inside-section>[class*="col-"]:first-child section{padding-right: 0px;}
#otherCategory>.inside-section>[class*="col-"]:last-child section{padding-left: 0px ;}
#otherCategory>.inside-section>[class*="col-"]:last-child section:after{left: -24px;}

#otherCategory>.inside-section[class*="col-"] [data-theme="other-category"]:after{background-color: var(--white);}
#otherCategory [data-theme="other-category"] .header-section{display: flex;align-items: center;margin-bottom: 24px;}
#otherCategory [data-theme="other-category"] .header-section i{display: flex;justify-content: center; align-items: center;width: 96px;height: 96px;color: var(--white);}
[data-theme="other-category"]#teens .header-section i{background-color: #4e1b54;font-size: 32px;}
[data-theme="other-category"]#family .header-section i{background-color: #25c3c2;font-size: 70px;}
[data-theme="other-category"]#khat-hezbollah .header-section i{background-color: #ed1b2f;font-size: 95px;}
[data-theme="other-category"]#khat-hezbollah .header-section i:before{transform: translateY(16px);}
#otherCategory [data-theme="other-category"] .header-section span{color: var(--gray-4);width: calc(100% - 96px);margin-right:0;padding-right: 12px;}

[data-theme="other-category"] .inside-section .article-wrapper{width: 100%;}

[data-theme="other-category"] .inside-section .article-wrapper article .details-wrapper .title{padding-bottom: 8px;font: var(--font-card-title-larg);}
[data-theme="other-category"] .inside-section .article-wrapper article .details-wrapper .title a{display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
[data-theme="other-category"] .inside-section .article-wrapper article .details-wrapper .sub-title{margin-bottom: 8px;}
[data-theme="other-category"] .inside-section .article-wrapper article .details-wrapper .sub-title a{font: var(--font-card-title);color: var(--gray-4);}
[data-theme="other-category"] .related-list{width: 100%;}
[data-theme="other-category"] .related-list ul li a{display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
[data-theme="other-category"] .related-list ul li a:before{content: unset;}
[data-theme="other-category"] .related-list ul li a i{font-size: 18px;color: var(--blue);margin-left: 4px;}








[data-theme="file"] .inside-section .article-wrapper article .thumbnail-wrapper{display: flex;height: 96px;margin-bottom: 24px;}
[data-theme="file"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail{width: calc(100% - 96px);}
[data-theme="file"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail a img{display: block;}
[data-theme="file"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail-overlay{order: -1;display: flex;justify-content: center; align-items: center;width: 96px;height: 96px;background-color: #063a91;}
[data-theme="file"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail-overlay a i{color: var(--white);font-size: 55px;line-height: 40px;}

[data-theme="file"] .inside-section .article-wrapper article .details-wrapper .title{padding-bottom: 8px;font: var(--font-card-title-larg);}
[data-theme="file"] .inside-section .article-wrapper article .details-wrapper .title a{display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
[data-theme="file"] .inside-section .article-wrapper article .details-wrapper .sub-title{margin-bottom: 8px;}
[data-theme="file"] .inside-section .article-wrapper article .details-wrapper .sub-title a{font: var(--font-card-title);color: var(--gray-4);}
[data-theme="file"] .related-list{width: 100%;}
[data-theme="file"] .related-list ul li a:before{content: unset;}
[data-theme="file"] .related-list ul li a i{font-size: 18px;color: var(--blue);margin-left: 4px;}























.keywords[data-theme="keywords-index"]{padding: 0;padding-bottom: 50px;margin-bottom: 0;margin-top: 0;}
.keywords[data-theme="keywords-index"] .header-section{padding: 12px;padding-bottom: 4px;}
.keywords[data-theme="keywords-index"] .header-section i{color: var(--white);}
.keywords[data-theme="keywords-index"] .header-section span{color: var(--white);}

[data-theme="keywords-index"] .inside-section{width: 100%;}
[data-theme="keywords-index"] .inside-section ul.keywords{margin: 0 72px;}
[data-theme="keywords-index"] .inside-section ul.keywords .swiper {padding-bottom: 10px;}
[data-theme="keywords-index"] .inside-section ul.keywords .swiper .swiper-wrapper .swiper-slide{width: auto;}
[data-theme="keywords-index"] .inside-section ul.keywords .swiper-horizontal>.swiper-scrollbar{bottom: 0;background-color: rgb(255 255 255 / 10%);height: 1px;}
[data-theme="keywords-index"] .inside-section ul.keywords .swiper-horizontal>.swiper-scrollbar .swiper-scrollbar-drag{background: rgb(255 255 255 / 30%);}
[data-theme="keywords-index"] .inside-section ul.keywords .swiper .swiper-button-next{pointer-events:none;left: 0;background: rgba(36,55,116,0); background: -moz-linear-gradient(left, rgb(36,55,116) 0%, rgba(36,55,116,0) 100%); background: -webkit-linear-gradient(left, rgb(36,55,116) 0%,rgba(36,55,116,0) 100%); background: linear-gradient(to right, rgb(36,55,116) 0%,rgba(36,55,116,0) 100%);width: 10px;}
[data-theme="keywords-index"] .inside-section ul.keywords .swiper .swiper-button-prev{pointer-events:none;right: 0;background: rgba(36,55,116,0); background: -moz-linear-gradient(left, rgba(36,55,116),0 0%, rgb(36,55,116) 100%); background: -webkit-linear-gradient(left, rgba(36,55,116,0) 0%,rgb(36,55,116) 100%); background: linear-gradient(to right, rgba(36,55,116,0) 0%,rgb(36,55,116) 100%);width: 10px;}
[data-theme="keywords-index"] .inside-section ul.keywords .swiper .swiper-button-next:after{content: none;}
[data-theme="keywords-index"] .inside-section ul.keywords .swiper .swiper-button-prev:after{content: none;}
[data-theme="keywords-index"] .inside-section ul.keywords .swiper .swiper-button-next.swiper-button-disabled{opacity: 0;}
[data-theme="keywords-index"] .inside-section ul.keywords .swiper .swiper-button-prev.swiper-button-disabled{opacity: 0;}
[data-theme="keywords-index"] .inside-section ul.keywords li{display: inline-block;padding: 0 2px;}
[data-theme="keywords-index"] .inside-section ul.keywords li a{display: block;font: var(--font-keyword-section);color: var(--blue);background-color: var(--white);padding: 0 var(--padding-8);white-space: nowrap;}
[data-theme="keywords-index"] .inside-section ul.keywords li a:hover{background-color: var(--brown);color: var(--white);}








#history .history-right{width: 100%;min-height: 200px;}
#history .history-right:after{content: none;}
#history .history-right p{font:var(--font-card-lead);display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden;}
#history .history-rang-box{position: relative;height: 28px;padding-right: 36px;}
#history #history-rang {width: calc(101.5% - 50px); position: absolute; z-index: 1; height: 80px; top: -43px; right: 35px; opacity: 0; margin: 0;cursor: pointer;}
#history .history-rang-view {position: relative;top:15px;height: 5px;background-color: var(--light-3);}
#history .history-rang-view .date-title{display: flex; width: 100%; position: absolute; top: -50px; justify-content: space-between;}
#history .history-rang-view .date-title div{position: relative;left: -10px;}
#history .history-rang-view .date-title div:first-child span{left: auto; right: -10px; transform: none;}
#history .history-rang-view .date-title div:last-child span{left: 10px; transform: none;}
#history .history-rang-view .date-title div:first-child span.active{left: auto; right: -50%; transform: translateX(50%);}
#history .history-rang-view .date-title div:last-child span.active{left: 50%; transform: translateX(-50%);}
#history .history-rang-view .date-title div span{position: absolute;top: 0;color:var(--gray-1);left:50%;transform: translateX(-50%);white-space: nowrap;border-bottom: 1px solid var(--white);transition: .25s ease-out;}
#history .history-rang-view .date-title div span.active{padding-bottom: 0;border-bottom: 1px solid var(--brown);}
#history .history-rang-view>span {position: absolute;top: -12px;background-color: var(--brown);width: 28px;height: 28px;border: 5px solid var(--light-3);border-radius: 50%;transform: translateX(10%);}
#history .history-left {display: flex;flex-direction: column;height: 100%;padding-top: 30px;padding-right: 31px;}
#history .history-left .history-content{flex: 1;position: relative;overflow: hidden;}
#history .history-left .history-content .item{display: none;position: absolute;top:0;width: 100%;transition: transform ease-out 0.25s,opacity ease-out 0.25s;transform: translate(0) scale(1);height: 100%;}
#history .history-left .history-content .item.hide{display: block;opacity: 0; transform: translate(0) scale(0.5);transition-duration: 0.35s; z-index:0}
#history .history-left .history-content .item.show-right{display: block;transform: translatex(50%);opacity: 0;}
#history .history-left .history-content .item.show-left{display: block;transform: translatex(-50%);opacity: 0;}
#history .history-left .history-content .item.show{display: block;transform: translate(0) scale(1);opacity: 1; z-index:1}

#history .history-left .swiper {width: 100%;height: 100%;}
#history .history-left .history-slider .article-wrapper .article-news{display: flex;height: 100%;}
#history .history-left .history-slider .article-wrapper .article-news .history-scroll{width: 69%;cursor: pointer;}
#history .history-left .history-slider .article-wrapper {height: 100%;}
#history .history-left .history-slider .article-wrapper .article-news .thumbnail-wrapper{width: 31%;height: 100%;padding-right: 32px;}
#history .history-left .history-slider .article-wrapper .article-news .history-scroll .sup-title a{display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
#history .history-left .history-slider .article-wrapper .article-news .history-scroll .title {font: var(--font-card-title-larg);}
#history .history-left .history-slider .article-wrapper .article-news .history-scroll .title a{display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;color: var(--dark-4);margin-bottom: 16px;padding-top: 12px;}
#history .history-left .history-slider .article-wrapper .article-news .history-scroll p{font: var(--font-card-lead);text-align: justify;}
#history .history-left .history-slider .article-wrapper .article-news .history-scroll p:not(:empty):before{content: "\e221"; display: inline-block; font: var(--font-section-icon); color: var(--brown); margin-left: 4px; transform: translateY(-2px);}
#history .history-left .history-slider>.swiper-wrapper>.swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;padding-top: 20px;padding-right: 41px;}
#history .history-left .history-slider>.swiper-wrapper>.swiper-slide .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{right: 0;}

#history .swiper-scrollbar{width: 1px !important;}
#history .swiper-scrollbar-drag{width: 9px;right: -4px;background-color: var(--brown);}
#history .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{width: 8px; height: 8px;background-color: var(--light-3);opacity: 1;}
#history .swiper-pagination-bullet-active{background-color: var(--blue) !important;}

#history .history-left .history-scroll .swiper-slide {height: auto;-webkit-box-sizing: border-box;box-sizing: border-box;padding-left: 44px;}
#history .history-left .history-scroll .swiper-scrollbar {left: 5px; right: auto;}






#search-box .row{justify-content: center;}
#search-box *,#search-box *:focus-visible{border: none;outline: none;}
#search-box #main-search{display: flex;width: 100%;height: 50px;}
#search-box #main-search input[name="search"]{flex: 1;background-color: var(--white);border: 1px solid var(--light-2);padding-right: 12px;}
#search-box #main-search input[name="search"]::placeholder{color: var(--light-1);}
#search-box #main-search [for="searchCategoryLable"]{position: absolute;background-color: var(--white);color: var(--light-1);width: 100%;height: 100%;border: 1px solid var(--light-2);}
#search-box #main-search [for="searchCategoryLable"]:after{position: absolute; content: "\e205"; font: normal 28px/18px 'khamenei_ir icon'; left: 0; top: 0; z-index: 10; width: 100%; height: 100%; text-align: end; padding: 10px 18px;}
#search-box .search-category-item-box{position: relative;flex: 0 1 110px;}

#search-box #main-search button{flex: 0 1 50px;background-color: var(--light-1);color: var(--white);}
#search-box #main-search button i{font-size: 30px;}


#search-box .search-category *{color: var(--light-1);}
#search-box .search-category {position: absolute; width: 100%;height: 100%;}
#search-box #searchCategoryLable:checked + .search-category {z-index: 1;}
#search-box .search-category div {cursor: pointer;border-radius: 5px;list-style: none;}
#search-box .search-category div::-webkit-details-marker {display: none;}
#search-box #searchCategoryLable:checked + .search-category div:before {content: '';display: block;background: transparent;position: fixed;top: 0;left: 0;}
#search-box .search-category div:focus {outline: none;}
#search-box .search-category ul {width: 100%;background: var(--blue);position: absolute;top: calc(100% + 1px);right: 0;margin: 0;box-sizing: border-box;border-radius: 5px;width: 100%;text-align: center;}
#search-box .search-category li {position: relative;}
#search-box .search-category li:not(:last-child):after {position: absolute;content: "";background-color: var(--light-2); width: 80%; height: 1px;right: 10%;}
#search-box .search-category div.radios {display: flex; align-items: center;counter-reset: radios;height: 100%;padding-right: 15px;}
#search-box .search-category input[type=radio] {counter-increment: radios;appearance: none;display: none;}
#search-box .search-category input[type=radio]:checked {display: inline;}
#search-box .search-category input[type=radio]:after {content: attr(title);}
#search-box #searchCategoryLable:checked + .search-category ul.list {display: block;}
#search-box .search-category ul.list {counter-reset: labels;display: none;}
#search-box .search-category label {width: 100%;display: block;cursor: pointer;padding: 8px 0;}






/* ----------------------- Start Arabic Section ----------------------- */

[data-theme="photos"].minimal .inside-section .article-wrapper:first-child article .thumbnail-wrapper{width: 42%;margin-bottom: 0;}
[data-theme="photos"].minimal .inside-section .article-wrapper:first-child article{border-bottom: 1px solid var(--yellow);margin-bottom: var(--margin-botom-card-in-section);}
[data-theme="photos"].minimal .inside-section .article-wrapper:nth-child(2) article{border-bottom: none;margin-bottom: 0;}
[data-theme="photos"].minimal .inside-section .article-wrapper article .details-wrapper{width: 58%;padding-right: var(--padding-24);}
[data-theme="photos"].minimal .inside-section .article-wrapper article .details-wrapper .title a{-webkit-line-clamp: 2;}



[data-theme="media-arabic"] .inside-section{margin: 0 -36px;}
[data-theme="media-arabic"] .inside-section .article-wrapper{position: relative;padding: 0 36px;}
[data-theme="media-arabic"] .inside-section .article-wrapper:not(:last-child):after{content: "";position: absolute;top: 0;left: 0;width: 1px;height: 100%;background-color: var(--light-1);}
[data-theme="media-arabic"] .inside-section .article-wrapper article .thumbnail-wrapper{margin-bottom: 12px;}
[data-theme="media-arabic"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail-overlay{position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 1;}
[data-theme="media-arabic"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail-overlay a{display: flex;align-items: center;justify-content: center;background-color: var(--black);color: var(--yellow);width: 50px;height: 50px;}
[data-theme="media-arabic"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail-overlay a i{font-size: 34px;}

[data-theme="media-arabic"] .inside-section .article-wrapper article .details-wrapper{display: flex;flex-wrap: wrap;}
[data-theme="media-arabic"] .inside-section .article-wrapper article .details-wrapper .title{font: var(--font-card-title-larg);order: -2;}
[data-theme="media-arabic"] .inside-section .article-wrapper article .details-wrapper .title a{color: var(--dark-4);}
[data-theme="media-arabic"] .inside-section .article-wrapper article .details-wrapper .title a:before{content: "\e221"; display: inline-block; font: var(--font-section-icon); color: var(--blue); margin-left: 4px; transform: translateY(-2px);}
[data-theme="media-arabic"] .inside-section .article-wrapper article .details-wrapper .sub-title a{font-weight: normal;}
[data-theme="media-arabic"] .inside-section .article-wrapper article .details-wrapper .content-type{font-weight: normal;order: -1;display: flex;align-items: center;}
[data-theme="media-arabic"] .inside-section .article-wrapper article .details-wrapper .content-type a{font-size: 10px;color: var(--gray-4);border-right: 2px solid var(--light-1);padding-right: 12px;margin-right: 12px;}







section[data-theme="special-page"] .inside-section{display: grid;grid-template-columns: var(--dist-in-6) var(--dist-in-6);}
[data-theme="special-page"] .inside-section>.article-wrapper:first-child{grid-column: 1; grid-row: 1/4;}
[data-theme="special-page"] .inside-section>.article-wrapper{width: 100%;}
[data-theme="special-page"] .inside-section>.article-wrapper>article{display: flex;}
[data-theme="special-page"] .inside-section>.article-wrapper:first-child>article{flex-direction: column;}
[data-theme="special-page"] .inside-section>.article-wrapper>article:first-child .special-page-slider{width: 100%;}
[data-theme="special-page"] .inside-section>.article-wrapper>article:first-child .special-page-slider .swiper-button-next,
[data-theme="special-page"] .inside-section>.article-wrapper>article:first-child .special-page-slider .swiper-button-prev{transform: translateY(-50%);}
[data-theme="special-page"] .inside-section>.article-wrapper>article:first-child .special-page-slider .swiper-button-next:after,
[data-theme="special-page"] .inside-section>.article-wrapper>article:first-child .special-page-slider .swiper-button-prev:after{background-color: var(--brown);border-radius: 50%;color: var(--white);width: 20px;height: 20px;font-size: 14px;display: flex;align-items: center;justify-content: center;font-size: 10px;}
[data-theme="special-page"] .inside-section>.article-wrapper>article:first-child .special-page-slider .article-wrapper article .details-wrapper .title{font: var(--font-card-title-larg);}
[data-theme="special-page"] .inside-section>.article-wrapper>article:first-child .special-page-slider .article-wrapper article .details-wrapper .title a{color: var(--dark-4);border-bottom: 1px solid var(--gray-5);padding: 12px 0;display: inline-block;}
[data-theme="special-page"] .inside-section>.article-wrapper>article>.thumbnail-wrapper{width: 167px;}
[data-theme="special-page"] .inside-section>.article-wrapper>article>.thumbnail-wrapper .thumbnail-overlay{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
[data-theme="special-page"] .inside-section>.article-wrapper>article>.thumbnail-wrapper .thumbnail-overlay a{display: block;color: var(--white);}
[data-theme="special-page"] .inside-section>.article-wrapper>article>.thumbnail-wrapper .thumbnail-overlay a i{font-size: 33px;line-height: 33px;}
[data-theme="special-page"] .inside-section>.article-wrapper:first-child>article>.details-wrapper{width: 100%;}
[data-theme="special-page"] .inside-section>.article-wrapper:not(:first-child)>article>.details-wrapper{display: flex;flex-direction: column;width: calc(100% - 167px);padding-right: 24px;}
[data-theme="special-page"] .inside-section>.article-wrapper>article>.details-wrapper .content-type a{font-size: 11px;font-weight: normal;text-align: end;color: var(--gray-5);}
[data-theme="special-page"] .inside-section>.article-wrapper>article>.details-wrapper .view-more a{font-size: 13px;display: block;padding: 24px 0;text-align: start;}

/* ----------------------- End Arabic Section ----------------------- */






/* ----------------------- Start English Section ----------------------- */

html[dir="ltr"] .container .row>div:not(:last-child)>section:after{left: auto;right: -36px;}
html[dir="ltr"] .container section .header-section>i{margin-left: auto;margin-right: var(--margin-left-section-header-icon);}
html[dir="ltr"] .details-wrapper .quote:before{content: "\201c";}
html[dir="ltr"] .related-list ul li a:before{margin-left: auto;margin-right: 8px;}
html[dir="ltr"] .details-wrapper .quote:before{margin-left: auto;margin-right: 4px;}

html[dir="ltr"] [data-theme="suggestion"] .inside-section .article-wrapper:first-child article .details-wrapper{border: none;}
html[dir="ltr"] [data-theme="suggestion"] .inside-section .article-wrapper:not(:first-child) article .details-wrapper{border-left: 1px solid var(--light-1);border-right: none;}
html[dir="ltr"] [data-theme="suggestion"] .inside-section .article-wrapper article .details-wrapper .content-type{left: auto;right: 0;}
html[dir="ltr"] [data-theme="suggestion"] .inside-section .article-wrapper:first-child article .details-wrapper .content-type{right: 24px;}
html[dir="ltr"] [data-theme="suggestion"] .inside-section .article-wrapper article .details-wrapper .title a{padding-left: 8px;padding-right: 32px;}


html[dir="ltr"] [data-theme="last-events"] .inside-section .article-wrapper article .details-wrapper .title a:before{margin-left: auto;margin-right: 4px;}



/* html[dir="ltr"] #analysis[data-theme="analysis"] .inside-section{display: flex;} */
html[dir="ltr"] [data-theme="analysis"] .inside-section .article-wrapper:first-child article .details-wrapper{padding-right: 0;padding-left: 24px;}
html[dir="ltr"] [data-theme="analysis"] .inside-section .article-wrapper:first-child article .details-wrapper .title a{color: var(--blue);}
html[dir="ltr"] [data-theme="analysis"] .inside-section .article-wrapper:first-child article .details-wrapper .view-more{margin-top: auto;}
html[dir="ltr"] [data-theme="analysis"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail-overlay a{flex-direction: row-reverse;}




html[dir="ltr"] [data-theme="documents-ltr"] .inside-section {display: grid; grid-template-columns: var(--dist-in-6) var(--dist-in-2) var(--dist-in-2) var(--dist-in-2); row-gap: 14px;}
html[dir="ltr"] [data-theme="documents-ltr"] .inside-section .article-wrapper:first-child{grid-row: 1/3;}
html[dir="ltr"] [data-theme="documents-ltr"] .inside-section .article-wrapper article{display: flex;flex-direction: column;height: 100%;}

html[dir="ltr"] [data-theme="documents-ltr"] .inside-section .article-wrapper:first-child article .details-wrapper{border-left: 1px solid var(--light-1);height: 100%;}
html[dir="ltr"] [data-theme="documents-ltr"] .inside-section .article-wrapper:first-child article .details-wrapper .title a{padding: 12px;padding-bottom: 0;}
html[dir="ltr"] [data-theme="documents-ltr"] .inside-section .article-wrapper:not(:first-child) article .details-wrapper .title a{padding-top: 12px;}




html[dir="ltr"] [data-theme="keywords-index"] .inside-section ul.keywords .swiper .swiper-button-next{left: auto;right: 0;background: rgba(36,55,116,0); width: 10px;background: -moz-linear-gradient(left, rgba(36,55,116),0 0%, rgb(36,55,116) 100%); background: -webkit-linear-gradient(left, rgba(36,55,116,0) 0%,rgb(36,55,116) 100%); background: linear-gradient(to right, rgba(36,55,116,0) 0%,rgb(36,55,116) 100%);}
html[dir="ltr"] [data-theme="keywords-index"] .inside-section ul.keywords .swiper .swiper-button-prev{right: auto;left: 0;background: rgba(36,55,116,0); width: 10px;background: -moz-linear-gradient(left, rgb(36,55,116) 0%, rgba(36,55,116,0) 100%); background: -webkit-linear-gradient(left, rgb(36,55,116) 0%,rgba(36,55,116,0) 100%); background: linear-gradient(to right, rgb(36,55,116) 0%,rgba(36,55,116,0) 100%);}



html[dir="ltr"] [data-theme="question-answer"] .inside-section .article-wrapper article .details-wrapper .lead,
html[dir="ltr"] [data-theme="question-answer"] .inside-section .article-wrapper article .details-wrapper .quote,
html[dir="ltr"] [data-theme="referendums"] .inside-section .article-wrapper article .details-wrapper .lead,
html[dir="ltr"] [data-theme="referendums"] .inside-section .article-wrapper article .details-wrapper .quote{-webkit-line-clamp: 7;}
html[dir="ltr"] [data-theme="question-answer"] .inside-section .article-wrapper article .details-wrapper .lead:before,
html[dir="ltr"] [data-theme="question-answer"] .inside-section .article-wrapper article .details-wrapper .quote:before,
html[dir="ltr"] [data-theme="referendums"] .inside-section .article-wrapper article .details-wrapper .lead:before,
html[dir="ltr"] [data-theme="referendums"] .inside-section .article-wrapper article .details-wrapper .quote:before{content: "\201c";margin-left: 0;margin-right: 74px;}
html[dir="ltr"] [data-theme="question-answer"] .inside-section .article-wrapper article .details-wrapper time,
html[dir="ltr"] [data-theme="referendums"] .inside-section .article-wrapper article .details-wrapper time{transform: translateX(26px);}

html[dir="ltr"] [data-theme="question-answer"] .inside-section .article-wrapper article .details-wrapper .title a:before{margin-left: 0;margin-right: 8px;}
html[dir="ltr"] [data-theme="referendums"] .inside-section .article-wrapper article .details-wrapper .title a:before{margin-left: 0;margin-right: 8px;}






html[dir="ltr"] [data-theme="documents"] .inside-section .article-wrapper article .details-wrapper{padding-right: 0;padding-left: 24px;}




html[dir="ltr"] [data-theme="speech"] .inside-section .article-wrapper:not(.show) article .details-wrapper:before{margin-left: 0;margin-right: 4px;}




html[lang="ar"] [data-theme="books"] .inside-section .article-wrapper article .details-wrapper .title{background-color: var(--white);}
html[dir="ltr"] [data-theme="books"] .inside-section .article-wrapper article .details-wrapper .title a{padding-left: 12px;padding-right: 0;}
html[dir="ltr"] [data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail.book-cover{left: auto;right: 0;}
html[dir="ltr"] [data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail.book-cover>a{right: 0;-webkit-transform: rotate3d(0, -1, 0, 40deg);-moz-transform: rotate3d(0, -1, 0, 40deg);-o-transform: rotate3d(0, -1, 0, 40deg);-ms-transform: rotate3d(0, -1, 0, 40deg);transform: rotate3d(0, -1, 0, 40deg);}
html[dir="ltr"] [data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail.book-cover>a:after{left: auto;right: -16px;}
html[dir="ltr"] [data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail.book-cover .over-light{background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);}
html[dir="ltr"] [data-theme="books"] .inside-section .article-wrapper article:hover .thumbnail-wrapper .thumbnail.book-cover>a{-webkit-transform: rotate3d(0, 1, 0, -10deg) translateX(-20px) scale(1.03);-moz-transform: rotate3d(0, 1, 0, -10deg) translateX(-20px) scale(1.03);-o-transform: rotate3d(0, 1, 0, -10deg) translateX(-20px) scale(1.03);-ms-transform: rotate3d(0, 1, 0, -10deg) translateX(-20px) scale(1.03);transform: rotate3d(0, 1, 0, -10deg) translateX(0px) scale(1.03);}
html[dir="ltr"] [data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper{left: auto;right: 8px;}
html[dir="ltr"] [data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail.book-cover:before{transform: rotate3d(0, 1, 0, -40deg);bottom: -8px;}
html[dir="ltr"] [data-theme="books"] .inside-section .article-wrapper article:hover .thumbnail-wrapper .thumbnail.book-cover:before{transform: rotate3d(0, 1, 0, -10deg);}
/* html[dir="ltr"] [data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper{left: auto;right: 20px;}
html[dir="ltr"] [data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail.book-cover{transform: rotateY(180deg);left: auto;right: 0;}
html[dir="ltr"] [data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail.book-cover>a {left: auto;}
html[dir="ltr"] [data-theme="books"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail.book-cover>a img{transform:translateX(-50%) translateY(-50%) rotateY(180deg);} */



html[dir="ltr"] [data-theme="expressive-notes"] .inside-section .article-wrapper article .details-wrapper .sup-title a:before{margin-left: auto;margin-right: 8px;}



html[dir="ltr"] [data-theme="media-ltr"] .inside-section .article-wrapper:not(:last-child){margin-bottom: 24px;}
html[dir="ltr"] [data-theme="media-ltr"] .inside-section .article-wrapper article{display: flex;align-items: flex-start;}
html[dir="ltr"] [data-theme="media-ltr"] .inside-section .article-wrapper article .thumbnail-wrapper{width: 189px;}
html[dir="ltr"] [data-theme="media-ltr"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail-overlay{position: absolute;left: 0;top: 0;background-color: var(--black);width: 36px;height: 36px;display: flex;align-items: center;justify-content: center;}
html[dir="ltr"] [data-theme="media-ltr"] .inside-section .article-wrapper article .thumbnail-wrapper .thumbnail-overlay a{color: var(--white);}

html[dir="ltr"] [data-theme="media-ltr"] .inside-section .article-wrapper article .details-wrapper{width: calc(100% - 189px);padding-left: 12px;}
html[dir="ltr"] [data-theme="media-ltr"] .inside-section .article-wrapper article .details-wrapper .title{font: var(--font-card-title-medium-ltr);}
html[dir="ltr"] [data-theme="media-ltr"] .inside-section .article-wrapper article .details-wrapper .title a:before{content: "\e221"; display: inline-block; font: var(--font-section-icon); color: var(--blue); margin-right: 8px; transform: translateY(-2px);}



html[dir="ltr"] [data-theme="film-audio"] .inside-section .article-wrapper article .details-wrapper time{width: 100%;height: auto;}
html[dir="ltr"] [data-theme="film-audio"] .inside-section .article-wrapper article .details-wrapper .title{width: 100%;}
html[dir="ltr"] [data-theme="film-audio"] .inside-section .article-wrapper article .details-wrapper .title a{text-indent: 0;-webkit-line-clamp: 2;}



html[dir="ltr"] [data-theme="photos"] .inside-section .article-wrapper:not(:first-child) article .details-wrapper{padding-right: 0;padding-left: 24px;}



html[dir="ltr"] #history .history-left{padding-right: 0;padding-left: 31px;}
html[dir="ltr"] #history .history-rang-box{padding-right: 0;padding-left: 36px;}
html[dir="ltr"] #history #history-rang{right: auto;left: 35px;}

html[dir="ltr"] #history .history-left .history-slider>.swiper-wrapper>.swiper-slide{padding-right: 0;padding-left: 41px;}
html[dir="ltr"] #history .history-left .history-slider .article-wrapper .article-news .thumbnail-wrapper{padding-right: 0;padding-left: 32px;}
html[dir="ltr"] #history .history-left .history-slider>.swiper-wrapper>.swiper-slide .swiper-pagination-vertical.swiper-pagination-bullets,
html[dir="ltr"] #history .history-left .swiper-vertical>.swiper-pagination-bullets{right: auto;left: 0;}
html[dir="ltr"] #history .history-left .history-slider .article-wrapper .article-news .history-scroll p:before{margin-left: 0;margin-right: 4px;}
html[dir="ltr"] #history .history-left .history-scroll .swiper-scrollbar{right: 5px;left: auto;}
html[dir="ltr"] #history .history-rang-view .date-title div{left: auto;right: -10px;}
html[dir="ltr"] #history .swiper-scrollbar-drag{right: auto;left: -4px;}
html[dir="ltr"] #history .history-left .history-scroll .swiper-slide{padding-left: 0;padding-right: 44px;}
html[dir="ltr"] #history .history-rang-view .date-title div:last-child span{left: auto;right: 10px;}
html[dir="ltr"] #history .history-rang-view .date-title div:last-child span.active{right: 0;transform: translateX(50%);left: auto;}
html[dir="ltr"] #history .history-rang-view .date-title div:first-child span{right: auto; left: -10px; transform: none;}
html[dir="ltr"] #history .history-rang-view .date-title div:first-child span.active{right: auto; left: 50%; transform: translateX(-50%);}
html[dir="ltr"] #history .history-rang-view>span{right: auto;transform: translateX(-10%);}



html[dir="ltr"] .container .row>div:not(:last-child)>section:after{left: auto;right: -36px;}


html[dir="ltr"] #feature-7 section .inside-section .article-wrapper article .main-content .content .attachment ul li:not(:last-child):after{left: auto;right: -1px;}


html[dir="ltr"] #feature-6 [data-theme="titr-1"] .inside-section .article-wrapper article .main-content .content .attachment ul li:not(:last-child):after{left: auto;right: -1px;}

/* ----------------------- End English Section ----------------------- */







/* ----------------------- Start French Section ----------------------- */

html[dir="ltr"] [data-theme="documents-french"] .inside-section .article-wrapper article{display: flex;}
html[dir="ltr"] [data-theme="documents-french"] .inside-section .article-wrapper article .thumbnail-wrapper{width: 100px;padding-right: 12px;}
html[dir="ltr"] [data-theme="documents-french"] .inside-section .article-wrapper article .details-wrapper{width: calc(100% - 100px);border-left: 1px solid var(--light-1);padding-left: 12px;}



html[dir="ltr"] [data-theme="documents-slider"] .inside-section{margin: 0;}
html[dir="ltr"] [data-theme="documents-slider"] .inside-section>div{padding: 0;}
html[dir="ltr"] [data-theme="documents-slider"] .inside-section .documents-page-slider .swiper-button-next,
html[dir="ltr"] [data-theme="documents-slider"] .inside-section .documents-page-slider .swiper-button-prev{transform: translateY(-50%);}
html[dir="ltr"] [data-theme="documents-slider"] .inside-section .documents-page-slider .swiper-button-next:after,
html[dir="ltr"] [data-theme="documents-slider"] .inside-section .documents-page-slider .swiper-button-prev:after{background-color: var(--brown);border-radius: 50%;color: var(--white);width: 20px;height: 20px;font-size: 14px;display: flex;align-items: center;justify-content: center;font-size: 10px;}
html[dir="ltr"] [data-theme="documents-slider"] .inside-section .article-wrapper article .details-wrapper .title{font: var(--font-card-title-larg);}
html[dir="ltr"] [data-theme="documents-slider"] .inside-section .article-wrapper article .details-wrapper .title a{padding-top: 24px;color: var(--brown);}

/* ----------------------- End French Section ----------------------- */







/* ----------------------- Start Spanish Section ----------------------- */

[data-theme="map-view-box"] .inside-section .article-wrapper.map>article{position: relative;overflow: hidden;}
[data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail{position: relative;}
[data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail .map-wrapper{background-color: var(--light-2);padding: 24px 12px;}
[data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail .map-wrapper svg{width: 100%;height: 100%;cursor: grab;}
[data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail .map-wrapper svg path{transition: 0.25s;fill: var(--white);stroke: var(--light-2);stroke-width: 1px;cursor: pointer;}
[data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail .map-wrapper svg path:hover{fill: var(--brown);}
[data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail .country-name-tooltip{position: absolute;white-space: nowrap;opacity: 0;transition:0.25s opacity;height: 24px;transform: translate(calc(-100% - -4px), calc(-200% - -14px)) scale(0);user-select: none;}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail .country-name-tooltip{transform: translate(20px, calc(-200% - -14px)) scale(0);}
[data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail .country-name-tooltip:after{position: absolute;content:"";display: block;width: calc(100% + 10px);height: 100%;border-top:1px solid var(--white);border-right:1px solid var(--white);}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail .country-name-tooltip:after{border-left:1px solid var(--white);border-right: none;}
[data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail .country-name-tooltip.hover{opacity: 1;transform: translate(calc(-100% - -4px), calc(-200% - -14px)) scale(1);}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail .country-name-tooltip.hover{transform: translate(20px, calc(-200% - -14px)) scale(1);}
[data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail-overlay{position: absolute;bottom: 12px;right: 12px;}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail-overlay{right: auto;left: 12px;}
[data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail-overlay .zoom-map{display: flex;flex-direction: column;gap: 4px;}
[data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail-overlay .zoom-map button{border: 1px solid var(--light-1);background-color: rgba(242, 242, 242, 0.2);color: var(--gray-5);cursor: pointer;backdrop-filter: blur(5px);transition: 0.25s;}
[data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail-overlay .zoom-map button:hover{background-color: rgba(242, 242, 242, 0.9);}
[data-theme="map-view-box"]>.inside-section .article-wrapper.map>article>.details-wrapper{position: absolute;bottom: 0;left: 0;right: 0;padding: 12px;transform: translateY(100%);transition:0.25s;}
[data-theme="map-view-box"]>.inside-section .article-wrapper.map>article>.details-wrapper.show{transform: translateY(0);}
[data-theme="map-view-box"]>.inside-section .article-wrapper.map>article>.details-wrapper .toggle-article-map{position: absolute;top: 0;left:50%;transform: translate(-50%,-100%) rotate(0deg);border: none;background-color: unset;transform-origin: center;transition: 0.25s;cursor: pointer;filter: drop-shadow(0px 0px 4px black);}
[data-theme="map-view-box"]>.inside-section .article-wrapper.map>article>.details-wrapper.show .toggle-article-map{transform: translate(-50%,-100%) rotate(180deg);}
[data-theme="map-view-box"]>.inside-section .article-wrapper.map>article>.details-wrapper .toggle-article-map i{font-size: 36px;color: var(--white);line-height: 24px;padding-bottom: 12px;}

[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper section{}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper section .header-section{margin: 0;}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper section .header-section span{font: var(--font-card-title-medium);color: var(--brown);}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper section .inside-section{}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper section .inside-section .article-wrapper{width: 100%;user-select: none;}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper section .inside-section .article-wrapper:not(:last-child) article{border-bottom: 1px solid var(--gray-5);}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper section .inside-section .article-wrapper article{}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper section .inside-section .article-wrapper article .details-wrapper{}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper section .inside-section .article-wrapper article .details-wrapper .title{display: inline-block;font:var(--font-body);}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper section .inside-section .article-wrapper article .details-wrapper .title a{color: var(--gray-1);padding: 0;}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper section .inside-section .article-wrapper article .details-wrapper time{display: inline-block;}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper section .inside-section .article-wrapper article .details-wrapper time a{color:  var(--gray-2);}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper section .inside-section .article-wrapper article .details-wrapper time a:before{content: "-";padding: 0 4px;}


/* [data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper article{width: 100%;}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper article:not(:last-child){border-bottom: 1px solid var(--gray-5);}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper article .details-wrapper{display: flex;flex-wrap: wrap;}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper article .details-wrapper .sup-title{width: 100%;}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper article .details-wrapper .sup-title a{font: var(--font-card-title-medium);color: var(--brown);}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper article .details-wrapper .title a{color: var(--gray-1);}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper article .details-wrapper time a{color: var(--gray-2);}
[data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper article .details-wrapper time a:before{content: "-";padding: 0 4px;} */

[data-theme="map-view-box"] .inside-section .article-wrapper:not(.map) article{position: relative;}
[data-theme="map-view-box"] .inside-section .article-wrapper:not(.map) article .thumbnail-wrapper{position: relative;}
[data-theme="map-view-box"] .inside-section .article-wrapper:not(.map) article .thumbnail-wrapper .thumbnail-overlay{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
[data-theme="map-view-box"] .inside-section .article-wrapper:not(.map) article .thumbnail-wrapper .thumbnail-overlay a{color: var(--white);display: block;}
[data-theme="map-view-box"] .inside-section .article-wrapper:not(.map) article .thumbnail-wrapper .thumbnail-overlay a i{font-size: 50px; line-height: 50px;}

[data-theme="map-view-box"]>.inside-section>.article-wrapper:not(.map) article .details-wrapper{position: absolute;bottom: 0;left: 0;min-height: 30%;display: flex;align-items: end;z-index: 1;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
[data-theme="map-view-box"] .inside-section .article-wrapper:not(.map) article .details-wrapper .title{font: var(--font-card-title-medium);}
[data-theme="map-view-box"] .inside-section .article-wrapper:not(.map) article .details-wrapper .title a{color: var(--white);padding: 24px;}

/* ----------------------- End Spanish Section ----------------------- */



/* html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map>article{position: relative;overflow: hidden;}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail{position: relative;}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail svg{width: 100%;height: 100%;background-color: var(--light-2);padding: 24px 12px;cursor: grab;}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail svg path{transition: 0.25s;fill: var(--white);stroke: var(--light-2);stroke-width: 1px;cursor: pointer;}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail svg path:hover{fill: var(--brown);}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail .country-name-tooltip{position: absolute;white-space: nowrap;opacity: 0;transition:0.25s opacity;transform: scale(0);}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail .country-name-tooltip:after{content:"";display: block;width: calc(100% + 10px);height: 24px;border:1px solid var(--white);border-right: none;border-bottom: none;}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail .country-name-tooltip.hover{opacity: 1;transform: scale(1)}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail-overlay{position: absolute;bottom: 12px;left: 12px;}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail-overlay .zoom-map{display: flex;flex-direction: column;gap: 4px;}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail-overlay .zoom-map button{border: 1px solid var(--light-1);background-color: rgba(242, 242, 242, 0.2);color: var(--gray-5);cursor: pointer;backdrop-filter: blur(5px);transition: 0.25s;}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map article .thumbnail-wrapper .thumbnail-overlay .zoom-map button:hover{background-color: rgba(242, 242, 242, 0.9);}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper{position: absolute;bottom: 0;left: 0;right: 0;padding: 12px;transform: translateY(100%);transition:0.25s;}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper.show{transform: translateY(0);}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper .toggle-article-map{position: absolute;top: 0;left:50%;transform: translate(-50%,-100%) rotate(0deg);border: none;background-color: unset;transform-origin: center;transition: 0.25s;cursor: pointer;filter: drop-shadow(0px 0px 4px black);}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper.show .toggle-article-map{transform: translate(-50%,-100%) rotate(180deg);}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper .toggle-article-map i{font-size: 36px;color: var(--white);line-height: 24px;padding-bottom: 12px;}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper article{width: 100%;}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper article:not(:last-child){border-bottom: 1px solid var(--gray-5);}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper article .details-wrapper{display: flex;flex-wrap: wrap;}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper article .details-wrapper .sup-title{width: 100%;}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper article .details-wrapper .sup-title a{font: var(--font-card-title-medium);color: var(--brown);}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper article .details-wrapper .title a{color: var(--gray-1);}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper article .details-wrapper time a{color: var(--gray-2);}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper.map>article>.details-wrapper article .details-wrapper time a:before{content: "-";padding: 0 4px;}

html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper:not(.map) article{position: relative;}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper:not(.map) article .thumbnail-wrapper{position: relative;}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper:not(.map) article .thumbnail-wrapper .thumbnail-overlay{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper:not(.map) article .thumbnail-wrapper .thumbnail-overlay a{color: var(--white);display: block;}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper:not(.map) article .thumbnail-wrapper .thumbnail-overlay a i{font-size: 50px; line-height: 50px;}

html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper:not(.map) article .details-wrapper{position: absolute;bottom: 0;left: 0;min-height: 30%;display: flex;align-items: end;z-index: 1;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
html[dir="ltr"] [data-theme="map-view-box"] .inside-section .article-wrapper:not(.map) article .details-wrapper .title a{font: var(--font-card-title-medium);color: var(--white);padding: 24px;} */