/* ==========================================
   Live Search — Standalone CSS
   Bu dosya mevcut stillere dokunmaz.
   Sadece override ve yeni class'lar içerir.
   ========================================== */

/* Search bar genişletme */
.header-search {
    left: 1100px;
    width: auto !important;
}

@media only screen and (max-width:1600px) {
    .header-search { left: 1000px; }
}

@media only screen and (max-width:1400px) {
    .header-search { left: 830px; }
}

@media only screen and (max-width:1180px) {
    .header-search { left: 760px; }
}

@media only screen and (max-width:1080px) {
    .header-search {
        left: auto;
        width: 240px !important;
    }
}

@media only screen and (max-width:1023px) {
    .header-search {
        left: 10px;
        width: auto !important;
    }
}

/* Dropdown */
.live-search-results {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    max-height: 480px;
    overflow-y: auto;
    background-color: #FFF;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    z-index: 9000;
}

.live-search-results.live-search-active {
    display: block;
}

.live-search-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: background-color 0.15s;
    text-decoration: none;
    color: #1B1D1E;
}

.live-search-item:hover {
    background-color: #f0f7fc;
}

.live-search-item:last-child {
    border-bottom: none;
}

.live-search-thumb {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 14px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.live-search-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.live-search-info {
    flex: 1;
    min-width: 0;
    line-height: 1.3;
}

.live-search-name {
    font-size: 13px;
    font-weight: 600;
    color: #1B1D1E;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.live-search-meta {
    font-size: 11px;
    color: #888;
    margin-top: 3px;
}

.live-search-meta span {
    margin-right: 12px;
}

.live-search-category {
    font-size: 10px;
    color: #009EE2;
    font-weight: 500;
    margin-top: 2px;
}

.live-search-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 12px;
    font-weight: 600;
    color: #009EE2;
    cursor: pointer;
    transition: background-color 0.15s;
}

.live-search-footer:hover {
    background-color: #f0f7fc;
}

.live-search-empty,
.live-search-loading {
    padding: 30px 16px;
    text-align: center;
    font-size: 13px;
    color: #999;
}

/* ==========================================
   New Footer — fss-footer-* prefix
   ========================================== */

.fss-footer {
    float: left;
    width: 100%;
}

.fss-footer-main {
    float: left;
    width: 100%;
    background-color: #FFF;
    border-top: 3px solid #e0e0e0;
    padding: 50px 0;
}

.fss-footer-wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fss-footer-left {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
}

.fss-footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 180px;
}

.fss-footer-logo img {
    max-width: 160px;
    height: auto;
}

.fss-footer-logo span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #333;
    margin-top: 6px;
    text-align: center;
}

.fss-footer-address {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}

.fss-footer-address p {
    margin: 0;
}

.fss-footer-address strong {
    color: #009EE2;
    font-weight: 700;
}

.fss-footer-mascot {
    flex-shrink: 0;
    padding: 0 30px;
}

.fss-footer-mascot img {
    max-height: 160px;
    width: auto;
}

.fss-footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}

.fss-footer-nav {
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.fss-footer-nav a {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: color 0.15s;
    padding: 0 10px;
}

.fss-footer-nav a:hover {
    color: #009EE2;
}

.fss-footer-nav span {
    font-size: 13px;
    color: #ccc;
}

.fss-footer-social {
    display: flex;
    align-items: center;
}

.fss-footer-social a {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: color 0.15s;
}

.fss-footer-social a:hover {
    color: #009EE2;
}

.fss-footer-social img {
    width: 18px;
    height: 18px;
}

/* Copyright bar */
.fss-footer-bottom {
    float: left;
    width: 100%;
    background-color: #FFF;
    border-top: 1px solid #ddd;
    padding: 14px 0;
}

.fss-footer-bottom .fss-footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fss-footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 4px;
}

.fss-footer-bottom-left a {
    font-size: 12px;
    color: #666;
    text-decoration: none;
    transition: color 0.15s;
}

.fss-footer-bottom-left a:hover {
    color: #009EE2;
}

.fss-footer-bottom-left span {
    font-size: 12px;
    color: #ccc;
}

.fss-footer-bottom-center {
    font-size: 13px;
    color: #999;
}

.fss-footer-bottom-right a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #999;
    text-decoration: none;
    transition: color 0.15s;
}

.fss-footer-bottom-right a:hover {
    color: #009EE2;
}

.fss-footer-bottom-right img {
    height: 16px;
    width: auto;
}

/* Footer Responsive */
@media only screen and (max-width:1023px) {
    .fss-footer-wrap {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .fss-footer-left {
        flex-direction: column;
    }

    .fss-footer-right {
        align-items: center;
    }

    .fss-footer-nav {
        justify-content: center;
    }

    .fss-footer-mascot {
        padding: 0;
    }

    .fss-footer-bottom .fss-footer-wrap {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}

