/* VISION 2026 引路人計畫文字區塊樣式 */
.mentor-text-container {
    text-align: center;
    margin: 20px auto;
    max-width: 800px;
    background: linear-gradient(to bottom, #ffffff, #f0f4f8); /* 淺灰漸層背景 */
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    border-left: 5px solid #005a9e; /* 左側藍色強調線 */
}

.mentor-text {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
    padding-left: 10px;
}

.mentor-text strong {
    color: #005a9e; /* 強調關鍵字顏色 */
    font-weight: 600;
}