/* Extracted from app/Views/frontend/case/view.php during CSS refactor. */

.case ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: auto;
}

.case h2 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .case h2 {
        font-size: 24px;
        text-align: center;
    }
}

.completed-block {
    border-radius: 8px;
}

.completed-block h2 {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    margin-bottom: 16px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tag {
    display: inline-block;
    background-color: white;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.image-container {
    width: 655px;
    overflow: hidden;
    position: relative;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.faq-section {
    background-color: #f7f8fa;
    padding: 40px 20px;
}

.faq-section .container {
    margin: 0 auto;
}

#book {
    position: relative;
}

#flipbook {
    height: 80vh;
}
