﻿.card-faq {
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: transform 0.3s;
    height: 100%;
    border: none;
}
.card-faq:hover {
    transform: translateY(-5px);
}
.avatar {
    min-width: 48px;
    width: 48px;
    min-height: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}
.avatar svg {
    min-width: 24px;
    min-height: 24px;
}
.card-faq-title {
    font-weight: bold;
    font-size: 1.1rem;
}
.card-faq-text {
    color: #6c757d;
    font-size: 0.9rem;
}
.admin-tag {
    font-weight: bold;
    margin-bottom: 5px;
}
.container {
    padding: 40px 15px;
}
.row {
    margin-bottom: 20px;
}
