.map-widget-container *{box-sizing:border-box}.maps-baslik{font-size:var(--tl-fs-h5,20px);font-family:var(--tl-ff-heading,inherit);font-weight:400}.map-widget-container{display:flex;width:100%;height:700px;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgb(0 0 0 / .06)}#sidebar{width:340px;background:#fff;border-right:1px solid #edf2f7;display:flex;flex-direction:column;padding:22px 18px;height:100%}.sidebar-header h1{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 4px 0}.sidebar-header p{font-size:12.5px;color:#64748b;margin:0 0 16px 0}.search-container{position:relative;margin-bottom:12px}#project-search{width:100%;padding:9px 14px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;color:#334155;background:#f8fafc;transition:all 0.2s ease}#project-search:focus{border-color:#c5a880;background:#fff;outline:none;box-shadow:0 0 0 3px rgb(197 168 128 / .15)}.filter-buttons{display:flex;gap:6px;margin-bottom:16px;border-bottom:1px solid #f1f5f9;padding-bottom:14px;flex-wrap:wrap}.filter-btn{padding:6px 12px;border-radius:4px;border:1px solid #e2e8f0;cursor:pointer;font-size:11.5px;font-weight:500;background:#f8fafc;color:#64748b;transition:all 0.2s ease}.filter-btn.active{background:#1e293b;color:#fff;border-color:#1e293b}.filter-btn.inactive:hover{background:#f1f5f9;color:#1e293b}#project-list{flex:1;overflow-y:auto;margin-right:-6px;padding-right:6px}#project-list::-webkit-scrollbar{width:4px}#project-list::-webkit-scrollbar-track{background:#fff0}#project-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}#project-list::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.project-card{background:#fff;padding:12px 14px;border-radius:8px;border:1px solid #f1f5f9;cursor:pointer;margin-bottom:10px;transition:all 0.2s ease-in-out;display:flex;flex-direction:column;gap:6px;position:relative;overflow:hidden}.project-card:hover{background-color:#fafaf9;border-color:#e2e8f0;box-shadow:0 4px 12px rgb(0 0 0 / .03)}.project-card::after{content:'';position:absolute;left:0;top:0;height:100%;width:3px;background-color:#fff0;transition:background-color 0.2s ease}.project-card:hover::after{background-color:#c5a880}.project-card:last-child{margin-bottom:0}.project-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.project-card .project-title{font-size:13.5px;font-weight:600;color:#1e293b;margin:0}.project-card .project-location{display:flex;align-items:center;gap:6px;font-size:11.5px;color:#64748b}.list-logo{width:14px;height:14px;object-fit:contain;flex-shrink:0}.list-status-badge{font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;padding:2px 6px;border-radius:4px;white-space:nowrap}#map-container{flex:1;height:100%;position:relative}#map{height:100%;width:100%;z-index:1}.leaflet-popup-content-wrapper{padding:0!important;border-radius:12px!important;box-shadow:0 12px 28px rgb(0 0 0 / .14)!important;overflow:hidden}.leaflet-popup-content{margin:0!important;line-height:1.4!important;min-width:250px;max-width:280px}.leaflet-popup-close-button{top:10px!important;right:10px!important;color:#94a3b8!important;font-size:16px!important;padding:4px!important}.leaflet-popup-close-button:hover{color:#1e293b!important}.custom-map-popup{padding:16px;background:#fff}.popup-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:12px;padding-right:16px}.popup-title{font-size:14.5px;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.popup-badge,.list-status-badge{font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:3px 7px;border-radius:20px;white-space:nowrap}.status-completed{background-color:#f1f5f9;color:#475569}.status-ongoing{background-color:#ecfdf5;color:#059669}.status-upcoming{background-color:#eff6ff;color:#2563eb}.popup-body{display:flex;align-items:center;gap:10px;margin-bottom:14px;padding:8px 10px;background:#f8fafc;border-radius:6px}.popup-icon-wrap{width:30px;height:30px;background:#c5a880;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}.popup-info{display:flex;flex-direction:column;gap:1px}.popup-location{font-size:12px;font-weight:600;color:#334155;margin:0}.popup-date{font-size:15px;color:#64748b;display:flex;align-items:center;gap:4px}.popup-actions{display:grid;gap:6px}.popup-actions.dual-actions{grid-template-columns:1fr 1fr}.popup-actions.single-action{grid-template-columns:1fr}.popup-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:7px 10px;font-size:11.5px;font-weight:600;text-decoration:none;border-radius:5px;transition:all 0.2s ease;text-align:center}.popup-btn.btn-primary{background-color:#1e293b;color:#fff}.popup-btn.btn-primary:hover{background-color:#0f172a;color:#fff}.popup-btn.btn-secondary{background-color:#f8fafc;color:#334155;border:1px solid #e2e8f0}.popup-btn.btn-secondary:hover{background-color:#e2e8f0;color:#0f172a}@media (max-width:768px){.map-widget-container{flex-direction:column;height:720px;border-radius:8px}#sidebar{width:100%;height:45%;border-right:none;border-bottom:1px solid #edf2f7;padding:14px}#map-container{width:100%;height:55%}.sidebar-header h1{font-size:18px}.sidebar-header p{font-size:12px;margin-bottom:12px}#project-search{padding:8px 12px;font-size:12.5px}.filter-buttons{margin-bottom:12px;gap:4px;border-bottom:none;padding-bottom:0}.filter-btn{padding:5px 8px;font-size:11px}#project-list{margin-right:0;padding-right:0}.project-card{padding:10px 12px;margin-bottom:8px}.project-card::after{display:none}}