/*
Theme Name: Yoldaki Usta
Theme URI: https://yoldakiusta.com
Author: Hüsnü Güneşdoğdu
Author URI: https://hoobaa.net
Description: Yoldaki Usta, araç tamiri ve bakımına yönelik bir topluluk temasıdır. Çift sidebar desteği ve özel bileşen alanları içerir.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yoldakiusta
*/


/* stylelint-disable @stylistic/selector-list-comma-newline-after */

/* Genel Tipografi Ayarları */
body {
    font-family: 'Raleway', sans-serif;
    font-size: 15px; /* Okunaklı varsayılan boyut */
   /* line-height: 1.0; /* Satır aralığını geniş tutarak rahat okunabilirlik sağlarız */
    color: #333; /* Gri tonu, göz yormaz */
}

.container {
	max-width: 1200px;
/*  margin: 24px auto; */
/*  padding: 0 16px; */
}
.qa-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 14px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.12s;
}
.qa-avatar {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid #dee2e6;
}
.qa-body {
    flex: 1;
    min-width: 0;
}
.qa-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.74rem;
    color: #888;
    align-items: center;
}
.qa-tag {
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 1px 7px;
    font-size: 0.71rem;
    color: #777;
}
.qa-title {
    font-size: 0.92rem;
    font-weight: 600;
    color: #cc0000;
    line-height: 1.35;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
}
.qa-cvp.answered {
    background: #cc0000;
    border-color: #cc0000;
}
.qa-list {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0 0 6px 6px;
}
.qa-filter-bar {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px 6px 0 0;
    padding: 10px 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    border-bottom: none;
}
.qa-filter-label {
    font-size: 0.78rem;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.qa-filter-tag {
    display: inline-flex;
    align-items: center;
    background: #f5f5f5;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    color: #333;
    transition: all 0.15s;
}
.qa-cvp.answered .qa-cvp-num {
    color: #fff;
}
.qa-cvp-label {
    display: block;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #aaa;
    margin-top: 2px;
}
.qa-cvp {
    text-align: center;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 5px 10px;
    min-width: 46px;
    flex-shrink: 0;
    background: #fff;
}

/* Başlıklar */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700; /* Daha vurgulu başlıklar */
    line-height: 1.3; /* Başlıklar arasında iyi bir boşluk */
    color: #222; /* Daha koyu başlık rengi */
    margin-bottom: 15px;
}

/* Başlık Boyutları (SEO ve UX için optimize) */
h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 21px; }
h6 { font-size: 10px; }

/* Paragraflar */
p {
    font-size: 15px;
    margin-bottom: 15px;
}

/* Bağlantılar */
a {
    /*font-weight: 600; */
    text-decoration: none;
    color: black; /* Bootstrap'in varsayılan mavi tonu */
    transition: color 0.3s ease-in-out;
}

a:hover {
    color: #0056b3; /* Daha koyu bir mavi tonu */
    text-decoration: underline;
}

/* Liste Öğeleri */
ul, ol {
    margin-bottom: 15px;
}

li {
    font-size: 15px;
    line-height: 1.6;
}

/* Küçük Ekranlara Uyumlu Mobil Tipografi */
@media (max-width: 992px) {
    h1 { font-size: 36px; }
    h2 { font-size: 30px; }
    h3 { font-size: 26px; }
    h4 { font-size: 22px; }
    h5 { font-size: 20px; }
    h6 { font-size: 18px; }
    p, li { font-size: 16px; }
}

@media (max-width: 768px) {
    h1 { font-size: 32px; }
    h2 { font-size: 28px; }
    h3 { font-size: 24px; }
    h4 { font-size: 20px; }
    h5 { font-size: 18px; }
    h6 { font-size: 16px; }
    p, li { font-size: 15px; }
}

@media (max-width: 480px) {
    h1 { font-size: 28px; }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }
    h4 { font-size: 18px; }
    h5, h6 { font-size: 16px; }
    p, li { font-size: 14px; }
}
.card-res{
	height: 175px;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.social-share {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .social-share a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        color: #666;
        font-size: 18px;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .social-share a:hover {
        color: #fff;
        opacity: 0.9;
    }

    .social-share .facebook:hover { background: #1877F2; }
    .social-share .twitter:hover { background: #1DA1F2; }
    .social-share .linkedin:hover { background: #0077B5; }

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}
.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }

      .bd-mode-toggle {
        z-index: 1500;
      }

      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }

/* Mobil cihazlar için stil */
    @media (max-width: 767.98px) {
        .breadcrumb {
            font-size: 0.8rem !important; /* Font boyutunu küçült */
        }
        .breadcrumb-item a {
            white-space: nowrap; /* Linklerin alt satıra kaymasını engelle */
        }
    }
  /* Varsayılan stil */
    .breadcrumb {
        font-size: 1rem; /* Varsayılan font boyutu */
    }

    /* Mobil cihazlar için stil */
    @media (max-width: 767.98px) {
		.card-res{
	height: auto;
}

        .breadcrumb,.breadcrumb li,.breadcrumb ol {
            font-size: 11px !important; /* Font boyutunu küçült */
        }
        .breadcrumb-item {
            white-space: nowrap !important;; /* Linklerin alt satıra kaymasını engelle */
			 padding: 1px !important;; /* Ayırıcıların padding'ini küçült */
        }
        .breadcrumb-item + .breadcrumb-item::before {
            padding: 1px !important;; /* Ayırıcıların padding'ini küçült */
        }
		.breadcrumb-item::after {
            padding: 1px !important;; /* Ayırıcıların padding'ini küçült */
        }
    }