/* ===========================
   Supply Hotspots Page Styles
   =========================== */

.hotspots-section {
    padding: 60px 0;
    background: #fff;
}

.hotspots-header {
    text-align: center;
    margin-bottom: 32px;
}

.hotspots-header h2 {
    font-size: 1.8rem;
    color: #1a3a5c;
    font-weight: 700;
    margin-bottom: 10px;
}

.hotspots-header .accent-line {
    width: 60px;
    height: 3px;
    background: #6dbfe8;
    margin: 0 auto;
    border-radius: 2px;
}

.tableau-wrapper {
    max-width: 960px;
    margin: 0 auto;
    background: #f4f9fd;
    border: 1px solid #d6eaf8;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(109, 191, 232, 0.1);
}

.tableau-embed-container {
    position: relative;
    width: 100%;
}

.tableau-embed-container noscript img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .hotspots-section {
        padding: 40px 0;
    }

    .hotspots-header h2 {
        font-size: 1.4rem;
    }
}