.txt {
    font-size: 14pt;
    line-height: 1.5em;
}

.txt p {
    margin-bottom: 15px;
}

.test-label { 
    display: block; 
    padding: 15px 0; 
    font-size: 14pt; 
    line-height: 1.2em; 
    border-bottom: 1px solid #ddd; 
    cursor: pointer; 
}

.test-label input { 
    margin-right: 10px; 
    cursor: pointer; 
}

.q-text { 
    font-size: 14pt; 
    margin-bottom: 5px; 
}

.q-num { 
    color: #666; 
    margin-bottom: 15px; 
}

.test-question {
    scroll-margin-top: 40px;
}

/* Контейнер */
.share-actions {
    text-align: center !important;
    margin-top: 25px;
    margin-bottom: 20px;
}

/* Кнопки */
.share-action-btn, .restart-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    cursor: pointer;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.2s ease;
    min-width: 180px;
    box-sizing: border-box;
    margin: 6px; /* Заменяет gap для inline-элементов */
}

/* Иконки внутри кнопок */
.share-actions .btn-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* Второстепенная кнопка: Поделиться */
.share-action-btn {
    border: 1px solid #d0d7de;
    background-color: #ffffff;
    color: #333333;
}

.share-action-btn:hover {
    background-color: #f3f4f6;
    border-color: #c0c7ce;
}

/* Главная кнопка: Пройти еще раз */
.restart-action-btn {
    border: 1px solid #0066cc;
    background-color: #0066cc;
    color: #ffffff;
}

.restart-action-btn:hover {
    background-color: #0052a3;
    border-color: #0052a3;
}