/*
General
-----
START
*/

html {
	box-sizing: border-box;
	overflow-x: hidden;
}
html, body, iframe, div, span, p, ol, ul, li, img, a, h1, h2, h3, h4, h5, h6, blockquote, strike, strong, sub, sup,
tt, var, b, u, i, dl, dt, dd, fieldset, form, label, pre, details, abbr, acronym, address, big, cite, object,
code, del, dfn, em, ins, kbd, q, s, mark, samp, small, legend, table, caption, tbody, tfoot, thead, tr, th, td,
aside, video, audio, canvas, embed, figure, figcaption, hgroup, applet, time, menu, nav, output, section, summary {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	color: #353b48;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	-webkit-font-smoothing: antialiased;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
.mlite-container {
	max-width: 1320px;
	margin: 0 auto;
}
.mlite-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
div {
	display: block;
	word-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
div::-webkit-scrollbar {
    width: 0;
}
:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}
a {
	color: #45bf26;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
a:visited {
	text-decoration: none;
}
a:active,
a:focus {
	outline: none;
}
::-webkit-input-placeholder {
	color: #636e72;
}
:-ms-input-placeholder {
	color: #636e72;
}
::-moz-placeholder {
	color: #636e72;
	opacity: 1;
}
:-moz-placeholder {
	color: #636e72;
	opacity: 1;
}
:focus::-webkit-input-placeholder,
:focus::-moz-placeholder,
:focus:-moz-placeholder,
:focus:-ms-input-placeholder {
	color: transparent;
}
input,
textarea,
select {
	background-color: #f6f7f9;
	border: 1px solid #d4d8e9;
	border-radius: 8px;
	padding: 0 15px;
	min-height: 46px;
  	outline: none;
	outline: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #353b48;
}
textarea {
	padding: 15px;
}
select {
	padding-left: 11px;
	padding-right: 20px;
}
input[type="text"]:focus {
	outline: none;
}
input[type="submit"] {
    background-color: #2f3640;
    border: 0;
	border-radius: 8px;
    padding: 15px 35px;
    font-weight: 700;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table tr th {
	padding: 10px 5px;
}
table tr td {
	padding: 10px 5px;
}
fieldset {
	padding: 20px;
}
input[type="radio"] {
	min-height: auto;
}
input[type="checkbox"] {
	min-height: auto;
}
input[type="file"] {
	padding: 20px;
}
pre {
	padding: 20px;
    background-color: #f6f7f9;
    border-radius: 10px;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	font-weight: 700;
	line-height: 1.25em;
	color: #2f3640;
	-webkit-backface-visibility: hidden;
}
h1, h1 a {
	font-size: 3.052em;
}
h2, h2 a {
	font-size: 2.441em;
}
h3, h3 a {
	font-size: 1.953em;
}
h4, h4 a {
	font-size: 1.563em;
}
h5, h5 a {
	font-size: 1.25em;
}
h6, h6 a {
	font-size: 1em;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
ol,
ul {
	list-style: none;
}
iframe,
embed,
object,
video {
	max-width: 100%;
}
.mlite-20 {
	width: 20%;
}
.mlite-25 {
	width: 25%;
}
.mlite-33 {
	width: 33.33333333%;
}
.mlite-50 {
	width: 50%;
}
.mlite-60 {
	width: 60%;
}
.mlite-75 {
	width: 75%;
}
.mlite-100 {
	width: 100%;
}
.mlite-default-image-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background-color: #f6f7f9;
	border-radius: 10px;
}
.mlite-default-image {
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 48px;
    width: 48px;
    height: 48px;
    color: #718093;
}

/*
General
-----
END
*/

/*
Header
-----
START
*/

.mlite-header-wrapper {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 9999;
}
.mlite-header {
	position: relative;
	margin: 0 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 12px 62px -5px rgba(0, 0, 0, 0.08);
}
.mlite-header-inner {
	padding: 20px;
}
.mlite-header-items {
	flex-wrap: wrap;
}
.mlite-header-logo-container {
	position: relative;
	flex-wrap: wrap;
	align-items: center;
}
.mlite-header-logo-container-inner {
	position: relative;
}
.mlite-header-block {
	position: absolute;
}
.mlite-header-block.fixed {
	position: fixed;
	background-color: #fff;
	border-bottom: 1px solid #f6f7f9;
	min-height: 60px;
	z-index: 1000;
}
.mlite-header-block.fixed .mlite-header-wrapper {
	position: relative;
	top: 0;
}
.mlite-header-block.fixed .mlite-header {
	background-color: transparent;
	border-radius: 0;
	box-shadow: 0px 12px 62px -5px rgba(0, 0, 0, 0);
}
a.mlite-header-logo-text {
	display: block;
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: 700;
	color: #2f3640;
}
span.mlite-header-logo-description {
	display: block;
	font-size: 0.8em;
	line-height: 1.25em;
	font-weight: 300;
	color: #718093;
}
.mlite-header-mobile-menu-button {
	position: absolute;
	padding: 10px;
	font-size: 1.25em;
	cursor: pointer;
	right: -10px;
}
.mlite-header-mobile-menu-button .fa-bars.no-visible,
.mlite-header-mobile-menu-button .fa-xmark.no-visible {
	display: none;
}
.mlite-header-menu-container {
	position: relative;
	align-items: center;
	justify-content: end;
}
.mlite-header-menu-container > ul {
	flex-wrap: wrap;
	gap: 2px 0;
}
.mlite-header-menu-container ul li a {
	color: #2f3640;
}
.mlite-header-menu-container ul li.enyakin-menu-item a {
	color: #27ae60;
	font-weight: 600;
}
.mlite-header-menu-container ul li.enyakin-menu-item a:hover {
	color: #1a8c4e;
}
.mlite-header-menu-container ul li.enyakin-menu-item a i {
	margin-right: 4px;
}
.mlite-header-menu-container > ul > li.button > a {
	border-radius: 8px;
	margin: 0 8px;
	color: #fff;
	font-weight: 700;
	background-color: #45bf26;
	border: 1px solid #45bf26;
	-webkit-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
.mlite-header-menu-container > ul > li.button > a:hover {
	color: #45bf26;
	background-color: transparent;
	border: 1px solid #45bf26;
}
li.strong a {
	font-weight: 700;
}
.mlite-header-menu-search-open-button {
	position: relative;
	font-size: 1.25em;
	color: #2f3640;
	cursor: pointer;
}
.mlite-header-menu-search-container {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	left: 40px;
	background-color: #fff;
	padding: 8px 0;
	min-height: 48px;
	border-radius: 8px;
	align-items: center;
	-webkit-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
.mlite-header-menu-search-container.visible {
	visibility: visible;
	opacity: 1;
	left: 0;
}
.mlite-header-menu-search {
	position: relative;
	align-items: center;
}
.mlite-header-search-form-inner input[type="search"] {
	background-color: transparent;
	min-height: 46px;
	border-radius: 8px;
	border: 0;
	padding: 0;
	font-size: 1em;
	color: #353b48;
}
.mlite-header-search-form-inner {
	background-color: #f6f7f9;
	min-height: 46px;
	border-radius: 8px;
	padding: 0 7px 0 20px;
}
.mlite-header-search-form-inner input[type="submit"] {
	padding: 8px 20px;
    margin: 6px 0;
    font-weight: 400;
    min-height: auto;
    border-radius: 6px;
    background-color: #526377;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mlite-header-search-form-inner input[type="submit"]:hover {
	background-color: #2f3640;
}
.mlite-header-menu-search-close-button {
	padding: 6px;
	margin-left: 14px;
	cursor: pointer;
}
.mlite-header-mobile-menu-copy {
	display: none;
	text-align: center;
    width: 100%;
	margin: 35px 0 15px;
	font-size: 0.8em;
    line-height: 1.43em;
    font-weight: 400;
    color: #718093;
}
.mlite-header-mobile-menu-copy a {
	text-decoration: none;
    color: #718093;
}

/*
Header
-----
END
*/

/*
Homepage
-----
START
*/

.mlite-home-hero-block-background-wrapper {
    background: linear-gradient(180deg, #1a5632 0%, #0d2818 100%) !important;
    padding-top: 160px;
    position: relative;
    overflow: hidden;
}
.mlite-home-hero-block-background-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 600px 300px at 20% 80%, rgba(69,191,38,.12) 0%, transparent 100%),
        radial-gradient(ellipse 400px 400px at 80% 20%, rgba(45,138,78,.15) 0%, transparent 100%);
    pointer-events: none;
}
.mlite-home-hero-block {
	margin: 0 10px;
    padding-bottom: 20px;
}
.mlite-home-hero-block-featured {
	flex-wrap: wrap;
}
.mlite-home-hero-image-block-wrapper {
	overflow: hidden;
	line-height: 0;
}
.mlite-home-hero-image-block {
	margin: 0 10px 20px;
	overflow: hidden;
	border-radius: 10px;
}
.mlite-home-hero-image-block-inner {
	position: relative;
}
.mlite-home-hero-image-block-heading {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
    background: linear-gradient(transparent, #000);
    border-radius: 0 0 10px 10px;
}
.mlite-home-hero-image-block-heading-inner {
	padding: 30px 20px;
}
.mlite-home-hero-image-block-heading-category {
    margin-bottom: 6px;
    font-size: 1em;
    line-height: 1.25em;
    color: #fff;
    font-weight: 300;
}
.mlite-home-hero-image-block-heading-title {
    margin-bottom: 10px;
    font-size: 1.563em;
    line-height: 1.25em;
    color: #fff;
    font-weight: 700;
}
.mlite-home-hero-image-block-heading-readmore {
	font-size: 0.8em;
    line-height: 1.25em;
    color: #718093;
    font-weight: 400;
}

/*
Homepage
-----
END
*/

/*
Page Title
-----
START
*/

.mlite-page-title-background {
	background-color: #f6f7f9;
	padding-top: 160px;
}
.mlite-page-title {
	margin: 0 20px;
}
.mlite-page-title h1 {
	font-size: 3.052em;
	line-height: 1.25em;
}
.mlite-page-title-inner {
	padding: 0 20px 30px;
}
.mlite-page-title-description {
	margin-top: 15px;
	font-size: 1em;
    line-height: 1.72em;
    color: #718093;
}
.mlite-page-title-category {
	margin-left: 3px;
}
.mlite-page-title-category a {
	font-size: 0.8em;
	line-height: 1.25em;
	color: #718093;
	text-decoration: underline;
}
.mlite-page-title-category a:hover {
	color: #353b48;
}

/*
Page Title
-----
END
*/

/*
Post Title
-----
START
*/

.mlite-post-title-background {
	background-color: #f6f7f9;
	padding-top: 160px;
}
.mlite-post-title {
	flex-wrap: wrap;
	align-items: center;
}
.mlite-post-title-image {
	line-height: 0;
}
.mlite-post-title-image img {
	border-radius: 10px;
}
.mlite-post-title-image-inner {
	margin: 0 20px 40px;
}
.mlite-post-title-meta-inner {
	margin: 0 20px 40px;
}
.mlite-post-title-meta h1 {
	font-size: 2.441em;
	line-height: 1.43em;
}
.mlite-post-title-meta-category {
	margin-left: 3px;
	margin-bottom: 10px;
}
.mlite-post-title-meta-category a {
	display: inline-block;
    background-color: rgba(69, 191, 38, 0.15);
    border-radius: 8px;
    padding: 7px 14px;
    margin-right: 6px;
    font-weight: 400;
	font-size: 0.8em;
	line-height: 1.25em;
	color: #45bf26;
	text-decoration: underline;
}
.mlite-post-title-meta-category a:hover {
	color: #fff;
	background-color: rgba(69, 191, 38, 1);
}
.mlite-post-title-meta-date-comments {
	margin-top: 10px;
}
.mlite-post-title-meta-date-comments .mlite-page-body-content-date {
	display: inline-block;
	margin-right: 20px;
	padding-bottom: 0;
}
.mlite-post-title-meta-comments {
	display: inline-block;
	font-size: 0.8em;
    line-height: 24px;
    color: #718093;
}
.mlite-post-title-meta-comments span {
	display: inline-block;
    text-align: center;
    padding: 0 7px;
    margin-right: 5px;
    border-radius: 8px;
    color: #45bf26;
    background-color: rgba(69, 191, 38, 0.15);
}

/*
Post Title
-----
END
*/

/*
Page Body
-----
START
*/

.mlite-page-no-title {
	padding-top: 100px;
}
.mlite-page-body {
	padding: 60px 0 0;
	flex-wrap: wrap;
}
.mlite-page-body-content-inner,
.mlite-page-body-sidebar-inner {
	margin: 0 20px;
}
.mlite-page-body-content-featured-image-single-wrapper {
	text-align: center;
	margin-bottom: 20px;
}
.mlite-page-body-content-featured-image-single {
	line-height: 0;
	margin-bottom: 8px;
}
.mlite-page-body-content-featured-image-single img {
	border-radius: 10px;
}
.mlite-page-body-content-featured-image-caption {
	font-size: 0.8em;
	line-height: 1.52em;
	color: #718093;
}
.mlite-page-body-content-featured-image-caption-inner {
	padding: 0 20px;
}
.mlite-page-body-excerpt {
	font-size: 1.25em;
	line-height: 1.62em;
	color: #718093;
	border-left: 3px solid #45bf26;
    padding-left: 20px;
	margin-bottom: 40px;
}
.mlite-page-body-content {
	padding-bottom: 36px;
}
.mlite-page-body-content h1,
.mlite-page-body-content h1 a {
	font-size: 2.441em;
}
.mlite-page-body-content h2,
.mlite-page-body-content h2 a {
	font-size: 1.953em;
}
.mlite-page-body-content h3,
.mlite-page-body-content h3 a {
	font-size: 1.563em;
}
.mlite-page-body-content h4,
.mlite-page-body-content h4 a {
	font-size: 1.25em;
}
.mlite-page-body-content h5,
.mlite-page-body-content h5 a {
	font-size: 1em;
}
.mlite-page-body-content h6,
.mlite-page-body-content h6 a {
	font-size: 1em;
}
.mlite-page-body-content h1,
.mlite-page-body-content h2,
.mlite-page-body-content h3,
.mlite-page-body-content h4,
.mlite-page-body-content h5,
.mlite-page-body-content h6 {
	padding: 35px 0 17px;
}
.mlite-page-body-content p {
	line-height: 1.72em;
	padding-bottom: 24px;
}
.mlite-page-body-content p:last-child {
	padding-bottom: 0;
}
.mlite-page-body-content a {
	text-decoration: underline;
}
.mlite-page-body-content code {
	background-color: #dcdde1;
	display: inline-block;
	padding: 3px 6px;
	border-radius: 5px;
	font-weight: 700;
}
.mlite-page-body-content ul {
	list-style: disc;
	padding-bottom: 20px;
}
.mlite-page-body-content ol {
	list-style: decimal;
	padding-bottom: 20px;
}
.mlite-page-body-content ul li,
.mlite-page-body-content ol li {
	line-height: 1.43em;
  	margin: 0 0 15px 20px;
}
.mlite-page-body-content ul li:last-child,
.mlite-page-body-content ol li:last-child {
	margin-bottom: 0;
}
.mlite-page-body-content-date {
	padding-bottom: 10px;
	font-size: 0.8em;
	line-height: 24px;
	color: #718093;
}
.mlite-page-body-content-date span {
	display: inline-block;
    text-align: center;
    padding: 0 7px;
    margin-right: 5px;
    border-radius: 8px;
    color: #45bf26;
    background-color: rgba(69, 191, 38, 0.15);
}
.mlite-page-body-content-tags {
	padding-bottom: 10px;
	font-size: 0.8em;
	line-height: 24px;
	color: #718093;
}
.mlite-page-body-content-tags span {
	display: inline-block;
    text-align: center;
    padding: 0 7px;
    margin-right: 5px;
    border-radius: 8px;
    color: #45bf26;
    background-color: rgba(69, 191, 38, 0.15);
}
.mlite-page-body-content-tags a {
	color: #718093;
	text-decoration: underline;
}
.mlite-page-body-content-tags a:hover {
	color: #353b48;
}
.mlite-page-body-content-author-wrapper {
	background-color: #f6f7f9;
	border-radius: 10px;
	margin: 50px 0 60px;
}
.mlite-page-body-content-author {
	padding: 20px;
}
.mlite-page-body-content-author-inner {
	flex-wrap: wrap;
	align-items: center;
}
.mlite-page-body-content-author-image {
	width: 100px;
	line-height: 0;
}
.mlite-page-body-content-author-image img {
	border-radius: 8px;
}
.mlite-page-body-content-author-idata {
	flex: 1;
}
.mlite-page-body-content-author-title {
	font-size: 0.8em;
	line-height: 1.52em;
	color: #718093;
}
.mlite-page-body-content-author-name {
	padding-bottom: 6px;
	font-size: 1em;
	line-height: 1.52em;
	font-weight: 700;
	color: #2f3640;
}
.mlite-page-body-content-author-name a {
	color: #2f3640;
  text-decoration: underline;
}
.mlite-page-body-content-author-name a:hover {
	color: #45bf26;
}
.mlite-page-body-content-author-bio {
	line-height: 1.52em;
}
.mlite-page-body-related-publications-title {
	margin: 0 20px;
	font-size: 1.563em;
	line-height: 1.25em;
	font-weight: 700;
	color: #2f3640;
	padding-bottom: 40px;
}
.mlite-right-sidebar-wrapper {
	padding-bottom: 40px;
}
.mlite-right-sidebar-wrapper:last-child {
	padding-bottom: 0;
}
.mlite-right-sidebar-title {
	font-size: 1.563em;
	line-height: 1.52em;
	font-weight: 700;
	color: #2f3640;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}

/*
Page Body
-----
END
*/

/*
Page Comments
-----
START
*/

.mlite-page-body-comments-wrapper {
	padding-top: 40px;
}
.mlite-page-body-comments {
	margin: 0 20px;
}
.mlite-page-body-comments-title,
h3.comment-reply-title {
	padding-bottom: 40px;
	font-size: 1.563em;
	line-height: 1.25em;
	font-weight: 700;
	color: #2f3640;
}
.mlite-page-body-comments-items-wrapper {
	padding-bottom: 40px;
	line-height: 1.52em;
}
ul.mlite-page-body-comments-items li {
	margin-bottom: 40px;
}
.mlite-page-body-comments-item-avatar {
	width: 100px;
	line-height: 0;
}
.mlite-page-body-comments-item-avatar img {
	border-radius: 10px;
	margin-right: 20px;
}
.mlite-page-body-comments-item-block {
	width: 100%;
	flex: 1;
}
.mlite-page-body-comments-item-author {
	padding-bottom: 10px;
	font-size: 1em;
	line-height: 1.52em;
	font-weight: 700;
	color: #2f3640;
}
.mlite-page-body-comments-item-author a {
	color: #2f3640;
	text-decoration: underline;
}
.mlite-page-body-comments-item-author a:hover {
	color: #45bf26;
}
.mlite-page-body-comments-item-content {
	padding-bottom: 10px;
}
.mlite-page-body-comments-item-content a {
	text-decoration: underline;
}
.mlite-page-body-comments-item-author a:hover {
	color: #2f3640;
}
.mlite-page-body-comments-item-date {
	font-size: 0.8em;
	line-height: 1.52em;
	color: #718093;
}
.mlite-page-body-comments-item-date a {
  	color: #718093;
	text-decoration: underline;
}
.mlite-page-body-comments-item-date a:hover {
	color: #353b48;
}
.comment-respond p.logged-in-as,
.comment-respond p.comment-notes,
.comment-respond p.comment-form-cookies-consent {
	padding-bottom: 20px !important;
	font-size: 0.8em;
  	line-height: 1.52em;
  	color: #718093;
}
.comment-respond p.logged-in-as a,
.comment-respond p.comment-notes a,
.comment-respond p.comment-form-cookies-consent a {
  	color: #718093;
	text-decoration: underline;
}
.comment-respond p.logged-in-as a:hover,
.comment-respond p.comment-notes a:hover,
.comment-respond p.comment-form-cookies-consent a:hover {
	color: #353b48;
}
.comment-respond textarea {
	width: 100%;
	background-color: #f6f7f9;
	border-radius: 8px;
	border: 0;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 1em;
	color: #353b48;
}
.comment-respond input[type="submit"] {
	cursor: pointer;
	border-radius: 8px;
	border: 0;
	color: #fff;
	background-color: #2f3640;
	font-size: 1em;
	padding: 12px 26px;
}
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"] {
	background-color: #f6f7f9;
	min-height: 46px;
	border-radius: 8px;
	border: 0;
	padding: 0 15px;
	font-size: 1em;
	color: #353b48;
	margin-bottom: 20px;
}
.comment-respond input[type="checkbox"] {
	padding: 0;
	min-height: auto;
}

/*
Page Comments
-----
END
*/

/*
Page Footer
-----
START
*/

.mlite-footer {
	margin: 40px 20px 0;
}
.mlite-footer-inner {
	padding-top: 40px;
	font-size: 1em;
	line-height: 1.43em;
	color: #718093;
}
.mlite-footer-inner a {
	color: #718093;
	text-decoration: underline;
}
.mlite-footer-inner a:hover {
	color: #353b48;
}
.mlite-footer-below {
	padding: 20px 0 40px;
	justify-content: center;
	align-items: center;
	font-size: 1em;
	line-height: 1.43em;
	color: #718093;
}
.mlite-footer-below a {
	color: #718093;
}
.mlite-footer-below a:hover {
	color: #353b48;
}
.mlite-footer-below-inner {
	text-align: center;
}
.mlite-footer-widget-wrapper {
	padding-bottom: 20px;
}
.mlite-footer-widget-title {
	font-size: 1.563em;
	line-height: 1.52em;
	font-weight: 700;
	color: #2f3640;
}

/*

Back to Top Button

*/

.mlite-back-to-top-button {
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	z-index: 1000;
	background-color: #2f3640;
	color: #fff;
	line-height: 45px;
	width: 55px;
	height: 45px;
	text-align: center;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	-webkit-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.mlite-back-to-top-button.active {
	opacity: 0.7;
	visibility: visible;
	cursor: pointer;
}
.mlite-back-to-top-button.active:hover {
	opacity: 1;
}

/*
Page Footer
-----
END
*/

/*
Loop Items
-----
START
*/

.mlite-archive-loop-items {
	flex-wrap: wrap;
}
.mlite-archive-loop-item-wrapper {
	margin-bottom: 60px;
}
.mlite-archive-loop-item {
	flex-wrap: wrap;
}
.mlite-archive-loop-item-image-inner {
	padding: 0 10px 0 20px;
	line-height: 0;
}
.mlite-loop-item-image img {
	border-radius: 10px;
}
.mlite-archive-loop-item-title {
	text-align: center;
	justify-content: center;
	align-items: center;
}
.mlite-archive-loop-item-title-inner {
	padding: 0 20px 0 10px;
}
.mlite-loop-item-category {
	font-size: 0.8em;
	line-height: 1.25em;
	color: #718093;
	margin-bottom: 15px;
}
.mlite-loop-item-category a {
	text-decoration: underline;
	color: #718093;
}
.mlite-loop-item-title {
    font-size: 1.953em;
    line-height: 1.25em;
    font-weight: 700;
    color: #2f3640;
    margin-bottom: 12px;
}
.mlite-loop-item-title a {
	text-decoration: none;
	color: #2f3640;
}
.mlite-loop-item-title a:hover {
	color: #45bf26;
}
.sticky .mlite-loop-item-title a {
	color: #45bf26;
}
.mlite-loop-item-author-date {
	font-size: 0.8em;
	line-height: 24px;
	color: #718093;
}
.mlite-loop-item-author-date a {
	font-weight: 700;
	color: #718093;
}
.mlite-loop-item-author-date a:hover {
	color: #45bf26;
}
.mlite-loop-item-author-date span {
	display: inline-block;
    text-align: center;
    padding: 0 7px;
    margin-right: 5px;
    border-radius: 8px;
    color: #45bf26;
    background-color: rgba(69, 191, 38, 0.15);
}

/*

Loop item - Layout #2

*/

.mlite-archive-loop-2-items {
	flex-wrap: wrap;
}
.mlite-archive-loop-2-item-wrapper {
	margin-bottom: 70px;
}
.mlite-archive-loop-2-item {
	margin: 0 20px;
}
.mlite-archive-loop-2-item-image-inner {
	padding-bottom: 20px;
	line-height: 0;
}
.mlite-loop-2-item-image img {
	border-radius: 10px;
}
.mlite-archive-loop-2-item-title {
	text-align: center;
	justify-content: center;
	align-items: center;
}
.mlite-loop-2-item-category {
	font-size: 0.8em;
	line-height: 1.25em;
	color: #718093;
	margin-bottom: 15px;
}
.mlite-loop-2-item-category a {
	text-decoration: underline;
	color: #718093;
}
.mlite-loop-2-item-title {
    font-size: 1.563em;
    line-height: 1.43em;
    font-weight: 700;
    color: #2f3640;
    margin-bottom: 12px;
}
.mlite-loop-2-item-title a {
	text-decoration: none;
	color: #2f3640;
}
.mlite-loop-2-item-title a:hover {
	color: #45bf26;
}
.sticky .mlite-loop-2-item-title a {
	color: #45bf26;
}
.mlite-loop-2-item-author-date {
	font-size: 0.8em;
	line-height: 24px;
	color: #718093;
}
.mlite-loop-2-item-author-date a {
	font-weight: 700;
	color: #718093;
}
.mlite-loop-2-item-author-date a:hover {
	color: #45bf26;
}
.mlite-loop-2-item-author-date span {
	display: inline-block;
    text-align: center;
    padding: 0 7px;
    margin-right: 5px;
    border-radius: 8px;
    color: #45bf26;
    background-color: rgba(69, 191, 38, 0.15);
}

/*

Loop item - Layout #3

*/

.mlite-archive-loop-3-item-wrapper-background {
	margin: 0 20px 40px;
    border-radius: 12px 12px 10px 10px;
    box-shadow: 0px 12px 62px -5px rgba(0, 0, 0, 0.15);
}
.mlite-archive-loop-3-item {
    background-color: #fff;
    border-radius: 10px;
}
.mlite-archive-loop-3-item-inner {
	padding: 20px;
}
.mlite-archive-loop-3-item-elements {
	flex-wrap: wrap;
	align-items: center;
}
.mlite-archive-loop-3-item-image-area-inner,
.mlite-archive-loop-3-item-central-area-inner,
.mlite-archive-loop-3-item-button-area-inner {
	padding: 20px;
}
.mlite-archive-loop-3-item-image,
.mlite-archive-loop-3-item-image a {
	line-height: 0;
}
.mlite-archive-loop-3-item-image img {
	border-radius: 8px;
}
.mlite-loop-3-item-category {
	font-size: 0.8em;
	line-height: 1.25em;
	color: #718093;
	margin-bottom: 10px;
}
.mlite-loop-3-item-category a {
	text-decoration: underline;
	color: #718093;
}
.mlite-loop-3-item-title {
	font-size: 1.563em;
	line-height: 1.25em;
	color: #353b48;
	font-weight: 700;
}
.mlite-loop-3-item-title a {
	color: #353b48;
	text-decoration: none;
}
.mlite-loop-3-item-title a:hover {
	color: #45bf26;
}
.sticky .mlite-loop-3-item-title a {
	color: #45bf26;
}
.mlite-loop-3-item-title strong {
	color: #01ce88;
}
.mlite-loop-3-item-title p {
	padding-bottom: 0 !important;
	line-height: 1.43em !important;
}
.mlite-loop-3-item-title p:last-child {
	padding-bottom: 0;
}
.mlite-loop-3-item-author-date {
	font-size: 0.8em;
	line-height: 24px;
	color: #718093;
	margin-top: 10px;
}
.mlite-loop-3-item-author-date a {
	font-weight: 700;
	color: #718093;
}
.mlite-loop-3-item-author-date a:hover {
	color: #45bf26;
}
.mlite-loop-3-item-author-date span {
	display: inline-block;
    text-align: center;
    padding: 0 7px;
    margin-right: 5px;
    border-radius: 8px;
    color: #45bf26;
    background-color: rgba(69, 191, 38, 0.15);
}
.mlite-archive-loop-3-item-button {
	text-align: center;
}
.mlite-archive-loop-3-item-button-inner a {
	display: block;
	position: relative;
	font-size: 1em;
	line-height: 1.25em;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
	border-radius: 8px;
	background-color: #45bf26;
	padding: 20px;
	margin-bottom: 6px;
	transition: all 0.6s;
}
.mlite-archive-loop-3-item-button-inner a:hover {
	padding-left: 15px;
	padding-right: 27px;
}
.mlite-archive-loop-3-item-button-inner a:after {
	font-family: 'Font Awesome 7 Free' !important;
	content: "\f101";
	position: absolute;
	font-size: 16px;
	opacity: 0;
	top: auto;
	bottom: auto;
	right: -10px;
	transition: all 0.6s;
}
.mlite-archive-loop-3-item-button-inner a:hover:after {
	opacity: 1;
	right: 8px;
}

/*

Search loop item

*/

.mlite-search-loop-item-wrapper {
	margin-bottom: 60px;
}
.mlite-search-loop-item-title .mlite-loop-item-title a {
	text-decoration: underline;
}
.mlite-search-loop-item-title-inner {
	padding: 0 20px;
}
.mlite-search-loop-item-excerpt {
	line-height: 1.72em;
	margin-top: 10px;
}
.mlite-search-loop-item-excerpt-inner {
	padding: 0 20px;
}

/*

Loop pagination

*/

nav.pagination,
nav.wp-block-query-pagination {
	width: 100%;
	display: block;
	text-align: center;
	margin: 10px auto 0;
}
nav.pagination .nav-links {
	margin: 0 20px;
}
nav.wp-block-query-pagination .wp-block-query-pagination-numbers {
	display: inline-block;
}
nav.pagination .nav-links span.current,
nav.wp-block-query-pagination .wp-block-query-pagination-numbers span.current {
	display: inline-block;
	background-color: #8595ab;
	color: #fff;
  	padding: 10px 15px;
  	margin: 5px 3px 5px;
  	border-radius: 8px;
}
nav.pagination .nav-links a,
nav.wp-block-query-pagination a {
	display: inline-block;
	background-color: #dcdde1;
  	color: #2f3640;
  	padding: 10px 15px;
  	margin: 5px 5px 5px;
  	border-radius: 8px;
  	text-decoration: none !important;
}
nav.pagination .nav-links a:hover,
nav.wp-block-query-pagination a:hover {
	background-color: #8595ab;
  	color: #fff;
}

/*
Loop Items
-----
END
*/

/*
WordPress Blocks
-----
START
*/

.mlite-text-right {
	text-align: right !important;
}
.mlite-zero-bottom,
.mlite-zero-bottom p {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.mlite-flex-center {
	justify-content: center;
}
.mlite-rounded {
	border-radius: 10px;
}
.wp-caption {
	max-width: 100%;
	margin-top: 5px;
}
.wp-caption-text,
.gallery-caption {
	font-size: 0.8em;
  	line-height: 1.25em;
  	color: #718093;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
pre {
	overflow: auto;
}
nav.navigation {
	clear: both;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
  	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.wp-block-heading {
	font-size: 1.563em;
	line-height: 1.52em;
	font-weight: 700;
	color: #2f3640;
}
.widget_block .wp-block-heading {
	padding-bottom: 17px;
}
.wp-block-search__label {
	display: block;
	padding-bottom: 10px;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 700;
}
.wp-block-search__input {
  	background-color: #f6f7f9;
  	min-height: 46px;
  	border-radius: 8px;
  	border: 0;
  	padding: 0 15px;
  	font-size: 1em;
  	color: #353b48;
}
.wp-block-search__button {
	border-radius: 8px;
	border: 0;
	color: #fff;
	background-color: #2f3640;
	font-size: 1em;
	padding: 0 15px;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
  	list-style: none !important;
  	padding: 0 !important;
}
.wp-block-navigation ul li {
	margin: 0 !important;
}
.wp-block-latest-posts li,
.wp-block-latest-comments li,
.wp-block-archives li,
.wp-block-categories li {
	margin-bottom: 8px !important;
	font-size: 1em;
	line-height: 1.52em;
	font-weight: 400;
	color: #353b48;
}
.wp-block-latest-posts li:last-child,
.wp-block-latest-comments li:last-child,
.wp-block-archives li:last-child,
.wp-block-categories li:last-child {
	margin-bottom: 0;
}
.wp-block-latest-posts li a,
.wp-block-latest-comments li a,
.wp-block-archives li a,
.wp-block-categories li a {
	color: #353b48;
	text-decoration: underline;
}
.wp-block-latest-posts li a:hover,
.wp-block-latest-comments li a:hover,
.wp-block-archives li a:hover,
.wp-block-categories li a:hover {
	color: #45bf26;
}
.wp-block-navigation a {
	color: #353b48;
	text-decoration: underline;
}
.wp-block-navigation a:hover {
	color: #45bf26 !important;
}
.wp-block-navigation__submenu-container {
	padding: 8px !important;
}
.wp-block-navigation__submenu-container li {
	padding: 8px 0 !important;
}
.wp-block-navigation__submenu-container a {
	text-decoration: none !important;
}
h1.wp-block-site-title {
	font-size: 1em !important;
	padding-bottom: 1.52em;
}
h1.wp-block-site-title a {
	font-size: 1.25em !important;
	line-height: 1.25em;
	font-weight: 700;
	color: #2f3640;
	text-decoration: none !important;
}
.wp-block-site-tagline {
	font-size: 0.8em;
	line-height: 1.25em;
	font-weight: 300;
	color: #718093;
}
.wp-block-post-date {
	font-size: 0.8em;
	line-height: 1.25em;
	color: #718093;
}
.wp-block-post-template.wp-block-post-template {
	list-style: none !important;
	padding-bottom: 0 !important;
}
.wp-block-post-template.wp-block-post-template li {
    line-height: 1.43em;
    margin: 0 !important;
}
.wp-block-post {
	padding-bottom: 20px;
}
.wp-block-post-excerpt__excerpt {
	padding-top: 10px;
}
.wp-block-post-featured-image,
.wp-block-avatar,
.wp-block-post-author,
.wp-block-post-date,
.taxonomy-category {
	padding-bottom: 20px;
}
.wp-block-post-featured-image img,
.wp-block-avatar img {
	border-radius: 10px;
}
.wp-block-post-author__avatar img {
	border-radius: 8px;
}
.wp-block-post-author__name {
	font-weight: 700;
	color: #2f3640;
}
.taxonomy-category {
	font-size: 1em;
	line-height: 1.25em;
	color: #718093;
}
.taxonomy-category a {
	color: #718093;
	text-decoration: underline;
}
.taxonomy-category a:hover {
	color: #353b48;
}
.post-navigation-link-next,
.post-navigation-link-previous,
.wp-block-loginout {
	padding-bottom: 20px;
}
.post-navigation-link-next a,
.post-navigation-link-previous a,
a.wp-block-read-more,
.wp-block-loginout a {
	display: inline-block;
	background-color: #dcdde1;
	color: #2f3640;
	padding: 10px 15px;
	border-radius: 8px;
	text-decoration: none !important;
}
a.wp-block-read-more {
	margin-bottom: 20px;
}
.post-navigation-link-next a:hover,
.post-navigation-link-previous a:hover,
a.wp-block-read-more:hover,
.wp-block-loginout a:hover {
	background-color: #8595ab;
  	color: #fff;
}
.wp-block-comments {
	padding-bottom: 20px;
}
h2.wp-block-comments-title {
	padding-bottom: 20px;
	font-size: 1.563em !important;
	line-height: 1.25em;
	font-weight: 700;
	color: #2f3640;
}
.wp-block-comment-template li {
	margin-bottom: 20px;
}
.wp-block-avatar img {
	border-radius: 8px;
}
.wp-block-comment-author-name {
	padding-bottom: 10px;
	font-size: 1em;
	line-height: 1.52em;
	font-weight: 700;
	color: #2f3640;
}
.wp-block-comment-author-name a {
	color: #2f3640;
	text-decoration: underline;
}
.wp-block-comment-date,
.wp-block-comment-reply-link {
	font-size: 0.8em;
	line-height: 1.52em;
	color: #718093;
}
.wp-block-comment-date a,
.wp-block-comment-reply-link a {
	color: #718093;
	text-decoration: underline;
}
.wp-block-comment-date a:hover,
.wp-block-comment-reply-link a:hover {
	color: #353b48;
}
.wp-block-comment-content {
	padding-bottom: 10px;
}
.wp-block-comment-content p {
	padding: 0 0 24px 0 !important;
}
.wp-block-comment-content p:last-child {
	padding-bottom: 0 !important;
}
.wp-block-post-comments-form p {
	padding-bottom: 0 !important;
}
.wp-block-group {
	margin-bottom: 24px;
}
.wp-block-group p:last-child {
	padding-bottom: 0;
}
ul.wp-block-archives-list,
ul.wp-block-categories-list,
ul.wp-block-rss {
	list-style: none !important;
}
ul.wp-block-archives-list li,
ul.wp-block-categories-list li,
ul.wp-block-rss li,
.widget_nav_menu ul.menu li {
  	margin: 0 0 15px 0 !important;
}
.widget_nav_menu ul.menu li a {
	color: #353b48 !important;
}
.wp-block-calendar caption {
	margin-bottom: 10px;
}
nav.wp-calendar-nav {
	margin-top: 10px;
	color: #353b48 !important;
}
nav.wp-calendar-nav a {
	color: #353b48 !important;
}
.wp-block-latest-comments__comment-excerpt p {
	padding-bottom: 0 !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
	margin: 0 0 15px 0 !important;
}
ul.wp-block-page-list {
	list-style: none !important;
}
ul.wp-block-page-list li {
	padding: 0 !important;
	margin: 0 0 15px 0 !important;
}
ul.wp-block-page-list li:last-child {
	margin: 0;
}
ul.wp-block-page-list li a,
ul.wp-block-rss li a,
.wp-block-tag-cloud a {
	color: #353b48 !important;
  	text-decoration: underline !important;
}
ul.wp-block-page-list li a:hover,
ul.wp-block-rss li a:hover,
.wp-block-tag-cloud a:hover {
	color: #45bf26 !important;
}
ul.wp-block-page-list li.has-child ul {
	list-style: none !important;
	margin-left: 20px;
}
.wp-block-button {
	margin-bottom: 10px;
}
.wp-block-button__link {
	text-decoration: none !important;
	border-radius: 10px;
	font-size: 1em;
	padding: 18px 36px;
    font-weight: 700;
}
.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}
.wp-block-button__link:hover {
	background-color: #718093 !important;
	color: #fff !important;
}
.wp-block-button.alignright {
	text-align: right;
}
.is-style-outline a:hover {
	border-color: #718093 !important;
}
.wp-block-separator {
	border-top: 1px solid;
	border-color: #353b48;
	width: 260px;
}
.wp-block-separator.alignwide,
.wp-block-separator.alignfull,
.wp-block-separator.is-style-wide {
	width: 100%;
}
.wp-block-file {
	padding: 10px 0;
}
.wp-block-file a.wp-block-file__button {
	display: inline-block;
	background-color: #dcdde1;
	color: #2f3640;
	padding: 10px 15px;
	margin: 5px 5px 5px;
	border-radius: 8px;
	text-decoration: none !important;
}
.wp-block-file a.wp-block-file__button:hover {
	background-color: #8595ab;
  	color: #fff;
}
blockquote.wp-block-quote {
	border: 1px solid #718093;
	padding: 40px 60px;
	margin-bottom: 24px;
	border-radius: 10px;
	text-align: center;
}
blockquote.wp-block-quote p {
	padding-bottom: 5px;
	font-size: 1.563em;
	line-height: 1.52em;
	font-weight: 700;
	font-style: italic;
	color: #2f3640;
}
blockquote.wp-block-quote cite {
	font-size: 0.8em;
	line-height: 1.25em;
	font-weight: 300;
	color: #718093;
}
pre.wp-block-code {
	background-color: #eceff2;
	border: 0;
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
}
pre.wp-block-code code {
	width: 100%;
	background-color: transparent;
	display: block;
	padding: 0;
	border-radius: 0;
	font-weight: 400;
	line-height: 1.52em;
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	color: #718093;
}
.wp-block-table {
	overflow-x: inherit;
	margin-bottom: 10px;
}
.wp-block-table .wp-element-caption {
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 1.25em;
	color: #718093;
}
.wp-block-image {
	margin: 0;
}
.wp-block-image img {
	border-radius: 10px;
}
.wp-block-image figcaption {
	font-size: 0.8em;
	line-height: 1.25em;
	color: #718093;
}
.wp-block-image figcaption a {
	color: #718093;
	text-decoration: underline;
}
.wp-block-image .aligncenter figcaption {
	text-align: center;
}
.wp-block-image .alignright figcaption {
	text-align: right;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
	max-width: 1280px;
}
.mlite-full-width .alignwide {
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
}
.mlite-full-width .alignfull {
	margin-top: 0;
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
}

/*
WordPress Blocks
-----
END
*/

/*
Iddaa Bayileri - Custom Styles
-----
START
*/

/* Breadcrumb */
.iddaa-breadcrumb {
	font-size: 0.85em;
	line-height: 1.5em;
	color: #718093;
	margin-bottom: 15px;
}
.iddaa-breadcrumb a {
	color: #718093;
	text-decoration: none;
}
.iddaa-breadcrumb a:hover {
	color: #45bf26;
}
.iddaa-breadcrumb-sep {
	margin: 0 6px;
	color: #7f8c8d;
}
.iddaa-breadcrumb-current {
	color: #2f3640;
	font-weight: 600;
}

/* Hero Section (Anasayfa) */
.iddaa-hero-section {
	text-align: center;
	padding: 40px 20px 60px;
	position: relative;
	z-index: 1;
}
.iddaa-hero-badge {
	display: inline-block;
	background: rgba(69,191,38,.15);
	border: 1px solid rgba(69,191,38,.3);
	color: #7cdf5a;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 14px;
	border-radius: 20px;
	margin-bottom: 16px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.iddaa-hero-title {
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: 800;
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: -0.5px;
}
.iddaa-hero-subtitle {
	font-size: 1.1em;
	line-height: 1.5em;
	color: rgba(255,255,255,.85);
	margin-bottom: 30px;
}

/* Arama Formu */
.iddaa-search-form {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 0;
	max-width: 640px;
	margin: 0 auto;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 14px;
	overflow: hidden;
	backdrop-filter: blur(8px);
}
.iddaa-select {
	padding: 16px 20px;
	border: none;
	border-right: 1px solid rgba(255,255,255,.1);
	font-size: 1em;
	min-width: 200px;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
.iddaa-select option {
	background: #1a5632;
	color: #fff;
}
.iddaa-select:focus {
	outline: none;
	background: rgba(255,255,255,.05);
}
.iddaa-search-button {
	padding: 16px 28px;
	background: linear-gradient(135deg, #45bf26, #2d8a4e);
	color: #fff;
	border: none;
	font-size: 1em;
	font-weight: 700;
	cursor: pointer;
	transition: opacity 0.3s;
	white-space: nowrap;
}
.iddaa-search-button:hover {
	opacity: 0.9;
}
.iddaa-select-wrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 10px 20px;
	border-right: 1px solid rgba(255,255,255,.1);
	position: relative;
}
.iddaa-select-label {
	font-size: 10px;
	color: rgba(255,255,255,.7);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

/* İstatistik Bar */
.iddaa-stats-bar {
	display: flex;
	justify-content: center;
	gap: 48px;
	padding: 22px 48px;
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,.06);
}
.iddaa-stat {
	display: flex;
	align-items: center;
	gap: 10px;
	text-align: center;
}
.iddaa-stat-num {
	font-size: 26px;
	font-weight: 800;
	color: #1a5632;
}
.iddaa-stat-label {
	font-size: 13px;
	color: #666;
	text-align: left;
	line-height: 1.3;
}

/* Section Titles */
.iddaa-section-title {
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 20px;
	padding: 0 20px;
}

/* Populer Sehirler Grid */
.iddaa-popular-cities {
	padding: 30px 0 40px;
}
.iddaa-popular-cities-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 20px;
}
.iddaa-popular-cities-header .iddaa-section-title {
	padding: 0;
	margin-bottom: 0;
}
.iddaa-popular-cities-header a {
	color: #2d8a4e;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}
.iddaa-cities-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 14px;
	padding: 0 20px;
}
.iddaa-city-card {
	display: block;
	background-color: #fff;
	border-radius: 14px;
	padding: 22px 16px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
	border: 1px solid rgba(0,0,0,.06);
	position: relative;
	overflow: hidden;
}
.iddaa-city-card::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 3px;
	background: linear-gradient(90deg, #2d8a4e, #45bf26);
	opacity: 0;
	transition: opacity 0.3s;
}
.iddaa-city-card:hover {
	border-color: rgba(45,138,78,.2);
	box-shadow: 0 4px 16px rgba(26,86,50,.08);
}
.iddaa-city-card:hover::before {
	opacity: 1;
}
.iddaa-city-card-name {
	font-size: 1.05em;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 4px;
	word-break: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
}
.iddaa-city-card-count {
	font-size: 0.85em;
	color: #2d8a4e;
	font-weight: 600;
}

/* Bayi Kartlari (Anasayfa) */
.iddaa-recent-bayiler {
	padding: 0 0 40px;
}
.iddaa-bayiler-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 10px;
	padding: 0 20px;
}
.iddaa-bayi-card {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.06);
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.3s;
	overflow: hidden;
}
.iddaa-bayi-card:hover {
	border-color: rgba(45,138,78,.2);
	box-shadow: 0 4px 16px rgba(26,86,50,.08);
}
.iddaa-bayi-card-thumb {
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	flex-shrink: 0;
}
.iddaa-bayi-card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s;
}
.iddaa-bayi-card:hover .iddaa-bayi-card-img {
	transform: scale(1.05);
}
.iddaa-bayi-card-placeholder {
	width: 100%;
	aspect-ratio: 16/9;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #f5f7f5, #e4ebe2);
	font-size: 28px;
	color: #a3b89c;
}
.iddaa-bayi-card-body {
	padding: 12px 14px;
}
.iddaa-bayi-card-name {
	font-size: 0.88em;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 3px;
	line-height: 1.3em;
}
.iddaa-bayi-card-meta {
	font-size: 0.78em;
	color: #666;
}

/* Tum Sehirler */
/* Content Block - Shared */
.iddaa-content-block {
	padding: 40px 0;
}
.iddaa-content-header {
	text-align: center;
	margin-bottom: 32px;
}
.iddaa-content-header h2 {
	font-size: 24px;
	font-weight: 800;
	color: #1a1a2e;
	margin-bottom: 8px;
}
.iddaa-content-header p {
	font-size: 15px;
	color: #666;
	margin: 0;
}

/* Feature Cards - Homepage */
.iddaa-features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 40px;
}
.iddaa-feature-card {
	background: #f8faf8;
	border: 1px solid #e8efe8;
	border-radius: 12px;
	padding: 28px 24px;
	text-align: center;
	transition: transform .2s, box-shadow .2s;
}
.iddaa-feature-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(39,174,96,.1);
}
.iddaa-feature-icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: linear-gradient(135deg, #27ae60, #2ecc71);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 16px;
}
.iddaa-feature-card h3 {
	font-size: 16px;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 8px;
}
.iddaa-feature-card p {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
	margin: 0;
}

/* Steps Section - Homepage */
.iddaa-steps-section {
	margin-bottom: 32px;
}
.iddaa-steps-section h2 {
	text-align: center;
	font-size: 22px;
	font-weight: 800;
	color: #1a1a2e;
	margin-bottom: 28px;
}
.iddaa-steps-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.iddaa-step {
	flex: 1;
	max-width: 260px;
	display: flex;
	align-items: flex-start;
	gap: 14px;
	background: #fff;
	border: 1px solid #eaecee;
	border-radius: 12px;
	padding: 20px;
}
.iddaa-step-num {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #1a1a2e;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.iddaa-step-text h4 {
	font-size: 15px;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 4px;
}
.iddaa-step-text p {
	font-size: 13px;
	color: #666;
	line-height: 1.5;
	margin: 0;
}
.iddaa-step-arrow {
	color: #ccc;
	font-size: 14px;
	flex-shrink: 0;
}

/* GPS Callout - Homepage */
.iddaa-gps-callout {
	display: flex;
	align-items: center;
	gap: 20px;
	background: linear-gradient(135deg, #f0faf4, #e8f8ee);
	border: 2px solid #27ae60;
	border-radius: 14px;
	padding: 22px 28px;
	text-decoration: none;
	transition: box-shadow .2s, transform .2s;
}
.iddaa-gps-callout:hover {
	box-shadow: 0 6px 20px rgba(39,174,96,.15);
	transform: translateY(-2px);
}
.iddaa-gps-callout-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #27ae60;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	flex-shrink: 0;
}
.iddaa-gps-callout-text {
	flex: 1;
}
.iddaa-gps-callout-text strong:first-child {
	display: block;
	font-size: 16px;
	color: #1a1a2e;
	margin-bottom: 4px;
}
.iddaa-gps-callout-text span {
	font-size: 14px;
	color: #444;
	line-height: 1.5;
}
.iddaa-gps-callout-text span strong {
	color: #1e8449;
}
.iddaa-gps-callout-arrow {
	font-size: 18px;
	color: #27ae60;
	flex-shrink: 0;
	transition: transform .2s;
}
.iddaa-gps-callout:hover .iddaa-gps-callout-arrow {
	transform: translateX(4px);
}

/* Info Grid - En Yakin Page */
.iddaa-info-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
.iddaa-info-card {
	background: #f8faf8;
	border: 1px solid #e8efe8;
	border-radius: 12px;
	padding: 24px;
}
.iddaa-info-card-icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: linear-gradient(135deg, #27ae60, #2ecc71);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-bottom: 14px;
}
.iddaa-info-card h3 {
	font-size: 16px;
	font-weight: 700;
	color: #1a1a2e;
	margin-bottom: 8px;
}
.iddaa-info-card p {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
	margin: 0;
}

/* Responsive - Content Sections */
@media (max-width: 768px) {
	.iddaa-content-block { padding: 24px 0; }
	.iddaa-content-header { margin-bottom: 20px; }
	.iddaa-content-header h2 { font-size: 20px; }
	.iddaa-features-grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.iddaa-feature-card {
		padding: 14px 16px;
		text-align: left;
		display: flex;
		align-items: center;
		gap: 14px;
		border-radius: 10px;
	}
	.iddaa-feature-icon {
		margin-bottom: 0;
		width: 40px;
		height: 40px;
		font-size: 16px;
		flex-shrink: 0;
	}
	.iddaa-feature-card h3 {
		font-size: 14px;
		margin-bottom: 2px;
	}
	.iddaa-feature-card p { font-size: 13px; }
	.iddaa-steps-section { margin-bottom: 24px; }
	.iddaa-steps-section h2 { font-size: 20px; margin-bottom: 18px; }
	.iddaa-steps-row {
		flex-direction: column;
		gap: 0;
	}
	.iddaa-step {
		max-width: 100%;
		width: 100%;
		padding: 14px 16px;
		gap: 12px;
		border-radius: 10px;
	}
	.iddaa-step-num { width: 32px; height: 32px; font-size: 14px; }
	.iddaa-step-text h4 { font-size: 14px; }
	.iddaa-step-text p { font-size: 12px; }
	.iddaa-step-arrow {
		transform: rotate(90deg);
		padding: 2px 0;
		font-size: 12px;
	}
	.iddaa-gps-callout {
		padding: 16px 18px;
		gap: 12px;
		border-radius: 10px;
	}
	.iddaa-gps-callout-icon { width: 40px; height: 40px; font-size: 18px; }
	.iddaa-gps-callout-text strong:first-child { font-size: 14px; }
	.iddaa-gps-callout-text span { font-size: 13px; }
	.iddaa-info-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
	.iddaa-info-card {
		padding: 16px 14px;
		border-radius: 10px;
	}
	.iddaa-info-card-icon { width: 36px; height: 36px; font-size: 15px; margin-bottom: 10px; }
	.iddaa-info-card h3 { font-size: 14px; margin-bottom: 4px; }
	.iddaa-info-card p { font-size: 12px; line-height: 1.5; }
}

/* Prose - Two Column Text */
.iddaa-prose-block {
	border-top: 1px solid #eaecee;
	padding-top: 36px;
}
.iddaa-prose-two-col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.iddaa-prose-col {
	background: #f8faf8;
	border: 1px solid #e8efe8;
	border-radius: 12px;
	padding: 28px;
}
.iddaa-prose-col h2 {
	font-size: 20px;
	font-weight: 800;
	color: #1a1a2e;
	margin-bottom: 14px;
}
.iddaa-prose-col p {
	font-size: 15px;
	color: #444;
	line-height: 1.75;
	margin-bottom: 12px;
}
.iddaa-prose-col p:last-child { margin-bottom: 0; }
.iddaa-prose-col a { color: #27ae60; text-decoration: none; }
.iddaa-prose-col a:hover { text-decoration: underline; }

/* FAQ */
.iddaa-faq-list {
	max-width: 800px;
	margin: 0 auto;
}
.iddaa-faq-item {
	border: 1px solid #e8efe8;
	border-radius: 10px;
	margin-bottom: 8px;
	overflow: hidden;
	transition: box-shadow .2s;
}
.iddaa-faq-item[open] {
	box-shadow: 0 2px 12px rgba(39,174,96,.08);
}
.iddaa-faq-item summary {
	padding: 16px 20px;
	font-size: 15px;
	font-weight: 600;
	color: #1a1a2e;
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	transition: background .2s;
}
.iddaa-faq-item summary:hover { background: #f8faf8; }
.iddaa-faq-item summary::-webkit-details-marker { display: none; }
.iddaa-faq-item summary::after {
	content: '\f078';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 12px;
	color: #27ae60;
	transition: transform .2s;
	flex-shrink: 0;
}
.iddaa-faq-item[open] summary::after {
	transform: rotate(180deg);
}
.iddaa-faq-item p {
	padding: 0 20px 16px;
	font-size: 14px;
	color: #555;
	line-height: 1.7;
	margin: 0;
}
.iddaa-faq-item a { color: #27ae60; text-decoration: none; }
.iddaa-faq-item a:hover { text-decoration: underline; }

/* Responsive - Prose & FAQ (MUST be after base styles) */
@media (max-width: 768px) {
	.iddaa-prose-two-col { grid-template-columns: 1fr !important; gap: 12px; }
	.iddaa-prose-col { padding: 18px 16px; }
	.iddaa-prose-col h2 { font-size: 17px; margin-bottom: 10px; }
	.iddaa-prose-col p { font-size: 14px; line-height: 1.65; }
	.iddaa-faq-item summary { font-size: 14px; padding: 14px 16px; }
	.iddaa-faq-item p { padding: 0 16px 14px; font-size: 13px; }
}

.iddaa-all-cities {
	padding: 0 0 40px;
}
.iddaa-all-cities-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 8px;
	padding: 0 20px;
}
.iddaa-all-city-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 14px;
	background-color: #f6f7f9;
	border-radius: 8px;
	text-decoration: none;
	color: #2f3640;
	font-size: 0.95em;
	transition: all 0.3s;
}
.iddaa-all-city-item:hover {
	background-color: #e8f5e3;
	color: #2f3640;
}
.iddaa-all-city-count {
	background-color: rgba(69, 191, 38, 0.15);
	color: #45bf26;
	font-weight: 700;
	font-size: 0.85em;
	padding: 2px 8px;
	border-radius: 6px;
}

/* Kategori Alt Kategoriler */
.iddaa-subcategories {
	padding: 20px 0 0;
}
.iddaa-subcategories-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0 20px 30px;
}
.iddaa-subcategory-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #f6f7f9;
	border-radius: 8px;
	padding: 8px 16px;
	text-decoration: none;
	color: #2f3640;
	font-size: 0.9em;
	transition: all 0.3s;
	border: 1px solid transparent;
}
.iddaa-subcategory-item:hover {
	border-color: #45bf26;
	background-color: #fff;
}
.iddaa-subcategory-name {
	font-weight: 600;
}
.iddaa-subcategory-count {
	font-size: 0.8em;
	color: #45bf26;
	font-weight: 700;
}

/* Bayi Liste Kartlari (Kategori Sayfasi) */
.iddaa-bayiler-list {
	padding: 0 20px;
}
.iddaa-bayi-list-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 15px;
	transition: all 0.3s;
	gap: 16px;
}
.iddaa-bayi-list-card:hover {
	border-color: #45bf26;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.iddaa-bayi-list-card-thumb {
	flex-shrink: 0;
	width: 200px;
	height: 112px;
	border-radius: 8px;
	overflow: hidden;
}
.iddaa-bayi-list-card-thumb a {
	display: block;
	width: 100%;
	height: 100%;
}
.iddaa-bayi-thumb-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s;
}
.iddaa-bayi-list-card:hover .iddaa-bayi-thumb-img {
	transform: scale(1.05);
}
.iddaa-bayi-list-card-content {
	flex: 1;
	min-width: 0;
}
.iddaa-bayi-list-card-title {
	font-size: 1.15em;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 6px;
	padding: 0;
}
.iddaa-bayi-list-card-title a {
	color: #2f3640;
	text-decoration: none;
}
.iddaa-bayi-list-card-title a:hover {
	color: #45bf26;
}
.iddaa-bayi-list-card-adres {
	font-size: 0.9em;
	color: #718093;
	margin-bottom: 6px;
	line-height: 1.4em;
}
.iddaa-bayi-list-card-meta {
	display: flex;
	gap: 15px;
	font-size: 0.85em;
	color: #718093;
}
.iddaa-bayi-list-card-meta span i {
	color: #45bf26;
	margin-right: 4px;
}
.iddaa-bayi-list-card-action {
	margin-left: 20px;
}
.iddaa-btn-detail {
	display: inline-block;
	background-color: #45bf26;
	color: #fff;
	padding: 10px 20px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 0.9em;
	text-decoration: none;
	transition: background-color 0.3s;
	white-space: nowrap;
}
.iddaa-btn-detail:hover {
	background-color: #3aa01f;
	color: #fff;
}

/* Sidebar Kategori Listesi */
.iddaa-sidebar-cat-list {
	list-style: none;
	padding: 10px 0;
}
.iddaa-sidebar-cat-list li {
	margin-bottom: 0;
}
.iddaa-sidebar-cat-list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	color: #2f3640;
	text-decoration: none;
	border-bottom: 1px solid #f0f0f0;
	font-size: 0.95em;
}
.iddaa-sidebar-cat-list li a:hover {
	color: #45bf26;
}
.iddaa-sidebar-count {
	background-color: rgba(69, 191, 38, 0.15);
	color: #45bf26;
	font-weight: 700;
	font-size: 0.8em;
	padding: 2px 8px;
	border-radius: 6px;
}

/* Sidebar Iller Listesi */
.iddaa-sidebar-iller {
	max-height: 350px;
	overflow-y: auto;
}
.iddaa-sidebar-cat-list li.active a {
	color: #45bf26;
	font-weight: 700;
}

/* Sidebar Recent */
.iddaa-sidebar-recent {
	list-style: none;
	padding: 10px 0;
}
.iddaa-sidebar-recent li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
}
.iddaa-sidebar-recent li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.iddaa-sidebar-recent li a {
	color: #2f3640;
	text-decoration: none;
	font-size: 0.95em;
	line-height: 1.4em;
	display: block;
}
.iddaa-sidebar-recent li a:hover {
	color: #45bf26;
}
.iddaa-sidebar-recent-loc {
	display: block;
	font-size: 0.8em;
	color: #718093;
	margin-top: 2px;
	font-weight: 400;
}

/* Single - Header */
.iddaa-single-header {
	padding: 0 20px;
}
.iddaa-single-header-inner {
	padding: 0 20px 30px;
}
.iddaa-single-h1 {
	font-size: 2em;
	line-height: 1.3em;
	color: #2f3640;
	font-weight: 700;
}
.iddaa-single-h1-suffix {
	font-weight: 400;
	color: #718093;
}
.iddaa-single-location {
	font-size: 0.95em;
	color: #718093;
	margin-top: 8px;
}
.iddaa-single-location i {
	color: #45bf26;
}

/* Bayi Info Card */
.iddaa-bayi-info-card {
	background-color: #f6f7f9;
	border-radius: 12px;
	margin-bottom: 30px;
	overflow: hidden;
}
.iddaa-bayi-info-title {
	background-color: #2f3640;
	color: #fff;
	padding: 14px 20px;
	font-weight: 700;
	font-size: 1.05em;
}
.iddaa-bayi-info-title i {
	margin-right: 8px;
}
.iddaa-bayi-info-rows {
	padding: 5px 0;
}
.iddaa-bayi-info-row {
	display: flex;
	padding: 12px 20px;
	border-bottom: 1px solid #e8e8e8;
}
.iddaa-bayi-info-row:last-child {
	border-bottom: 0;
}
.iddaa-bayi-info-label {
	width: 140px;
	font-weight: 600;
	color: #718093;
	font-size: 0.9em;
	flex-shrink: 0;
}
.iddaa-bayi-info-label i {
	color: #45bf26;
	margin-right: 6px;
	width: 16px;
	text-align: center;
}
.iddaa-bayi-info-value {
	flex: 1;
	color: #2f3640;
	font-size: 0.95em;
	line-height: 1.4em;
}
.iddaa-bayi-info-value a {
	color: #45bf26;
	text-decoration: none;
	font-weight: 600;
}
.iddaa-bayi-info-value a:hover {
	text-decoration: underline;
}
.iddaa-bayi-enyakin-cta {
	padding: 14px 20px;
	background: linear-gradient(135deg, #ebf5fb, #d5f5e3);
	border-top: 1px solid #d5dbdb;
}
.iddaa-bayi-enyakin-cta a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #1a5276;
	font-size: 15px;
	text-decoration: none;
	transition: color .2s;
}
.iddaa-bayi-enyakin-cta a i.fa-location-crosshairs {
	font-size: 20px;
	color: #27ae60;
	flex-shrink: 0;
}
.iddaa-bayi-enyakin-cta a span {
	line-height: 1.4;
}
.iddaa-bayi-enyakin-cta a:hover { color: #148f77; }
.iddaa-bayi-enyakin-cta a strong { font-weight: 700; }

/* Mobil Sticky Bottom Bar - sadece mobilde gorunur */
.iddaa-sticky-bottom-bar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: #fff;
	border-top: 1px solid #e0e0e0;
	box-shadow: 0 -2px 10px rgba(0,0,0,.1);
	padding: 8px 10px;
	gap: 6px;
}
.iddaa-sticky-bottom-bar a {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 11px 6px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 0.72em;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	min-width: 0;
}
.iddaa-btn-call {
	background-color: #27ae60;
	color: #fff;
}
.iddaa-btn-call:hover {
	background-color: #219a52;
	color: #fff;
}
.iddaa-btn-disabled {
	background-color: #95a5a6 !important;
	cursor: not-allowed;
}
.iddaa-btn-directions {
	background-color: #2980b9;
	color: #fff;
}
.iddaa-btn-directions:hover {
	background-color: #2471a3;
	color: #fff;
}
.iddaa-btn-online {
	background-color: #e67e22;
	color: #fff;
}
.iddaa-btn-online:hover {
	background-color: #d35400;
	color: #fff;
}
.iddaa-no-phone {
	color: #666;
	font-style: italic;
	font-size: 0.9em;
}

/* Related Bayiler */
.iddaa-related-bayiler {
	padding: 30px 20px 0;
}
.iddaa-related-title {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: 700;
	color: #2f3640;
	margin-bottom: 20px;
	padding: 0;
}
.iddaa-related-title i {
	color: #45bf26;
	margin-right: 8px;
}
.iddaa-related-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 12px;
}
.iddaa-related-card {
	display: block;
	background-color: #f6f7f9;
	border-radius: 10px;
	padding: 16px;
	text-decoration: none;
	transition: all 0.3s;
	border: 1px solid transparent;
}
.iddaa-related-card:hover {
	border-color: #45bf26;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.iddaa-related-card-name {
	font-size: 0.95em;
	font-weight: 700;
	color: #2f3640;
	margin-bottom: 4px;
	line-height: 1.3em;
}
.iddaa-related-card-semt {
	font-size: 0.8em;
	color: #45bf26;
	margin-bottom: 4px;
}
.iddaa-related-card-adres {
	font-size: 0.8em;
	color: #718093;
	line-height: 1.3em;
}

/* Footer Sehir Linkleri */
.iddaa-footer-cities {
	padding: 30px 0 20px;
	border-top: 1px solid #e8e8e8;
}
.iddaa-footer-cities-title {
	font-size: 1.1em;
	font-weight: 700;
	color: #2f3640;
	margin-bottom: 15px;
}
.iddaa-footer-cities-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.iddaa-footer-cities-grid a {
	display: inline-block;
	padding: 4px 10px;
	background-color: #f6f7f9;
	border-radius: 6px;
	font-size: 0.85em;
	color: #2f3640;
	text-decoration: none;
	transition: all 0.3s;
}
.iddaa-footer-cities-grid a:hover {
	background-color: #e8f5e3;
	color: #45bf26;
}
.iddaa-footer-cities-grid a span {
	color: #718093;
	font-size: 0.85em;
}

/* Single Hero: Görsel + Başlık (yan yana) */
.iddaa-single-hero {
	background-color: #f5f6f7;
	border-bottom: 1px solid #e8e8e8;
	padding: 30px 0;
	padding-top: 160px;
}
.iddaa-single-hero-inner {
	display: flex;
	gap: 30px;
	align-items: center;
	margin: 0 20px;
}
.iddaa-single-hero-image {
	flex-shrink: 0;
	width: 50%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0,0,0,.12);
	line-height: 0;
}
.iddaa-single-hero-img {
	width: 100%;
	height: auto;
	display: block;
}
.iddaa-single-hero-info {
	flex: 1;
	min-width: 0;
}
.iddaa-single-hero-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}
.iddaa-single-hero-cat {
	display: inline-block;
	padding: 4px 12px;
	border: 1px solid #45bf26;
	border-radius: 20px;
	font-size: 0.8em;
	color: #45bf26;
	text-decoration: none;
	transition: all 0.2s;
}
.iddaa-single-hero-cat:hover {
	background-color: #45bf26;
	color: #fff;
}
.iddaa-single-hero .iddaa-single-h1 {
	font-size: 1.6em;
	line-height: 1.3;
	margin-bottom: 10px;
}
.iddaa-single-hero .iddaa-single-location {
	margin-bottom: 8px;
}
.iddaa-single-hero-date {
	font-size: 0.85em;
	color: #666;
}
.iddaa-single-hero-date i {
	margin-right: 4px;
}
.iddaa-single-hero:not(.has-image) .iddaa-single-hero-inner {
	display: block;
}

/* Responsive */
@media (max-width: 768px) {
	.iddaa-hero-title {
		font-size: 1.8em;
	}
	.iddaa-search-form {
		flex-direction: column;
		background: transparent;
		border: none;
		gap: 10px;
		border-radius: 0;
	}
	.iddaa-select-wrapper {
		background: rgba(255,255,255,.08);
		border: 1px solid rgba(255,255,255,.12);
		border-radius: 10px;
		border-right: none;
		padding: 10px 16px;
	}
	.iddaa-select {
		min-width: 100%;
		padding: 6px 0;
	}
	.iddaa-search-button {
		width: 100%;
		border-radius: 10px;
		padding: 14px 24px;
	}
	.iddaa-stats-bar {
		gap: 20px;
		padding: 16px 20px;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.iddaa-stat-num {
		font-size: 20px;
	}
	.iddaa-bayi-list-card {
		flex-direction: column;
		align-items: flex-start;
	}
	.iddaa-bayi-list-card-thumb {
		width: 100%;
		height: 180px;
		border-radius: 8px 8px 0 0;
	}
	.iddaa-bayi-list-card.has-thumb {
		padding-top: 0;
		overflow: hidden;
	}
	.iddaa-bayi-list-card.has-thumb .iddaa-bayi-list-card-content,
	.iddaa-bayi-list-card.has-thumb .iddaa-bayi-list-card-action {
		padding: 0 16px;
	}
	.iddaa-bayi-list-card.has-thumb .iddaa-bayi-list-card-content {
		padding-top: 12px;
	}
	.iddaa-bayi-list-card-action {
		margin-left: 0;
		margin-top: 12px;
		padding-bottom: 16px;
		width: 100%;
	}
	.iddaa-btn-detail {
		display: block;
		text-align: center;
	}
	.iddaa-single-hero {
		padding-top: 70px;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		background-color: #fff;
		border-bottom: none;
	}
	.iddaa-single-hero .mlite-container {
		max-width: 100%;
		padding: 0;
	}
	.iddaa-single-hero-inner {
		flex-direction: column;
		gap: 0;
	}
	.iddaa-single-hero-image {
		width: 100%;
		border-radius: 0;
		box-shadow: none;
		overflow: hidden;
	}
	.iddaa-single-hero-img {
		width: 100%;
		height: auto;
		display: block;
	}
	.iddaa-single-hero-info {
		padding: 16px;
	}
	.iddaa-single-hero-cats {
		gap: 6px;
		margin-bottom: 10px;
	}
	.iddaa-single-hero-cat {
		font-size: 0.75em;
		padding: 3px 10px;
	}
	.iddaa-single-h1,
	.iddaa-single-hero .iddaa-single-h1 {
		font-size: 1.3em;
		line-height: 1.35;
		margin-bottom: 8px;
	}
	.iddaa-single-hero .iddaa-single-location {
		font-size: 0.9em;
		margin-bottom: 4px;
	}
	.iddaa-single-hero-date {
		font-size: 0.8em;
	}
	.iddaa-single-hero .iddaa-breadcrumb {
		font-size: 0.75em;
		margin-bottom: 10px;
	}
	.iddaa-bayi-info-row {
		flex-direction: column;
	}
	.iddaa-bayi-info-label {
		width: 100%;
		margin-bottom: 4px;
	}
	.iddaa-sticky-bottom-bar {
		display: flex;
	}
	body.single-post {
		padding-bottom: 70px;
	}
	body.single-post .mlite-back-to-top-button {
		bottom: 75px;
	}
	.iddaa-cities-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Sosyal Paylasim Butonlari */
.iddaa-social-share {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
	padding: 15px 0;
	border-top: 1px solid #e0e0e0;
}
.iddaa-social-share-label {
	font-weight: 600;
	color: #555;
	font-size: 14px;
}
.iddaa-share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	transition: transform 0.2s, opacity 0.2s;
	text-decoration: none;
}
.iddaa-share-btn:hover {
	transform: scale(1.1);
	opacity: 0.85;
	color: #fff;
}
.iddaa-share-twitter { background: #000; }
.iddaa-share-facebook { background: #1877F2; }
.iddaa-share-whatsapp { background: #25D366; }
.iddaa-share-telegram { background: #0088cc; }

/* SSS (FAQ) - details/summary accordion */
.mlite-page-body-content details {
	border: 1px solid rgba(0,0,0,.10);
	border-radius: 12px;
	padding: 0;
	margin: 0 0 12px;
	background: #fff;
	overflow: clip;
}
.mlite-page-body-content summary {
	list-style: none;
	cursor: pointer;
	padding: 14px 44px 14px 16px;
	font-weight: 700;
	line-height: 1.35;
	position: relative;
}
.mlite-page-body-content summary::-webkit-details-marker {
	display: none;
}
.mlite-page-body-content summary::after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	opacity: .65;
	transition: transform 0.2s;
}
.mlite-page-body-content details[open] {
	border-color: rgba(0,0,0,.18);
	box-shadow: 0 6px 18px rgba(0,0,0,.06);
}
.mlite-page-body-content details[open] summary {
	border-bottom: 1px solid rgba(0,0,0,.08);
}
.mlite-page-body-content details[open] summary::after {
	transform: translateY(-50%) rotate(225deg);
}
.mlite-page-body-content summary:hover {
	background: rgba(0,0,0,.03);
}
.mlite-page-body-content details > :not(summary) {
	padding: 0 16px 14px 16px;
	color: rgba(0,0,0,.78);
	line-height: 1.7;
}

/* En Yakin Bayi CTA */
.enyakin-cta {
	display: block;
	margin: 0 auto 24px;
	background: linear-gradient(135deg, #1a5e1f 0%, #2d8a4e 100%);
	border-radius: 12px;
	padding: 2px;
	text-decoration: none;
	transition: transform .2s, box-shadow .2s;
}
.enyakin-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 24px rgba(45,138,78,.25);
}
.enyakin-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 24px;
	gap: 16px;
}
.enyakin-cta-text {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #fff;
	font-size: 0.95em;
	line-height: 1.4;
}
.enyakin-cta-text i {
	font-size: 1.5em;
	opacity: .85;
}
.enyakin-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #fff;
	color: #1a5e1f;
	padding: 10px 20px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 0.9em;
	white-space: nowrap;
	transition: background .2s;
}
.enyakin-cta:hover .enyakin-cta-btn {
	background: #f0f0f0;
}
@media (max-width: 768px) {
	.enyakin-cta-inner {
		flex-direction: column;
		text-align: center;
		padding: 14px 18px;
		gap: 12px;
	}
	.enyakin-cta-text {
		flex-direction: column;
		gap: 8px;
	}
}

/* En Yakin Bayi Sayfasi */
.enyakin-controls {
	background: #f8f9fa;
	border-radius: 12px;
	padding: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.enyakin-konum-section {
	margin-bottom: 16px;
}
.enyakin-konum-loading {
	font-size: 1.1em;
	color: #2d8a4e;
	padding: 10px 0;
	font-weight: 600;
}
.enyakin-konum-loading i {
	margin-right: 6px;
}
.enyakin-konum-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #2d8a4e;
	color: #fff;
	border: none;
	padding: 14px 32px;
	border-radius: 10px;
	font-size: 1.05em;
	font-weight: 600;
	cursor: pointer;
	transition: background .3s;
	font-family: 'Open Sans', sans-serif;
}
.enyakin-konum-btn:hover {
	background: #1a5e1f;
}
.enyakin-konum-btn:disabled {
	opacity: .7;
	cursor: wait;
}
.enyakin-konum-durum {
	display: block;
	margin-top: 8px;
	font-size: 0.88em;
}
.enyakin-konum-durum.basarili { color: #2d8a4e; }
.enyakin-konum-durum.hata { color: #c0392b; }
.enyakin-ayirici {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 20px 0;
	color: #999;
	font-size: 0.9em;
}
.enyakin-ayirici::before,
.enyakin-ayirici::after {
	content: '';
	flex: 1;
	height: 1px;
	background: #ddd;
}
.enyakin-filtre-row {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}
.enyakin-select-wrapper {
	flex: 1;
	min-width: 160px;
	max-width: 220px;
}
.enyakin-select-wrapper select {
	width: 100%;
	padding: 12px 14px;
	border-radius: 8px;
	border: 1px solid #d4d8e9;
	font-size: 0.95em;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	color: #353b48;
}
.enyakin-filtre-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #45bf26;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 0.95em;
	font-weight: 600;
	cursor: pointer;
	transition: background .3s;
	font-family: 'Open Sans', sans-serif;
}
.enyakin-filtre-btn:hover {
	background: #3aa820;
}
.enyakin-sonuc-baslik {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-wrap: wrap;
	gap: 8px;
}
.enyakin-sonuc-baslik h2 {
	font-size: 1.3em;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
}
.enyakin-sayi {
	font-size: 0.9em;
	color: #666;
	background: #f0f0f0;
	padding: 4px 12px;
	border-radius: 20px;
}
.enyakin-kart {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	margin-bottom: 12px;
	transition: box-shadow .2s;
}
.enyakin-kart:hover {
	box-shadow: 0 4px 20px rgba(0,0,0,.06);
}
.enyakin-kart-ust {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 18px 20px 10px;
	gap: 12px;
}
.enyakin-kart-bilgi {
	flex: 1;
	min-width: 0;
}
.enyakin-kart-ad {
	font-size: 1.05em;
	font-weight: 700;
	margin: 0 0 6px;
	line-height: 1.3;
}
.enyakin-kart-ad a {
	color: #1a1a1a;
}
.enyakin-kart-ad a:hover {
	color: #2d8a4e;
}
.enyakin-kart-adres {
	font-size: 0.88em;
	color: #555;
	margin-bottom: 6px;
	line-height: 1.4;
}
.enyakin-kart-adres i {
	color: #c0392b;
	margin-right: 4px;
}
.enyakin-kart-meta {
	display: flex;
	gap: 14px;
	font-size: 0.82em;
	color: #666;
	flex-wrap: wrap;
}
.enyakin-kart-meta i {
	margin-right: 3px;
	color: #888;
}
.enyakin-mesafe {
	background: #eafaf1;
	color: #2d8a4e;
	font-weight: 700;
	font-size: 0.95em;
	padding: 8px 14px;
	border-radius: 8px;
	white-space: nowrap;
	align-self: center;
}
.enyakin-mesafe i {
	margin-right: 4px;
}
.enyakin-kart-alt {
	display: flex;
	gap: 8px;
	padding: 10px 20px 16px;
	flex-wrap: wrap;
}
.enyakin-btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 8px 16px;
	border-radius: 7px;
	font-size: 0.85em;
	font-weight: 600;
	text-decoration: none;
	transition: all .2s;
}
.enyakin-btn-detay {
	background: #f0f0f0;
	color: #333;
}
.enyakin-btn-detay:hover { background: #e0e0e0; color: #333; }
.enyakin-btn-ara {
	background: #eafaf1;
	color: #2d8a4e;
}
.enyakin-btn-ara:hover { background: #d5f5e3; color: #1a5e1f; }
.enyakin-btn-yol {
	background: #ebf5fb;
	color: #2980b9;
}
.enyakin-btn-yol:hover { background: #d6eaf8; color: #1a5276; }
.enyakin-btn-kupon {
	background: #fef5e7;
	color: #e67e22;
}
.enyakin-btn-kupon:hover { background: #fdebd0; color: #ca6f1e; }
.enyakin-bos {
	text-align: center;
	padding: 50px 20px;
	color: #999;
}
.enyakin-bos i {
	font-size: 3em;
	margin-bottom: 16px;
	display: block;
}
.enyakin-daha-fazla {
	text-align: center;
	padding: 16px;
	color: #666;
	font-size: 0.9em;
	border-top: 1px solid #eee;
	margin-top: 8px;
}

@media (max-width: 768px) {
	.enyakin-controls { padding: 20px 16px; }
	.enyakin-filtre-row { flex-direction: column; }
	.enyakin-select-wrapper { max-width: 100%; }
	.enyakin-kart-ust { flex-direction: column; }
	.enyakin-mesafe { align-self: flex-start; }
	.enyakin-kart-alt { flex-direction: column; }
	.enyakin-btn { justify-content: center; }
}

/*
Iddaa Bayileri - Custom Styles
-----
END
*/