/* Intro page styles */

.intro-content-container {
    min-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 16px;
    background: #fcfcfc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    margin-bottom: 24px;
}

.hidden {
    display: none;
}
