 /* Scoped Minimal Styling for Short Intro (Matches Detailed Description) */ .vsp-shortintro-wrapper { font-family: Arial, sans-serif; max-width: 100%; margin: 0 auto; } .vsp-shortintro-box { background: #f0f0f0; padding: 25px 30px; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.02); transition: all 0.3s ease; border-left: 3px solid rgba(0, 97, 128, 0.1); text-align: center; } .vsp-shortintro-box:hover { box-shadow: 0 8px 20px rgba(0, 97, 128, 0.08); transform: translateY(-5px); border-left-color: #b89a46; } .vsp-shortintro-icon { color: #b89a46; font-size: 28px; margin-bottom: 15px; display: block; } .vsp-shortintro-title { color: #b89a46; font-weight: 700; font-size: 20px; margin-bottom: 12px; letter-spacing: 0.5px; } .vsp-shortintro-text { color: #444; font-size: 15px; line-height: 1.7; } 