/* Nala Buffer Zone Check — Map Tool Styles */

/* Info Section */
.nb-info-section { background: #fff; border-radius: 20px; padding: 30px; }
.nb-info-section h3 { font-size: 18px; font-weight: 700; color: #e55a1b; margin-bottom: 15px; }
.nb-info-section p, .nb-info-section li { color: #555; font-size: 14px; line-height: 1.7; }

.nb-highlight-box {
    background: #fff3ed; border: 1px solid #cfd8dc; border-radius: 12px; padding: 20px; margin: 20px 0;
}
.nb-highlight-box h4 { font-size: 15px; font-weight: 700; color: #e55a1b; margin-bottom: 8px; }

.nb-distance-table { width: 100%; border-collapse: collapse; margin: 15px 0; }
.nb-distance-table thead th {
    background: #ff6725; color: #fff; padding: 12px 16px; font-size: 13px; font-weight: 600; text-align: left;
}
.nb-distance-table thead th:first-child { border-radius: 8px 0 0 0; }
.nb-distance-table thead th:last-child { border-radius: 0 8px 0 0; }
.nb-distance-table tbody td { padding: 10px 16px; font-size: 13px; color: #333; border-bottom: 1px solid #fff3ed; }
.nb-distance-table tbody tr:hover { background: #f5f5f5; }

/* FAQ */
.nb-faq-item { border: 1px solid #e8e8e8; border-radius: 10px; margin-bottom: 12px; overflow: hidden; transition: all 0.3s; }
.nb-faq-item.open { border-color: #ff6725; }
.nb-faq-question {
    padding: 16px 20px; display: flex; justify-content: space-between; align-items: center;
    font-weight: 600; font-size: 15px; color: #333; background: #fafafa;
}
.nb-faq-question i { transition: transform 0.3s; color: #ff6725; }
.nb-faq-item.open .nb-faq-question i { transform: rotate(180deg); }
.nb-faq-answer {
    padding: 0 20px; max-height: 0; overflow: hidden; transition: all 0.3s;
    color: #555; font-size: 14px; line-height: 1.7;
}
.nb-faq-item.open .nb-faq-answer { padding: 0 20px 16px; max-height: 500px; }

/* Result Body Scrollbar */
.vr-map-result-body::-webkit-scrollbar { width: 6px; }
.vr-map-result-body::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
.vr-map-result-body::-webkit-scrollbar-thumb { background: #ff6725; border-radius: 10px; }

/* Responsive */
@media (max-width: 768px) {
    .nb-info-section { padding: 20px; }
    .nb-info-section h3 { font-size: 16px; }
}

/* Print */
@media print {
    .dashboard-side-menu, .dashboard-header, .tool-search-hero, .vr-map-search-container,
    .vr-map-location-btn, .vr-map-instruction, .vr-map-legend, .vr-close-btn,
    .related-tool-card, #tool-article, .nb-faq-item, footer, nav, .breadcrumb,
    .nb-info-section, .btn { display: none !important; }
    .vr-map-result-card { position: relative !important; box-shadow: none !important; border: 1px solid #ddd; }
    .vr-map-result-card::before {
        content: 'Nala Buffer Zone Check — Source: tg.verified.realestate';
        display: block; font-size: 12px; color: #666;
        margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ddd;
    }
}
