

/* Start:/local/components/investjet/stockmap/templates/.default/style.css?1785937581821*/
.investjet-stockmap {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
	font-weight: bold;
	font-size: 60px;
}

.investjet-stockmap__canvas {
    width: 100%;
    height: 100%;
    min-height: 480px;
}

.investjet-stockmap__empty {
    padding: 24px;
    border: 1px dashed #d1d5db;
    border-radius: 12px;
    background: #f9fafb;
    color: #6b7280;
    font-size: 14px;
}

.investjet-stockmap__tooltip {
    padding: 10px 12px;
	background: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    line-height: 1.45;
    white-space: normal;
}

.investjet-stockmap__tooltip b {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #111827;
}
/* End */
/* /local/components/investjet/stockmap/templates/.default/style.css?1785937581821 */
