.content {
    text-align: center;
    margin: 20px 0 30px 0;
}

.complit-text {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.6;
}

.intersection-image {
    width: 95%;
    height: 400px; /* Фиксированная высота чтобы не прыгала кнопка */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
}

.intersection-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.answer {
    font-size: 1.4em;
    color: #2c3e50;
    margin: 20px 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    font-weight: bold;
    text-align: center;
}

.answer.show {
    opacity: 1;
}
