   .qa-item {
        margin: 20px 0;
        padding: 15px;
        background: #f8f9fa;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .content-box {
        padding: 12px;
        margin: 10px 0;
        background: white;
        border: 1px solid #dee2e6;
        border-radius: 6px;
        line-height: 1.6;
    }

    .nav-buttons {
        text-align: right;
        /*gap: 15px;*/
        align-items: center;
    }

    .nav-button {
        /*min-width: 40px;*/
        /*width: auto;*/
        /*height: 40px;*/
        margin: 15px 1px;
        padding: 5px;
        border: none;
        border-radius: 50%;
        background: #282828;
        color: white;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .nav-button:hover {
        background: #3498db;
        transform: scale(1.1);
    }

    .ask-button {
        /*font-weight: 600;*/
        /*line-height: 1.2;*/
        border-radius: 10%;
        /*padding: 0 12px;*/
    }