/*
 * about.css - Styling til Om-siden.
 * Indeholder billede, tekst-layout, feature-liste og footer.
 */

.about-image {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px;
    border-radius: 10px;
}

.about-text {
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 16px;
}

.welcome-text {
    text-align: center;
    color: #888;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.feature-list {
    list-style: none;
    margin-bottom: 20px;
}

.feature-list li {
    padding: 6px 0;
    font-size: 13px;
    color: #ccc;
    border-bottom: 1px solid #222;
}

.feature-list li::before {
    content: "• ";
    color: #2980b9;
}

.about-footer {
    text-align: center;
    color: #888;
    font-size: 12px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #333;
}
