/*POD STYLES*/

.mbsGrid{
	zmargin-top: -12px;
	.mbsCell{
		display:inline-grid; width:210px; max-width:210px; height:200px; max-height:200px; margin:0px 5px 5px 0px; padding:5px;
		text-align:center; background-color:#eee; border:1px solid gray;line-height:0.8em;
		a {
			color:#333; font-size:.8em; white-space:xnowrap; text-align: center;
			img {margin: auto; display:block; margin-bottom:0.8em}
			}
		}
}

.mbsListRow{
	display:flex;  flex-direction: row;  zjustify-content: space-between;
	.mbsListInfo{display:block; }
	.mbsListImg{display:block; min-width:110px; width:110px;  text-align: left;  };

}

.mbsCard{
	gap: 12px;
	display:flex;
    justify-content: space-evenly;
    border-bottom: 1px solid gray;
	padding:5px 5px 5px 0px;
	margin:12px 0px;
	.mbsBadge{flex-grow: 8; text-align: right; img{width:150px; height:150px} }
	.mbsListCategory{}
	li{ list-style: none; }
	.mbsLabel {color:darkgreen ; font-size:.8em}
}

.mbsCard.AsLine{justify-content: flex-start; .mbsBadge{flex-grow: 0;} }
.mbsListLink { display: block; font-size:.8em; }
.mbsListLink:before{ font-family:"Font Awesome 6 Free"; margin-right: 5px; content: "\f007"; }
.mbsListIcon{ img {width:1em; height:1em; margin-right:5px} }
.mbsTitle{font-weight: bold;}

.notebox{zdisplay:none;}


/*FILTER FORM*/

form.pods-form-filters { display:block; border:1px solid #ccc; zbackground-color:#fcb900; margin-bottom:12px; padding:5px; margin-top: -12px;

  background-color: rgba(220,220,220,0.6);
backdrop-filter: blur(10px) brightness(100%);

}
.pods-form-ui-field{ display:inline-block !important; }
select.pods-form-ui-field{width:200px; height:32px; margin:5px 0px;}
input.pods-form-filters-search{display:inline-block !important; width:200px !important; height:32px; margin:5px 0px;background-color:#fff !important;}
input.pods-form-filters-submit{display:inline-block !important; width:55px; height:32px; padding:0px !important; margin:5px 0px;}


/*KUTUPHANE*/

body.single-kutuphane  .main-header-single{background-image:url('https://kasif.mavi.net/wp-content/uploads/2026/07/f-kutuphane.png')!important;;}
body.single-asama  .main-header-single{background-image:url('https://kasif.mavi.net/wp-content/uploads/2026/07/f-liyakat.png')!important;;}
body.single-kidem  .main-header-single{background-image:url('https://kasif.mavi.net/wp-content/uploads/2026/07/f-liyakat.png')!important;;}

article.kutuphane {
	.list-card-wrap{ padding-left: 0px!important; min-height:unset;}
	.list-card-image{ display:none; }
	.list-card-title{ display:none; }
	.list-card-category{ display:none; }
	.zlist-card-excerpt{ display:none; }
	li{ list-style: none; }
	.mbsListInfo{ padding-left: 12px; }
	h2{ font-size: 22px; line-height: 1.4em; font-weight: 800; letter-spacing: -0.02em; }
}

/*ASAMA*/

article.asama {
	.list-card-wrap{ padding-left: 0px!important; min-height:unset;}
	.list-card-image{ display:none; }
	.list-card-title{ display:none; }
	.list-card-category{ display:none; }
	.zlist-card-excerpt{ display:none; }
	li{ list-style: none; }
	.mbsListInfo{ padding-left: 12px; }
	h2{ font-size: 22px; line-height: 1.4em; font-weight: 800; letter-spacing: -0.02em; }
}

article.kidem {
	.list-card-wrap{ padding-left: 0px!important; min-height:unset;}
	.list-card-image{ display:none; }
	.list-card-title{ display:none; }
	.list-card-category{ display:none; }
	.zlist-card-excerpt{ display:none; }
	li{ list-style: none; }
	.mbsListInfo{ padding-left: 12px; }
	h2{ font-size: 22px; line-height: 1.4em; font-weight: 800; letter-spacing: -0.02em; }
}



