/* OLSRv2 PAGE ONLY */

/* Only keep things NOT in main.css */

/* If you want custom width for narrow figures */
.narrow-figure {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

/* Optional: override heading style if needed */
.olsr-title {
    text-align: left;
}

/* Optional: custom spacing tweaks */
.olsr-section {
    margin-top: 2rem;
}

/* If you want special highlight blocks */
.olsr-highlight {
    background: #f0f8ff;
    border-left: 4px solid #007acc;
    padding: 1rem;
    border-radius: 8px;
}
/* Application box styling */

.olsr-box {
    border: 1px solid #2c5d87;
    border-radius: 6px;
    margin: 15px 0 25px 0;
    overflow: hidden;
    background-color: #f5f9fc;
}

.olsr-box-title {
    background-color: #2c5d87;
    color: white;
    padding: 8px 12px;
    font-weight: 600;
}

.olsr-box p {
    padding: 12px;
    margin: 0;
}
/* Phase simulation boxes */

.phase-box {
    border: 2px solid #e65100;
    border-radius: 6px;
    padding: 12px;
    margin: 20px 0;
    background-color: #fff7f2;
}

.phase-box p {
    margin-bottom: 8px;
}

.references-list {
    list-style: none;
    padding-left: 0;
}

.references-list li {
    margin-bottom: 10px;
    font-size: 0.9rem;
}