.ai-buttons-wrap {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 15px 0;
}

.ai-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 6px;
    background: #f3f3f3;
    text-decoration: none;
    color: #222;
    font-weight: 500;
    transition: background 0.25s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.ai-btn img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.ai-btn:hover {
    background: #e0e0e0;
}
