/* =========================================================
   Bidentra Projeler
   Liste ve harita görünümü tek, temiz kaynak
   ========================================================= */

.bd-projects-page,
.bd-projects-page * {
    box-sizing: border-box;
}

.bd-projects-page {
    --bd-anthracite: #202b35;
    --bd-anthracite-soft: #2b3a46;
    --bd-burgundy: #00adee;
    --bd-burgundy-dark: #008fc7;
    --bd-border: #d8e2eb;
    --bd-line: #e6edf3;
    --bd-text: #253544;
    --bd-muted: #718191;
    --bd-bg: #edf3f7;
    --bd-white: #ffffff;
    --bd-row-alt: #f6fbfe;
    --bd-row-hover: #eef9ff;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    background: var(--bd-bg);
    color: var(--bd-text);
    font-family: inherit;
}

.bd-projects-page a {
    color: inherit;
    text-decoration: none;
}

.bd-projects-page button,
.bd-projects-page input,
.bd-projects-page select {
    font-family: inherit;
}

#lock-breadcrumb {
    display: none !important;
}

/* Sayfa yerleşimi */
.bd-projects-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 18px 18px 64px;
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.bd-projects-filter,
.bd-projects-results {
    min-width: 0;
}

/* Filtre paneli */
.bd-filter-box {
    width: 100%;
    padding: 18px 18px 20px;
    border: 1px solid #ccddea;
    border-radius: 8px;
    background: var(--bd-white);
    box-shadow: 0 12px 28px rgba(15, 42, 68, 0.06);
}

.bd-filter-box h1 {
    margin: 0 0 16px;
    padding: 0 0 4px;
    border: 0;
    color: #061d35;
    font-size: 18px;
    font-weight: 760;
    line-height: 1.25;
    text-align: center;
    letter-spacing: -0.01em;
}

.bd-field {
    position: relative;
    margin-bottom: 10px;
}

.bd-field-labeled {
    margin-top: 12px;
}

.bd-field label,
.bd-range-group > label {
    display: block;
    margin: 0 0 6px;
    color: #061d35;
    font-size: 12px;
    font-weight: 680;
}

.bd-field select,
.bd-field input,
.bd-range-row input,
.bd-table-search input,
.bd-country-picker-button {
    width: 100%;
    min-height: 40px;
    border: 1px solid #bfd3e1;
    border-radius: 7px;
    background: #ffffff;
    color: #0f2b46;
    font-size: 13.5px;
    font-weight: 620;
    line-height: 1.2;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.bd-field select {
    padding: 8px 34px 8px 13px;
    appearance: auto;
}

.bd-field select option {
    color: #0f2b46;
    font-weight: 500;
}

.bd-field input,
.bd-range-row input,
.bd-table-search input {
    padding: 8px 12px;
}

.bd-field select:disabled,
.bd-field select[disabled] {
    border-color: #dbe7ef;
    background: #f7fbfe;
    color: #8295a6;
    cursor: not-allowed;
    opacity: 1;
}

.bd-field select:focus,
.bd-field input:focus,
.bd-range-row input:focus,
.bd-table-search input:focus {
    border-color: rgba(0, 173, 238, 0.78);
    box-shadow: 0 0 0 3px rgba(0, 173, 238, 0.12);
    background: #ffffff;
}

.bd-filter-group {
    margin: 11px 0 0;
    border: 1px solid #cfe0eb;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(15, 42, 68, 0.035);
}

.bd-filter-group summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 34px;
    border-bottom: 1px solid #d7e8f2;
    background: linear-gradient(180deg, #f8fbfe 0%, #eef7fc 100%);
    color: #061d35;
    font-size: 13px;
    font-weight: 760;
    line-height: 1.1;
    cursor: pointer;
    list-style: none;
    user-select: none;
    transition: background 160ms ease, color 160ms ease;
}

.bd-filter-group summary:hover {
    background: #f1fbff;
    color: #008fc7;
}

.bd-filter-group summary::-webkit-details-marker {
    display: none;
}

.bd-filter-group summary::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid #008fc7;
    border-bottom: 1.5px solid #008fc7;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 160ms ease;
}

.bd-filter-group[open] summary::after {
    transform: translateY(-35%) rotate(-135deg);
}

.bd-check-list {
    padding: 11px 12px 12px;
    background: #ffffff;
}

.bd-check-list label {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 24px;
    margin: 0 0 5px;
    color: #1f3448;
    font-size: 13px;
    font-weight: 520;
    line-height: 1.25;
    cursor: pointer;
}

.bd-check-list label:last-child {
    margin-bottom: 0;
}

.bd-check-list input {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: #00adee;
    flex: 0 0 auto;
}

.bd-filter-error,
.bd-filter-empty {
    display: block;
    color: #718191;
    font-size: 12px;
    line-height: 1.4;
}

.bd-filter-error {
    color: #a23a3a;
}

.bd-range-group {
    margin-top: 12px;
}

.bd-range-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.bd-range-row span {
    display: block;
    margin-bottom: 4px;
    color: #51697d;
    font-size: 10px;
    font-weight: 650;
    text-transform: lowercase;
}

.bd-range-row input {
    min-height: 35px;
}

.bd-search-button {
    width: 100%;
    min-height: 42px;
    margin-top: 15px;
    border: 0;
    border-radius: 7px;
    background: #008fc7;
    color: #ffffff;
    font-size: 13px;
    font-weight: 650;
    cursor: pointer;
    box-shadow: 0 10px 18px rgba(0, 143, 199, 0.14);
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.bd-search-button:hover {
    transform: translateY(-1px);
    background: #0079aa;
    box-shadow: 0 14px 24px rgba(0, 143, 199, 0.18);
}

/* Ülke seçim kutusu */
.bd-country-native {
    display: none !important;
}

.bd-country-picker {
    position: relative;
    width: 100%;
}

.bd-country-picker-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 12px;
    cursor: pointer;
}

.bd-country-picker-button:hover,
.bd-country-picker.open .bd-country-picker-button {
    border-color: rgba(0, 173, 238, 0.78);
    box-shadow: 0 0 0 3px rgba(0, 173, 238, 0.12);
}

.bd-country-picker-button > span,
.bd-country-picker-option {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.bd-country-picker-button strong {
    display: block;
    overflow: hidden;
    color: #0f2b46;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bd-country-picker-button img,
.bd-country-picker-option img {
    display: block;
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(15, 42, 68, 0.12);
    flex: 0 0 auto;
}

.bd-country-picker-globe {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    color: #718191;
    font-size: 16px;
    flex: 0 0 auto;
}

.bd-country-picker-button i {
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #718191;
    border-bottom: 1.5px solid #718191;
    transform: translateY(-2px) rotate(45deg);
    flex: 0 0 auto;
}

.bd-country-picker-menu {
    position: absolute;
    z-index: 50;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    display: none;
    max-height: 260px;
    padding: 6px;
    overflow: auto;
    border: 1px solid #d4dee8;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 18px 34px rgba(15, 42, 68, 0.16);
}

.bd-country-picker.open .bd-country-picker-menu {
    display: block;
}

.bd-country-picker-option {
    width: 100%;
    min-height: 34px;
    padding: 8px 9px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #0f2b46;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}

.bd-country-picker-option:hover {
    background: #eef9ff;
    color: #008fc7;
}

/* Sonuç üst barı */
.bd-results-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 56px;
    margin-bottom: 14px;
    padding: 12px 16px;
    border: 1px solid var(--bd-border);
    border-radius: 8px;
    background: var(--bd-white);
    box-shadow: 0 10px 26px rgba(32, 43, 53, 0.045);
}

.bd-total-count {
    color: var(--bd-anthracite);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}

.bd-total-count strong {
    display: inline-block;
    margin-right: 8px;
    color: #008fc7;
    font-size: 16px;
    font-weight: 800;
}

.bd-view-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.bd-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 17px;
    border: 1px solid #cfe4ef;
    border-radius: 10px;
    background: #ffffff;
    color: #002e5b;
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(15, 42, 68, 0.045);
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.bd-view-btn:hover {
    border-color: #00adee;
    background: #f1fbff;
    color: #008fc7;
}

.bd-view-btn.active {
    border-color: #00adee;
    background: linear-gradient(180deg, #00adee 0%, #008fc7 100%);
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(0, 173, 238, 0.16);
}

.bd-view-buttons #bdListButton {
    display: none;
}

.bd-projects-page.bd-map-mode .bd-view-buttons #bdListButton {
    display: inline-flex;
}

.bd-projects-page.bd-map-mode .bd-view-buttons #bdMapButton {
    display: none;
}

.bd-projects-page.bd-map-mode .bd-view-btn {
    min-height: 32px;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 12px;
}

/* Tablo */
.bd-table-card {
    border: 1px solid var(--bd-border);
    border-radius: 8px;
    background: var(--bd-white);
    box-shadow: 0 12px 28px rgba(32, 43, 53, 0.055);
    overflow: hidden;
}

.bd-table-search {
    padding: 14px 16px;
    border-bottom: 1px solid var(--bd-line);
    background: #ffffff;
}

.bd-table-search input {
    max-width: 560px;
    border-color: #d6e5ef;
    border-radius: 10px;
}

.bd-table-search input::placeholder {
    color: #7b8fa1;
}

.bd-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.bd-project-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    background: #ffffff;
}

.bd-col-no { width: 96px; }
.bd-col-project { width: auto; }
.bd-col-stage { width: 124px; }
.bd-col-country { width: 112px; }
.bd-col-city { width: 124px; }
.bd-col-district { width: 150px; }

.bd-project-table thead th {
    padding: 14px 13px;
    border-bottom: 1px solid #cfdbe5;
    background: #f5f9fc;
    color: #002e5b;
    font-size: 12.8px;
    font-weight: 850;
    line-height: 1.2;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.bd-project-table tbody td {
    padding: 17px 13px;
    border-bottom: 1px solid #e4edf4;
    color: #24384d;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.45;
    vertical-align: middle;
}

.bd-project-table tbody tr:nth-child(even) td {
    background: var(--bd-row-alt);
}

.bd-project-table tbody tr:hover td {
    background: var(--bd-row-hover);
}

.bd-project-table thead th:first-child,
.bd-project-table tbody td:first-child {
    color: var(--bd-anthracite);
    font-weight: 560;
    white-space: nowrap;
}

.bd-project-table tbody td:nth-child(2) {
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
}

.bd-project-table tbody td:nth-child(3) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.bd-project-table tbody td:nth-child(4),
.bd-project-table tbody td:nth-child(5),
.bd-project-table tbody td:nth-child(6) {
    color: #344757;
    font-size: 13px;
    font-weight: 500;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}

.bd-project-table a {
    color: #0f172a;
    font-weight: 850;
    line-height: 1.45;
}

.bd-project-table a:hover {
    color: #008fc7;
}

.bd-table-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 16px;
    border-top: 1px solid var(--bd-line);
    background: #ffffff;
    color: var(--bd-muted);
    font-size: 13px;
}

.bd-pagination {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bd-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 34px;
    padding: 7px 11px;
    border: 1px solid #d3e4ee;
    border-radius: 9px;
    background: #ffffff;
    color: #002e5b;
    font-size: 12px;
    font-weight: 650;
}

.bd-pagination a.active {
    border-color: #00adee;
    background: #00adee;
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 173, 238, 0.16);
}

.bd-pagination a:not(.active):not(.disabled):hover {
    border-color: #00adee;
    background: #f1fbff;
    color: #008fc7;
}

.bd-pagination a.disabled {
    opacity: 0.54;
    pointer-events: none;
}

/* Harita: tek düzen, tek yükseklik kaynağı */
.bd-projects-page .bd-projects-results #mapArea {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.bd-projects-page .bd-projects-results #mapArea .bd-projects-map-panel {
    position: relative;
    width: 100%;
    margin: 0;
    border: 1px solid #d6e2eb;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(15, 42, 68, 0.08);
}

.bd-projects-page .bd-projects-results #dvSearchResultMap,
.bd-projects-page .bd-projects-results #dvSearchResultMap.google-map {
    display: block;
    width: 100%;
    height: 520px;
    min-height: 520px;
    max-height: 520px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #e5e3df;
    overflow: hidden;
}

.bd-projects-page .bd-projects-results #mapArea .bd-map-empty {
    margin: 12px 16px 16px;
}

.bd-projects-page.bd-list-mode .bd-projects-results #mapArea,
.bd-projects-page:not(.bd-map-mode) .bd-projects-results #mapArea {
    display: none !important;
}

.bd-projects-page.bd-map-mode .bd-projects-shell {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    column-gap: 18px;
    row-gap: 10px;
    align-items: start;
    padding-top: 10px;
    padding-bottom: 64px;
}

.bd-projects-page.bd-map-mode .bd-projects-results {
    display: contents;
    min-height: 0;
}

.bd-projects-page.bd-map-mode .bd-results-topbar {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 48px;
    margin-bottom: 0;
    padding: 8px 14px;
}

.bd-projects-page.bd-map-mode .bd-projects-results #mapArea {
    grid-column: 1 / -1;
    grid-row: 2;
    display: block !important;
}

.bd-projects-page.bd-map-mode .bd-projects-filter {
    grid-column: 1;
    grid-row: 3;
}

.bd-projects-page.bd-map-mode .bd-table-card {
    grid-column: 2;
    grid-row: 3;
    display: block !important;
}

/* Özel Harita / Uydu kontrolü */
.bd-map-type-control {
    display: inline-flex;
    align-items: center;
    margin: 14px 0 0 14px;
    padding: 4px;
    border: 1px solid rgba(0, 46, 91, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 20px rgba(15, 42, 68, 0.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.bd-map-type-control button {
    min-width: 72px;
    height: 34px;
    padding: 0 14px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #002e5b;
    font-size: 12px;
    font-weight: 800;
    line-height: 34px;
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.bd-map-type-control button:hover {
    background: #eef9ff;
    color: #008fc7;
}

.bd-map-type-control button.is-active {
    background: linear-gradient(180deg, #00adee 0%, #008fc7 100%);
    color: #ffffff;
    box-shadow: 0 5px 12px rgba(0, 143, 199, 0.24);
}

/* Responsive */
@media (max-width: 1200px) {
    .bd-projects-shell,
    .bd-projects-page.bd-map-mode .bd-projects-shell {
        grid-template-columns: 290px minmax(0, 1fr);
        gap: 16px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .bd-col-no { width: 90px; }
    .bd-col-stage { width: 116px; }
    .bd-col-country { width: 105px; }
    .bd-col-city { width: 116px; }
    .bd-col-district { width: 138px; }
}

@media (max-width: 900px) {
    .bd-projects-shell,
    .bd-projects-page.bd-map-mode .bd-projects-shell {
        grid-template-columns: 1fr;
    }

    .bd-projects-page.bd-map-mode .bd-results-topbar,
    .bd-projects-page.bd-map-mode .bd-projects-results #mapArea,
    .bd-projects-page.bd-map-mode .bd-projects-filter,
    .bd-projects-page.bd-map-mode .bd-table-card {
        grid-column: 1;
        grid-row: auto;
    }

    .bd-projects-page .bd-projects-results #dvSearchResultMap,
    .bd-projects-page .bd-projects-results #dvSearchResultMap.google-map {
        height: 420px;
        min-height: 420px;
        max-height: 420px;
    }

    .bd-project-table {
        min-width: 860px;
    }
}

@media (max-width: 700px) {
    .bd-projects-shell,
    .bd-projects-page.bd-map-mode .bd-projects-shell {
        padding: 14px 12px 44px;
    }

    .bd-results-topbar,
    .bd-table-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .bd-table-search input {
        max-width: 100%;
    }

    .bd-projects-page .bd-projects-results #dvSearchResultMap,
    .bd-projects-page .bd-projects-results #dvSearchResultMap.google-map {
        height: 340px;
        min-height: 340px;
        max-height: 340px;
    }

    .bd-map-type-control {
        margin: 10px 0 0 10px;
    }

    .bd-map-type-control button {
        min-width: 64px;
        height: 32px;
        padding: 0 11px;
        line-height: 32px;
    }
}

/* Old reference aligned project detail */
.bd-old-project-detail {
    background: #edf3f7;
    min-height: auto;
}

.bd-old-project-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 14px 58px;
}

.bd-old-header-tabs {
    margin-bottom: 12px;
}

.bd-old-header-inner {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #d8e2eb;
    background: #fff;
    padding: 10px 12px;
    box-shadow: 0 6px 16px rgba(32,43,53,.045);
}

.bd-old-company-title {
    color: #202b35;
    font-size: 14px;
    font-weight: 760;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.bd-old-tabs {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.bd-old-tabs button {
    min-height: 34px;
    padding: 8px 13px;
    border: 1px solid #cfd9e3;
    background: #f8fafc;
    color: #202b35;
    font-size: 12.5px;
    font-weight: 720;
    cursor: pointer;
}

.bd-old-tabs li.active button,
.bd-old-tabs button:hover {
    border-color: #202b35;
    background: #202b35;
    color: #fff;
}

.bd-old-project-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(400px, .82fr);
    gap: 14px;
    align-items: start;
}

.bd-old-info-side { order: 1; }
.bd-old-media-side { order: 2; }

.bd-old-info-box,
.bd-old-media-box,
.bd-old-map-box,
.bd-old-description-box,
.bd-old-alert,
.bd-old-completed-alert {
    border: 1px solid #d8e2eb;
    background: #fff;
    box-shadow: 0 8px 20px rgba(32,43,53,.055);
}

.bd-old-info-box h1 {
    margin: 0;
    padding: 13px 15px;
    border-bottom: 1px solid #e3ebf2;
    color: #202b35;
    font-size: clamp(19px, 2vw, 26px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.02em;
    overflow-wrap: anywhere;
}

.bd-old-company-line {
    padding: 10px 15px;
    border-bottom: 1px solid #e3ebf2;
    color: #415466;
    font-size: 14px;
    font-weight: 700;
}

.bd-old-info-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.bd-old-info-table td {
    padding: 8px 15px;
    border-bottom: 1px solid #eef3f7;
    color: #526575;
    font-size: 13px;
    font-weight: 560;
    line-height: 1.42;
    vertical-align: middle;
}

.bd-old-info-table tr:nth-child(even) td {
    background: #fbfcfd;
}

.bd-old-info-table tr:last-child td {
    border-bottom: 0;
}

.bd-old-info-table .bd-project-label {
    width: 155px;
    color: #202b35;
    font-size: 13px;
    font-weight: 760;
    white-space: nowrap;
}

.bd-company-button {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin: 2px 0;
    padding: 6px 10px;
    border: 1px solid #d5dde6;
    background: #f8fafc;
    color: #202b35;
    font-size: 12.5px;
    font-weight: 720;
}

.bd-company-partnership {
    display: inline-block;
    margin-top: 3px;
    color: #202b35;
    font-size: 12px;
    font-weight: 760;
}

.bd-old-progress {
    width: 100%;
    max-width: 320px;
    height: 18px;
    overflow: hidden;
    border: 1px solid #d4dde6;
    background: #f4f7f9;
}

.bd-old-progress span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d71920;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.bd-old-media-box {
    position: relative;
    height: 420px;
    overflow: hidden;
}

.bd-old-media-pane {
    display: none;
    width: 100%;
    height: 100%;
}

.bd-old-media-pane.active {
    display: block;
}

.bd-old-media-pane img,
.bd-old-media-pane iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.bd-old-media-pane img {
    object-fit: cover;
}

.bd-old-media-empty {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #718191;
    background: #f8fafc;
    font-size: 17px;
    font-weight: 760;
}

.bd-old-map-box {
    margin-top: 10px;
    overflow: hidden;
}

.bd-route-btn {
    min-height: 34px;
    margin: 10px;
    padding: 7px 13px;
    border: 0;
    background: #b51636;
    color: #fff;
    font-size: 12.5px;
    font-weight: 760;
    cursor: pointer;
}

.bd-old-map-box iframe {
    width: 100%;
    height: 235px;
    display: block;
    border: 0;
}

.bd-old-description-box {
    margin-top: 14px;
    padding: 18px 20px;
}

.bd-old-description-box h2 {
    margin: 0 0 10px;
    color: #202b35;
    font-size: 18px;
    font-weight: 800;
}

.bd-old-description-box h3 {
    margin: 0 0 10px;
    color: #314455;
    font-size: 17px;
    font-weight: 720;
}

.bd-old-description-box div {
    color: #526575;
    font-size: 14px;
    line-height: 1.68;
}

.bd-old-completed-alert {
    margin-bottom: 10px;
    padding: 12px 14px;
    color: #9f2f2a;
    background: #fff1f1;
    border-color: #f1caca;
    font-size: 13px;
    font-weight: 800;
}

.bd-old-alert {
    padding: 22px;
}

.bd-old-alert strong,
.bd-old-alert span {
    display: block;
}

.bd-old-alert strong {
    margin-bottom: 6px;
    color: #202b35;
    font-size: 20px;
    font-weight: 800;
}

.bd-old-alert span {
    color: #718191;
    font-size: 14px;
}

.bd-old-alert a {
    display: inline-flex;
    margin-top: 14px;
    min-height: 36px;
    align-items: center;
    padding: 8px 13px;
    background: #202b35;
    color: #fff;
    font-size: 13px;
    font-weight: 760;
}

@media (max-width: 1050px) {
    .bd-old-project-grid {
        grid-template-columns: 1fr;
    }

    .bd-old-info-side,
    .bd-old-media-side {
        order: initial;
    }
}

@media (max-width: 700px) {
    .bd-old-project-shell {
        padding: 14px 10px 44px;
    }

    .bd-old-header-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .bd-old-media-box {
        height: 300px;
    }

    .bd-old-media-empty {
        min-height: 300px;
    }

    .bd-old-info-table .bd-project-label {
        width: 120px;
        white-space: normal;
    }

    .bd-old-info-table td {
        padding: 8px 10px;
    }
}



/* =========================================================
   2026-07-20 final tablo hizalama
   Uzun konum adlarında satır yüksekliğini korur
   ========================================================= */
.bd-project-table .bd-col-country { width: 126px; }
.bd-project-table .bd-col-city { width: 132px; }
.bd-project-table .bd-col-district { width: 190px; }

.bd-project-table tbody td.bd-project-country,
.bd-project-table tbody td.bd-project-city,
.bd-project-table tbody td.bd-project-district {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
}

@media (max-width: 1200px) {
    .bd-project-table .bd-col-country { width: 118px; }
    .bd-project-table .bd-col-city { width: 124px; }
    .bd-project-table .bd-col-district { width: 174px; }
}
/* Harita türü kontrolünde yalnız Harita ve Uydu gösterilir. */
.bd-map-type-control button[data-map-type="terrain"] {
    display: none !important;
}

