.poznet-faq-list {
    margin: 10px 0;
}

.poznet-faq-item {
    border-bottom: 1px solid #e5e5e5;
}

.poznet-faq-item:last-child {
    border-bottom: none;
}

.poznet-faq-question {
    padding: 12px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.poznet-faq-question:hover {
    color: #2fb5d2;
}

.poznet-faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
    flex-shrink: 0;
}

.poznet-faq-answer {
    padding: 0 0 15px 30px;
    color: #666;
    line-height: 1.6;
}

.poznet-faq-answer p {
    margin: 0;
}
