/* examproject.css – egna stilar för Exam Project */
.examproject-header h1 {
    color: #fff;
    text-shadow: 0 2px 8px #1a237e, 0 1px 0 #000;
    background: linear-gradient(90deg, #283593 60%, #00bcd4 100%);
    padding: 1.5rem 0.5rem 1rem 0.5rem;
    border-radius: 0 0 16px 16px;
    margin-bottom: 0.5em;
}
.examproject-description {
    background: #f5f7fa;
    border-radius: 8px;
    padding: 2rem;
    margin: 2rem 0;
    box-shadow: 0 2px 8px rgba(40,53,147,0.08);
}
.examproject-content {
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.examproject-content h2 {
    width: 100%;
    text-align: center !important;
}
.examproject-content p {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}
.examproject-video {
    width: 100%;
    max-width: 504px;
    min-width: 260px;
    height: 399px;
    margin-top: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(40,53,147,0.08);
}
.examproject-video-link {
    display: inline-block;
    margin-top: 1.5rem;
    font-weight: bold;
    color: #1976d2;
    text-decoration: underline;
}
.examproject-video-link:hover {
    color: #0d47a1;
}

.examproject-download {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #e8eaf6;
    border-radius: 8px;
    text-align: left;
}

.examproject-download h3 {
    color: #283593;
    margin-top: 0;
}

.examproject-download ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.examproject-download ul li {
    margin: 0.5rem 0;
    color: #424242;
}

.download-btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.8rem 1.5rem;
    background: #283593;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s;
}

.download-btn:hover {
    background: #1a237e;
}
