*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth !important;
}

.bg-glass {
	backdrop-filter: blur(12.5px);
	background: hsla(0, 0%, 100%, .8);
}

.eael-reading-progress-fill {
	background-color: #000 !important;
}

body {
	hyphens: auto;
}

.awb-menu__main-ul {
	flex-wrap: nowrap;
}

.awb-menu__main-ul a {
	width: max-content;
}

/* KI loading wrapper */

.loading-wrapper {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	z-index: 1000;
}

/* KI page checkbox filter */

.pc-header {
	display: flex;
	flex-direction: column;
}

.post-card{
    border: 1px solid #e9e9e9;
}

.pc-filter {
	/*background-color: var(--awb-color2);
	padding: 0 1rem;*/
	display: flex;
	flex-direction: column;
	margin: 0;
	/*border-radius:0.25rem;*/
}

.pc-filter-controls {
	display: flex;
	flex-direction: column;
}

.pc-filter-controls label {
	margin: 0 !important;
	flex-direction: row;
}

.pc-filter-controls div {
	display: flex;
	flex-direction: column;
	/*padding: 1.25rem 0;*/
}

.pc-filter-controls div:not(:last-child) {
	border-bottom: 1px solid lightgrey;

}

.pc-filter-controls h4 {
	/*margin: 0 0 1.25rem 0;*/
	margin: 0.5rem 0 .25rem 0;
}
/*
.pc-filter-controls label:hover {
	background-color: #f4f5f7;
	/*border-radius: 0.25rem;
}
*/

.pc-filter-controls label:hover span {
	color: var(--awb-color4);
}

.filter-section {
	position: relative;
	padding: 0.5rem 0;
}

.filter-section.open label {
	display: flex !important;
}

.pc-filter-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	/*padding: 0 .5rem;
	border-radius:.25rem;*/
}

.pc-filter-heading>i {
	font-size: 1rem;
}

/*
.pc-filter-heading:hover {
	background-color: #f4f5f7;
}
*/
.fa-chevron-up.down {
	transform: rotate(0deg);
}

.fa-chevron-up.up {
	transform: rotate(180deg);
}

.filter-section label {
	display: none !important;
}

.icon-button {
	position: absolute;
	top: 1.25rem;
	right: 0;
}

#pc-search {
	border: 1px solid black;
	height: 2rem;
	margin: 1rem 0 0;
	padding: 0.5rem;
	/*border-radius: .25rem;*/
	font-size: 1.125rem;
	width: 100%;
}

label[for="pcf-trust-red"] span,
label[for="pcf-trust-orange"] span,
label[for="pcf-trust-green"] span {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	/*background: #d4002d;*/
	display: inline-block;
	cursor: pointer;
	color: transparent;
	font-size: 0;
	margin: 0 0.5 0 0;
}

label[for="pcf-trust-red"] .checkmark,
label[for="pcf-trust-red"] input:checked~ .checkmark{
background: #d4002d !important;
}

label[for="pcf-trust-orange"] .checkmark,
label[for="pcf-trust-orange"] input:checked~ .checkmark {
	background: #ec6608 !important;
}

label[for="pcf-trust-green"] .checkmark,
label[for="pcf-trust-green"] input:checked ~ .checkmark {
	background: #76b82a !important;
}

label[for="pcf-trust-red"] .checkmark:hover,
label[for="pcf-trust-orange"] .checkmark:hover,
label[for="pcf-trust-green"] .checkmark:hover {
	opacity: 0.5;
}


label[for="pcf-trust-red"] input,
label[for="pcf-trust-orange"] input,
label[for="pcf-trust-green"] input {
	display: none;
}


label[for="pcf-trust-red"]:hover,
label[for="pcf-trust-orange"]:hover,
label[for="pcf-trust-green"]:hover {
	background: none;
}


label[for="pcf-trust-red"] input:checked~ .checkmark,
label[for="pcf-trust-orange"] input:checked~span:nth-child(2),
label[for="pcf-trust-green"] input:checked~span:nth-child(2) {
	border: 3px solid #444 !important;
}

label[for="pcf-trust-red"],
label[for="pcf-trust-orange"],
label[for="pcf-trust-green"]{
padding: 0 0.5rem 0 0;
}


.filter-section:has(label[for*="trust"]) {
	flex-direction: row;
	flex-wrap: wrap;
}


.filter-section:has(label[for*="trust"]) h4 {
	width: 100%;
}

.pc-selected {
	display: none;
	flex-wrap: wrap;
	margin: 0.35rem 0 0 0;
}

.pc-selected span {
	margin: 0 .25rem 0 0;
	/*border-radius: .15rem;*/
	padding: 0.15rem 0.5rem;
	background-color: white;
	color: var(--link_color);
}

.pc-chip {
	display: flex;
	align-items: baseline;
	width: fit-content;
	font-size: 0.813rem;
	padding: 0 0.25rem !important;
	line-height: normal;
}

.pc-chip button {
	border: none;
	background: none;
	cursor: pointer;
	margin: 0 -0.25rem 0 0;
}

/* KI page post cards */

.alternate-tags {
	display: none;
	font-size: .75rem;
	opacity: 0.75;
}

.hide-content {
	display: none;
}

.pc-format-icon {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	padding: 0.5rem;
	margin: 0.5rem;
	border-radius: 5.25rem;
	background-color: #99999978;
	backdrop-filter: blur(4px);
	color: white;
	aspect-ratio: 1 / 1;
	justify-content: center;
	align-items: center;
}

.pc-format-icon i {
	font-size: 1rem;
}

.post-card>span {
	transition: transform 0.125s ease, box-shadow 0.125s ease;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.post-card>span:hover {
	transform: scale(1.2);
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
}

.wp-post-image {
	transition: transform 0.125s ease;
}

.post-card:hover .wp-post-image {
	transform: scale(1.05);
}

.post-card>div>div:nth-child(3) {
	height: 50%;

}

.post-card>div>div:nth-child(3)>div {
	height: 100%;
	padding: .5rem;
}

.pc-content>div {
	justify-content: space-between;
}

.fusion-events-meta h2 {
	font-size: 20px !important;
}

.tribe-events-calendar-list h3 {
	font-size: 20px !important;
}

.tribe-events-event-image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 0% !important;
}

.pc-search-container {
	position: relative;
}

.pc-search-container>i {
	position: absolute;
	top: 50%;
	right: 0.5rem;
}

.pc-filter .pc-filter-controls label {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	margin: .25rem .75rem .25rem 0;
	cursor: pointer;
}

.pc-filter .pc-clear {
	margin-left: .5rem;
}

.pc-count {
	font-size: medium;
}

.fusion-post-card[data-hidden="true"] {
	display: none;
}

.fusion-meta-tb {
	padding: 0 !important;
	height: fit-content !important;
}

.fusion-tb-tags {
	display: flex;
	padding: .75rem;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.post-card .fusion-tb-tags a {
	border: none;
	/*border-radius: 0.15rem;*/
	background-color: lightgrey;
	padding: .25rem;
}

.post-card-tags {
	border: none !important;
	justify-content: flex-end !important;
}

.pc-header {
	display: flex;
}

.pc-header>h3 {
	margin: 0 !important;
}

.custom-tags {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.custom-tags span {
	display: block;
	width: fit-content;
	padding: 0.05rem 0.25rem;
	/*border-radius: 0.15rem;*/
	background-color: white;
	margin: 0.15rem;
	color: var(--link_color);
}

.post-card .fusion-row,
.post-card .pc-img {
	transition: height 0.35s ease;
}

.post-card:hover .pc-img {
	height: 0% !important;
}

/*
.post-card:hover .pc-content{
	height: 100% !important;
}
*/
.post-card:hover .fusion-row {
	height: 100% !important;
}

.post-card .excerpt {
	display: none;
	font-size: small;
	line-height: normal;
}

.post-card:hover .excerpt {
	display: flex;
}

/*
.post-card {
	min-height: 26rem !important;
}
*/
/* Swiper */
.swiper {
	width: 100% !important;
	
	/*height: 30rem !important;
	height: fit-content;
	*/
}

.swiper-wrapper {
	padding: 0;
	margin: 0;
	background: none !important;
	height: auto;
	/*height: 26rem !important;*/
}

.swiper-slide {
	width: 18.63rem;
	/*min-width: 18.63rem;
	max-width: 18.63rem;*/
	/*width: calc(20% - 0.8rem) !important;*/
	height: auto;
	aspect-ratio: 3/4;
	position: relative;
	cursor: pointer;
	overflow-y: hidden;
}

.swiper-controls {
	position: relative;
	display: flex;
	border-top: 1px solid black;
	margin: 1rem 0;
	width: auto;
	height: 3rem;
	font-family: 'Unit Slab Regular' !important;
}


.fa-chevron-right:before,
.fa-chevron-left:before {
	color: var(--wp--preset--color--awb-color-4);
	font-size: 1.4rem !important;
}

.swiper-pagination {
	display: flex !important;
	justify-content: center !important;
	top: 0 !important;
}

.swiper-button-next, .swiper-button-prev{
    align-items: end !important;
}

.swiper-button-next{
    right: -0.1rem !important;
    width: auto !important;
}

.swiper-button-prev{
    left: -0.25rem !important;
    width: auto !important;
}

.swiper-pagination-bullet {
	background: none !important;
	border-radius: none !important;
	height: 1rem !important;
	width: 0.6rem !important;
	color: black !important;
	opacity: 1 !important;
    font-size: 1.4rem !important;
}

.swiper-pagination-bullet-active {
	color: var(--awb-color4) !important;
}

.pc-list .post-card {
	height: auto;
	aspect-ratio: 3/4;
	position: relative;
	cursor: pointer;
}

li.post-card {
	background: var(--awb-color2);
	/*border-radius: 0.25rem;*/
}

.pc-img-container,
.pc-content-container {
	display: flex;
	height: 50%;
}

.pc-content-container {
	position: relative;
	flex-direction: column;

}

.pc-img-container img {
	width: 100%;
	object-fit: cover;
}

.pc-content-container h5 {
	margin: 0;
	line-height: normal;
	font-weight: 400 !important;
}

.pc-tags-container {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0.3rem;
	z-index: 15;
	background: var(--awb-color2);
}

.pc-tags-container span {
	display: inline-block;
	font-size: 0.8rem;
	/*font-family: 'Unit Slab Regular';*/
	line-height: unset !important;
	color: black;
	padding: 0 0.3rem;
	/*border-radius: 0.25rem;*/
}


.pc-content-dynamics {
	position: absolute;
	top: 0;
	height: fit-content;
	background: var(--awb-color2);
	padding: 0.8rem;
	height: 200%;
	width: 100%;
	transition: top 0.5s ease-in-out;
	z-index: 10;
}

.pc-excerpt {
	opacity: 0;
	margin: 1.5rem 0 0 0;
	transition: opacity 0.15s ease;
}

.post-card:hover .pc-content-dynamics {
	top: -100%;
}

.post-card:hover .pc-excerpt {
	opacity: 1;
}


.pc-excerpt p {
	line-height: normal;
	font-size: 1.05rem;
}

.pc-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	gap: 1rem;
	list-style: none;
	width: 100%;
}

.pc-list .post-card {
	/*flex:1 1 calc((100% - 2rem)/3); /* 3 columns with the gaps accounted for */
	/*min-width: 15.625rem;
	max-width: 15.625rem;*/
	width: 100%;
	overflow: hidden;
}


@media (max-width: 1024px) {
	.pc-list .post-card {
		flex-basis: calc((100% - 1rem)/2);
	}
}

@media (max-width: 600px) {
	.pc-list .post-card {
		flex-basis: 100%;
	}
}

.link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 20;
}

/* KI Main Page */
.ki-slider,
.ki-contributor {
	margin: 0 0 4rem 0;
}

.ki-slider div:has(a.button-set) {
	display: flex !important;
	justify-content: flex-end !important;
}

.button-set {
	padding: 0.7rem 1rem !important;

}

.button-set span{
	text-align: center;
}

.filter-navigation div {
	width: fit-content !important;
}

.filter-navigation {
	display: none;
	width: 100% !important;
	padding: 2rem 0;
	background: var(--awb-color2);
}

.filter-navigation>div {
	width: 100% !important;
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between !important;
}

.contributors-form {
	background-color: var(--awb-color2);
}

.button-set {
	display: flex;
	justify-content: flex-end;
}

.single-post-sidebar {
	padding: 0 2.5% 0 0 !important;
}

.single-post-sidebar>div.fusion-column-wrapper {
	margin: 0 !important;
	background: var(--awb-color2) !important;
	padding: 1rem !important;
	gap: 1rem !important;
}

.single-post-sidebar>div.fusion-column-wrapper>div:nth-child(1) {
	margin: -1rem -1rem 0 -1rem !important;
}

.single-post-sidebar-img-copyright {
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 0.2rem 0 0;
	padding: 0.2rem 0.4rem;
	color: rgb(99, 99, 99);
	font-size: 0.75rem;
}


.main-content-column>div {
	gap: 1rem !important;
}

.main-content-column .title {
	margin: 0 !important;
}

.single-post-content>div>div>div>div:nth-child(2) {
	gap: 1rem !important;
	margin-right: 3rem !important;
	margin-left: 2rem !important;
}

.single-post-content>div>div>div>div p {
	margin: 0 !important;
}

.main-content-column>div {
	margin-right: 3rem !important;
}

.single-post-container {
	margin: 2rem 0 0 0 !important;
}

.single-post-comments {
	width: calc(66.666666667% - 1.78%) !important;
	padding-left: 3.8rem;
}

.single-post-comments .form-submit{
	justify-content: flex-end;
    display: flex;
}

.single-post-comments>div {
	width: 100% !important;
}

.single-post-content {
	margin: 2rem 0 0 0 !important;
}

.single-post-sidebar-tags {
	display: flex;
	flex-direction: column;
}

.single-post-sidebar-tags h4,
.single-post-content h4 {
	margin: 0.5rem 0;
}

.single-post-sidebar-tags span,
.single-post-sidebar-tags a {
	line-height: normal !important;
	color: #000 !important;
	cursor: pointer;
	transition: all 0.15s ease-in-out !important;
}

.single-post-sidebar-tags a.tag-link:hover {
	color: var(--tag-hover-color) !important;
	text-decoration: none !important;
}

.single-post-content .fusion-separator-border.sep-single.sep-solid {
	border-color: black !important;
}

.single-post-content .fusion-title {
	margin: 0 !important;
}

.single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h1>strong,
.single-post-content h2>strong,
.single-post-content h3>strong,
.single-post-content h4>strong,
.single-post-content h5>strong,
h5.post-card-title,
.ki-mainpage h1,
.ki-mainpage h2,
.ki-mainpage h3,
.ki-mainpage h4,
.ki-mainpage h5,
.ki-slider h1,
.ki-slider h2,
.ki-slider h3,
.ki-slider h4,
.ki-slider h5,
.ki-ressources-layout h1,
.ki-ressources-layout h2,
.ki-ressources-layout h3,
.ki-ressources-layout h4,
.ki-ressources-layout h5,
h4 .fusion-toggle-heading {
	font-family: 'Unit Slab Regular' !important;
	font-weight: 600 !important;
}

.post-card-title,
.ki-subtitle {
	color: var(--awb-color4) !important;
	/*#C20029*/
}

.single-post-content .single-post-subtitle,
.single-post-content .single-post-sidebar-tags {
	font-family: 'Unit Slab Regular' !important;
	font-weight: 400 !important;
}

.single-post-content .single-post-subtitle {
	text-transform: uppercase;
	line-height: 1.3;
}

.single-post-content .fusion-text {
	line-height: 1.7;
}

.single-post-content .fusion-title-heading {
	line-height: 1.1 !important;
}

.single-post-back-nav {
	margin: 0 0 0 1.9rem;
}

.single-post-back-button {
	padding: 0.25rem 0;
	font-size: 1.5rem;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
}

.single-post-wrapper {
	opacity: 1;
	transition: opacity .3s ease-out;
}

.single-post-wrapper.is-loading {
	opacity: 0;
	pointer-events: none;
}

.single-post-sidebar-image,
.single-post-sidebar-image img {
	width: 100% !important;
}

.single-post-content .fusion-text {
	gap: 1rem;
	display: flex;
	flex-direction: column;
}

.single-post-download-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: black;
}

.single-post-download-link i {
	font-size: 3rem;
    line-height: normal;
}

.pc-tags-container span {
	display: flex;
	flex-direction: row-reverse;
}

.pc-tag-color {
	margin: 0 0.2rem 0 0 !important;
	padding: 0 !important;
	width: 0.25rem !important;
	font-weight: bolder;
}

.pc-author {
	font-family: 'Unit Slab Regular';
	font-size: 0.8rem;
	display: flex;
	line-height: normal;
	margin-top: 0.5rem;
	border-bottom: 1px solid black;
	padding: 0 0 0.6rem 0;
}

.ki-subtitle {
	text-transform: uppercase;
	margin: 0 !important;
}

.ki-subtitle p {
	margin: 0 !important;
}

.ki-main>div>div>p {
	margin: 0 !important;
}

.ki-nav-cta {
	background: var(--awb-color4);
	padding: 2rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 3rem 0 2rem 0;
	gap: 2rem;
}

.ki-ressources-layout .ki-nav-cta {
	margin: 0 0 2rem 0;
}

.ki-nav-cta-item {
	display: flex;
	background: white;
	line-height: normal;
}

.ki-nav-cta-text {
	width: 100%;
	align-content: center;
	text-align: center;
}

.ki-nav-cta-item:hover .ki-nav-cta-icon {
	background: var(--awb-color4);
	color: white;
	
}

.ki-nav-cta-item:hover .ki-nav-cta-text {
	text-decoration: none !important;
	color: var(--awb-color4) !important;
	border: none !important;
}

a {
	text-decoration: none !important;
}

a:hover {
	text-decoration: none !important;
}

a:focus,
a:active {
	outline: none !important;
	box-shadow: none !important;
}

.ki-nav-cta-text,
.ki-nav-cta-icon {
	padding: 0 1rem;
}

.ki-nav-cta-icon {
	transition: all 0.2s ease-in-out;
	border-left: solid 1px var(--awb-color4);
	border-right: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.ki-nav-cta-icon {
	height: 4rem;
	display: inline-flex;
	align-items: center;
}

/* KI FILTER PAGE */

.ki-ressources-layout {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	/* 4 same-size columns */
	gap: 1.5rem;
	/* same gap between all columns/rows */
	align-items: start;
}

/* First column */
.pc-filter {
	grid-column: 1 / 2;
}

/* Columns 2–4 */
.pc-list {
	grid-column: 2 / 5;
	/* span remaining 3 columns */
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* 3 same-size post columns */
	gap: 1.5rem;
	/* same gap as parent */
}

/*
.post-card {
  background: white;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
  min-height: 140px;
}
*/



/*
.userway_buttons_wrapper{
	display: none !important;
}
*/
/* Custom Checkboxes */
/* Customize the label (the container) */
.checkbox-container {
  display: inline-flex;
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 1rem;
  width: 1rem;
  background-color: #eee;
  transform: translateY(-60%);
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: var(--awb-color4);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: translate(-50%, -70%) rotate(45deg);
}
  */
/*
  .uwy .userway_p1{
	display: none !important;
  }
*/
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.pc-pagination {
	display: flex;
	justify-content: center;
	grid-column-start: 2;
	grid-column-end: 5;
	margin: 2rem;
}

.pc-pagination button {
	border: none;
	outline: none;
	background: none;
}

#ee {
	cursor: pointer;
}

.pc-page-btn {
	font-size: 1.1rem;
	cursor: pointer;
	font-family: 'Unit Slab Regular';
}

.pc-page-btn.active {
	color: var(--awb-color4) !important;
}

#ki-faq h3{
	margin-bottom: 3rem;
}

#highlights-basics, #ki-faq, #ki-contributor{
    scroll-margin-top: 9.5rem;
}


/** PC SKELTONS **/

.post-card--skeleton {
  pointer-events: none;
  overflow: hidden;
  margin-right: 1rem;
}

.skeleton-block {
  background: #e0e0e0;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.skeleton-block::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  animation: skeleton-shimmer 1.4s ease-in-out infinite;
}

.skeleton-img {
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio placeholder */
}

.skeleton-title {
  height: 1.2rem;
  margin-bottom: 0.5rem;
}

.skeleton-meta {
  height: 0.8rem;
  width: 40%;
  margin-bottom: 0.75rem;
}

.skeleton-text {
  height: 0.9rem;
  margin-bottom: 0.35rem;
}

.skeleton-tag {
  height: 0.9rem;
  width: 30%;
  margin-top: 0.75rem;
}

@keyframes skeleton-shimmer {
  100% {
    transform: translateX(100%);
  }
}

@media screen and (max-width: 1100px) {
	.ki-nav-cta {
		padding: 1rem;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		margin: 4rem 0 2rem 0;
		gap: 1rem;
	}
}


@media (max-width: 1024px) {
	.ki-ressources-layout {
		grid-template-columns: repeat(3, 1fr);
	}

	.pc-filter{
		grid-column: 1 / 2;
	}
	.pc-list {
		grid-column: 2/5;
		grid-template-columns: repeat(2, 1fr);
	}

	.single-post-sidebar{
		margin-top: 2rem;
		padding: 0 1rem !important;
	}

	
}

@media (max-width: 640px) {
.ki-ressources-layout {
		grid-template-columns: repeat(1, 1fr);
	}

	.pc-filter{
		grid-column: 1;
	}
	.pc-list {
		grid-column: 1;
		grid-template-columns: repeat(1, 1fr);
	}

	.pc-pagination{
		grid-column-start: unset;
		grid-column-end: unset;
	}

	.button-set{
			margin: .5rem 0 0;
			width: 100%;
			justify-content: center;
	}

	.ki-contributor > div{
margin: 0 !important;
	}
	.ki-contributor form > div{
		padding: 0 0.5rem !important;
	}
	.ki-contributor .button-set > div,.ki-contributor form button{
		width:100% !important;
	}

	.ki-contributor .button-set{
		padding: .75rem 0 !important;
	}

	.ki-nav-cta{
		margin: 2rem 0 2rem 0;
	}

	.single-post-content>div>div>div>div:nth-child(2){
		margin: 0 .5rem !important;
	}
	.single-post-wrapper>div>div>div>div>div{
		flex-direction: column !important;
	}

	.single-post-comments{
width:100% !important;
padding-left: 3.8rem;
	}
	
}