#sensory-msi-container {
    margin: 1em 0;
    padding: 1em;
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}

#sensory-msi-container label {
    font-weight: 600;
    color: #165f1c;
    display: block;
    margin-bottom: 0.5em;
}

#sensory-msi-select {
    width: 100%;
    padding: 0.75em;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 1em;
}

#msi-info-box {
    margin-top: 0.75em;
    padding: 0.75em;
    background: #f0f7f0;
    border-left: 3px solid #165f1c;
    border-radius: 4px;
}

#msi-info-box p {
    margin: 0;
    font-size: 0.9em;
}

#msi-info-box strong {
    color: #165f1c;
}

