/* Outline to Mind Map – frontend styles */

.otmm-wrap {
    position: relative;
    display: block;
    margin: 1.5em 0;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

/* The autoloader injects svg.markmap inside our div — stretch it to fill */
.otmm-wrap > svg,
.otmm-wrap svg.markmap {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block;
    background: #ffffff;
}

/* Hide the template script tag */
.otmm-wrap > script[type="text/template"] {
    display: none !important;
}
